home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2694 / config.h < prev    next >
Text File  |  1991-02-07  |  750b  |  24 lines

  1. /*
  2.  * @(#) config.h  1.2    91/02/07 
  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. /*
  14.  * Define the following flag if you want the "-A" flag as default for root.
  15.  * When defined, all files except "." and ".." are listed for root by default.
  16.  */
  17. #define ALLBUTDOT    /* "All but dot" is default for root? */
  18.  
  19.    /* Things you normally won't    change */
  20. #define    TABLEN         8        /* Tab stops at every TABLEN character */
  21. #define    PATHLEN         255    /* Max length of a pathname */
  22. #define    LINELEN         255    /* Max length of a line length */
  23. #define    MEMBLKSIZ    1024    /* Memory blocks have MEMBLKSIZ bytes */
  24.