1#ident "@(#)os-interix.id	1.4 07/05/29 "
2###########################################################################
3# Written 2006 by J. Schilling
4###########################################################################
5#
6# Global os definitions for Interix Systems (WIN-NT with SFU)
7#
8###########################################################################
9# Copyright (c) J. Schilling
10###########################################################################
11# The contents of this file are subject to the terms of the
12# Common Development and Distribution License, Version 1.0 only
13# (the "License").  You may not use this file except in compliance
14# with the License.
15#
16# See the file CDDL.Schily.txt in this distribution for details.
17# A copy of the CDDL is also available via the Internet at
18# http://www.opensource.org/licenses/cddl1.txt
19#
20# When distributing Covered Code, include this CDDL HEADER in each
21# file and include the License file CDDL.Schily.txt from this distribution.
22###########################################################################
23O_ARCH=		interix
24-O_ARCH=	-$(O_ARCH)
25
26###########################################################################
27#
28# In case we are unable to get the MS-WIN version that
29# runs under Interix, we define NT-4.0 Service Pack 3
30# and use it as a fall-back definition.
31#
32###########################################################################
33WINNTDEFS +=	-D_WIN32_WINNT=0x0403
34
35###########################################################################
36#
37# $(MAKE_HOST_OSREL) is only defined in smake. If the macro in undefined
38# -include allows to fail the "include" and use the fall-back above.
39#
40###########################################################################
41-include	$(SRCROOT)/$(RULESDIR)/os-interix-nt-$(MAKE_HOST_OSREL).id
42
43