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 >
Wrap
Text File
|
1991-02-07
|
750b
|
24 lines
/*
* @(#) 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 */