https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c61e59a48af27c100c2dd2756b5efad573dbc71 authored by Otto Länd on 28 July 2024, 06:52:26 UTC
Bug 1905842: apply code formatting via Lando
Tip revision: 2c61e59
js-confdefs.h.in
/* 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 */
back to top