13
0
livetrax/libs/tk/ztk/config.h
Robin Gareus ad51c7c2ba
Localize stripped down gtk2
This is intended mainly for GNU/Linux distros who will remove
GTK2 support in the near future.
2024-01-06 21:52:48 +01:00

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 */