home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / man / src / manpath.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-23  |  508 b   |  27 lines

  1. /*
  2.  * manpath.h
  3.  *
  4.  * Copyright (c) 1990, 1991, John W. Eaton.
  5.  *
  6.  * You may distribute under the terms of the GNU General Public
  7.  * License as specified in the file COPYING that comes with the man
  8.  * distribution.  
  9.  *
  10.  * John W. Eaton
  11.  * jwe@che.utexas.edu
  12.  * Department of Chemical Engineering
  13.  * The University of Texas at Austin
  14.  * Austin, Texas  78712
  15.  */
  16.  
  17. typedef struct
  18. {
  19.   char mandir[MAXPATHLEN];
  20.   char bin[MAXPATHLEN];
  21.   int mandatory;
  22. } DIRLIST;
  23.  
  24. DIRLIST list[MAXDIRS];
  25.  
  26. char *tmplist[MAXDIRS];
  27.