changeset 14823:2935ee86a8f8

(NEED_LIBW): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Mar 1996 18:05:32 +0000
parents 004a081ecdef
children f56bb68b6903
files src/s/irix5-2.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-2.h	Sun Mar 17 18:04:54 1996 +0000
+++ b/src/s/irix5-2.h	Sun Mar 17 18:05:32 1996 +0000
@@ -7,3 +7,7 @@
 /* C-g in select is not handled properly with restartable
    system calls.  So don't use them.  */
 #undef SA_RESTART
+
+/* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6
+   on Irix 5.3.  I don't know which Irix version that need starts with.  */
+#define NEED_LIBW