summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-06-20 05:18:59 +0000
committerKen Raeburn <raeburn@mit.edu>2007-06-20 05:18:59 +0000
commit2d1a62d265237eaee243edd40b88234fb6b76bfa (patch)
treeea347c503ddd1db542661156509870c7f57e1d1a /src/include
parent089ec07d736626d50619813b0c2ee5ea2292673c (diff)
downloadkrb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.tar.gz
krb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.tar.xz
krb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-platform.h1
1 files changed, 1 insertions, 0 deletions
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