diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-23 22:09:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-23 22:09:09 +0000 |
commit | fd826cfdcebfa58c74e5963430f4e17f35285ae0 (patch) | |
tree | 17d54906a0f7e4fa422d6f8856ecbde0fd5d5130 | |
parent | bf2dbc3448aead1ca60bbb3b40a2f8aa70675606 (diff) | |
download | emacs-fd826cfdcebfa58c74e5963430f4e17f35285ae0.tar.gz |
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.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. */ #define TERMINFO -/* sioctl.h should be included where appropriate. */ - -#define NEED_SIOCTL - /* Letter to use in finding device name of first pty, if system supports pty's. 'a' means it is /dev/ptya0 */ |