Last change
on this file since 1 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:
857 bytes
|
Line | |
---|
1 | /* xpcom/xpcom-private.h. Generated automatically by configure. */
|
---|
2 | /* The following defines are only used by the xpcom implementation */
|
---|
3 |
|
---|
4 | #ifndef _XPCOM_PRIVATE_H_
|
---|
5 | #define _XPCOM_PRIVATE_H_
|
---|
6 |
|
---|
7 | /* Define to build the static component loader */
|
---|
8 | #define ENABLE_STATIC_COMPONENT_LOADER 1
|
---|
9 |
|
---|
10 | /* Define if getpagesize() is available */
|
---|
11 | #define HAVE_GETPAGESIZE 1
|
---|
12 |
|
---|
13 | /* Define if iconv() is available */
|
---|
14 | #ifndef L4ENV
|
---|
15 | #define HAVE_ICONV 1
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | /* Define if iconv() supports const input */
|
---|
19 | /* #undef HAVE_ICONV_WITH_CONST_INPUT */
|
---|
20 |
|
---|
21 | /* Define if mbrtowc() is available */
|
---|
22 | #ifndef L4ENV
|
---|
23 | #define HAVE_MBRTOWC 1
|
---|
24 | #endif
|
---|
25 |
|
---|
26 | /* Define if <sys/mount.h> is present */
|
---|
27 | #define HAVE_SYS_MOUNT_H 1
|
---|
28 |
|
---|
29 | /* Define if <sys/vfs.h> is present */
|
---|
30 | #define HAVE_SYS_VFS_H 1
|
---|
31 |
|
---|
32 | /* Define if wcrtomb() is available */
|
---|
33 | #ifndef L4ENV
|
---|
34 | #define HAVE_WCRTOMB 1
|
---|
35 | #endif
|
---|
36 |
|
---|
37 | #endif /* _XPCOM_PRIVATE_H_ */
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.