Backed out changeset 72a979eba564 (bug 857330) for crashes.
[gecko.git] / mozilla-config.h.in
blob295f2bfe3c845ae56769d8d9492931bdce90411a
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@
12 * The c99 defining the limit macros (UINT32_MAX for example), says:
14 * C++ implementations should define these macros only when
15 * __STDC_LIMIT_MACROS is defined before <stdint.h> is included.
17 * The same also occurs with __STDC_CONSTANT_MACROS for the constant macros
18 * (INT8_C for example) used to specify a literal constant of the proper type,
19 * and with __STDC_FORMAT_MACROS for the format macros (PRId32 for example) used
20 * with the fprintf function family.
22 #define __STDC_LIMIT_MACROS
23 #define __STDC_CONSTANT_MACROS
24 #define __STDC_FORMAT_MACROS
27 * Force-include hunspell_alloc_hooks.h and hunspell_fopen_hooks.h for hunspell,
28 * so that we don't need to modify them directly.
30 * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in,
31 * unless --enable-system-hunspell is defined.
33 #if defined(HUNSPELL_STATIC)
34 #include "hunspell_alloc_hooks.h"
35 #include "hunspell_fopen_hooks.h"
36 #endif
38 #endif /* _MOZILLA_CONFIG_H_ */