Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 613430
Collapse All | Expand All

(-)firefox-52.0.1.orig/mozilla-config.h.in (-2 / +1 lines)
Lines 48-61 Link Here
48
#endif
48
#endif
49
49
50
/*
50
/*
51
 * Force-include hunspell_alloc_hooks.h and hunspell_fopen_hooks.h for hunspell,
51
 * Force-include hunspell_fopen_hooks.h for hunspell,
52
 * so that we don't need to modify them directly.
52
 * so that we don't need to modify them directly.
53
 *
53
 *
54
 * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in,
54
 * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in,
55
 * unless --enable-system-hunspell is defined.
55
 * unless --enable-system-hunspell is defined.
56
 */
56
 */
57
#if defined(HUNSPELL_STATIC)
57
#if defined(HUNSPELL_STATIC)
58
#include "hunspell_alloc_hooks.h"
59
#include "hunspell_fopen_hooks.h"
58
#include "hunspell_fopen_hooks.h"
60
#endif
59
#endif
61
60

Return to bug 613430