Mercurial > emacs
comparison src/s/dgux.h @ 8892:191acacfa1ec
Delete obsolete symbols.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 18 Sep 1994 21:12:31 +0000 |
parents | b7d077dccd9e |
children | 6a4d66df8a31 |
comparison
equal
deleted
inserted
replaced
8891:6f72d6c642e3 | 8892:191acacfa1ec |
---|---|
63 through a pipe. | 63 through a pipe. |
64 | 64 |
65 */ | 65 */ |
66 | 66 |
67 #define INTERRUPT_INPUT | 67 #define INTERRUPT_INPUT |
68 | |
69 /* | |
70 * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | |
71 * Look in <sys/time.h> for a timeval structure. | |
72 */ | |
73 | |
74 #define HAVE_TIMEVAL | |
75 | |
76 /* | |
77 * Define HAVE_SELECT if the system supports the `select' system call. | |
78 */ | |
79 | |
80 #define HAVE_SELECT | |
81 | 68 |
82 /* | 69 /* |
83 * Define HAVE_SOCKETS if the system supports sockets. | 70 * Define HAVE_SOCKETS if the system supports sockets. |
84 */ | 71 */ |
85 | 72 |