diff options
| author | Jim Blandy | 1993-05-23 22:09:09 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-23 22:09:09 +0000 |
| commit | fd826cfdcebfa58c74e5963430f4e17f35285ae0 (patch) | |
| tree | 17d54906a0f7e4fa422d6f8856ecbde0fd5d5130 /src/m/iris4d.h | |
| parent | bf2dbc3448aead1ca60bbb3b40a2f8aa70675606 (diff) | |
| download | emacs-fd826cfdcebfa58c74e5963430f4e17f35285ae0.tar.gz emacs-fd826cfdcebfa58c74e5963430f4e17f35285ae0.zip | |
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
Diffstat (limited to 'src/m/iris4d.h')
| -rw-r--r-- | src/m/iris4d.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 1b9cfdfc8f6..038a8f3e37a 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -157,10 +157,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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 | ||