home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / dvipsk / paths.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  959b  |  36 lines

  1. /*
  2.  *   OUTPATH is where to send the output.  If you want a .ps file to
  3.  *   be created by default, set this to "".  If you want to automatically
  4.  *   invoke a pipe (as in lpr), make the first character an exclamation
  5.  *   point or a vertical bar, and the remainder the command line to
  6.  *   execute.
  7.  *
  8.  *   Actually, OUTPATH should be overridden by an `o' line in config.ps.
  9.  */
  10. #define OUTPATH ""
  11.  
  12. /*
  13.  *   Names of config and prologue files:
  14.  */
  15. #ifdef MSDOS
  16. #define DVIPSRC "dvips.ini"
  17. #else
  18. #ifdef VMCMS  /* IBM: VM/CMS */
  19. #define DVIPSRC "dvips.profile"
  20. #else
  21. #define DVIPSRC ".dvipsrc"
  22. #endif  /* IBM: VM/CMS */
  23. #endif
  24.  
  25. #define HEADERFILE "tex.pro"
  26. #define CHEADERFILE "texc.pro"
  27. #define PSFONTHEADER "texps.pro"
  28. #define IFONTHEADER "finclude.pro"
  29. #define SPECIALHEADER "special.pro"
  30. #define COLORHEADER "color.pro"  /* IBM: color */
  31. #define CROPHEADER "crop.pro"
  32. #define PSMAPFILE "psfonts.map"
  33. #ifndef CONFIGFILE
  34. #define CONFIGFILE "config.ps"
  35. #endif
  36.