Last change
on this file since 95259 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
698 bytes
|
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.