comparison src/s/usg5-2.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
51 * Define HAVE_TERMIO if the system provides sysV-style ioctls 51 * Define HAVE_TERMIO if the system provides sysV-style ioctls
52 * for terminal control. 52 * for terminal control.
53 */ 53 */
54 54
55 #define HAVE_TERMIO 55 #define HAVE_TERMIO
56
57 /*
58 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
59 * Look in <sys/time.h> for a timeval structure.
60 */
61
62 /* #define HAVE_TIMEVAL */
63
64 /*
65 * Define HAVE_SELECT if the system supports the `select' system call.
66 */
67
68 /* #define HAVE_SELECT */
69 56
70 /* 57 /*
71 * Define HAVE_PTYS if the system supports pty devices. 58 * Define HAVE_PTYS if the system supports pty devices.
72 */ 59 */
73 60