]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/globals.h
Smarter spotlight option
[netatalk.git] / include / atalk / globals.h
index 1f6cd048982f84784d60c9693b6b4140b2b969de..232f5392a1dc52b0599394453f9723cdc2fad7da 100644 (file)
@@ -57,7 +57,8 @@
 #define OPTION_ACL2MODE      (1 << 10)
 #define OPTION_SHARE_RESERV  (1 << 11) /* whether to use Solaris fcntl F_SHARE locks */
 #define OPTION_DBUS_AFPSTATS (1 << 12) /* whether to run dbus thread for afpstats */
-#define OPTION_SPOTLIGHT     (1 << 13) /* whether to enable Spotlight support */
+#define OPTION_SPOTLIGHT     (1 << 13) /* whether to initialize Spotlight support */
+#define OPTION_SPOTLIGHT_VOL (1 << 14) /* whether spotlight shall be enabled by default for volumes */
 
 #define PASSWD_NONE     0
 #define PASSWD_SET     (1 << 0)