1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(NEED_LIBW): Defined.

This commit is contained in:
Richard M. Stallman 1994-10-01 04:54:08 +00:00
parent fe9f955af3
commit d848c520c9

View file

@ -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