mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
c95b19ffa3
--HG-- extra : rebase_source : 7a36d31e37e0336b9ccfe765d9c98353f6e56aa0
14 lines
291 B
C
14 lines
291 B
C
/* 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
|
|
|
|
@ALLDEFINES@
|
|
|
|
#include "js/RequiredDefines.h"
|
|
|
|
#endif /* js_confdefs_h */
|