Switch to unified view
a/src/utils/mimeparse.cpp | b/src/utils/mimeparse.cpp | ||
---|---|---|---|
... |
... |
||
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | #ifndef TEST_MIMEPARSE |
18 | #ifndef TEST_MIMEPARSE |
19 | #include "autoconfig.h" |
||
19 | 20 | ||
20 | #include <string> |
21 | #include <string> |
21 | #include <vector> |
22 | #include <vector> |
22 | 23 | ||
23 | #include <ctype.h> |
24 | #include <ctype.h> |
... |
... |
||
30 | #include "mimeparse.h" |
31 | #include "mimeparse.h" |
31 | #include "base64.h" |
32 | #include "base64.h" |
32 | #include "transcode.h" |
33 | #include "transcode.h" |
33 | #include "smallut.h" |
34 | #include "smallut.h" |
34 | 35 | ||
35 | |||
36 | #ifndef NO_NAMESPACES |
||
37 | using namespace std; |
36 | using namespace std; |
38 | #endif /* NO_NAMESPACES */ |
||
39 | 37 | ||
40 | //#define DEBUG_MIMEPARSE |
38 | //#define DEBUG_MIMEPARSE |
41 | #ifdef DEBUG_MIMEPARSE |
39 | #ifdef DEBUG_MIMEPARSE |
42 | #define DPRINT(X) fprintf X |
40 | #define DPRINT(X) fprintf X |
43 | #else |
41 | #else |