* db-int.h: Remove renaming for memmove, strerror, mkstemp since
authorTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 21:52:53 +0000 (21:52 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 21:52:53 +0000 (21:52 +0000)
this is now done by the build system.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12486 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/include/ChangeLog
src/util/db2/include/db-int.h

index 4d3d16d24b501d9a60d5f25e9b966dc4cbf23780..7918ecbe399da8eeb7d886d0db3551a32fabbec8 100644 (file)
@@ -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.
index 93ba40be3e2db5e57a30472b4c0bea523b69122a..4037ab9bceaeb0d531e34ce816f7a8edf7d59f7d 100644 (file)
 
 /* 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