Mercurial > emacs
comparison src/m/iris4d.h @ 2991:c1c607a0b152
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 23 May 1993 22:09:09 +0000 |
parents | 1ffd52c765c7 |
children | 8c74c4712164 |
comparison
equal
deleted
inserted
replaced
2990:436215600247 | 2991:c1c607a0b152 |
---|---|
155 | 155 |
156 /* Use terminfo instead of termcap. */ | 156 /* Use terminfo instead of termcap. */ |
157 | 157 |
158 #define TERMINFO | 158 #define TERMINFO |
159 | 159 |
160 /* sioctl.h should be included where appropriate. */ | |
161 | |
162 #define NEED_SIOCTL | |
163 | |
164 /* Letter to use in finding device name of first pty, | 160 /* Letter to use in finding device name of first pty, |
165 if system supports pty's. 'a' means it is /dev/ptya0 */ | 161 if system supports pty's. 'a' means it is /dev/ptya0 */ |
166 | 162 |
167 #undef FIRST_PTY_LETTER | 163 #undef FIRST_PTY_LETTER |
168 #define FIRST_PTY_LETTER 'q' | 164 #define FIRST_PTY_LETTER 'q' |