Added gdbm to SimGear. Many systems will already have gdbm installed so

it is only built if it doesn't already exist on the user's platform.
gdbm is a set of database routines that use extendible hashing and works
similar to the standard UNIX dbm routines.  This guarantees the availability
of gdbm to any application that uses SimGear.
This commit is contained in:
curt
2000-03-28 21:37:36 +00:00
parent 1547d4ee2f
commit 7ea241b412
4 changed files with 33 additions and 1 deletions
+3
View File
@@ -181,6 +181,9 @@
/* Define if you have the wait3 system call. */
#undef HAVE_WAIT3
/* Define if you have gdbm installed system wide. */
#undef HAVE_GDBM
/* Define if you have zlib installed system wide. */
#undef HAVE_ZLIB