blob: b46357b5528c156efee0fad3e088b41f724d65d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|