diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2002-09-03 16:41:40 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2002-09-03 16:41:40 +0000 |
| commit | 55d5543a5761647a1f7967d00c15c78f717685c5 (patch) | |
| tree | 0633ab4061731253faf600c5b8db5b3a0feb2ac6 /src/util/db2 | |
| parent | 4b4c9bcc27e33479ae288fa7ff1fb4924b06eb73 (diff) | |
| download | krb5-55d5543a5761647a1f7967d00c15c78f717685c5.tar.gz krb5-55d5543a5761647a1f7967d00c15c78f717685c5.tar.xz krb5-55d5543a5761647a1f7967d00c15c78f717685c5.zip | |
* 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
Diffstat (limited to 'src/util/db2')
| -rw-r--r-- | src/util/db2/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/db2/acconfig.h | 15 |
2 files changed, 4 insertions, 15 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 9e5b5fd3b7..708a4a9124 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2002-09-03 Ezra Peisach <epeisach@bu.edu> + + * acconfig.h: Remove file. All handled by configure.in now. + 2002-08-29 Ken Raeburn <raeburn@mit.edu> * 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 a0d1a9e306..0000000000 --- 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 |
