* acconfig.h: Remove file. All handled by configure.in now
authorEzra Peisach <epeisach@mit.edu>
Tue, 3 Sep 2002 16:41:40 +0000 (16:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 3 Sep 2002 16:41:40 +0000 (16:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14813 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/ChangeLog
src/util/db2/acconfig.h [deleted file]

index 9e5b5fd3b7701550082bf7f28e7a06b7baa51e16..708a4a9124d05ebe18c71ee75632e1917a994b30 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-03  Ezra Peisach  <epeisach@bu.edu>
+
+       * acconfig.h: Remove file. All handled by configure.in now.
+
 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in, btree/Makefile.in, clib/Makefile.in,
diff --git a/src/util/db2/acconfig.h b/src/util/db2/acconfig.h
deleted file mode 100644 (file)
index a0d1a9e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#undef ssize_t
-
-/* BSD4.3, non-posix types */
-
-#undef u_char
-#undef u_int
-#undef u_short
-#undef u_long
-
-/* sized types used by db internals */
-
-#undef int8_t
-#undef u_int8_t
-#undef int16_t
-#undef u_int16_t