diff options
Diffstat (limited to 'src/libs/xpcom18a4/xpcom-private.h')
-rw-r--r-- | src/libs/xpcom18a4/xpcom-private.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/xpcom18a4/xpcom-private.h b/src/libs/xpcom18a4/xpcom-private.h index f30e7ce4..e0721fae 100644 --- a/src/libs/xpcom18a4/xpcom-private.h +++ b/src/libs/xpcom18a4/xpcom-private.h @@ -11,17 +11,13 @@ #define HAVE_GETPAGESIZE 1 /* Define if iconv() is available */ -#ifndef L4ENV #define HAVE_ICONV 1 -#endif /* Define if iconv() supports const input */ /* #undef HAVE_ICONV_WITH_CONST_INPUT */ /* Define if mbrtowc() is available */ -#ifndef L4ENV #define HAVE_MBRTOWC 1 -#endif /* Define if <sys/mount.h> is present */ #define HAVE_SYS_MOUNT_H 1 @@ -30,9 +26,7 @@ #define HAVE_SYS_VFS_H 1 /* Define if wcrtomb() is available */ -#ifndef L4ENV #define HAVE_WCRTOMB 1 -#endif #endif /* _XPCOM_PRIVATE_H_ */ |