summaryrefslogtreecommitdiff
path: root/src/libexif/config.h
blob: 54325e3d31211846eed2272d644a9f84b192124d (plain)
1
2
3
4
5
6
7
8
9
10
11
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