https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f7a23cd48ccb45086743e509fd4ec492f6441eb authored by Ryan VanderMeulen on 12 September 2023, 00:19:25 UTC
Bug 1852649 - Cherry-pick upstream libwebp fix. r=tnikkel, a=RyanVM
Tip revision: 5f7a23c
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