|
|
@@ -75,7 +75,7 @@ AC_ARG_ENABLE(plugins, |
|
|
|
AC_ARG_ENABLE(doc, |
|
|
|
[ --enable-doc build documentation (needs doxygen and LaTeX)]) |
|
|
|
|
|
|
|
AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h) |
|
|
|
AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h termios.h) |
|
|
|
AC_CHECK_FUNCS(signal ioctl vsnprintf getenv putenv strcasecmp htons) |
|
|
|
AC_CHECK_FUNCS(usleep gettimeofday) |
|
|
|
|
|
|
|