diff options
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/libraries/ChangeLog | 5 | ||||
| -rw-r--r-- | src/mac/libraries/autoconf.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog index f3a429d8f..af9e05496 100644 --- a/src/mac/libraries/ChangeLog +++ b/src/mac/libraries/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 25 21:05:23 1997 Tom Yu <tlyu@mit.edu> + + * autoconf.h: Change HAS_SETVBUF, KRB5_USE_INET to something more + sane. + Thu Sep 18 17:59:05 1997 Tom Yu <tlyu@mit.edu> * autoconf.h: Replace USE_STRING_H with something more sane. diff --git a/src/mac/libraries/autoconf.h b/src/mac/libraries/autoconf.h index f44a5db21..2531b711d 100644 --- a/src/mac/libraries/autoconf.h +++ b/src/mac/libraries/autoconf.h @@ -1,6 +1,6 @@ /* autoconf.h. DO NOT DELETE -- this version of autoconf.h is specific for macintosh. */ -#define HAS_SETVBUF 1 +#define HAVE_SETVBUF 1 #define HAS_ANSI_CONST 1 #define HAS_STDLIB_H 1 #define HAS_VOID_TYPE 1 @@ -12,7 +12,7 @@ #define HAVE_STRING_H 1 #define WAIT_USES_INT 1 #define krb5_sigtype void -#define KRB5_USE_INET 1 +#define HAVE_NETINET_IN_H 1 #define ODBM 1 /* Define to empty if the keyword does not work. */ #define const |
