summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/win-mac.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 424239c355..3ca0731849 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,10 @@
1999-09-13 Miro Jurisic <meeroh@mit.edu>
+ * 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 <meeroh@mit.edu>
+
* win0mac.h: Add #define HAVE_STRING_H for MacOS builds.
1999-08-31 Jeffrey Altman <jaltman@columbia.edu>
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 583f7ec2c3..e2d37e00f8 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