--- libaitio/inc/config.h.in 2011/04/20 22:56:32 1.5 +++ libaitio/inc/config.h.in 2012/08/29 13:51:29 1.10 @@ -6,9 +6,21 @@ /* 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 `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + +/* Define to 1 if you have the `util' library (-lutil). */ +#undef HAVE_LIBUTIL + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -82,9 +94,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS - -/* Build libraries with debug information and additional messages */ -#undef __DEBUG /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */