diff options
| author | Dan Nicolaescu | 2010-11-23 10:09:55 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-23 10:09:55 -0800 |
| commit | 2e8a479790905675fea870ac73f1deebd6889eea (patch) | |
| tree | 40f3a6b539828096c515636fe0a4ef254cada2ca /configure | |
| parent | 6e13206c036278d386b70e742355876b0340d28a (diff) | |
| download | emacs-2e8a479790905675fea870ac73f1deebd6889eea.tar.gz emacs-2e8a479790905675fea870ac73f1deebd6889eea.zip | |
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')
| -rwxr-xr-x | configure | 13 |
1 files changed, 0 insertions, 13 deletions
| @@ -14106,19 +14106,6 @@ $as_echo "#define HAVE_INET_SOCKETS 1" >>confdefs.h | |||
| 14106 | 14106 | ||
| 14107 | fi | 14107 | fi |
| 14108 | 14108 | ||
| 14109 | for ac_header in sys/ioctl.h | ||
| 14110 | do : | ||
| 14111 | ac_fn_c_check_header_mongrel "$LINENO" "sys/ioctl.h" "ac_cv_header_sys_ioctl_h" "$ac_includes_default" | ||
| 14112 | if test "x$ac_cv_header_sys_ioctl_h" = x""yes; then : | ||
| 14113 | cat >>confdefs.h <<_ACEOF | ||
| 14114 | #define HAVE_SYS_IOCTL_H 1 | ||
| 14115 | _ACEOF | ||
| 14116 | |||
| 14117 | fi | ||
| 14118 | |||
| 14119 | done | ||
| 14120 | |||
| 14121 | |||
| 14122 | if test -f /usr/lpp/X11/bin/smt.exp; then | 14109 | if test -f /usr/lpp/X11/bin/smt.exp; then |
| 14123 | 14110 | ||
| 14124 | $as_echo "#define HAVE_AIX_SMT_EXP 1" >>confdefs.h | 14111 | $as_echo "#define HAVE_AIX_SMT_EXP 1" >>confdefs.h |