Added gdbm

This commit is contained in:
curt 2000-03-28 22:06:34 +00:00
parent 7ea241b412
commit 7c5b4a87f2
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* simgear/config.h. Generated automatically by configure. */ /* 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. */ /* Define to empty if the keyword does not work. */
/* #undef const */ /* #undef const */
@ -48,6 +48,9 @@
/* Define if you have the vprintf function. */ /* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1 #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 if you have zlib installed system wide. */
#define HAVE_ZLIB 1 #define HAVE_ZLIB 1

View File

@ -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. */ /* Define to empty if the keyword does not work. */
#undef const #undef const
@ -47,6 +47,9 @@
/* Define if you have the vprintf function. */ /* Define if you have the vprintf function. */
#undef HAVE_VPRINTF #undef HAVE_VPRINTF
/* Define if you have gdbm installed system wide. */
#undef HAVE_GDBM
/* Define if you have zlib installed system wide. */ /* Define if you have zlib installed system wide. */
#undef HAVE_ZLIB #undef HAVE_ZLIB