X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2f65da8fa8efef000b1abf39c64f884c11344ab1..0ab7b4bc8cac072622e471ec529f863a30a5663e:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 61cfef5..2877b31 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -120,6 +120,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_MATH_H + /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY @@ -290,9 +293,6 @@ /* Define if LDAP libs are linked */ #undef WITH_LDAP -/* Define if using python */ -#undef WITH_PYTHON - /* Define if using the Boehm GC to garbage collect and check memory leaks */ #undef WITH_MALLOC_BOEHM_GC @@ -314,6 +314,9 @@ /* Define if using the P10 dialect of IRC */ #undef WITH_PROTOCOL_P10 +/* Define if using python */ +#undef WITH_PYTHON + /* Define if SSL libs are linked */ #undef WITH_SSL