[project @ 2004-08-13 13:29:00 by simonmar]
authorsimonmar <unknown>
Fri, 13 Aug 2004 13:29:07 +0000 (13:29 +0000)
committersimonmar <unknown>
Fri, 13 Aug 2004 13:29:07 +0000 (13:29 +0000)
Changes required be merge of backend-hacking-branch.  Mostly config.h
==> ghcconfig.h.

19 files changed:
Debug/Trace.hs
Foreign/C/Error.hs
Foreign/Storable.hs
GHC/Conc.lhs
GHC/Handle.hs
GHC/IO.hs
GHC/Unicode.hs
System/Cmd.hs
System/Environment.hs
System/Posix/Internals.hs
System/Posix/Signals.hsc
System/Posix/Types.hs
Text/Regex.hs
Text/Regex/Posix.hsc
cbits/consUtils.c
cbits/dirUtils.c
cbits/rawSystem.c
include/HsBase.h
package.conf.in

index d0c0341..8b85f62 100644 (file)
@@ -13,7 +13,7 @@
 -----------------------------------------------------------------------------
 
 #ifdef __GLASGOW_HASKELL__
-#include "config.h"
+#include "ghcconfig.h"
 #endif
 
 module Debug.Trace (
index 7cf294c..927924c 100644 (file)
@@ -91,7 +91,7 @@ module Foreign.C.Error (
 -- calculated for us
 --
 #ifndef __NHC__
-#include "config.h"
+#include "ghcconfig.h"
 #endif
 
 -- system dependent imports
index 3b2823e..9794586 100644 (file)
@@ -37,7 +37,7 @@ import NHC.FFI (Storable(..),Ptr,FunPtr,StablePtr
 import Control.Monad           ( liftM )
 
 #include "MachDeps.h"
-#include "config.h"
+#include "ghcconfig.h"
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Storable
index 8965188..2abc28e 100644 (file)
@@ -14,7 +14,7 @@
 -- 
 -----------------------------------------------------------------------------
 
-#include "config.h"
+#include "ghcconfig.h"
 module GHC.Conc
        ( ThreadId(..)
 
index 25d8e78..901a4ae 100644 (file)
@@ -51,7 +51,7 @@ module GHC.Handle (
 
  ) where
 
-#include "config.h"
+#include "ghcconfig.h"
 
 import Control.Monad
 import Data.Bits
index b58c8cd..29fdc60 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -27,7 +27,7 @@ module GHC.IO (
    memcpy_baoff_ptr,
  ) where
 
-#include "config.h"
+#include "ghcconfig.h"
 
 import Foreign
 import Foreign.C
index 2d836a2..a98ce24 100644 (file)
@@ -30,7 +30,7 @@ import GHC.Int
 import GHC.Word
 import GHC.Num  (fromInteger)
 
-#include "config.h"
+#include "ghcconfig.h"
 
 -- | Selects the first 128 characters of the Unicode character set,
 -- corresponding to the ASCII character set.
index 978c7a0..5838f85 100644 (file)
@@ -26,7 +26,7 @@ import Foreign
 import Foreign.C
 import System.Exit
 import GHC.IOBase
-#include "config.h"
+#include "ghcconfig.h"
 #endif
 
 #ifdef __HUGS__
index 245a9db..bd285e5 100644 (file)
@@ -31,7 +31,7 @@ import Foreign.C
 import Control.Exception       ( bracket )
 import Control.Monad
 import GHC.IOBase
-#include "config.h"
+#include "ghcconfig.h"
 #endif
 
 #ifdef __HUGS__
index b1fe4f7..e21a01c 100644 (file)
@@ -21,7 +21,7 @@
 -- #hide
 module System.Posix.Internals where
 
-#include "config.h"
+#include "ghcconfig.h"
 
 import Control.Monad
 import System.Posix.Types
index 5168aeb..7369f69 100644 (file)
@@ -12,7 +12,7 @@
 --
 -----------------------------------------------------------------------------
 
-#include "config.h"
+#include "ghcconfig.h"
 
 module System.Posix.Signals (
 #ifndef mingw32_TARGET_OS
index 7acb364..f87614f 100644 (file)
@@ -14,7 +14,7 @@
 --
 -----------------------------------------------------------------------------
 
-#include "config.h"
+#include "ghcconfig.h"
 
 module System.Posix.Types (
 
index 94c5c58..7957151 100644 (file)
@@ -13,7 +13,7 @@
 -- interface in "Text.Regex.Posix".
 --
 -----------------------------------------------------------------------------
-#include "config.h"
+#include "ghcconfig.h"
 module Text.Regex (
     -- * Regular expressions
     Regex,
index 8cda010..6664165 100644 (file)
@@ -13,7 +13,7 @@
 -----------------------------------------------------------------------------
 
 -- ToDo: should have an interface using PackedStrings.
-#include "config.h"
+#include "ghcconfig.h"
 
 module Text.Regex.Posix (
        -- * The @Regex@ type
index 3514d63..63665d0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Win32 Console API support
  */
-#include "config.h"
+#include "ghcconfig.h"
 #if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER)
 /* to the end */
 
index 0e76972..08ea54e 100644 (file)
@@ -4,7 +4,7 @@
  * Directory Runtime Support
  */
 
-#include "config.h"
+#include "ghcconfig.h"
 
 // The following is required on Solaris to force the POSIX versions of
 // the various _r functions instead of the Solaris versions.
index 846ceee..62d2efd 100644 (file)
@@ -7,7 +7,7 @@
 /* The itimer stuff in this module is non-posix */
 /* #include "PosixSource.h" */
 
-#include "config.h"
+#include "ghcconfig.h"
 
 #include <stdio.h>
 #include <stdlib.h>
index 1bcce33..b291451 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __HSBASE_H__
 #define __HSBASE_H__
 
-#include "config.h"
+#include "ghcconfig.h"
 #include "HsFFI.h"
 
 #include <stdio.h>
index bce6524..99fac4c 100644 (file)
@@ -1,4 +1,4 @@
-#include "config.h"
+#include "ghcconfig.h"
 
 Package {
         name           = "base",