Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
15 lines
403 B
C
15 lines
403 B
C
/* always defined to indicate that i18n is enabled */
|
|
#undef ENABLE_NLS
|
|
|
|
/* Define the gettext package to be used */
|
|
#define GETTEXT_PACKAGE "atk10"
|
|
|
|
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
|
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "2.14.0"
|
|
|
|
/* defines how to decorate public symbols while building */
|
|
/* #undef _ATK_EXTERN */
|