summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-23 14:09:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:47 -0500
commitb85f7857dc82ca1dbde1a91463cfe83cbcbee5f7 (patch)
treefde5b6ae04b96da4609ea8ba19b0ba23da86c5d2 /source4/lib/socket/config.m4
parent1e744a5108f47a06f1587aed047ad536bd5af4f4 (diff)
downloadsamba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.tar.gz
samba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.tar.bz2
samba-b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7.zip
r10452: Couple of small scons updates - ignore .sconsign files
(This used to be commit b2d2b4f23393c727ae3feeaf4b4b65bc03a673f7)
Diffstat (limited to 'source4/lib/socket/config.m4')
-rw-r--r--source4/lib/socket/config.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/lib/socket/config.m4 b/source4/lib/socket/config.m4
index 786d6c72bc..daa85803dc 100644
--- a/source4/lib/socket/config.m4
+++ b/source4/lib/socket/config.m4
@@ -1,18 +1,5 @@
AC_CHECK_HEADERS(sys/socket.h sys/sockio.h sys/un.h)
-AC_CACHE_CHECK([for socklen_t type],samba_cv_socklen_t, [
- AC_TRY_COMPILE([
-#include <sys/types.h>
-#if STDC_HEADERS
-#include <stdlib.h>
-#include <stddef.h>
-#endif
-#include <sys/socket.h>],[socklen_t i = 0],
- samba_cv_socklen_t=yes,samba_cv_socklen_t=no)])
-if test x"$samba_cv_socklen_t" = x"yes"; then
- AC_DEFINE(HAVE_SOCKLEN_T_TYPE,1,[Whether we have the variable type socklen_t])
-fi
-
AC_CACHE_CHECK([for sin_len in sock],samba_cv_HAVE_SOCK_SIN_LEN,[
AC_TRY_COMPILE([#include <sys/types.h>
#include <sys/socket.h>