home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / Unix / gopher-gateways / techinfo / techinpher / v1.0 / glob.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-09  |  495 b   |  18 lines

  1. /*
  2.   This software is copyrighted by the University of Pennsylvania.
  3.   Read COPYRIGHT for details.
  4.   */
  5.  
  6. #include "pdb.h"
  7.  
  8. char    RESVNODES_FILE[] =          "pips.reserved";
  9. char    GW_NODES_FILE[] =           "pips.gwnodes";
  10. char    GW_NODES_BAK_FILE[] =       "pips.gwnodes.bak";
  11. char    GW_NODES_DIR[] =            "./";
  12.   /* GW_NODES_DIR must be same dir as gw_nodes_file */
  13.  
  14. char    LOG_FILE[] =        "pips.log";
  15. /*char    PICKS_LOG_FILE[] =    "pips.picks.log";*/
  16. char    MSG_FILE[] =            "pips.msg";
  17.  
  18.