mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
1998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com> * Makeconfig (all-subdirs): Add db. * Versions.def: Add definition for libdb1. * shlib-versions: Add definitions for libdb1. * db/Makefile (extra-libs): Replace by libdb1. (libdb-routines): Rename to libdb1-routines. (headers): Rename to db1-headers. (distribute): Add $(db1-headers). (install-others): Define to install symlink libdb.so.NN and the $(db1-headers). (CPPFLAGS): Add -USE_LIBDB1 Remove rules to build makedb. * db/Versions: Rename libdb to libdb1. * include/db.h: If USE_LIBDB1 is defined include db/db.h. * scripts/versions.awk: Recognize digits in library names. * db/btree/bt_open.c: Fix compiler warnings. * db/btree/bt_put.c: Likewise. * db/btree/bt_split.c: Likewise. * db/hash/hash.c: Likewise. * db/hash/hash_bigkey.c: Likewise. * db/recno/rec_close.c: Likewise. |
||
---|---|---|
.. | ||
bt_close.c | ||
bt_conv.c | ||
bt_debug.c | ||
bt_delete.c | ||
bt_get.c | ||
bt_open.c | ||
bt_overflow.c | ||
bt_page.c | ||
bt_put.c | ||
bt_search.c | ||
bt_seq.c | ||
bt_split.c | ||
bt_utils.c | ||
btree.h | ||
extern.h |