52 |
entirely too much GC. */ |
entirely too much GC. */ |
53 |
#undef JS_GC_ZEAL |
#undef JS_GC_ZEAL |
54 |
|
|
55 |
|
/* Define to 1 if the public SpiderMonkey headers may assume that the |
56 |
|
system <stdint.h> is present and useable. Otherwise, they should |
57 |
|
include "jsstdint.h", which uses values guessed at configuration |
58 |
|
time. */ |
59 |
|
#undef JS_HAVE_STDINT_H |
60 |
|
|
61 |
|
/* Define to 1 if the public SpiderMonkey headers may assume that the |
62 |
|
N-byte __intN types are defined by the compiler. */ |
63 |
|
#undef JS_HAVE___INTN |
64 |
|
|
65 |
|
/* Define to 1 if #including <stddef.h> provides definitions for |
66 |
|
intptr_t and uintptr_t. */ |
67 |
|
#undef JS_STDDEF_H_HAS_INTPTR_T |
68 |
|
|
69 |
|
/* The configure script defines these if it doesn't #define |
70 |
|
JS_HAVE_STDINT_H. */ |
71 |
|
#undef JS_INT8_TYPE |
72 |
|
#undef JS_INT16_TYPE |
73 |
|
#undef JS_INT32_TYPE |
74 |
|
#undef JS_INT64_TYPE |
75 |
|
#undef JS_INTPTR_TYPE |
76 |
|
#undef JS_BYTES_PER_WORD |
77 |
|
|
78 |
|
/* Some mozilla code uses JS-friend APIs that depend on JS_TRACER being |
79 |
|
correct. */ |
80 |
|
#undef JS_TRACER |
81 |
|
|
82 |
#endif /* js_config_h___ */ |
#endif /* js_config_h___ */ |