dnl Process this file with autoconf to produce a configure script. dnl This configure.in produced by autoscan for autoconf 2.12. AC_INIT(eventlog.h) dnl Checks for programs. AC_PROG_CC dnl Checks for libraries. AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname, , AC_CHECK_LIB(resolv, gethostbyname))) AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket)) dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h memory.h stdarg.h string.h sys/file.h sys/resource.h \ sys/time.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_HEADER_TIME dnl Checks for library functions. TRENO_FUNC_MEMCMP_8BIT_CLEAN AC_FUNC_SETVBUF_REVERSED AC_TYPE_SIGNAL AC_CHECK_FUNCS(setpriority sigaction) AC_OUTPUT(Makefile)