]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
- Added tests for <sys/poll.h> and poll().
[ngircd-alex.git] / configure.in
index 5f1afe1d5194a3e8493d837c5f3e18ef70554a39..b2dd0953b99df428c8636b17a7c5e61f39271615 100644 (file)
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.70 2002/12/25 13:23:11 alex Exp $
+# $Id: configure.in,v 1.72 2002/12/28 14:56:21 alex Exp $
 #
 
 # -- Initialisierung --
@@ -81,7 +81,7 @@ AC_CHECK_HEADERS([ \
        strings.h sys/socket.h sys/time.h unistd.h \
        ],,AC_MSG_ERROR([required C header missing!]))
 
-AC_CHECK_HEADERS(arpa/inet.h ctype.h malloc.h stdint.h sys/select.h varargs.h)
+AC_CHECK_HEADERS(arpa/inet.h ctype.h malloc.h stdint.h sys/select.h sys/poll.h varargs.h)
 
 # -- Datentypen --
 
@@ -122,7 +122,7 @@ AC_CHECK_FUNCS([ \
        strstr waitpid \
        ],,AC_MSG_ERROR([required function missing!]))
 
-AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf)
+AC_CHECK_FUNCS(inet_aton isdigit poll sigaction snprintf vsnprintf strlcpy strlcat)
 
 # -- Konfigurationsoptionen --