#ifndef MMDF
#define MMDF			"/usr/mmdf/table"
#endif

#ifndef BINDIR
#define BINDIR			"/usr/local/inquir"
#endif

#ifndef INQD
#define INQD			"/var/spool/inquir"
#endif

#ifndef ALIASES
#define ALIASES			"user-aliases.txt"
#endif

#ifndef DBM
#define DBM_CHANGE		"dbmedit change"
#endif

#ifndef DBM
#define DBM_DELETE		"dbmedit delete"
#endif

#ifndef TMPFILE
#define TMPFILE			"user-aliases.tmp.txt"
#endif

#ifndef FORWARDBUILDER
#define FORWARDBUILDER		"forward-builder"
#endif

#ifndef INQCONFIG
#define INQCONFIG		"config"
#endif

#ifndef INQUIRDATA
#define INQUIRDATA		"inquire.bin"
#endif

#ifndef NAMESDBASE
#define NAMESDBASE		"inquire.bin"
#endif

#ifndef LOG
#define LOG			"inquir.err"
#endif

#ifndef UIDDBASE
#define UIDDBASE		"uiddbase.bin"
#endif

#ifndef UIDFILE
#define UIDFILE			"topuid"
#endif

#ifndef USEDUIDS
#define USEDUIDS		"useduids"
#endif

#ifndef SRVTAB
#define SRVTAB			"srvtab"
#endif

#ifndef UIDGRANT
#define UIDGRANT		"/projects/inquir/perl/uid_grant"
#endif

#ifndef INQUIR
#define INQUIR_INSTANCE		"inquir"
#endif

#ifndef INQUIR
#define INQUIR_PRINCIPAL	"inquir"
#endif

#ifndef BUFSIZE
#define BUFSIZE			32768
#endif

#ifndef MAXUID
#define MAXUID			14999
#endif

#ifndef MINUID
#define MINUID			12000       /* Don't allocate uid's < this */
#endif

#ifndef EXTERN
#define EXTERN			extern
#endif

EXTERN char *Aliases;
EXTERN char *Dbm_change;
EXTERN char *Dbm_delete;
EXTERN char *Tmpfile;
EXTERN char *Forwardbuilder;
EXTERN char *Inqconfig;
EXTERN char *Inquirdata;
EXTERN char *Namesdbase;
EXTERN char *Log;
EXTERN char *Uiddbase;
EXTERN char *Uidfile;
EXTERN char *Useduids;
EXTERN char *Srvtab;
EXTERN char *Uidgrant;
