home *** CD-ROM | disk | FTP | other *** search
- #include <sys/types.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <strings.h>
- #include <ctype.h>
- #include <time.h>
- #include <dirent.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-
- #include <libraries/netsupport.h>
- #include <proto/netsupport.h>
- #include <proto/dos.h>
-
- #define HELPFILE "ListSERV:Help"
- #define SERVDIR "ListSERV:" /* Directories must have a */
- #define LISTDIR "ListSERV:Groups/" /* trailing ':' or '/' */
- #define LOGFILE "ListSERV:Logfile"
-
- #define LISTSERVADDR "listserv"
- #define LISTSERVMANAGER "listserv-manager"
-
- #ifdef printf
- #undef printf
- #endif
- #define printf Printf /* Use ROM's Printf instead of link library! */
-
- // #define DEBUG
-
-