|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/include/xulrunner-17.0.10/ |
Upload File : |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sw=4 et tw=78: * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef js_config_h___ #define js_config_h___ /* Definitions set at build time that affect SpiderMonkey's public API. This header file is generated by the SpiderMonkey configure script, and installed along with jsapi.h. */ /* Define to 1 if SpiderMonkey should support multi-threaded clients. */ #define JS_THREADSAFE 1 /* Define to 1 if SpiderMonkey should include ctypes support. */ #define JS_HAS_CTYPES 1 /* Define to 1 if SpiderMonkey should support the ability to perform entirely too much GC. */ /* #undef JS_GC_ZEAL */ /* Define to 1 if the <endian.h> header is present and useable. See jscpucfg.h. */ #define JS_HAVE_ENDIAN_H 1 /* Define to 1 if the <machine/endian.h> header is present and useable. See jscpucfg.h. */ /* #undef JS_HAVE_MACHINE_ENDIAN_H */ /* Define to 1 if the <sys/isa_defs.h> header is present and useable. See jscpucfg.h. */ /* #undef JS_HAVE_SYS_ISA_DEFS_H */ /* Define to 1 if the <sys/types.h> defines int8_t, etc. */ /* #undef JS_SYS_TYPES_H_DEFINES_EXACT_SIZE_TYPES */ /* Define to 1 if the N-byte __intN types are defined by the compiler. */ /* #undef JS_HAVE___INTN */ /* Define to 1 if #including <stddef.h> provides definitions for intptr_t and uintptr_t. */ /* #undef JS_STDDEF_H_HAS_INTPTR_T */ /* Define to 1 if #including <crtdefs.h> provides definitions for intptr_t and uintptr_t. */ /* #undef JS_CRTDEFS_H_HAS_INTPTR_T */ /* The configure script defines these if it doesn't #define JS_HAVE_STDINT_H. */ /* #undef JS_INT8_TYPE */ /* #undef JS_INT16_TYPE */ /* #undef JS_INT32_TYPE */ /* #undef JS_INT64_TYPE */ /* #undef JS_INTPTR_TYPE */ #define JS_BYTES_PER_WORD 4 /* Some mozilla code uses JS-friend APIs that depend on JS_METHODJIT being correct. */ /* #undef JS_METHODJIT */ /* Define to 1 to enable support for E4X (ECMA-357), 0 to disable it. */ #define JS_HAS_XML_SUPPORT 1 #endif /* js_config_h___ */