From 46106ed29557b101dad66fa6597fdc6cac13aa90 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Sun, 5 Dec 2010 19:12:27 -0500 Subject: Regenerate config.h.in to reflect configure.ac changes --- config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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 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 header file. */ +#undef HAVE_SYSFS_LIBSYSFS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H -- cgit