X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2Fconfig.h;fp=ghc%2Fincludes%2Fconfig.h;h=66e2ade63773cbc7422543c9d2730f0ffea13a41;hb=d6174f50acdbc2197e81351e334317d0742f74f2;hp=0000000000000000000000000000000000000000;hpb=5a19aad039bab0370f87874eb5a2b1ee210d0fa6;p=ghc-hetmet.git diff --git a/ghc/includes/config.h b/ghc/includes/config.h new file mode 100644 index 0000000..66e2ade --- /dev/null +++ b/ghc/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