summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f528c73..f7ce6f4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `c' library (-lc). */
+#undef HAVE_LIBC
+
/* Define to 1 if you have the `kvm' library (-lkvm). */
#undef HAVE_LIBKVM
@@ -87,6 +90,9 @@
/* Version number of package */
#undef VERSION
+/* In debug mode */
+#undef _DEBUG
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const