diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-09-26 02:41:57 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-09-26 02:41:57 +0000 |
| commit | c5ce7f14592f60ba76fc8abef70a69e8634e5c30 (patch) | |
| tree | b6b32cd2e072f2034da8e0140c2de45181d7f7a5 /src/mac | |
| parent | ce33c8103370305cc7c67b49928338f9b5106fd6 (diff) | |
| download | krb5-c5ce7f14592f60ba76fc8abef70a69e8634e5c30.tar.gz krb5-c5ce7f14592f60ba76fc8abef70a69e8634e5c30.tar.xz krb5-c5ce7f14592f60ba76fc8abef70a69e8634e5c30.zip | |
Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace
with appropriate autoconf-style symbols. See individual ChangeLogs
for details.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10202 dc483132-0cff-0310-8789-dd5450dbe970
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 |
