https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a308bc90bc5d9d7e08d101053761da265239adfb authored by ffxbld on 31 December 2012, 14:56:03 UTC
Added FENNEC_18_0b7_RELEASE FENNEC_18_0b7_BUILD1 tag(s) for changeset 07e4ade6bda9. DONTBUILD CLOSED TREE a=release
Tip revision: a308bc9
js-confdefs.h.in
/* List of defines generated by configure. Included with preprocessor flag,
 * -include, to avoid long list of -D defines on the compile command-line.
 * Do not edit.
 */

#ifndef _JS_CONFDEFS_H_
#define _JS_CONFDEFS_H_

@ALLDEFINES@

/* The c99 defining the limit macros (UINT32_MAX for example), says:
 * C++ implementations should define these macros only when __STDC_LIMIT_MACROS
 * is defined before <stdint.h> is included. */
#define __STDC_LIMIT_MACROS

#endif /* _JS_CONFDEFS_H_ */

back to top