From 4bef00e8f39ef127ff8922d0931e7ffd95950d20 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 18 May 2004 16:23:45 +0000 Subject: Tested on FreeBSD 5.2.1. Fixed bugs. --- 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 f528c73..f7ce6f4 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you have the 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 -- cgit v1.2.3