js/src/js-config.h.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
     2  * vim: set ts=8 sw=4 et tw=78:
     3  *
     4  * This Source Code Form is subject to the terms of the Mozilla Public
     5  * License, v. 2.0. If a copy of the MPL was not distributed with this
     6  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     8 #ifndef js_config_h
     9 #define js_config_h
    11 /* Definitions set at build time that affect SpiderMonkey's public API.
    12    This header file is generated by the SpiderMonkey configure script,
    13    and installed along with jsapi.h.  */
    15 /* Define to 1 if SpiderMonkey is in debug mode. */
    16 #undef JS_DEBUG
    18 /* Define to 1 if SpiderMonkey should not use struct types in debug builds. */
    19 #undef JS_NO_JSVAL_JSID_STRUCT_TYPES
    21 /* Define to 1 if SpiderMonkey should support multi-threaded clients.  */
    22 #undef JS_THREADSAFE
    24 /* Define to 1 if SpiderMonkey should include ctypes support.  */
    25 #undef JS_HAS_CTYPES
    27 /* Define to 1 if SpiderMonkey should support the ability to perform
    28    entirely too much GC.  */
    29 #undef JS_GC_ZEAL
    31 /* Define to 1 if SpiderMonkey should use Incremental GC. */
    32 #undef JSGC_INCREMENTAL
    34 /* Define to 1 if SpiderMonkey should use Generational GC. */
    35 #undef JSGC_GENERATIONAL
    37 /* Define to 1 if SpiderMonkey should use Exact Rooting. */
    38 #undef JSGC_USE_EXACT_ROOTING
    40 /* Define to 1 if the <endian.h> header is present and
    41    useable.  See jscpucfg.h.  */
    42 #undef JS_HAVE_ENDIAN_H
    44 /* Define to 1 if the <machine/endian.h> header is present and
    45    useable.  See jscpucfg.h.  */
    46 #undef JS_HAVE_MACHINE_ENDIAN_H
    48 /* Define to 1 if the <sys/isa_defs.h> header is present and
    49    useable.  See jscpucfg.h.  */
    50 #undef JS_HAVE_SYS_ISA_DEFS_H
    52 /* MOZILLA JSAPI version number components */
    53 #undef MOZJS_MAJOR_VERSION
    54 #undef MOZJS_MINOR_VERSION
    56 #endif /* js_config_h */

mercurial