X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/23475fc6e820f19c3fcdf8a6ba38ebbcb6275ee8..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 9c09a77..be57329 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -45,9 +45,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TGMATH_H - /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME @@ -216,6 +213,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TGMATH_H + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -301,3 +301,6 @@ #ifndef __cplusplus #undef inline #endif + +/* type to use in place of socklen_t if not defined */ +#undef socklen_t