home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2662 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-05  |  379 b   |  18 lines

  1. /*
  2.  * @(#) config.h  1.1    91/02/04 
  3.  *
  4.  * Author: Christian Schlichtherle, 1991
  5.  *       (chris@attron.ruhr.sub.org)
  6.  *
  7.  * config.h - C include file    for list(C).
  8.  */
  9.  
  10.    /* Default name of the description file */
  11. #define    LISTFILE     ".list"
  12.  
  13.    /* Things you normally won't    change */
  14. #define    TABLEN         8
  15. #define    PATHLEN         255
  16. #define    LINELEN         255
  17. #define    MEMBLKSIZ    1024
  18.