]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Spotlight: use async Tracker SPARQL API
[netatalk.git] / etc / afpd / afp_options.c
index 932e6a657ea5215faa3ca69f7ec371425d62f2ef..95faf80807aa078f2b9fc005c8c30a729ec14104 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( "" );
 }
@@ -173,6 +176,13 @@ static void show_version_extended(void )
        puts( "No" );
 #endif
 
+       printf( "     Spotlight support:\t" );
+#ifdef HAVE_TRACKER
+       puts( "Yes" );
+#else
+       puts( "No" );
+#endif
+
        printf( "         DTrace probes:\t" );
 #ifdef WITH_DTRACE
        puts( "Yes" );