diff options
| author | Kim F. Storm | 2003-09-13 23:28:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-09-13 23:28:18 +0000 |
| commit | 2ba3faa30af10d242bb53902fde6d0b1fec76da8 (patch) | |
| tree | c3429ddd227f07d161bf278f98ebc7b9c932e685 | |
| parent | 4a5717d19fff2cf44cec9a324167f7f787fce81b (diff) | |
| download | emacs-2ba3faa30af10d242bb53902fde6d0b1fec76da8.tar.gz emacs-2ba3faa30af10d242bb53902fde6d0b1fec76da8.zip | |
Add checks for sys/ioctl.h and net/if.h.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ccc9a24eb78..b59c983e4d9 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2496,6 +2496,8 @@ dnl Fixme: Not used. Should this be HAVE_SOCKETS? | |||
| 2496 | [Define to 1 if you have inet sockets.]) | 2496 | [Define to 1 if you have inet sockets.]) |
| 2497 | fi | 2497 | fi |
| 2498 | 2498 | ||
| 2499 | AC_CHECK_HEADERS(sys/ioctl.h net/if.h) | ||
| 2500 | |||
| 2499 | if test -f /usr/lpp/X11/bin/smt.exp; then | 2501 | if test -f /usr/lpp/X11/bin/smt.exp; then |
| 2500 | AC_DEFINE(HAVE_AIX_SMT_EXP, 1, | 2502 | AC_DEFINE(HAVE_AIX_SMT_EXP, 1, |
| 2501 | [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.]) | 2503 | [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.]) |