/******************************************************************** * $Author: lindner $ * $Revision: 1.2 $ * $Date: 1992/12/31 04:30:03 $ * $Source: /home/mudhoney/GopherSrc/release1.11/gopher/RCS/gopher.h,v $ * $State: Rel $ * * Paul Lindner, University of Minnesota CIS. * * Copyright 1991, 1992 by the Regents of the University of Minnesota * see the file "Copyright" in the distribution for conditions of use. ********************************************************************* * MODULE: gopher.h * Header file for Gopher client. ********************************************************************* * Revision History: * $Log: gopher.h,v $ * Revision 1.2 1992/12/31 04:30:03 lindner * mods for VMS * * Revision 1.1 1992/12/10 23:32:16 lindner * gopher 1.1 release * *********************************************************************/ /*** All our mongo include files ***/ #include /*** Set global configuration options early ***/ #include "conf.h" #ifdef VMS #include #define MAXPATHLEN FILENAME_MAX #endif #include "Stdlib.h" #include #include #include "String.h" #include #include #ifdef VMS /** VMS does't do slashes **/ #include #else /* not VMS */ #include #include #include #ifdef M_XENIX /* SCO Xenix/UNIX */ #define MAXPATHLEN FILENAME_MAX #include #include #include #else #include #endif #endif /* not VMS */ #define HALFLINE 40 #define MAXSTR 200 /* Arbitrary maximum string length */ /** Include definitions for our psuedo-objects. **/ #include "CURcurses.h" #include "boolean.h" #include "STRstring.h" #include "GDgopherdir.h" #include "compatible.h" #include "util.h" /** Get the configuration variables **/ #include "globals.h" /** Load in the header files for the various structures **/ #include "forms.h"