https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 41b2a541f6dca5df6dd71241ccd4f5b09fb4421e authored by ffxbld on 26 July 2016, 20:27:39 UTC
Added FENNEC_48_0_RELEASE FENNEC_48_0_BUILD1 tag(s) for changeset fde5416cb28f. DONTBUILD CLOSED TREE a=release
Tip revision: 41b2a54
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