From 78d2728b5b5a50cb72db8d14b46cf86284aea03b Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 7 Dec 2010 18:46:06 -0500 Subject: Fully integrate libsysfs into NetNuke (it compiles and links correctly) --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 4e81596..3927d64 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H @@ -52,6 +55,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE -- cgit