home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) config.h 1.1 91/02/04
- *
- * 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"
-
- /* Things you normally won't change */
- #define TABLEN 8
- #define PATHLEN 255
- #define LINELEN 255
- #define MEMBLKSIZ 1024
-