Mercurial > trustbridge
comparison cinst/mozilla.c @ 229:e99e39d72af2
Adjusted LINEBUFLEN.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 10:12:14 +0100 |
parents | 19de529ce7fb |
children | 92b1e5ed2d5f |
comparison
equal
deleted
inserted
replaced
228:19de529ce7fb | 229:e99e39d72af2 |
---|---|
72 #else | 72 #else |
73 #define CONFDIRS "Mozilla", "Thunderbird" | 73 #define CONFDIRS "Mozilla", "Thunderbird" |
74 #define TARGET_LINUX 0 | 74 #define TARGET_LINUX 0 |
75 #endif | 75 #endif |
76 | 76 |
77 #define LINEBUFLEN 1000 | 77 /** |
78 * @brief Length of string buffers used | |
79 * | |
80 * The maximal length of input is defined as 9999 (+ terminating \0). | |
81 * We use it for other other input puffers besides the IPC input, too. | |
82 * (One size fits all). | |
83 */ | |
84 #define LINEBUFLEN 10000 | |
78 | 85 |
79 /** | 86 /** |
80 * @brief Global Return Code | 87 * @brief Global Return Code |
81 * | 88 * |
82 * This will be retuned by the programm and might be set to an | 89 * This will be retuned by the programm and might be set to an |