summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include/db-int.h
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-06-30 21:52:53 +0000
committerTom Yu <tlyu@mit.edu>2000-06-30 21:52:53 +0000
commit816255c2002bb1a4ff8ec1f48b0192b276330dd3 (patch)
treea221f3032a8f92434a5f23356b03f4392baaa566 /src/util/db2/include/db-int.h
parent981c25c3349b9573b9b9c3414ab1951a8efd3e85 (diff)
downloadkrb5-816255c2002bb1a4ff8ec1f48b0192b276330dd3.tar.gz
krb5-816255c2002bb1a4ff8ec1f48b0192b276330dd3.tar.xz
krb5-816255c2002bb1a4ff8ec1f48b0192b276330dd3.zip
* db-int.h: Remove renaming for memmove, strerror, mkstemp since
this is now done by the build system. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12486 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/include/db-int.h')
-rw-r--r--src/util/db2/include/db-int.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/util/db2/include/db-int.h b/src/util/db2/include/db-int.h
index 93ba40be3e..4037ab9bce 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