X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b8cb2a1462542338ec5c8ee6b1a2d553a6145ab3..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index fcd6953..be57329 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -213,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 @@ -298,3 +301,6 @@ #ifndef __cplusplus #undef inline #endif + +/* type to use in place of socklen_t if not defined */ +#undef socklen_t