blob: 90221f286eccf4f69ca942498828b862345f89f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/configure.h.orig Thu Jan 18 17:45:46 2001
+++ libs/configure.h Thu Jan 18 17:46:07 2001
@@ -22,7 +22,7 @@
#define CLOSE_STRING4 "quit"
/* #ifdef __alpha */
-#if defined(__alpha) && !defined(linux)
+#if defined(__alpha) && !(defined(linux) || defined(__NetBSD__) || defined(__OpenBSD__))
#define NEEDS_ALPHA_HEADER
#undef BROKEN_SUN_HEADERS
#endif /* (__alpha) */
|