]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/auth.h
remove NO_DDP stuff
[netatalk.git] / etc / afpd / auth.h
index 46c23fbd1fc7bfe856ef3377bb42ee1879c6f030..2e9d6a584e3f66a94166f9337f49e296d8ac61b0 100644 (file)
@@ -16,11 +16,6 @@ struct afp_versions {
 };
 
 static const struct afp_versions  afp_versions[] = {
-#ifndef NO_DDP
-    { "AFPVersion 1.1", 11 },
-    { "AFPVersion 2.0", 20 },
-    { "AFPVersion 2.1", 21 },
-#endif /* ! NO_DDP */
     { "AFP2.2", 22 },
     { "AFPX03", 30 },
     { "AFP3.1", 31 },