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