changeset 9204:b4a3df418045

(NEED_LIBW): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Oct 1994 04:54:08 +0000
parents 3e723aa945eb
children 43c062993ed0
files src/s/usg5-4-2.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4-2.h	Sat Oct 01 04:42:45 1994 +0000
+++ b/src/s/usg5-4-2.h	Sat Oct 01 04:54:08 1994 +0000
@@ -44,3 +44,6 @@
     strncpy(pty_name, ptyname, sizeof(pty_name)); \
     pty_name[sizeof(pty_name) - 1] = 0;		\
   }
+
+/* Use libw.a along with X11R6 Xt.  */
+#define NEED_LIBW