]> arthur.barton.de Git - netatalk.git/commitdiff
Remove support for flock locks.
authorsrittau <srittau>
Thu, 14 Nov 2002 17:21:23 +0000 (17:21 +0000)
committersrittau <srittau>
Thu, 14 Nov 2002 17:21:23 +0000 (17:21 +0000)
acconfig.h
configure.in

index 5af797270bbaea467fed01e74888101df04cb5de..e0a3d47e7d77d0875c1aaa0a72c69ab025bd7fdc 100644 (file)
@@ -40,7 +40,6 @@
 #undef UAM_RNDNUM
 #undef USE_CAP
 #undef USE_CRACKLIB
-#undef USE_FLOCK_LOCKS
 #undef USE_LASTDID
 #undef USE_PAM
 #undef USE_SRVLOC
index 92216571eed19ee1ce49927020a3fd068e76d805..7c6ebcfd911c772d8d12e52aaa406a74ef1e14c5 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.170 2002-10-16 16:55:55 jmarcus Exp $
+dnl $Id: configure.in,v 1.171 2002-11-14 17:21:23 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -106,7 +106,7 @@ AC_FUNC_MMAP
 AC_TYPE_SIGNAL
 AC_FUNC_UTIME_NULL
 AC_FUNC_WAIT3
-AC_CHECK_FUNCS(flock getcwd gethostname gettimeofday getusershell mkdir rmdir select socket strdup strcasestr strstr strtoul setpgrp strchr memcpy)
+AC_CHECK_FUNCS(getcwd gethostname gettimeofday getusershell mkdir rmdir select socket strdup strcasestr strstr strtoul setpgrp strchr memcpy)
 AC_FUNC_SETPGRP
 
 dnl Checks for (v)snprintf
@@ -332,17 +332,6 @@ AC_ARG_ENABLE(shell-check,
        fi
 )
 
-AC_MSG_CHECKING([whether flock locks should be enabled])
-AC_ARG_WITH(flock-locks,
-       [  --with-flock-locks      enable flock locks support],
-       [flock_locks="$withval"],
-       [flock_locks="no"]
-)
-if test "x$flock_locks" = "xyes"; then
-       AC_DEFINE(USE_FLOCK_LOCKS)
-fi
-AC_MSG_RESULT([$flock_locks])
-
 AC_ARG_WITH(tcp-wrappers,
        [  --with-tcp-wrappers     enable TCP wrappers support],
        AC_CHECK_LIB(wrap, tcpd_warn,