home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / ListSERV2_3.lha / ListSERV / source / listserv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-17  |  711 b   |  30 lines

  1. #include <sys/types.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <strings.h>
  5. #include <ctype.h>
  6. #include <time.h>
  7. #include <dirent.h>
  8. #include <sys/stat.h>
  9. #include <fcntl.h>
  10.  
  11. #include <libraries/netsupport.h>
  12. #include <proto/netsupport.h>
  13. #include <proto/dos.h>
  14.  
  15. #define HELPFILE        "ListSERV:Help"
  16. #define SERVDIR         "ListSERV:"         /* Directories must have a   */
  17. #define LISTDIR         "ListSERV:Groups/"  /* trailing ':' or '/'       */
  18. #define LOGFILE         "ListSERV:Logfile"
  19.  
  20. #define LISTSERVADDR    "listserv"
  21. #define LISTSERVMANAGER "listserv-manager"
  22.  
  23. #ifdef printf
  24. #undef printf
  25. #endif
  26. #define printf Printf   /* Use ROM's Printf instead of link library! */
  27.  
  28. // #define DEBUG
  29.  
  30.