By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1393
Collapse All | Expand All

(-)trinity-kvirc-3.5.13.2/src/config.h.in.ORI (+6 lines)
Lines 267-269 Link Here
267
267
268
/* Define to 1 if you need to in order for `stat' and other things to work. */
268
/* Define to 1 if you need to in order for `stat' and other things to work. */
269
#undef _POSIX_SOURCE
269
#undef _POSIX_SOURCE
270
271
/* TDE directory */
272
#undef TDE_DIR
273
274
/* TDE Library directory */
275
#undef TDE_LIBDIR
(-)trinity-kvirc-3.5.13.2/src/kvirc/kernel/kvi_app_fs.cpp.ORI (+2 lines)
Lines 39-44 Link Here
39
#include <tqfileinfo.h>
39
#include <tqfileinfo.h>
40
#include <tqdatetime.h>
40
#include <tqdatetime.h>
41
41
42
#include "config.h"
43
42
extern KviMediaManager * g_pMediaManager;
44
extern KviMediaManager * g_pMediaManager;
43
45
44
//============ getGlobalKvircDirectory ================//
46
//============ getGlobalKvircDirectory ================//
(-)trinity-kvirc-3.5.13.2/src/kvirc/kernel/kvi_app_setup.cpp.ORI (-1 / +1 lines)
Lines 66-72 Link Here
66
#include <tqtextstream.h>
66
#include <tqtextstream.h>
67
#include <tqdir.h>
67
#include <tqdir.h>
68
68
69
69
#include "config.h"
70
70
71
71
72
//
72
//

Return to bug 1393