mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
Tue Jan 13 16:21:44 CST 2009 Pekka Pessi <first.last@nokia.com>
* sac-su2.m4: check for strnlen(), do not check for strcasestr() git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11821 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8cb0c75279
commit
ec1024d619
@ -530,6 +530,7 @@ AC_CHECK_FUNCS([gettimeofday strerror random initstate tcsetattr flock \
|
|||||||
socketpair gethostname gethostbyname getipnodebyname \
|
socketpair gethostname gethostbyname getipnodebyname \
|
||||||
poll epoll_create kqueue select if_nameindex \
|
poll epoll_create kqueue select if_nameindex \
|
||||||
signal alarm \
|
signal alarm \
|
||||||
|
strnlen \
|
||||||
getaddrinfo getnameinfo freeaddrinfo gai_strerror getifaddrs \
|
getaddrinfo getnameinfo freeaddrinfo gai_strerror getifaddrs \
|
||||||
getline getdelim getpass])
|
getline getdelim getpass])
|
||||||
# getline getdelim getpass are _GNU_SOURCE stuff
|
# getline getdelim getpass are _GNU_SOURCE stuff
|
||||||
@ -548,7 +549,7 @@ if test $ac_cv_func_if_nameindex = yes ; then
|
|||||||
[Define to 1 if you have if_nameindex().])
|
[Define to 1 if you have if_nameindex().])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SAC_REPLACE_FUNCS([memmem memccpy memspn memcspn strcasestr strtoull \
|
SAC_REPLACE_FUNCS([memmem memccpy memspn memcspn strtoull \
|
||||||
inet_ntop inet_pton poll])
|
inet_ntop inet_pton poll])
|
||||||
|
|
||||||
if test $ac_cv_func_signal = yes ; then
|
if test $ac_cv_func_signal = yes ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user