aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-01 04:54:08 +0000
committerRichard M. Stallman1994-10-01 04:54:08 +0000
commitd848c520c985c9f53af7e034cc79448b413e157e (patch)
treeca99fed932bb34c5c86a7f9259b5aad3725ec8e2 /src
parentfe9f955af30ea463f2f303146e7fce793d0d379f (diff)
downloademacs-d848c520c985c9f53af7e034cc79448b413e157e.tar.gz
emacs-d848c520c985c9f53af7e034cc79448b413e157e.zip
(NEED_LIBW): Defined.
Diffstat (limited to 'src')
-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 @@
44 strncpy(pty_name, ptyname, sizeof(pty_name)); \ 44 strncpy(pty_name, ptyname, sizeof(pty_name)); \
45 pty_name[sizeof(pty_name) - 1] = 0; \ 45 pty_name[sizeof(pty_name) - 1] = 0; \
46 } 46 }
47
48/* Use libw.a along with X11R6 Xt. */
49#define NEED_LIBW