comparison src/s/usg5-3.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 7be0f0a02725
children ee40177f6c68
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
53 * Define HAVE_TERMIO if the system provides sysV-style ioctls 53 * Define HAVE_TERMIO if the system provides sysV-style ioctls
54 * for terminal control. 54 * for terminal control.
55 */ 55 */
56 56
57 #define HAVE_TERMIO 57 #define HAVE_TERMIO
58
59 /*
60 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
61 * Look in <sys/time.h> for a timeval structure.
62 */
63
64 /* #define HAVE_TIMEVAL */
65
66 /*
67 * Define HAVE_SELECT if the system supports the `select' system call.
68 */
69
70 /* SVr3.2 ports of X include an emulation of select in the libraries. */
71 #ifdef HAVE_X_WINDOWS
72 #define HAVE_SELECT
73 #endif
74 58
75 /* 59 /*
76 * Define HAVE_PTYS if the system supports pty devices. 60 * Define HAVE_PTYS if the system supports pty devices.
77 */ 61 */
78 62
221 /* Some variants have TIOCGWINSZ, but the structures to go with it 205 /* Some variants have TIOCGWINSZ, but the structures to go with it
222 are not declared. */ 206 are not declared. */
223 207
224 #define BROKEN_TIOCGWINSZ 208 #define BROKEN_TIOCGWINSZ
225 209
226 /* SVr3 does not have utimes(2) */
227
228 #define USE_UTIME
229
230 /* If we're using the System V X port, BSD bstring functions will be handy */ 210 /* If we're using the System V X port, BSD bstring functions will be handy */
231 211
232 #ifdef HAVE_X_WINDOWS 212 #ifdef HAVE_X_WINDOWS
233 #define BSTRING 213 #define BSTRING
234 #endif /* HAVE_X_WINDOWS */ 214 #endif /* HAVE_X_WINDOWS */