X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=9d484726505952fec47b5b8bc34aa72b335eb59a;hb=79035436c61e2b58004b47f250ab1e54744a88d6;hp=e576949fdfe3dc9a5fd67f5da73e01b7c4ec07a4;hpb=64a7ec5dcf5a0bb0f76df3d36f57d798822bd6d0;p=ircu2.10.12-pk.git diff --git a/config.h.in b/config.h.in index e576949..9d48472 100644 --- a/config.h.in +++ b/config.h.in @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: config.h.in,v 1.5 2004-07-01 12:38:31 entrope Exp $ + * $Id: config.h.in,v 1.6 2004-08-16 16:32:05 entrope Exp $ */ /* Define if you have the setrlimit function */ @@ -43,8 +43,8 @@ * of respecitvely 2 and 4 bytes in size, when not already * defined in , or */ -#undef u_int16_t -#undef u_int32_t +#undef uint16_t +#undef uint32_t /* Define to force the poll() function to be used */ #undef USE_POLL @@ -256,12 +256,10 @@ /* Define to `unsigned' if does not define. */ #undef size_t -/* Define to `unsigned short' if does not define. */ -#undef u_int16_t - -/* Define to `unsigned long' if does not define. */ -#undef u_int32_t - /* Define to `int' if doesn't define. */ #undef uid_t + +/* Define to `unsigned int' if does not define. */ +#undef socklen_t + #endif /* INCLUDED_config_h */