summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/include')
-rw-r--r--src/util/db2/include/ChangeLog5
-rw-r--r--src/util/db2/include/db-int.h12
2 files changed, 5 insertions, 12 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 4d3d16d24..7918ecbe3 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-30 Tom Yu <tlyu@mit.edu>
+
+ * db-int.h: Remove renaming for memmove, strerror, mkstemp since
+ this is now done by the build system.
+
Fri Feb 13 14:39:25 1998 Tom Yu <tlyu@mit.edu>
* db-int.h: Additional renaming.
diff --git a/src/util/db2/include/db-int.h b/src/util/db2/include/db-int.h
index 93ba40be3..4037ab9bc 100644
--- a/src/util/db2/include/db-int.h
+++ b/src/util/db2/include/db-int.h
@@ -40,18 +40,6 @@
/* deal with autoconf-based stuff (db.h includes db-config.h) */
-#ifndef HAVE_MEMMOVE
-#define memmove my_memmove
-#endif
-
-#ifndef HAVE_MKSTEMP
-#define mkstemp my_mkstemp
-#endif
-
-#ifndef HAVE_STRERROR
-#define strerror my_strerror
-#endif
-
#define DB_LITTLE_ENDIAN 1234
#define DB_BIG_ENDIAN 4321