[project @ 2004-02-12 02:04:59 by mthomas]
[ghc-hetmet.git] / ghc / includes / PosixSource.h
1 /* -----------------------------------------------------------------------------
2  * $Id: PosixSource.h,v 1.2 2002/04/23 17:16:01 ken Exp $
3  *
4  * (c) The GHC Team, 1998-2001
5  *
6  * Include this file into sources which should not need any non-Posix services.
7  * That includes most RTS C sources.
8  * ---------------------------------------------------------------------------*/
9
10 #ifndef POSIXSOURCE_H
11 #define POSIXSOURCE_H
12
13 #define _POSIX_SOURCE   1
14 #define _POSIX_C_SOURCE 199506L
15 #define _ISOC9X_SOURCE
16
17 /* Let's be ISO C9X too... */
18
19 #endif