1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2004
5 * Include this file into sources which should not need any non-Posix services.
6 * That includes most RTS C sources.
7 * ---------------------------------------------------------------------------*/
12 #define _POSIX_SOURCE 1
13 #define _POSIX_C_SOURCE 199506L
14 #define _ISOC9X_SOURCE
16 /* Let's be ISO C9X too... */