this is now done by the build system.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12486
dc483132-0cff-0310-8789-
dd5450dbe970
+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.
/* 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