From c0eb5798acaea17314de1a18cd0f4ce3d82c7e73 Mon Sep 17 00:00:00 2001 From: toni Date: Fri, 29 Jul 2016 18:03:52 +0200 Subject: ac --- src/aconfig.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/aconfig.h.in') diff --git a/src/aconfig.h.in b/src/aconfig.h.in index 7cb63b7..333f005 100644 --- a/src/aconfig.h.in +++ b/src/aconfig.h.in @@ -80,6 +80,9 @@ /* Define to 1 if you have the `printf' function. */ #undef HAVE_PRINTF +/* Define to 1 if you have posix threads. */ +#undef HAVE_PTHREADS + /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #undef HAVE_REALLOC @@ -133,6 +136,9 @@ /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL +/* Define to 1 if you have struct stat. */ +#undef HAVE_STRUCTSTAT + /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H @@ -162,7 +168,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H -/* Define to 1 if you have struct stat. */ +/* Define to 1 if you have struct timespec. */ #undef HAVE_TIMESPEC /* Define to 1 if you have the header file. */ -- cgit v1.2.3