From: Ezra Peisach Date: Tue, 3 Sep 2002 16:41:40 +0000 (+0000) Subject: * acconfig.h: Remove file. All handled by configure.in now X-Git-Tag: krb5-1.3-alpha1~436 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55d5543a5761647a1f7967d00c15c78f717685c5;p=krb5.git * 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 --- 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