summaryrefslogtreecommitdiff
path: root/includes/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config.h')
-rw-r--r--includes/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/config.h b/includes/config.h
new file mode 100644
index 0000000000..66e2ade637
--- /dev/null
+++ b/includes/config.h
@@ -0,0 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#warning config.h is deprecated; please use ghcconfig.h instead
+#include "ghcconfig.h"
+
+#endif