From 2d1a62d265237eaee243edd40b88234fb6b76bfa Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Jun 2007 05:18:59 +0000 Subject: 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 --- src/include/k5-platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h index fe248b348..1fe2116b9 100644 --- a/src/include/k5-platform.h +++ b/src/include/k5-platform.h @@ -29,6 +29,7 @@ * * Currently: * + make "static inline" work + * + [u]int{8,16,32}_t types * + 64-bit types and load/store code * + SIZE_MAX * + shared library init/fini hooks -- cgit