add missing config.h includes
[libfirm] / firm_config.h.in
1 /* define to 1 to have wchar_t support for identifiers */
2 @FIRMCONFIG_FIRM_ENABLE_WCHAR@
3
4 /* define to enable hooks */
5 @FIRMCONFIG_FIRM_ENABLE_HOOKS@
6
7 /* Firm statistics need hooks */
8 #ifdef FIRM_STATISTICS
9 #ifndef FIRM_ENABLE_HOOKS
10 #define FIRM_ENABLE_HOOKS
11 #endif
12 #endif