X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fpackage.conf.in;h=e1af3413b1aa17da0fc64a876b00a088c6bf46b6;hb=aa47e9aaabf6b11875749923c2e2726a30235e0a;hp=3a316255298a8f434fa8bf61839afdc3687c683f;hpb=a7d8f43718b167689c0a4a4c23b33a325e0239f1;p=ghc-hetmet.git diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in index 3a31625..e1af341 100644 --- a/ghc/rts/package.conf.in +++ b/ghc/rts/package.conf.in @@ -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