Changeset 10798 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Oct 8, 2005, 9:25:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/config.h
r10713 r10798 1 1 #if __APPLE__ 2 2 3 #define HAVE_ERRNO_H 1 3 4 #define HAVE_FUNC_ISINF 1 4 5 #define HAVE_FUNC_ISNAN 1 6 #define HAVE_MMAP 1 7 #define HAVE_SBRK 1 5 8 #define HAVE_STRINGS_H 1 6 9 #define HAVE_SYS_PARAM_H 1 … … 16 19 #else 17 20 21 #define HAVE_ERRNO_H 1 18 22 #define HAVE_FUNC_ISINF 1 19 23 #define HAVE_FUNC_ISNAN 1 24 #define HAVE_MMAP 1 25 #define HAVE_SBRK 1 20 26 #define HAVE_STRINGS_H 1 21 27 #define HAVE_SYS_PARAM_H 1 22 28 #define HAVE_SYS_TIME_H 1 23 29 #define TIME_WITH_SYS_TIME 1 24 #define HAVE_ERRNO_H 125 30 26 31 #endif … … 29 34 #define HAVE_ICU 1 30 35 #define HAVE_PCREPOSIX 1 36 #define HAVE_STDINT_H 1 31 37 #define HAVE_STRING_H 1 32 #define HAVE_STDINT_H 133 34 #define HAVE_MMAP 135 #define HAVE_SBRK 136 38 37 39 #ifdef __ppc__ 38 40 #define WORDS_BIGENDIAN 1 39 41 #endif 40 41 /* define to debug garbage collection */42 #undef DEBUG_COLLECTOR43 42 44 43 #define KXC_CHANGES 1
Note:
See TracChangeset
for help on using the changeset viewer.