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>
-
- #define MAILER "sendmail"
- #define HELPFILE "ListSERV:Help"
- #define SERVDIR "ListSERV:" /* Directories must have a */
- #define LISTDIR "ListSERV:Groups/" /* trailing ':' or '/' */
- #define LOGFILE "ListSERV:Logfile"
-
- #define AFLAGS (O_APPEND | O_CREAT | O_RDWR)
- #define AMODE (O_CREAT)
-
- #define LISTSERVADDR "listserv"
- #define LISTSERVMANAGER "listserv-manager"
-
- /* #define INFOFILE "ListSERV:INDEX"
- * #define INFODIR "ListSERV:"
- */
-
- // #define DEBUG
-