diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 18:46:06 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 18:46:06 -0500 |
commit | 78d2728b5b5a50cb72db8d14b46cf86284aea03b (patch) | |
tree | b7993b2b5ecc83a7292b46ca8272f69221e4cc77 /config.h.in | |
parent | a70b36f98f42924c36d6b14cd10fb874d6a8c779 (diff) | |
download | NetNuke2-78d2728b5b5a50cb72db8d14b46cf86284aea03b.tar.gz |
Fully integrate libsysfs into NetNuke (it compiles and links correctly)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -52,6 +55,10 @@ /* Define to 1 if you have the <unistd.h> 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 |