summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2002-09-03 16:42:10 +0000
committerEzra Peisach <epeisach@mit.edu>2002-09-03 16:42:10 +0000
commitb0dff317de741c6d7e14c3736b06a49f26bd5c44 (patch)
tree4564d646c26f39f004688de3adc6d66a893472a3 /src
parentb8a5e597b9b0f50c3866af74f8a23b4ec52c090d (diff)
* acconfig.h: Remove - no longer necessary
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14815 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/acconfig.h36
2 files changed, 4 insertions, 36 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff7331eba..754cbe460 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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
index 2bdcf6519..000000000
--- a/src/acconfig.h
+++ /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
-