aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ross <unknown>2004-10-08 12:04:49 +0000
committerGravatar ross <unknown>2004-10-08 12:04:49 +0000
commitc59d690128c9f1ce30c0cff1a6f1fe5e593e863e (patch)
tree97e421f5831398ca0a83b50381792107ad4c56e2 /include
parent9bf1bdddae6fc8e79f1f75fa4599fb4140654e30 (diff)
[project @ 2004-10-08 12:04:49 by ross]
revert previous change, so now these includes don't define PACKAGE_*
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 4dd7649..56e8eca 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -11,6 +11,8 @@
#include "ghcconfig.h"
+#include "HsUnixConfig.h"
+
/* ultra-evil... */
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
@@ -18,8 +20,6 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
-#include "HsUnixConfig.h"
-
#include <stdlib.h>
#include <stdio.h>