SMP support (xchg(), cas() and mb()) for PowerPC
[ghc-hetmet.git] / ghc / includes / MachDeps.h
index 0726210..abe4405 100644 (file)
@@ -1,9 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: MachDeps.h,v 1.7 2001/10/03 13:57:42 simonmar Exp $
  *
- * (c) The GRASP/AQUA Project, Glasgow University, 1998
- * (c) The GHC Team, 1998-1999
- * (c) The University of Glasgow 2001
+ * (c) The University of Glasgow 2002
  * 
  * Definitions that characterise machine specific properties of basic
  * types (C & Haskell).
@@ -16,7 +13,7 @@
 #define MACHDEPS_H
 
 /* Sizes of C types come from here... */
-#include "config.h"
+#include "ghcautoconf.h"
 
 /* Sizes of Haskell types follow.  These sizes correspond to:
  *   - the number of bytes in the primitive type (eg. Int#)