comparison src/m/tad68k.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents abe6d1db359e
children b39c14581166
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
71 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */ 71 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */
72 72
73 /* omit next three lines if no TCP installed */ 73 /* omit next three lines if no TCP installed */
74 74
75 #define select gnu_select /* avoid select() name clash */ 75 #define select gnu_select /* avoid select() name clash */
76 #define HAVE_PTYS /* we do have PTYs if we have TCP */
77 #define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */ 76 #define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */