comparison cinst/mozilla.c @ 226:d7788db3bdde

Make locale includes distinguishable from system includes.
author Sascha Wilde <wilde@intevation.de>
date Thu, 27 Mar 2014 18:21:59 +0100
parents 689b94dd89a9
children 29467940b07b
comparison
equal deleted inserted replaced
225:be22e9deca88 226:d7788db3bdde
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 #include <debug.h> 62 #include "debug.h"
63 #include <errorcodes.h> 63 #include "errorcodes.h"
64 #include <portpath.h> 64 #include "portpath.h"
65 #include <strhelp.h> 65 #include "strhelp.h"
66 66
67 #ifndef _WIN32 67 #ifndef _WIN32
68 #define CONFDIRS ".mozilla", ".thunderbird" 68 #define CONFDIRS ".mozilla", ".thunderbird"
69 #define TARGET_LINUX 1 69 #define TARGET_LINUX 1
70 #else 70 #else

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