Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / PosixSource.h
diff --git a/ghc/rts/PosixSource.h b/ghc/rts/PosixSource.h
deleted file mode 100644 (file)
index a938f9b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 1998-2005
- *
- * Include this file into sources which should not need any non-Posix services.
- * That includes most RTS C sources.
- * ---------------------------------------------------------------------------*/
-
-#ifndef POSIXSOURCE_H
-#define POSIXSOURCE_H
-
-#define _POSIX_SOURCE   1
-#define _POSIX_C_SOURCE 199506L
-#define _ISOC9X_SOURCE
-
-/* Let's be ISO C9X too... */
-
-#endif /* POSIXSOURCE_H */