summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-18 16:23:45 +0000
committerStef Walter <stef@memberwebs.com>2004-05-18 16:23:45 +0000
commit4bef00e8f39ef127ff8922d0931e7ffd95950d20 (patch)
treeb8f4a5387c0619fae659f43ea330a6b0ef75140c /config.h.in
parent887d8b57c4aa291919c8eec6b2af5a5f5259ac6d (diff)
Tested on FreeBSD 5.2.1. Fixed bugs.
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