/* paths.c: global variables for pathnames in Samba * Automatically generated by paths.c.sh.in: DO NOT EDIT */ /* MKPROTO: NONE (do not remove this line) */ #include "pathnames.h" #ifndef BINDIR #define BINDIR "/usr/bin" #endif char *pathname_bin_dir = BINDIR; #ifndef SBINDIR #define SBINDIR "/usr/sbin" #endif char *pathname_sbin_dir = SBINDIR; #ifndef LIBDIR #define LIBDIR "/usr/lib64" #endif char *pathname_lib_dir = LIBDIR; #ifndef CONFDIR #define CONFDIR "/etc/sambatng" #endif char *pathname_conf_dir = CONFDIR; #ifndef PRIVATEDIR #define PRIVATEDIR "/etc/sambatng/private" #endif char *pathname_private_dir = PRIVATEDIR; #ifndef STATEDIR #define STATEDIR "/var/lock" #endif char *pathname_state_dir = STATEDIR; #ifndef TMPDIR #define TMPDIR "/tmp" #endif char *pathname_tmp_dir = TMPDIR; #ifndef LOGDIR #define LOGDIR "/var/log" #endif char *pathname_log_dir = LOGDIR; #ifndef UTMPDIR #define UTMPDIR "" #endif char *pathname_utmp_dir = UTMPDIR; #ifndef WTMPDIR #define WTMPDIR "" #endif char *pathname_wtmp_dir = WTMPDIR; #ifndef SCRIPTDIR #define SCRIPTDIR "/etc/sambatng/scripts" #endif char *pathname_script_dir = SCRIPTDIR; #ifndef CODEPAGEDIR #define CODEPAGEDIR "/usr/share/codepages" #endif char *pathname_codepage_dir = CODEPAGEDIR; #ifndef CONFIGFILE #define CONFIGFILE "/etc/sambatng/smb.conf" #endif char *pathname_smb_conf = CONFIGFILE; #ifndef LMHOSTSFILE #define LMHOSTSFILE "/etc/sambatng/lmhosts" #endif char *pathname_lmhosts = LMHOSTSFILE; #ifndef SAMDIR #define SAMDIR "/etc/sambatng/sam" #endif char *pathname_sam_dir = SAMDIR; #ifndef PRINTERSDIR #define PRINTERSDIR "/etc/sambatng/printers" #endif char *pathname_printers_dir = PRINTERSDIR; #ifndef DRIVERFILE #define DRIVERFILE "/etc/sambatng/printers.def" #endif char *pathname_printers_win95 = DRIVERFILE; #ifndef FORMSFILE #define FORMSFILE "/etc/sambatng/ntforms.def" #endif char *pathname_printers_forms = FORMSFILE; #ifndef PASSWD_PROGRAM #define PASSWD_PROGRAM "/usr/bin/passwd" #endif char *pathname_passwd_program = PASSWD_PROGRAM; #ifndef SMB_PASSWD_FILE #define SMB_PASSWD_FILE "/etc/sambatng/private/smbpasswd" #endif char *pathname_smbpasswd_passwd = SMB_PASSWD_FILE; #ifndef SMB_GROUP_FILE #define SMB_GROUP_FILE "/etc/sambatng/private/smbgroup" #endif char *pathname_smbpasswd_group = SMB_GROUP_FILE; #ifndef SMB_ALIAS_FILE #define SMB_ALIAS_FILE "/etc/sambatng/private/smbalias" #endif char *pathname_smbpasswd_alias = SMB_ALIAS_FILE; #ifndef MSRPC_SOCK_DIR #define MSRPC_SOCK_DIR "/var/lock/.msrpc" #endif char *pathname_msrpc_sock_dir = MSRPC_SOCK_DIR; /* end of paths.c */