Coding style cleanup in dock.c
[wmaker-crm.git] / WINGs / wconfig.h
blob5cf10e2f7fdcb94e508a2450c5fb2835724ab9de
3 #ifndef WINGS_CONFIG_H_
4 #define WINGS_CONFIG_H_
6 #include "../config.h"
8 #if defined(HAVE_LIBINTL_H) && defined(I18N)
9 # include <libintl.h>
10 # define _(text) dgettext("WINGs", text)
11 #else
12 # define _(text) (text)
13 #endif
15 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
16 # define INLINE inline
17 #else
18 # define INLINE
19 #endif
22 #endif /* WINGS_CONFIG_H_ */