source: trunk/third/firefox/xpcom/xpcom-private.h.in @ 21695

Revision 21695, 698 bytes checked in by rbasch, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21694, which included commits to RCS files with non-trunk default branches.
Line 
1/* The following defines are only used by the xpcom implementation */
2
3#ifndef _XPCOM_PRIVATE_H_
4#define _XPCOM_PRIVATE_H_
5
6/* Define to build the static component loader */
7#undef ENABLE_STATIC_COMPONENT_LOADER
8
9/* Define if getpagesize() is available */
10#undef HAVE_GETPAGESIZE
11
12/* Define if iconv() is available */
13#undef HAVE_ICONV
14
15/* Define if iconv() supports const input */
16#undef HAVE_ICONV_WITH_CONST_INPUT
17
18/* Define if mbrtowc() is available */
19#undef HAVE_MBRTOWC
20
21/* Define if <sys/mount.h> is present */
22#undef HAVE_SYS_MOUNT_H
23
24/* Define if <sys/vfs.h> is present */
25#undef HAVE_SYS_VFS_H
26
27/* Define if wcrtomb() is available */
28#undef HAVE_WCRTOMB
29
30#endif /* _XPCOM_PRIVATE_H_ */
31
Note: See TracBrowser for help on using the repository browser.