From 7c5b4a87f2d0bc92077df1e93a906f06bdf151bd Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 28 Mar 2000 22:06:34 +0000 Subject: [PATCH] Added gdbm --- simgear/config.h | 5 ++++- simgear/config.h.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/simgear/config.h b/simgear/config.h index 8598ed35..ea09d741 100644 --- a/simgear/config.h +++ b/simgear/config.h @@ -1,5 +1,5 @@ /* simgear/config.h. Generated automatically by configure. */ -/* simgear/include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* simgear/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ /* #undef const */ @@ -48,6 +48,9 @@ /* Define if you have the vprintf function. */ #define HAVE_VPRINTF 1 +/* Define if you have gdbm installed system wide. */ +#define HAVE_GDBM 1 + /* Define if you have zlib installed system wide. */ #define HAVE_ZLIB 1 diff --git a/simgear/config.h.in b/simgear/config.h.in index c6d2fea9..7a8476c9 100644 --- a/simgear/config.h.in +++ b/simgear/config.h.in @@ -1,4 +1,4 @@ -/* simgear/include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* simgear/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -47,6 +47,9 @@ /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF +/* Define if you have gdbm installed system wide. */ +#undef HAVE_GDBM + /* Define if you have zlib installed system wide. */ #undef HAVE_ZLIB -- 2.39.5