https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dcf7d2f5923074023a7517d7c903c4940c00c8d2 authored by B2G Bumper Bot on 12 January 2015, 18:57:03 UTC
Bumping manifests a=b2g-bump
Tip revision: dcf7d2f
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@

#include "js/RequiredDefines.h"

#endif /* js_confdefs_h */
back to top