aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
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) */