Mercurial > hg > xemacs-beta
comparison src/m/mips.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 |
---|---|
134 #endif | 134 #endif |
135 | 135 |
136 /* The `select' in the system won't work for pipes, so don't use it. */ | 136 /* The `select' in the system won't work for pipes, so don't use it. */ |
137 #undef HAVE_SELECT /* override configuration decision */ | 137 #undef HAVE_SELECT /* override configuration decision */ |
138 | 138 |
139 #define HAVE_PTYS | |
140 | |
141 /* ??? */ | 139 /* ??? */ |
142 #define IRIS | 140 #define IRIS |
143 | 141 |
144 #endif /* USG */ | 142 #endif /* USG */ |
145 | 143 |