aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-27 07:27:32 +0000
commitdccc77a32595f39c01198ccdd9e2c7794588c556 (patch)
tree6acc527ac1eba4da7eedb1b856c3e144e8e3a487 /lib/setup.h
parent13ac89af24f8d478147d091d652a8599399311b8 (diff)
Eric Lavigne updates
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 30e945c2f..bb9fc7355 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -41,9 +41,14 @@
#else
#ifdef WIN32
-/* include the hand-modified win32 adjusted config.h! */
+/* hand-modified win32 config.h! */
#include "../config-win32.h"
#endif
+#ifdef macintosh
+/* hand-modified MacOS config.h! */
+#include "config-mac.h"
+#endif
+
#endif
#ifndef __cplusplus /* (rabe) */