home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
uupc.lzh
/
include
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-06-30
|
586b
|
19 lines
#ifndef _CONFIG_H_
#define _CONFIG_H_
/*
* configuration-inquiry functions
*/
extern char *artfile(); /* article pathname, may be relative */
extern char *fullartfile(); /* article full pathname */
extern char *ctlfile(); /* control-file name */
extern char *binfile(); /* program pathname */
extern char *newspath(); /* PATH */
extern int newsumask(); /* umask */
extern char *newsmaster(); /* place to mail complaints to */
extern void cd(); /* chdir() with errunlock() on failure */
extern void unprivileged(); /* user-supplied privilege dropper */
#endif /* _CONFIG_H_ */