From dbfca826b1f52f213593c9a2f19c2d83d4888029 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 6 Dec 2010 20:43:58 -0500 Subject: More sysfsutils stuff but the linker is not working just yet --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 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 doesn't define. */ #undef gid_t -- cgit