[project @ 2005-01-28 14:01:08 by simonmar]
authorsimonmar <unknown>
Fri, 28 Jan 2005 14:01:08 +0000 (14:01 +0000)
committersimonmar <unknown>
Fri, 28 Jan 2005 14:01:08 +0000 (14:01 +0000)
Here's a file I forgot to add.

NB. ghcconfig.h is now a *source file*.  If you're using a linked
build tree, please remove it from ghc/includes and re-link (in fact,
you probabaly need a make clean in ghc/includes at least).

ghc/includes/ghcconfig.h [new file with mode: 0644]

diff --git a/ghc/includes/ghcconfig.h b/ghc/includes/ghcconfig.h
new file mode 100644 (file)
index 0000000..5f10e92
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __GHCCONFIG_H__
+#define __GHCCONFIG_H__
+
+#include "ghcautoconf.h"
+#include "ghcplatform.h"
+
+#endif