diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 19:12:27 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 19:12:27 -0500 |
commit | 46106ed29557b101dad66fa6597fdc6cac13aa90 (patch) | |
tree | 937b46405cbb47e7922a6f24ef26162c68884281 /config.h.in | |
parent | 6311200a86a7fb253e3dce662e613d78c5428001 (diff) | |
download | NetNuke2-46106ed29557b101dad66fa6597fdc6cac13aa90.tar.gz |
Regenerate config.h.in to reflect configure.ac changes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b315c97..14d89d1 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,12 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have the `sysfs' library (-lsysfs). */ +#undef HAVE_LIBSYSFS + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -37,6 +43,9 @@ /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP +/* Define to 1 if you have the <sysfs/libsysfs.h> header file. */ +#undef HAVE_SYSFS_LIBSYSFS_H + /* Define to 1 if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H |