mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-05 05:13:45 +00:00
check for strdup()
This commit is contained in:
parent
6ed37415fc
commit
873edc6311
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.108 2005/03/21 22:15:15 alex Exp $
|
# $Id: configure.in,v 1.109 2005/04/16 07:26:44 fw Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
@ -121,7 +121,7 @@ AC_CHECK_FUNCS([ \
|
|||||||
memset realloc setsid setsockopt socket strcasecmp strchr strerror \
|
memset realloc setsid setsockopt socket strcasecmp strchr strerror \
|
||||||
strstr waitpid],,AC_MSG_ERROR([required function missing!]))
|
strstr waitpid],,AC_MSG_ERROR([required function missing!]))
|
||||||
|
|
||||||
AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strlcpy strlcat)
|
AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat)
|
||||||
|
|
||||||
AC_CHECK_FUNCS(select,[AC_CHECK_HEADERS(sys/select.h)],
|
AC_CHECK_FUNCS(select,[AC_CHECK_HEADERS(sys/select.h)],
|
||||||
AC_MSG_ERROR([required function select() is missing!])
|
AC_MSG_ERROR([required function select() is missing!])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user