Add the libdb2 type-existence tests to the top-level configure script.
authorKen Raeburn <raeburn@mit.edu>
Wed, 20 Jun 2007 05:18:59 +0000 (05:18 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 20 Jun 2007 05:18:59 +0000 (05:18 +0000)
commit2d1a62d265237eaee243edd40b88234fb6b76bfa
treeea347c503ddd1db542661156509870c7f57e1d1a
parent089ec07d736626d50619813b0c2ee5ea2292673c
Add the libdb2 type-existence tests to the top-level configure script.
Replace the generated header files in db2 with static ones that
include autoconf.h and make decisions based on the macros defined
there.  Omit some tests that test for things we assume now, like
"const" working and "size_t" being defined.  Update dependencies.

The libdb2 configure script now generates no header files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19605 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/configure.in
src/include/k5-platform.h
src/plugins/kdb/db2/libdb2/Makefile.in
src/plugins/kdb/db2/libdb2/btree/Makefile.in
src/plugins/kdb/db2/libdb2/configure.in
src/plugins/kdb/db2/libdb2/db/Makefile.in
src/plugins/kdb/db2/libdb2/hash/Makefile.in
src/plugins/kdb/db2/libdb2/include/config.h [new file with mode: 0644]
src/plugins/kdb/db2/libdb2/include/db-config.h [new file with mode: 0644]
src/plugins/kdb/db2/libdb2/include/db-config.h.in [deleted file]
src/plugins/kdb/db2/libdb2/include/db-int.h
src/plugins/kdb/db2/libdb2/mpool/Makefile.in
src/plugins/kdb/db2/libdb2/recno/Makefile.in
src/plugins/kdb/db2/libdb2/test/Makefile.in