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