X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=rrd_config.h.in;h=e7ed0306edb31ec1295736d7231e76cfdd28daa5;hb=e65c0007d4220bdd32cba826d8adb463bf32afd6;hp=969e56d06b55dcaabc22a8a18d1ab2a48a9d0cf2;hpb=a93b6b71c84ffda2b82a8dc5e56e01940d5a5bbe;p=pkg-rrdtool.git diff --git a/rrd_config.h.in b/rrd_config.h.in index 969e56d..e7ed030 100644 --- a/rrd_config.h.in +++ b/rrd_config.h.in @@ -155,6 +155,9 @@ /* Define to 1 if you have the `fwprintf' function. */ #undef HAVE_FWPRINTF +/* Define to 1 if you have the `getaddrinfo' function. */ +#undef HAVE_GETADDRINFO + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -315,6 +318,9 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF +/* Define to 1 if you have the `socket' function. */ +#undef HAVE_SOCKET + /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H @@ -491,6 +497,12 @@ /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P +/* time_t is long */ +#undef TIME_T_IS_LONG + +/* time_t is long long */ +#undef TIME_T_IS_LONG_LONG + /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME @@ -576,7 +588,7 @@ # include #endif -#include +#include "src/rrd_config_bottom.h" #endif