diff options
author | Miro Jurisic <meeroh@mit.edu> | 1999-09-13 18:38:32 +0000 |
---|---|---|
committer | Miro Jurisic <meeroh@mit.edu> | 1999-09-13 18:38:32 +0000 |
commit | ee954654ea954fdb81282c12e3c9cc073e71d5dc (patch) | |
tree | d2363704f145e1c17f63d729c7cf7f7c17caec71 /src | |
parent | aba24791ac89c43cd205bc72fd0f4b96dec3f022 (diff) | |
download | krb5-ee954654ea954fdb81282c12e3c9cc073e71d5dc.tar.gz krb5-ee954654ea954fdb81282c12e3c9cc073e71d5dc.tar.xz krb5-ee954654ea954fdb81282c12e3c9cc073e71d5dc.zip |
Added #define HAVE_STRING_H to win-mac.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11806 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ChangeLog | 4 | ||||
-rw-r--r-- | src/include/win-mac.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 017cd8e270..424239c355 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +1999-09-13 Miro Jurisic <meeroh@mit.edu> + + * win0mac.h: Add #define HAVE_STRING_H for MacOS builds. + 1999-08-31 Jeffrey Altman <jaltman@columbia.edu> * k5-int.h: Add #define ANSI_STDIO for Windows builds so that diff --git a/src/include/win-mac.h b/src/include/win-mac.h index e2d37e00f8..583f7ec2c3 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -237,6 +237,8 @@ HINSTANCE get_lib_instance(void); #define NEAR #endif +#define HAVE_STRING_H + #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define HAVE_SRAND |