blob: 000aeee2bd63fe440dd65bf8e2ba0f55f6d3d5e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.5 2001/02/28 10:26:03 wiz Exp $
--- 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) */
|