--- libaitcfg/inc/config.h.in 2008/09/30 14:56:52 1.1.2.2 +++ libaitcfg/inc/config.h.in 2012/04/04 13:11:49 1.4 @@ -6,6 +6,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `aitcrc' library (-laitcrc). */ +#undef HAVE_LIBAITCRC + +/* Define to 1 if you have the `aitio' library (-laitio). */ +#undef HAVE_LIBAITIO + +/* 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 +59,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 @@ -62,6 +74,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -69,7 +84,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