/* * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de: * added 'exclude' option (-x) to specify pathnames NOT to be included in * CD image. */ #include #ifndef VMS #ifdef HASMALLOC_H #include #else #include #endif #endif #include /* this allows for 1000 entries to be excluded ... */ #define MAXEXCL 1000 static char * excl[MAXEXCL]; void exclude(fn) char * fn; { register int i; for (i=0; excl[i] && i excluded filenmae */ } } return 0; /* not found -> not excluded */ }