#undef PACKAGE_NAME and friends to avoid clashes
authorSimon Marlow <simonmar@microsoft.com>
Wed, 6 Jun 2007 14:21:53 +0000 (14:21 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 6 Jun 2007 14:21:53 +0000 (14:21 +0000)
include/HsDirectory.h

index eded7eb..7185dc8 100644 (file)
 #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 <sys/types.h>