Back out a5a5d2c176f7 (bug 882865) because of Android test failures on a CLOSED TREE
[gecko.git] / mozilla-config.h.in
blob4957a260c8040c09e72a3508fedee5a591a1a1c1
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 and hunspell_fopen_hooks.h for hunspell,
17 * so that we don't need to 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 #include "hunspell_fopen_hooks.h"
25 #endif
27 #endif /* _MOZILLA_CONFIG_H_ */