comparison src/s/vms.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 37ea8707b175
children 1b0e886a4476
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
46 46
47 /* Letter to use in finding device name of first pty, 47 /* Letter to use in finding device name of first pty,
48 if system supports pty's. 'a' means it is /dev/ptya0 */ 48 if system supports pty's. 'a' means it is /dev/ptya0 */
49 49
50 #define FIRST_PTY_LETTER 'a' 50 #define FIRST_PTY_LETTER 'a'
51
52 /*
53 * Define HAVE_TIMEVAL if the system supports the BSD style clock values.
54 * Look in <sys/time.h> for a timeval structure.
55 */
56
57 /* #define HAVE_TIMEVAL */
58
59 /*
60 * Define HAVE_SELECT if the system supports the `select' system call.
61 */
62
63 #define HAVE_SELECT /* There is an emulation in vmsproc.c */
64 51
65 /* 52 /*
66 * Define HAVE_PTYS if the system supports pty devices. 53 * Define HAVE_PTYS if the system supports pty devices.
67 */ 54 */
68 55