/* pathnames.h: declarations for lib/paths.c
 * Automatically generated by paths.c.sh.in: DO NOT EDIT
 */

#ifndef _PATHNAMES_H
#define _PATHNAMES_H

extern char *pathname_bin_dir;
extern char *pathname_sbin_dir;
extern char *pathname_lib_dir;
extern char *pathname_conf_dir;
extern char *pathname_private_dir;
extern char *pathname_state_dir;
extern char *pathname_tmp_dir;
extern char *pathname_log_dir;
extern char *pathname_utmp_dir;
extern char *pathname_wtmp_dir;
extern char *pathname_script_dir;
extern char *pathname_codepage_dir;
extern char *pathname_smb_conf;
extern char *pathname_lmhosts;
extern char *pathname_sam_dir;
extern char *pathname_printers_dir;
extern char *pathname_printers_win95;
extern char *pathname_printers_forms;
extern char *pathname_passwd_program;
extern char *pathname_smbpasswd_passwd;
extern char *pathname_smbpasswd_group;
extern char *pathname_smbpasswd_alias;
extern char *pathname_msrpc_sock_dir;

#endif /* _PATHNAMES_H */

