From: Miro Jurisic Date: Mon, 13 Sep 1999 18:38:32 +0000 (+0000) Subject: Added #define HAVE_STRING_H to win-mac.h X-Git-Tag: krb5-1.2-beta1~235 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee954654ea954fdb81282c12e3c9cc073e71d5dc;p=krb5.git Added #define HAVE_STRING_H to win-mac.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11806 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 017cd8e27..424239c35 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +1999-09-13 Miro Jurisic + + * win0mac.h: Add #define HAVE_STRING_H for MacOS builds. + 1999-08-31 Jeffrey Altman * 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 e2d37e00f..583f7ec2c 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