home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / Unix / gopher-gateways / techinfo / gophtech / v1.6 / gw.h.Z / gw.h
Encoding:
C/C++ Source or Header  |  1993-07-08  |  1.1 KB  |  37 lines

  1. /* log file name */ 
  2. #define DEBUGLOG "/usr/users/murphy/gopher/gophtech/log"
  3.  
  4. /* These are TechInfo nodeids that are valid for LOCALTI_SERVER */
  5. #define SOURCES_MSG_NODEID         "9080"
  6. #define LOCAL_SOURCES_NODEID       "876"
  7.  
  8. /* If there's a local TechInfo server, you'll probably want to
  9.    define it below so that it's main menu will appear by default
  10.    when a gopher client sends just "" */
  11.  
  12. #define LOCALTI_NAME         "PennInfo"
  13. #define LOCALTI_SERVER       "penninfo-srv.upenn.edu"
  14. #define LOCALTI_PORT         "9000"
  15. #define LOCALTI_MAINMENU     "0"
  16.  
  17. /* Which host is the keeper of the TechInfo servers list worldwide? */
  18. #define TISERVERS_HOST  "penninfo-srv.upenn.edu"
  19. #define TISERVERS_PORT  "9000"
  20.  
  21.  
  22. /*
  23.   LOCAL GOPHER SERVER??? 
  24.   If there is a particular Gopher server that you want
  25.   the gateway to point to, then add it below.
  26.   If you don't have a gopher you want to point at, then
  27.   leave LOCALGOPHTITLE blank.
  28.   */
  29.  
  30. /*#define LOCALGOPHTITLE "" */
  31.  
  32. #define LOCALGOPHTITLE       "UPENN Gophers"
  33. #define LOCALGOPHERSERVER    "gopher.upenn.edu" 
  34. #define LOCALGOPHERPORT      "70"
  35. #define LOCALGOPHERPATH      ""
  36.  
  37.