This commit is contained in:
rsc 2006-02-08 22:39:54 +00:00
parent 5a1e9de7b1
commit 605c0ea102
11 changed files with 132 additions and 386 deletions

View file

@ -6,7 +6,7 @@
#include <libc.h>
#include <regexp.h>
#include <bio.h>
#include "libString.h" /* jpc String.h -> libString.h */
#include <libString.h>
/*
* for the lock routines in libsys.c
@ -19,7 +19,7 @@ struct Mlock {
};
/*
* from config.c
* from config.c - call upasconfig() before using
*/
extern char *MAILROOT; /* root of mail system */
extern char *UPASLOG; /* log directory */
@ -29,6 +29,7 @@ extern char *UPASTMP; /* temporary directory */
extern char *SHELL; /* path name of shell */
extern char *POST; /* path name of post server addresses */
extern int MBOXMODE; /* default mailbox protection mode */
extern void upasconfig(void);
/*
* files in libsys.c
@ -58,7 +59,6 @@ extern int syskill(int);
extern int syskillpg(int);
extern int syscreate(char*, int, ulong);
extern Mlock *trylock(char *);
extern void exit9(int);
extern void pipesig(int*);
extern void pipesigoff(void);
extern int holdon(void);