aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/HsUnix.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 49c8a9d..db55dc9 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -1,5 +1,4 @@
/* -----------------------------------------------------------------------------
- * $Id: HsUnix.h,v 1.16 2004/09/15 15:55:46 stolz Exp $
*
* (c) The University of Glasgow 2002
*
@@ -11,8 +10,23 @@
#define HSUNIX_H
#include "ghcconfig.h"
+
+/* ultra-evil... */
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+
#include "HsUnixConfig.h"
+/* ultra-evil... */
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+
#include <stdlib.h>
#include <stdio.h>