diff options
Diffstat (limited to 'src/libexif/config.h')
-rw-r--r-- | src/libexif/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libexif/config.h b/src/libexif/config.h new file mode 100644 index 0000000..54325e3 --- /dev/null +++ b/src/libexif/config.h @@ -0,0 +1,12 @@ + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +/* #undef ENABLE_NLS */ + +/* The gettext domain we're using */ +#define GETTEXT_PACKAGE "libexif-9" + +#ifdef WIN32 +#define snprintf _snprintf +#endif + |