* acconfig.h: Remove - no longer necessary
authorEzra Peisach <epeisach@mit.edu>
Tue, 3 Sep 2002 16:42:10 +0000 (16:42 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 3 Sep 2002 16:42:10 +0000 (16:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14815 dc483132-0cff-0310-8789-dd5450dbe970

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

index ff7331ebad284f231ab35f137682931f78e104f9..754cbe4604404ede7dbaf85198eab87c108644bb 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-03  Ezra Peisach  <epeisach@bu.edu>
+
+       * acconfig.h: Remove - no longer necessary.
+
 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
 
        * aclocal.m4 (KRB5_AC_CHOOSE_ET, KRB5_AC_CHOOSE_SS): Renamed from
diff --git a/src/acconfig.h b/src/acconfig.h
deleted file mode 100644 (file)
index 2bdcf65..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/* just stuff needed by kerberos 5 */
-/* This is in the top level so that it is in the same "local" directory
-   as aclocal.m4, so autoreconf causes autoheader to find it. Nothing actually
-   includes this file, it is always processed into something else. */
-
-/* Don't use too large a block, because the autoheader processing can't
-   handle it on some systems.  */
-
-/* Define if "struct sockaddr_storage" is available.  */
-#undef HAVE_STRUCT_SOCKADDR_STORAGE
-
-/* Define to `long' if <sys/types.h> doesn't define. */
-#undef time_t
-
-/*
- * 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
-