X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b8cb2a1462542338ec5c8ee6b1a2d553a6145ab3..17e4d28ec48db02784eebbf107b79d4331848090:/src/config.h.in?ds=sidebyside 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