From d9957206d51d2d6e5dc5378ab6c54280af4a3cfe Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Wed, 1 Apr 2009 10:59:53 +0000 Subject: [PATCH] use Nhc98BaseConfig.h rather than HsDirectoryConfig.h --- include/HsDirectory.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.10.4