Fix FTBFS because undefined macro TDE_DIR and TDE_LIBDIR

pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent 1791f4e576
commit 2d7006ac95

@ -267,3 +267,9 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */ /* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE #undef _POSIX_SOURCE
/* TDE directory */
#undef TDE_DIR
/* TDE Library directory */
#undef TDE_LIBDIR

@ -39,6 +39,8 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include "config.h"
extern KviMediaManager * g_pMediaManager; extern KviMediaManager * g_pMediaManager;
//============ getGlobalKvircDirectory ================// //============ getGlobalKvircDirectory ================//

@ -66,7 +66,7 @@
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqdir.h> #include <tqdir.h>
#include "config.h"
// //

Loading…
Cancel
Save