[project @ 1997-07-07 15:18:25 by andre]
[ghc-hetmet.git] / ghc / runtime / main / main.lc
index d8bb331..e4889eb 100644 (file)
@@ -6,8 +6,10 @@
 
 \begin{code}
 #if defined(PROFILING) || defined(PAR) || defined(CONCURRENT)
+#if !defined(_AIX)
 #define NON_POSIX_SOURCE /* time things on Solaris -- sigh */
 #endif
+#endif
 
 #include "rtsdefs.h"
 #include <setjmp.h>