[project @ 2004-08-16 11:17:20 by simonmar]
[ghc-hetmet.git] / ghc / includes / config.h
diff --git a/ghc/includes/config.h b/ghc/includes/config.h
new file mode 100644 (file)
index 0000000..66e2ade
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#warning config.h is deprecated; please use ghcconfig.h instead
+#include "ghcconfig.h"
+
+#endif