diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-23 10:09:55 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-23 10:09:55 -0800 |
commit | 2e8a479790905675fea870ac73f1deebd6889eea (patch) | |
tree | 40f3a6b539828096c515636fe0a4ef254cada2ca /configure.in | |
parent | 6e13206c036278d386b70e742355876b0340d28a (diff) | |
download | emacs-2e8a479790905675fea870ac73f1deebd6889eea.tar.gz |
Include <sys/ioctl.h> unconditionally.
* configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
* src/xterm.c:
* src/systty.h:
* src/sound.c: Include <sys/ioctl.h> unconditionally.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 784d2fb4e5b..c24b60946e9 100644 --- a/configure.in +++ b/configure.in @@ -3028,8 +3028,6 @@ dnl Fixme: Not used. Should this be HAVE_SOCKETS? [Define to 1 if you have inet sockets.]) fi -AC_CHECK_HEADERS(sys/ioctl.h) - if test -f /usr/lpp/X11/bin/smt.exp; then AC_DEFINE(HAVE_AIX_SMT_EXP, 1, [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.]) |