summaryrefslogtreecommitdiffstats
path: root/js/src/js-confdefs.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/js-confdefs.h.in')
-rw-r--r--js/src/js-confdefs.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/js/src/js-confdefs.h.in b/js/src/js-confdefs.h.in
new file mode 100644
index 000000000..b46357b55
--- /dev/null
+++ b/js/src/js-confdefs.h.in
@@ -0,0 +1,14 @@
+/* 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 */