blob: ab2b757db7e29cc51a493028c61568cfc9f8c012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/configure.h.orig Tue Sep 5 02:26:09 2000
+++ libs/configure.h Wed Feb 7 00:53:01 2001
@@ -22,7 +22,7 @@
#define CLOSE_STRING4 "quit"
/* #ifdef __alpha */
-#if defined(__alpha) && !defined(linux)
+#if defined(__alpha) && !(defined(linux) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__))
#define NEEDS_ALPHA_HEADER
#undef BROKEN_SUN_HEADERS
#endif /* (__alpha) */
|