1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/js-confdefs.h.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +/* List of defines generated by configure. Included with preprocessor flag, 1.5 + * -include, to avoid long list of -D defines on the compile command-line. 1.6 + * Do not edit. 1.7 + */ 1.8 + 1.9 +#ifndef js_confdefs_h 1.10 +#define js_confdefs_h 1.11 + 1.12 +@ALLDEFINES@ 1.13 + 1.14 +#include "js/RequiredDefines.h" 1.15 + 1.16 +#endif /* js_confdefs_h */