From b0dff317de741c6d7e14c3736b06a49f26bd5c44 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 3 Sep 2002 16:42:10 +0000 Subject: [PATCH] * acconfig.h: Remove - no longer necessary git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14815 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/acconfig.h | 36 ------------------------------------ 2 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 src/acconfig.h 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 + + * acconfig.h: Remove - no longer necessary. + 2002-08-29 Ken Raeburn * 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 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 - -- 2.26.2