Mercurial > hg > xemacs-beta
comparison src/m/wicat.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 | 4542b72c005e |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
96 | 96 |
97 #define C_OPTIMIZE_SWITCH /* -O -Wopt,-O-f */ | 97 #define C_OPTIMIZE_SWITCH /* -O -Wopt,-O-f */ |
98 | 98 |
99 /* For WICAT version supporting PTYs and select (currently internal only) */ | 99 /* For WICAT version supporting PTYs and select (currently internal only) */ |
100 | 100 |
101 #ifdef HAVE_PTYS | |
102 #undef FIRST_PTY_LETTER | 101 #undef FIRST_PTY_LETTER |
103 #define FIRST_PTY_LETTER 'q' | 102 #define FIRST_PTY_LETTER 'q' |
104 #endif | 103 #endif |
105 | 104 |
106 /* there is a select() in libcurses.a that causes a conflict so use termlib */ | 105 /* there is a select() in libcurses.a that causes a conflict so use termlib */ |