comparison support/pop/mmdfII/pop/mmdfonly.h @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bce86c4163a3
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 ();