home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) config.h 1.2 91/02/07
- *
- * Author: Christian Schlichtherle, 1991
- * (chris@attron.ruhr.sub.org)
- *
- * config.h - C include file for list(C).
- */
-
- /* Default name of the description file */
- #define LISTFILE ".list"
-
- /*
- * Define the following flag if you want the "-A" flag as default for root.
- * When defined, all files except "." and ".." are listed for root by default.
- */
- #define ALLBUTDOT /* "All but dot" is default for root? */
-
- /* Things you normally won't change */
- #define TABLEN 8 /* Tab stops at every TABLEN character */
- #define PATHLEN 255 /* Max length of a pathname */
- #define LINELEN 255 /* Max length of a line length */
- #define MEMBLKSIZ 1024 /* Memory blocks have MEMBLKSIZ bytes */
-