summaryrefslogtreecommitdiffstats
path: root/src/mac/libraries
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-10-02 20:42:05 +0000
committerTom Yu <tlyu@mit.edu>1997-10-02 20:42:05 +0000
commit467e062e49f66de90febd82ddcfe58f27ccf3903 (patch)
tree27294ec9195e4159744fe8556ce5697a4ae8bbb7 /src/mac/libraries
parentad6f534b64e697eff7d8ee01243d2ec0161e7f21 (diff)
downloadkrb5-467e062e49f66de90febd82ddcfe58f27ccf3903.tar.gz
krb5-467e062e49f66de90febd82ddcfe58f27ccf3903.tar.xz
krb5-467e062e49f66de90febd82ddcfe58f27ccf3903.zip
Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs
for details git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10204 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/libraries')
-rw-r--r--src/mac/libraries/ChangeLog5
-rw-r--r--src/mac/libraries/autoconf.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog
index af9e05496..dc17db10e 100644
--- a/src/mac/libraries/ChangeLog
+++ b/src/mac/libraries/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 30 19:04:20 1997 Tom Yu <tlyu@mit.edu>
+
+ * autoconf.h: Replace HAS_STDLIB_H with something more sane. Punt
+ POSIX_TYPES.
+
Thu Sep 25 21:05:23 1997 Tom Yu <tlyu@mit.edu>
* autoconf.h: Change HAS_SETVBUF, KRB5_USE_INET to something more
diff --git a/src/mac/libraries/autoconf.h b/src/mac/libraries/autoconf.h
index 2531b711d..ba6b6f0ae 100644
--- a/src/mac/libraries/autoconf.h
+++ b/src/mac/libraries/autoconf.h
@@ -2,12 +2,11 @@
#define HAVE_SETVBUF 1
#define HAS_ANSI_CONST 1
-#define HAS_STDLIB_H 1
+#define HAVE_STDLIB_H 1
#define HAS_VOID_TYPE 1
#define KRB5_PROVIDE_PROTOTYPES 1
#define NO_NESTED_PROTOTYPES 1
#define NO_YYLINENO 1
-#define POSIX_TYPES 1
#define USE_DIRENT_H 1
#define HAVE_STRING_H 1
#define WAIT_USES_INT 1