Mercurial > trustbridge
comparison cinst/mozilla.c @ 311:4ffc9f31b61a
Fixed windows build.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 04 Apr 2014 10:06:18 +0200 |
parents | fa37384b86b6 |
children | 4033c16beb04 |
comparison
equal
deleted
inserted
replaced
310:f758460ca437 | 311:4ffc9f31b61a |
---|---|
68 #define CONFDIRS ".mozilla", ".thunderbird" | 68 #define CONFDIRS ".mozilla", ".thunderbird" |
69 #define NSSSHARED ".pki/nssdb" | 69 #define NSSSHARED ".pki/nssdb" |
70 #define TARGET_LINUX 1 | 70 #define TARGET_LINUX 1 |
71 #else | 71 #else |
72 #define CONFDIRS "Mozilla", "Thunderbird" | 72 #define CONFDIRS "Mozilla", "Thunderbird" |
73 #define NSSSHARED "" | |
73 #define TARGET_LINUX 0 | 74 #define TARGET_LINUX 0 |
74 #endif | 75 #endif |
75 | 76 |
76 /** | 77 /** |
77 * @brief Length of string buffers used | 78 * @brief Length of string buffers used |