]> arthur.barton.de Git - netatalk.git/commitdiff
changed USE_AFS to AFS to work with current tree
authorrufustfirefly <rufustfirefly>
Tue, 27 Feb 2001 16:26:18 +0000 (16:26 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 27 Feb 2001 16:26:18 +0000 (16:26 +0000)
acconfig.h
configure.in

index b63da5b3c1290923129cd409183f8bcaeda23d2d..06a43b00ac5e81864969650515011ae84e67bf07 100644 (file)
@@ -2,6 +2,7 @@
 #undef _ISOC9X_SOURCE
 #undef _PATH_CRACKLIB
 #undef ADMIN_GRP
+#undef AFS
 #undef BSD4_4
 #undef CAPDIR
 #undef DEBUG
@@ -29,7 +30,6 @@
 #undef UAM_DHX
 #undef UAM_PGP
 #undef UAM_RNDNUM
-#undef USE_AFS
 #undef USE_CAP
 #undef USE_CRACKLIB
 #undef USE_FLOCK_LOCKS
index 44335cbe1a9cdf03e977f86e2de18110f6e32f01..91de62513be32ef30d22599e15277d54e947ef68 100644 (file)
@@ -149,7 +149,7 @@ AC_ARG_WITH(admin-group,
 AC_ARG_ENABLE(afs,
        [  --enable-afs           enable AFS support],
        if test "$enableval" = "yes"; then
-               AC_DEFINE(USE_AFS, 1)
+               AC_DEFINE(AFS, 1)
                AC_MSG_RESULT([enabling AFS support])
        fi
 )