X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fglobals.h;h=3fb8e4f65c4819f79527e85be836d9abda17f29c;hb=791d1f2cf4511210ff72486b0338db1d9cc7b7ab;hp=36508e17cc470b1431ef549b1e398c1ce4e475a1;hpb=4fef95e29456f8eda492fe684a92fbd11176e066;p=netatalk.git diff --git a/include/atalk/globals.h b/include/atalk/globals.h index 36508e17..3fb8e4f6 100644 --- a/include/atalk/globals.h +++ b/include/atalk/globals.h @@ -41,9 +41,8 @@ #define OPTION_UUID (1 << 7) #define OPTION_ACL2MACCESS (1 << 8) #define OPTION_NOZEROCONF (1 << 9) -#define OPTION_KEEPSESSIONS (1 << 10) /* preserve sessions across master afpd restart with SIGQUIT */ #define OPTION_SHARE_RESERV (1 << 11) /* whether to use Solaris fcntl F_SHARE locks */ - +#define OPTION_SPOTLIGHT (1 << 12) /* whether to enable Spotlight support */ #define PASSWD_NONE 0 #define PASSWD_SET (1 << 0) #define PASSWD_NOSAVE (1 << 1) @@ -86,7 +85,7 @@ struct afp_options { char *uampath, *fqdn; char *sigconffile; char *uuidconf; - char *guest, *loginmesg, *keyfile, *passwdfile; + char *guest, *loginmesg, *keyfile, *passwdfile, *extmapfile; char *uamlist; char *signatureopt; unsigned char signature[16]; @@ -98,11 +97,12 @@ struct afp_options { gid_t admingid; int volnamelen; /* default value for winbind authentication */ - char *ntdomain, *ntseparator; + char *ntdomain, *ntseparator, *addomain; char *logconfig; char *logfile; char *mimicmodel; char *adminauthuser; + char *slmod_path; struct afp_volume_name volfile; }; @@ -147,7 +147,6 @@ extern const char *Cnid_port; extern int get_afp_errno (const int param); extern void afp_options_init (struct afp_options *); extern void afp_options_parse_cmdline(AFPObj *obj, int ac, char **av); -extern void afp_options_free(struct afp_options *); extern void setmessage (const char *); extern void readmessage (AFPObj *);