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.
6 #ifndef _MOZILLA_CONFIG_H_
7 #define _MOZILLA_CONFIG_H_
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
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"
26 #endif /* _MOZILLA_CONFIG_H_ */