]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Cant disable AFP3x anymore
[netatalk.git] / etc / afpd / afp_options.c
index b8e5130b67a6ccc58f5d0b3653a0d54cf523bbcb..6d5fb0dfcf371efe211fa971b64caa2a26125f84 100644 (file)
@@ -481,13 +481,7 @@ static void show_version( void )
 
        puts( "afpd has been compiled with support for these features:\n" );
 
-       printf( "        AFP3.x support:\t" );
-#ifdef AFP3x
-       puts( "Yes" );
-#else
-       puts( "No" );
-#endif
-
+       printf( "        AFP3.x support:\tYes\n" );
         printf( "        TCP/IP Support:\t" );
         puts( "Yes" );