summaryrefslogtreecommitdiff
path: root/devtools/OS/Interix
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/OS/Interix')
-rw-r--r--devtools/OS/Interix19
1 files changed, 19 insertions, 0 deletions
diff --git a/devtools/OS/Interix b/devtools/OS/Interix
new file mode 100644
index 000000000000..540f7138cee8
--- /dev/null
+++ b/devtools/OS/Interix
@@ -0,0 +1,19 @@
+# $Id: Interix,v 1.2 2004/01/09 18:53:03 ca Exp $
+# Contributed by Nedelcho Stanev <nedelcho.stanev@atlanticsky.com>
+
+dnl DO NOT EDIT THIS FILE.
+dnl Place personal settings in devtools/Site/site.config.m4
+
+dnl: Interix 3.0: /usr/local/bin/gcc
+dnl: Interix 3.5: /opt/gcc.3.3/bin/gcc
+define(`confCC', `gcc')
+define(`confOPTIMIZE', `-O2')
+APPENDDEF(`confMAPDEF', `-DMAP_REGEX')
+APPENDDEF(`confENVDEF', `-D__INTERIX -D_ALL_SOURCE')
+APPENDDEF(`confINCDIRS', `-I/usr/local/include/bind')
+APPENDDEF(`confLIBDIRS', `-L/usr/local/lib/bind')
+APPENDDEF(`confLIBS', `-lbind')
+APPENDDEF(`confLIBS', `-ll')
+define(`confMAN1EXT', `0')
+define(`confMAN5EXT', `0')
+define(`confMAN8EXT', `0')