diff options
author | toni <matzeton@googlemail.com> | 2016-07-29 18:03:52 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-29 18:03:52 +0200 |
commit | c0eb5798acaea17314de1a18cd0f4ce3d82c7e73 (patch) | |
tree | bf939c48443c7775135aae3c4d99e23afc7873eb /src/aconfig.h.in | |
parent | 3efa929992f3d255843a32199d38e1699def5989 (diff) |
ac
Diffstat (limited to 'src/aconfig.h.in')
-rw-r--r-- | src/aconfig.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
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 <syslog.h> header file. */ #undef HAVE_SYSLOG_H @@ -162,7 +168,7 @@ /* Define to 1 if you have the <sys/wait.h> 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 <time.h> header file. */ |