shared
This commit is contained in:
parent
9471d90394
commit
0f669a6799
@ -110,8 +110,11 @@
|
|||||||
|
|
||||||
#include "pathut.h"
|
#include "pathut.h"
|
||||||
#include "smallut.h"
|
#include "smallut.h"
|
||||||
|
#ifdef MDU_INCLUDE_LOG
|
||||||
|
#include MDU_INCLUDE_LOG
|
||||||
|
#else
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
// PXALINUX: platforms like kfreebsd which aren't linux but use the
|
// PXALINUX: platforms like kfreebsd which aren't linux but use the
|
||||||
// same xattr interface
|
// same xattr interface
|
||||||
#if defined(__gnu_linux__) || \
|
#if defined(__linux__) || \
|
||||||
(defined(__FreeBSD_kernel__)&&defined(__GLIBC__)&&!defined(__FreeBSD__)) ||\
|
(defined(__FreeBSD_kernel__)&&defined(__GLIBC__)&&!defined(__FreeBSD__)) ||\
|
||||||
defined(__CYGWIN__)
|
defined(__CYGWIN__)
|
||||||
#define PXALINUX
|
#define PXALINUX
|
||||||
|
|||||||
@ -18,6 +18,9 @@
|
|||||||
#include "autoconfig.h"
|
#include "autoconfig.h"
|
||||||
#else
|
#else
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#ifndef PRETEND_USE
|
||||||
|
#define PRETEND_USE(expr) ((void)(expr))
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "readfile.h"
|
#include "readfile.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user