[project @ 2004-11-16 10:00:10 by simonmar]
[ghc-hetmet.git] / ghc / rts / package.conf.in
index 3a31625..e1af341 100644 (file)
@@ -1,8 +1,9 @@
-#include "config.h"
-#include "Derived.h"
+#include "ghcconfig.h"
+#include "RtsConfig.h"
 
+/* The RTS is just another package! */
 Package {
-       name           = "rts",  /* The RTS is just another package! */
+       name           = "rts",
         import_dirs    = [],
         source_dirs    = [],
 
@@ -43,12 +44,6 @@ Package {
                               ,"mingwex"
 # endif
 #endif
-#if defined(THREADED_RTS) && !defined(mingw32_TARGET_OS)
-                             ,"pthread"
-# ifdef osf3_TARGET_OS
-                             ,"exc"
-# endif
-#endif
                            ],
 
 #ifdef INSTALLING