Switch to unified view
a/src/bincimapmime/trbinc.cc | b/src/bincimapmime/trbinc.cc | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid [] = "@(#$Id: trbinc.cc,v 1.2 2005-03-31 10:04:07 dockes Exp $ (C) 1994 CDKIT"; |
2 | static char rcsid [] = "@(#$Id: trbinc.cc,v 1.3 2005-11-24 07:16:15 dockes Exp $ (C) 1994 CDKIT"; |
3 | #endif |
3 | #endif |
4 | 4 | ||
5 | #include <stdio.h> |
5 | #include <stdio.h> |
6 | #include <stdlib.h> |
6 | #include <stdlib.h> |
7 | #include <unistd.h> |
7 | #include <unistd.h> |
... |
... |
||
9 | #include <string.h> |
9 | #include <string.h> |
10 | #include <fcntl.h> |
10 | #include <fcntl.h> |
11 | 11 | ||
12 | #include <sstream> |
12 | #include <sstream> |
13 | 13 | ||
14 | #ifndef NO_NAMESPACES |
||
14 | using namespace std; |
15 | using namespace std; |
16 | #endif /* NO_NAMESPACES */ |
||
15 | 17 | ||
16 | #include "mime.h" |
18 | #include "mime.h" |
17 | 19 | ||
18 | static char *thisprog; |
20 | static char *thisprog; |
19 | 21 |