diff options
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/acconfig.h | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c4ed5ce26..a412403a03 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-01 Tom Yu <tlyu@mit.edu> + + * acconfig.h: Add function replacement renaming symbols for + util/db2/include/config.h.in. + 2000-06-30 Tom Yu <tlyu@mit.edu> * aclocal.m4 (CC_LINK_STATIC): Another fix for freebsd shared libs diff --git a/src/acconfig.h b/src/acconfig.h index 7ac14f02cd..0936d3b629 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -64,3 +64,9 @@ #undef int32_t #undef u_int32_t +/* kludgey stuff to deal with function replacements */ + +#undef MEMMOVE +#undef memmove +#undef mkstemp +#undef strerror |