source:
webkit/trunk/JavaScriptCore/kjs/config.h@
10634
Last change on this file since 10634 was 10634, checked in by mjs, 20 years ago | |
---|---|
WebCore:
|
|
|
|
File size: 564 bytes |
Line | |
---|---|
1 | #if !WIN32 |
2 | |
3 | #define HAVE_FUNC_ISINF 1 |
4 | #define HAVE_FUNC_ISNAN 1 |
5 | #define HAVE_STRINGS_H 1 |
6 | #define HAVE_SYS_PARAM_H 1 |
7 | #define HAVE_SYS_TIME_H 1 |
8 | #define TIME_WITH_SYS_TIME 1 |
9 | |
10 | #else |
11 | |
12 | #define HAVE_FLOAT_H 1 |
13 | #define HAVE_FUNC__FINITE 1 |
14 | #define HAVE_SYS_TIMEB_H 1 |
15 | |
16 | #endif |
17 | |
18 | #define HAVE_FUNC_STRTOLL 1 |
19 | #define HAVE_ICU 1 |
20 | #define HAVE_PCREPOSIX 1 |
21 | #define HAVE_STRING_H 1 |
22 | #define HAVE_STDINT_H 1 |
23 | |
24 | #define HAVE_MMAP 1 |
25 | #define HAVE_SBRK 1 |
26 | |
27 | #ifdef __ppc__ |
28 | #define WORDS_BIGENDIAN 1 |
29 | #endif |
30 | |
31 | /* define to debug garbage collection */ |
32 | #undef DEBUG_COLLECTOR |
33 | |
34 | #define KXC_CHANGES 1 |
Note:
See TracBrowser
for help on using the repository browser.