--- libaitsess/inc/config.h.in 2011/04/30 21:35:21 1.2 +++ libaitsess/inc/config.h.in 2012/02/10 23:39:22 1.4.2.1 @@ -9,6 +9,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* 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 @@ -25,6 +28,12 @@ /* Define to 1 if you have the `munmap' function. */ #undef HAVE_MUNMAP +/* Define to 1 if you have the `pthread_create' function. */ +#undef HAVE_PTHREAD_CREATE + +/* Define to 1 if you have the `pthread_exit' function. */ +#undef HAVE_PTHREAD_EXIT + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -36,6 +45,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H