home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Calc 1.24.7 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-10  |  594 b   |  24 lines  |  [TEXT/R*ch]

  1. /*
  2.  * DO NOT EDIT -- generated by the Makefile
  3.  */
  4.  
  5. /* the default :-separated search path */
  6. #ifndef DEFAULTCALCPATH
  7. #define DEFAULTCALCPATH ":yang:applications:calc:lib"
  8. #endif /* DEFAULTCALCPATH */
  9.  
  10. /* the default :-separated startup file list */
  11. #ifndef DEFAULTCALCRC
  12. #define DEFAULTCALCRC ":yang:applications:calc:lib"
  13. #endif /* DEFAULTCALCRC */
  14.  
  15. /* the location of the help directory */
  16. #ifndef HELPDIR
  17. #define HELPDIR ":yang:applications:calc:help"
  18. #endif /* HELPDIR */
  19.  
  20. /* the default pager to use */
  21. #ifndef DEFAULTCALCPAGER
  22. #define DEFAULTCALCPAGER " "
  23. #endif /* DEFAULTCALCPAGER */
  24.