summaryrefslogtreecommitdiff
path: root/src/s/usg5-4-2.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-01 04:54:08 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-01 04:54:08 +0000
commit6b4b8d98c56720fc6909f379c601702d8d658f36 (patch)
tree58973542c15ccbef6f0e446bd4e8851e904ccdcb /src/s/usg5-4-2.h
parentb612b32dcfb61793568cdcf473c2a658ffa28072 (diff)
downloademacs-6b4b8d98c56720fc6909f379c601702d8d658f36.tar.gz
(NEED_LIBW): Defined.
Diffstat (limited to 'src/s/usg5-4-2.h')
-rw-r--r--src/s/usg5-4-2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h
index 096e4582488..4e2e174d159 100644
--- a/src/s/usg5-4-2.h
+++ b/src/s/usg5-4-2.h
@@ -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