Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
43 lines
1.2 KiB
C
43 lines
1.2 KiB
C
/* Define to 1 if translation of program messages to the user's native
|
|
language is requested. */
|
|
#undef ENABLE_NLS
|
|
|
|
/* Define if gio can sniff image data */
|
|
/* #undef GDK_PIXBUF_USE_GIO_MIME */
|
|
|
|
/* The prefix for our gettext translation domains. */
|
|
#define GETTEXT_PACKAGE "gdk-pixbuf"
|
|
|
|
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
|
/* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if sys/sysinfo.h is available */
|
|
/* #undef HAVE_SYS_SYSINFO_H */
|
|
|
|
/* Define to 1 if sys/systeminfo.h is available */
|
|
/* #undef HAVE_SYS_SYSTEMINFO_H */
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "2.31.1"
|
|
|
|
/* Define to 1 if gmodule works and should be used */
|
|
//#define USE_GMODULE 1
|
|
|
|
/* Define to 1 if medialib is available and should be used */
|
|
/* #undef USE_MEDIALIB */
|
|
|
|
/* Define to 1 if XXM is available and should be used */
|
|
/* #undef USE_MMX */
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
/* #undef const */
|