From: Theodore Tso Date: Tue, 23 Jul 1996 04:39:49 +0000 (+0000) Subject: Add contents of util/db2/acconfig.h to the top-level acconfig.h so X-Git-Tag: krb5-1.0-beta7~303 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ac506884990e2b0fc2ebacb08a3c48f99ad2a38;p=krb5.git Add contents of util/db2/acconfig.h to the top-level acconfig.h so that util/reconf works correctly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8779 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 3f10ce6af..59f329bc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 23 00:36:46 1996 Theodore Y. Ts'o + + * acconfig.h: Add contents of util/db2/acconfig.h so that + util/reconf works correctly. + Thu Jul 18 19:12:02 1996 Marc Horowitz * configure.in: $krb524 works with the admin system, now diff --git a/src/acconfig.h b/src/acconfig.h index 5005671a5..170fa4fcb 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -38,3 +38,26 @@ /* Define if Kerberos V4 backwards compatibility should be supported */ #undef KRB5_KRB4_COMPAT + +/* + * The stuff following here is taken from util/db2/acconfig.h + */ + +#undef ssize_t + +/* BSD4.3, non-posix types */ + +#undef u_char +#undef u_short +#undef u_int +#undef u_long + +/* sized types used by db internals */ + +#undef int8_t +#undef u_int8_t +#undef int16_t +#undef u_int16_t +#undef int32_t +#undef u_int32_t +