summaryrefslogtreecommitdiffstats
path: root/src/mac
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-09-19 20:07:20 +0000
committerTom Yu <tlyu@mit.edu>1997-09-19 20:07:20 +0000
commit3ba7a70efa7204d9f96c486653506f3ac8e61ae8 (patch)
tree99c2c84426813b676fcf48b2a8f71d201f992648 /src/mac
parent2b198eb04dc1095f324ce2ba96028257462db9bd (diff)
downloadkrb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.tar.gz
krb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.tar.xz
krb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.zip
remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS
(see ChangeLogs for details) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10199 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac')
-rw-r--r--src/mac/libraries/ChangeLog4
-rw-r--r--src/mac/libraries/KerberosHeaders.h2
-rw-r--r--src/mac/libraries/autoconf.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog
index 2bd1ed987..f3a429d8f 100644
--- a/src/mac/libraries/ChangeLog
+++ b/src/mac/libraries/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 18 17:59:05 1997 Tom Yu <tlyu@mit.edu>
+
+ * autoconf.h: Replace USE_STRING_H with something more sane.
+
Tue Jul 15 12:36:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
* KerberosHeaders.h: Remove (probably unneeded) size_t definition.
diff --git a/src/mac/libraries/KerberosHeaders.h b/src/mac/libraries/KerberosHeaders.h
index 2d95084ad..f8cc17d3a 100644
--- a/src/mac/libraries/KerberosHeaders.h
+++ b/src/mac/libraries/KerberosHeaders.h
@@ -17,7 +17,7 @@
#define ENOMEM -1
#define HAVE_SRAND
#define NO_PASSWORD
-#define HAS_LABS
+#define HAVE_LABS
#define ANSI_STDIO
#include <unix.h>
diff --git a/src/mac/libraries/autoconf.h b/src/mac/libraries/autoconf.h
index c5531dfb0..f44a5db21 100644
--- a/src/mac/libraries/autoconf.h
+++ b/src/mac/libraries/autoconf.h
@@ -9,7 +9,7 @@
#define NO_YYLINENO 1
#define POSIX_TYPES 1
#define USE_DIRENT_H 1
-#define USE_STRING_H 1
+#define HAVE_STRING_H 1
#define WAIT_USES_INT 1
#define krb5_sigtype void
#define KRB5_USE_INET 1