that util/reconf works correctly.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8779
dc483132-0cff-0310-8789-
dd5450dbe970
+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
/* 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
+