diff options
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/libraries/ChangeLog | 5 | ||||
| -rw-r--r-- | src/mac/libraries/autoconf.h | 3 |
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 |
