/* 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/local/samba/bin"
#endif
char *pathname_bin_dir = BINDIR;

#ifndef SBINDIR
#define SBINDIR "/usr/local/samba/sbin"
#endif
char *pathname_sbin_dir = SBINDIR;

#ifndef LIBDIR
#define LIBDIR "/usr/local/samba/lib"
#endif
char *pathname_lib_dir = LIBDIR;

#ifndef CONFDIR
#define CONFDIR "/usr/local/samba/etc"
#endif
char *pathname_conf_dir = CONFDIR;

#ifndef PRIVATEDIR
#define PRIVATEDIR "/usr/local/samba/private"
#endif
char *pathname_private_dir = PRIVATEDIR;

#ifndef STATEDIR
#define STATEDIR "/usr/local/samba/var"
#endif
char *pathname_state_dir = STATEDIR;

#ifndef TMPDIR
#define TMPDIR "/usr/local/samba/var/locks"
#endif
char *pathname_tmp_dir = TMPDIR;

#ifndef LOGDIR
#define LOGDIR "/usr/local/samba/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 "/usr/local/samba/etc/scripts"
#endif
char *pathname_script_dir = SCRIPTDIR;

#ifndef CODEPAGEDIR
#define CODEPAGEDIR "/usr/local/samba/share/codepages"
#endif
char *pathname_codepage_dir = CODEPAGEDIR;

#ifndef CONFIGFILE
#define CONFIGFILE "/usr/local/samba/etc/smb.conf"
#endif
char *pathname_smb_conf = CONFIGFILE;

#ifndef LMHOSTSFILE
#define LMHOSTSFILE "/usr/local/samba/etc/lmhosts"
#endif
char *pathname_lmhosts = LMHOSTSFILE;

#ifndef SAMDIR
#define SAMDIR "/usr/local/samba/sam"
#endif
char *pathname_sam_dir = SAMDIR;

#ifndef PRINTERSDIR
#define PRINTERSDIR "/usr/local/samba/lib"
#endif
char *pathname_printers_dir = PRINTERSDIR;

#ifndef DRIVERFILE
#define DRIVERFILE "/usr/local/samba/lib/printers.def"
#endif
char *pathname_printers_win95 = DRIVERFILE;

#ifndef FORMSFILE
#define FORMSFILE "/usr/local/samba/lib/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 "/usr/local/samba/private/smbpasswd"
#endif
char *pathname_smbpasswd_passwd = SMB_PASSWD_FILE;

#ifndef SMB_GROUP_FILE
#define SMB_GROUP_FILE "/usr/local/samba/private/smbgroup"
#endif
char *pathname_smbpasswd_group = SMB_GROUP_FILE;

#ifndef SMB_ALIAS_FILE
#define SMB_ALIAS_FILE "/usr/local/samba/private/smbalias"
#endif
char *pathname_smbpasswd_alias = SMB_ALIAS_FILE;

#ifndef MSRPC_SOCK_DIR
#define MSRPC_SOCK_DIR "/usr/local/samba/var/locks/.msrpc"
#endif
char *pathname_msrpc_sock_dir = MSRPC_SOCK_DIR;

/* end of paths.c */

