summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2009-03-26 15:04:43 +0100
committerJan Safranek <jsafrane@redhat.com>2009-03-26 15:04:43 +0100
commitde11c7f7bb8a79c86e680d169ed414471e5ef7d2 (patch)
treeaab9de4f611b5a9d9c22ca497d72a10667fb4461 /config.h.in
parentb9d14a8371e558e2609155aafb9f92808965b1e7 (diff)
downloadlibcg-de11c7f7bb8a79c86e680d169ed414471e5ef7d2.tar.gz
libcg-de11c7f7bb8a79c86e680d169ed414471e5ef7d2.tar.xz
libcg-de11c7f7bb8a79c86e680d169ed414471e5ef7d2.zip
Generate everythingautomake
Finally run autoreconf -f -i to generate all the stuff that should be generated Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bfb66f4..12d2fdd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -10,6 +10,9 @@
*/
#undef HAVE_DIRENT_H
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
/* Define to 1 if you have the `getmntent' function. */
#undef HAVE_GETMNTENT
@@ -100,6 +103,9 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+/* Name of package */
+#undef PACKAGE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -118,6 +124,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Version number of package */
+#undef VERSION
+
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER