comparison cinst/mozilla.c @ 230:92b1e5ed2d5f

Cleanup and documentation in debugging macros.
author Sascha Wilde <wilde@intevation.de>
date Fri, 28 Mar 2014 10:32:55 +0100
parents e99e39d72af2
children c342b93c5bd1
comparison
equal deleted inserted replaced
229:e99e39d72af2 230:92b1e5ed2d5f
57 #include <stdio.h> 57 #include <stdio.h>
58 #include <stdlib.h> 58 #include <stdlib.h>
59 #include <string.h> 59 #include <string.h>
60 #include <sys/types.h> 60 #include <sys/types.h>
61 61
62 #define DEBUGPREFIX "MOZ-"
62 #include "debug.h" 63 #include "debug.h"
64
63 #include "errorcodes.h" 65 #include "errorcodes.h"
64 #include "portpath.h" 66 #include "portpath.h"
65 #include "strhelp.h" 67 #include "strhelp.h"
66 68
67 #define DEBUGPREFIX "MOZ-"
68 69
69 #ifndef _WIN32 70 #ifndef _WIN32
70 #define CONFDIRS ".mozilla", ".thunderbird" 71 #define CONFDIRS ".mozilla", ".thunderbird"
71 #define TARGET_LINUX 1 72 #define TARGET_LINUX 1
72 #else 73 #else

http://wald.intevation.org/projects/trustbridge/