summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqglobal.h
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-30 19:16:19 +0900
committerOBATA Akio <obache@wizdas.com>2021-06-20 15:03:46 +0900
commitda5ff5c86492a665c59a5032027bde04960c8217 (patch)
tree20cd63c694d46088de2fe5e7f472f44690efb7bf /src/tools/ntqglobal.h
parent1007a44d71862a322e703cbdb1b242515d64265d (diff)
downloadtqt3-feat/add-interix-support.tar.gz
tqt3-feat/add-interix-support.zip
Add Interix supportfeat/add-interix-support
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'src/tools/ntqglobal.h')
-rw-r--r--src/tools/ntqglobal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index 8bc73aed..ab4d1101 100644
--- a/src/tools/ntqglobal.h
+++ b/src/tools/ntqglobal.h
@@ -66,6 +66,7 @@
NETBSD - NetBSD
OPENBSD - OpenBSD
BSDI - BSD/OS
+ INTERIX - Interix
IRIX - SGI Irix
OSF - HP Tru64 UNIX
SCO - SCO OpenServer 5
@@ -131,6 +132,9 @@
#elif defined(__bsdi__)
# define Q_OS_BSDI
# define Q_OS_BSD4
+#elif defined(__INTERIX)
+# define Q_OS_INTERIX
+# define Q_OS_BSD4
#elif defined(__sgi)
# define Q_OS_IRIX
#elif defined(__osf__)