diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-06 20:43:58 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-06 20:43:58 -0500 |
commit | dbfca826b1f52f213593c9a2f19c2d83d4888029 (patch) | |
tree | c6746c410cffe29423e0769e3b8dd7a115430103 /config.h.in | |
parent | d9e2ae58da07e99ebbfb07bf898c0c6dde975c16 (diff) | |
download | NetNuke2-dbfca826b1f52f213593c9a2f19c2d83d4888029.tar.gz |
More sysfsutils stuff but the linker is not working just yet
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4499598..4e81596 100644 --- a/config.h.in +++ b/config.h.in @@ -52,6 +52,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Name of package */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -73,6 +76,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Version number of package */ +#undef VERSION + /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t |