]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
New MySQL CNID backend
[netatalk.git] / etc / afpd / afp_options.c
index 932e6a657ea5215faa3ca69f7ec371425d62f2ef..f06bfb373665ca9bc4ff25c8be20501ceb04619e 100644 (file)
@@ -93,6 +93,9 @@ static void show_version( void )
 #endif
 #ifdef CNID_BACKEND_TDB
        printf( "tdb " );
+#endif
+#ifdef CNID_BACKEND_MYSQL
+       printf( "mysql " );
 #endif
        puts( "" );
 }