From 55d5543a5761647a1f7967d00c15c78f717685c5 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 3 Sep 2002 16:41:40 +0000 Subject: [PATCH] * acconfig.h: Remove file. All handled by configure.in now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14813 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/db2/ChangeLog | 4 ++++ src/util/db2/acconfig.h | 15 --------------- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 src/util/db2/acconfig.h diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 9e5b5fd3b..708a4a912 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2002-09-03 Ezra Peisach + + * acconfig.h: Remove file. All handled by configure.in now. + 2002-08-29 Ken Raeburn * 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 index a0d1a9e30..000000000 --- a/src/util/db2/acconfig.h +++ /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 -- 2.26.2