--- libaitcfg/inc/config.h.in 2008/09/30 14:56:52 1.1.2.2 +++ libaitcfg/inc/config.h.in 2016/05/18 13:05:59 1.5.14.1 @@ -6,6 +6,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `elwix' library (-lelwix). */ +#undef HAVE_LIBELWIX + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -50,6 +56,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* No debug, remove asserts */ +#undef NDEBUG + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -69,7 +78,7 @@ #undef STDC_HEADERS /* Build libraries with debug information and additional messages */ -#undef _DEBUG +#undef __DEBUG /* Define to empty if `const' does not conform to ANSI C. */ #undef const