dnl Process this file with autoconf to produce a configure script. AC_INIT(ares_init.c) AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB AC_CANONICAL_HOST case $host_os in solaris*) AC_DEFINE(ETC_INET) ;; esac AC_CHECK_FUNC(gethostbyname, :, AC_CHECK_LIB(nsl, gethostbyname)) AC_CHECK_FUNC(socket, :, AC_CHECK_LIB(socket, socket)) AC_OUTPUT(Makefile)