Add contents of util/db2/acconfig.h to the top-level acconfig.h so
authorTheodore Tso <tytso@mit.edu>
Tue, 23 Jul 1996 04:39:49 +0000 (04:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 Jul 1996 04:39:49 +0000 (04:39 +0000)
that util/reconf works correctly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8779 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/acconfig.h

index 3f10ce6afa3dc4bcf55ad59292551358944ca1ac..59f329bc2a057d1d7c8fb70e94bff0925f321830 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jul 23 00:36:46 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * acconfig.h: Add contents of util/db2/acconfig.h so that
+               util/reconf works correctly.
+
 Thu Jul 18 19:12:02 1996  Marc Horowitz  <marc@mit.edu>
 
        * configure.in: $krb524 works with the admin system, now
index 5005671a5cc4bdc3ea65c2f03545ac733424d046..170fa4fcb965f16c72475e4fc164161a67280afb 100644 (file)
 
 /* 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
+