home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / Gopher_1.12 / Parameters.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-16  |  282 b   |  10 lines

  1. // Maximum length of text in a window.
  2. // This could be dynamic, but it's hardly worth the trouble...
  3. #define MAXTEXTLENGTH 150000
  4.  
  5. // Default default server and port
  6. #define DEFAULT_SERVER "gopher.micro.umn.edu"
  7. #define DEFAULT_PORT "70"
  8.  
  9. #define PlayCommand "/usr/local/bin/play"
  10.