From 189a303a3b6891e73de62d1dc472dcd1d9cfda92 Mon Sep 17 00:00:00 2001 From: Miro Jurisic Date: Mon, 13 Sep 1999 19:04:51 +0000 Subject: [PATCH] Remove #define HAVE_STRING_H from MacOS part of win-mac.h (oops) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11807 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ src/include/win-mac.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 424239c35..3ca073184 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +1999-09-13 Miro Jurisic + + * win-mac.h: Remove #define HAVE_STRING_H for MacOS builds (it's already + in autoconf.h and I am a moron) + 1999-09-13 Miro Jurisic * win0mac.h: Add #define HAVE_STRING_H for MacOS builds. diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 583f7ec2c..e2d37e00f 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -237,8 +237,6 @@ HINSTANCE get_lib_instance(void); #define NEAR #endif -#define HAVE_STRING_H - #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define HAVE_SRAND -- 2.26.2