summaryrefslogtreecommitdiff
path: root/ghc/includes/ghcconfig.h
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-01-28 14:01:08 +0000
committersimonmar <unknown>2005-01-28 14:01:08 +0000
commit81066717b7e07ef5f3678fe0b8c7e56fad1f3de9 (patch)
tree4ff428c5068285d605abd50e205c7417b7937d32 /ghc/includes/ghcconfig.h
parenta277751c44d6db6f4aa93fd8dc06bfdfbdc86760 (diff)
downloadhaskell-81066717b7e07ef5f3678fe0b8c7e56fad1f3de9.tar.gz
[project @ 2005-01-28 14:01:08 by simonmar]
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).
Diffstat (limited to 'ghc/includes/ghcconfig.h')
-rw-r--r--ghc/includes/ghcconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/includes/ghcconfig.h b/ghc/includes/ghcconfig.h
new file mode 100644
index 0000000000..5f10e923fd
--- /dev/null
+++ b/ghc/includes/ghcconfig.h
@@ -0,0 +1,7 @@
+#ifndef __GHCCONFIG_H__
+#define __GHCCONFIG_H__
+
+#include "ghcautoconf.h"
+#include "ghcplatform.h"
+
+#endif