From: Malcolm.Wallace@cs.york.ac.uk Date: Wed, 1 Apr 2009 10:59:53 +0000 (+0000) Subject: use Nhc98BaseConfig.h rather than HsDirectoryConfig.h X-Git-Tag: 2009-06-25~8 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=d9957206d51d2d6e5dc5378ab6c54280af4a3cfe use Nhc98BaseConfig.h rather than HsDirectoryConfig.h --- diff --git a/include/HsDirectory.h b/include/HsDirectory.h index b74f069..e5c4fb3 100644 --- a/include/HsDirectory.h +++ b/include/HsDirectory.h @@ -9,7 +9,11 @@ #ifndef __HSDIRECTORY_H__ #define __HSDIRECTORY_H__ +#ifdef __NHC__ +#include "Nhc98BaseConfig.h" +#else #include "HsDirectoryConfig.h" +#endif // Otherwise these clash with similar definitions from other packages: #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME