X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=config.h.in;h=7c2c7892b271a6a77a8521831e6033cb86c4b419;hp=aca336e251e15a84eb8fbfbb097e00512b3268d0;hb=refs%2Fheads%2Fupstream-ssl;hpb=0f4cd319f2b9cc9eb39380f2d2f3aa0d970a20d7 diff --git a/config.h.in b/config.h.in index aca336e..7c2c789 100644 --- a/config.h.in +++ b/config.h.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H @@ -106,6 +109,9 @@ /* Enable IPv6 support */ #undef IPV6 +/* Define if building on Solaris */ +#undef IRCU_SOLARIS + /* Path to debugging log file */ #undef LPATH @@ -145,9 +151,15 @@ /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT +/* The size of a `int64_t', as computed by sizeof. */ +#undef SIZEOF_INT64_T + /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG +/* The size of a `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT @@ -198,10 +210,13 @@ /* Define to `long' if does not define. */ #undef int32_t +/* Define to `long long' if does not define. */ +#undef int64_t + /* Define to `unsigned' if does not define. */ #undef size_t -/* Define to `unsigned int' if does not define. */ +/* type to use in place of socklen_t if not defined */ #undef socklen_t /* Define to `int' if doesn't define. */ @@ -212,3 +227,6 @@ /* Define to `unsigned long' if does not define. */ #undef uint32_t + +/* Define to `unsigned long long' if does not define. */ +#undef uint64_t