diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2014-03-26 19:21:20 +0000 |
---|---|---|
committer | <> | 2014-05-08 15:03:54 +0000 |
commit | fb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch) | |
tree | c2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/libs/xpcom18a4/xpcom-private.h | |
parent | 58ed4748338f9466599adfc8a9171280ed99e23f (diff) | |
download | VirtualBox-master.tar.gz |
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
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_ */ |