| 60 |
# Checks for header files. |
# Checks for header files. |
| 61 |
AC_HEADER_STDC |
AC_HEADER_STDC |
| 62 |
AC_CHECK_HEADERS(errno.h fcntl.h stdlib.h unistd.h termios.h string.h errno.h sys/time.h sys/types.h stdarg.h arpa/inet.h,, |
AC_CHECK_HEADERS(errno.h fcntl.h stdlib.h unistd.h termios.h string.h errno.h sys/time.h sys/types.h stdarg.h arpa/inet.h,, |
| 63 |
[AC_MSG_WARN([some header files not found])]) |
[AC_MSG_ERROR([some header files not found])]) |
| 64 |
|
|
| 65 |
# Checks for typedefs, structures, and compiler characteristics. |
# Checks for typedefs, structures, and compiler characteristics. |
| 66 |
AC_C_CONST |
AC_C_CONST |