home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / src / pop / mmdfonly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-28  |  648 b   |  40 lines

  1. /* mmdfonly.h - include file for stand-alone BBoards MMDF-II channel */
  2.  
  3.  
  4. #ifdef    V4_2BSD
  5. #define    BSD42
  6. #endif /* V4_2BSD */
  7.                     /* manifest constants */
  8. #define    NOTOK    (-1)
  9. #define    OK    0
  10.  
  11. #define    NULLCP    ((char *) 0)
  12.  
  13. #define    MAXFOLDER    2000
  14.  
  15.  
  16.                     /* no mtstailor/.mh_profile here */
  17. #define    mts_init(n)
  18. #define    m_gmprot()    0644
  19.  
  20.  
  21.                     /* maildrop delimiters */
  22. #define    mmdlm1    delim1
  23. #define    mmdlm2    delim2
  24.  
  25. extern char *delim1;
  26. extern char *delim2;
  27.  
  28.  
  29.                     /* locking parameters */
  30. #define    lockstyle    LOK_UNIX
  31. #define    lockldir    lckdfldir
  32.  
  33. extern char *lckdfldir;
  34.  
  35.  
  36.                     /* MH subroutines/stubs */
  37. void    admonish ();
  38. int    stringdex ();
  39. char   *r1bindex ();
  40.