From: Simon Marlow Date: Wed, 6 Jun 2007 14:21:53 +0000 (+0000) Subject: #undef PACKAGE_NAME and friends to avoid clashes X-Git-Tag: 2007-09-13~12 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=50661a379e7edffada24ffee307321cb9edfb917;hp=904ec18c744c63356da922cda31070827920836c #undef PACKAGE_NAME and friends to avoid clashes --- 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