home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_news_src.lzh / cnews / include / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-21  |  586 b   |  19 lines

  1. #ifndef _CONFIG_H_
  2. #define _CONFIG_H_
  3. /*
  4.  * configuration-inquiry functions
  5.  */
  6.  
  7. extern char *artfile();        /* article pathname, may be relative */
  8. extern char *fullartfile();    /* article full pathname */
  9. extern char *ctlfile();        /* control-file name */
  10. extern char *binfile();        /* program pathname */
  11. extern char *newspath();    /* PATH */
  12. extern int newsumask();        /* umask */
  13. extern char *newsmaster();    /* place to mail complaints to */
  14.  
  15. extern void cd();        /* chdir() with errunlock() on failure */
  16.  
  17. extern void unprivileged();    /* user-supplied privilege dropper */
  18. #endif /* _CONFIG_H_ */
  19.