Merge tracemonkey into mozilla-central. a=blockers
[mozilla-central.git] / xpcom / xpcom-private.h.in
blobb3019c6047eebb74328bbf876d24d02ee94e29f8
1 /* The following defines are only used by the xpcom implementation */
3 #ifndef _XPCOM_PRIVATE_H_
4 #define _XPCOM_PRIVATE_H_
6 /* Define if getpagesize() is available */
7 #undef HAVE_GETPAGESIZE
9 /* Define if iconv() is available */
10 #undef HAVE_ICONV
12 /* Define if iconv() supports const input */
13 #undef HAVE_ICONV_WITH_CONST_INPUT
15 /* Define if mbrtowc() is available */
16 #undef HAVE_MBRTOWC
18 /* Define if <sys/mount.h> is present */
19 #undef HAVE_SYS_MOUNT_H
21 /* Define if <sys/vfs.h> is present */
22 #undef HAVE_SYS_VFS_H
24 /* Define if wcrtomb() is available */
25 #undef HAVE_WCRTOMB
27 #endif /* _XPCOM_PRIVATE_H_ */