X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fglobals.h;h=232f5392a1dc52b0599394453f9723cdc2fad7da;hp=1f6cd048982f84784d60c9693b6b4140b2b969de;hb=98ada4ea7939f7559444be02961c4edb612f44f8;hpb=b5ba94c620d6e7e5c78af6d8f29ed5890323eb18 diff --git a/include/atalk/globals.h b/include/atalk/globals.h index 1f6cd048..232f5392 100644 --- a/include/atalk/globals.h +++ b/include/atalk/globals.h @@ -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)