https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 779c31fcbd09e5ca95cb4eaba7a459e8b31a5aa4 authored by ffxbld on 08 December 2016, 02:33:01 UTC
Added FENNEC_50_1_0_RELEASE FENNEC_50_1_0_BUILD1 tag(s) for changeset bbb66c18fdba. DONTBUILD CLOSED TREE a=release
Tip revision: 779c31f
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

// Expands to all the defines from configure.
#undef ALLDEFINES

#include "js/RequiredDefines.h"

#endif /* js_confdefs_h */
back to top