comparison src/s/bsd4-1.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
44 44
45 /* First pty name is /dev/ptyp0. */ 45 /* First pty name is /dev/ptyp0. */
46 46
47 #define FIRST_PTY_LETTER 'p' 47 #define FIRST_PTY_LETTER 'p'
48 48
49 /*
50 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
51 * Look in <sys/time.h> for a timeval structure.
52 */
53
54 #undef HAVE_TIMEVAL
55
56 /*
57 * Define HAVE_SELECT if the system supports the `select' system call.
58 */
59
60 /* #define HAVE_SELECT */
61
62 /* 49 /*
63 * Define HAVE_PTYS if the system supports pty devices. 50 * Define HAVE_PTYS if the system supports pty devices.
64 */ 51 */
65 52
66 /* #define HAVE_PTYS */ 53 /* #define HAVE_PTYS */