/* conf.h
*
* Part of the Internet Gopher program, copyright (C) 1991
* University of Minnesota Microcomputer Workstation and Networks Center
*
* These are the user definable parameters
*/
/*
** redefine GOPHERHELP to point to where you keep the help file that
** the gopher client will display when you press '?'
*/
#define GOPHERHELP "umm$help:gopher.hlp\0"
/*
** Uncomment out the following if you plan on allowing anonymous logins
** to a gopher account.
*/
/*#define PARANOID /**/
/*
** Uncomment this out if you want to make a client with a slightly
** different user interface that will work for people with really, really
** stupid terminals (i.e. people using VM/CMS ANET for a vt100 terminal
** emulator
*/
/*#define STUPIDTERM /**/
/*
* Try to automatically determine the type of system we're using
*/