home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUMAN.ZIP / manpath.h < prev    next >
C/C++ Source or Header  |  1991-01-10  |  529b  |  27 lines

  1. /*
  2.  * manpath.h
  3.  *
  4.  * Copyright (c) 1991, John W. Eaton.
  5.  *
  6.  * You may distribute under the terms of the GNU General Public
  7.  * License as specified in the README file that comes with the man 1.0
  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.