Bug 867089 - Validate the playbackRate before using it. r=ehsan
[gecko.git] / mozilla-config.h.in
blobb821728cc70856c23a5e81f4214769698695c606
1 /* List of defines generated by configure. Included with preprocessor flag,
2 * -include, to avoid long list of -D defines on the compile command-line.
3 * Do not edit.
4 */
6 #ifndef _MOZILLA_CONFIG_H_
7 #define _MOZILLA_CONFIG_H_
9 @ALLDEFINES@
11 /* The c99 defining the limit macros (UINT32_MAX for example), says:
12 * C++ implementations should define these macros only when __STDC_LIMIT_MACROS
13 * is defined before <stdint.h> is included. */
14 #define __STDC_LIMIT_MACROS
16 /* Force-include hunspell_alloc_hooks.h for hunspell, so that we don't need to
17 * modify it directly.
19 * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in,
20 * unless --enable-system-hunspell is defined.
22 #if defined(HUNSPELL_STATIC)
23 #include "hunspell_alloc_hooks.h"
24 #endif
26 #endif /* _MOZILLA_CONFIG_H_ */