1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r19347: Add socketpair()

(This used to be commit 8a8e974d21)
This commit is contained in:
Jelmer Vernooij 2006-10-16 21:39:07 +00:00 committed by Gerald (Jerry) Carter
parent d490e27304
commit c2d6fad69b
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ readline (the library)
inet_ntoa
strtoll
strtoull
socketpair
Types:
bool

View File

@ -150,7 +150,7 @@ AC_TRY_COMPILE([
AC_CHECK_FUNCS(seteuid setresuid setegid setresgid chroot bzero strerror)
AC_CHECK_FUNCS(vsyslog setlinebuf mktime ftruncate chsize rename)
AC_CHECK_FUNCS(waitpid strlcpy strlcat innetgr initgroups memmove strdup)
AC_CHECK_FUNCS(pread pwrite strndup strcasestr strtok_r mkdtemp)
AC_CHECK_FUNCS(pread pwrite strndup strcasestr strtok_r mkdtemp socketpair)
AC_HAVE_DECL(setresuid, [#include <unistd.h>])
AC_HAVE_DECL(setresgid, [#include <unistd.h>])
AC_HAVE_DECL(errno, [#include <errno.h>])