3 #ifndef WINGS_CONFIG_H_
4 #define WINGS_CONFIG_H_
8 #if defined(HAVE_LIBINTL_H) && defined(I18N)
10 # define _(text) dgettext("WINGs", text)
12 # define _(text) (text)
15 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
16 # define INLINE inline
22 #endif /* WINGS_CONFIG_H_ */