]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
afpd -V show Spotlight support
[netatalk.git] / etc / afpd / afp_options.c
index f06bfb373665ca9bc4ff25c8be20501ceb04619e..95faf80807aa078f2b9fc005c8c30a729ec14104 100644 (file)
@@ -176,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" );