From 50661a379e7edffada24ffee307321cb9edfb917 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 6 Jun 2007 14:21:53 +0000 Subject: [PATCH] #undef PACKAGE_NAME and friends to avoid clashes --- include/HsDirectory.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/HsDirectory.h b/include/HsDirectory.h index eded7eb..7185dc8 100644 --- a/include/HsDirectory.h +++ b/include/HsDirectory.h @@ -10,6 +10,12 @@ #define __HSDIRECTORY_H__ #include "HsDirectoryConfig.h" +// Otherwise these clash with similar definitions from other packages: +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION #if HAVE_SYS_TYPES_H #include -- 1.7.10.4