home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / relay / batchnames.h < prev    next >
C/C++ Source or Header  |  1991-12-29  |  254b  |  11 lines

  1. /*
  2.  * batch file names
  3.  */
  4. #ifndef BTCHDIR
  5. #define BTCHDIR "out.going/"    /* prefix of relative batch file name */
  6. #endif
  7. #define BTCHPFX BTCHDIR        /* prefix of default batch file name */
  8. #ifndef BTCHSFX
  9. #define BTCHSFX "/togo"        /* suffix of same */
  10. #endif
  11.