exv_conf.h | exv_conf.h | |||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
#define EXV_HAVE_GMTIME_R 1 | #define EXV_HAVE_GMTIME_R 1 | |||
/* Define to 1 if you have the <inttypes.h> header file. */ | /* Define to 1 if you have the <inttypes.h> header file. */ | |||
#define EXV_HAVE_INTTYPES_H 1 | #define EXV_HAVE_INTTYPES_H 1 | |||
/* Define to 1 if you have the <libintl.h> header file. */ | /* Define to 1 if you have the <libintl.h> header file. */ | |||
#define EXV_HAVE_LIBINTL_H 1 | #define EXV_HAVE_LIBINTL_H 1 | |||
#ifndef EXV_COMMERCIAL_VERSION | #ifndef EXV_COMMERCIAL_VERSION | |||
/* Define to 1 to enable translation of Exif.Nikon3.LensData. */ | /* Define to 1 to enable translation of Nikon lens names. */ | |||
#define EXV_HAVE_LENSDATA 1 | #define EXV_HAVE_LENSDATA 1 | |||
/* Define to 1 if translation of program messages to the user's | /* Define to 1 if translation of program messages to the user's | |||
native language is requested. */ | native language is requested. */ | |||
#define EXV_ENABLE_NLS 1 | #define EXV_ENABLE_NLS 1 | |||
#endif /* !EXV_COMMERCIAL_VERSION */ | ||||
/* Define to 1 if you have the `iconv' function. */ | /* Define to 1 if you have the `iconv' function. */ | |||
#define EXV_HAVE_ICONV 1 | #define EXV_HAVE_ICONV 1 | |||
/* Define to 1 to enable conversion of UCS2 encoded Windows tags to UTF-8. | ||||
*/ | ||||
#define EXV_HAVE_PRINTUCS2 1 | ||||
#endif /* !EXV_COMMERCIAL_VERSION */ | ||||
/* Define to `const' or to empty, depending on the second argument of `icon v'. */ | /* Define to `const' or to empty, depending on the second argument of `icon v'. */ | |||
#define EXV_ICONV_CONST | #define EXV_ICONV_CONST | |||
/* Define to 1 if you have the <libintl.h> header file. */ | /* Define to 1 if you have the <libintl.h> header file. */ | |||
#define EXV_HAVE_LIBINTL_H 1 | #define EXV_HAVE_LIBINTL_H 1 | |||
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and | |||
to 0 otherwise. */ | to 0 otherwise. */ | |||
/* #undef EXV_HAVE_MALLOC */ | /* #undef EXV_HAVE_MALLOC */ | |||
skipping to change at line 149 | skipping to change at line 146 | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define EXV_PACKAGE_BUGREPORT "ahuggel@gmx.net" | #define EXV_PACKAGE_BUGREPORT "ahuggel@gmx.net" | |||
/* Define to the name of this package. */ | /* Define to the name of this package. */ | |||
#define EXV_PACKAGE "exiv2" | #define EXV_PACKAGE "exiv2" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define EXV_PACKAGE_NAME "exiv2" | #define EXV_PACKAGE_NAME "exiv2" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define EXV_PACKAGE_STRING "exiv2 0.18.2" | #define EXV_PACKAGE_STRING "exiv2 0.19" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define EXV_PACKAGE_TARNAME "exiv2" | #define EXV_PACKAGE_TARNAME "exiv2" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define EXV_PACKAGE_VERSION "0.18.2" | #define EXV_PACKAGE_VERSION "0.19" | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#define EXV_STDC_HEADERS 1 | #define EXV_STDC_HEADERS 1 | |||
/* Define to 1 if strerror_r returns char *. */ | /* Define to 1 if strerror_r returns char *. */ | |||
/* #undef EXV_STRERROR_R_CHAR_P */ | /* #undef EXV_STRERROR_R_CHAR_P */ | |||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | |||
/* #undef EXV_TIME_WITH_SYS_TIME */ | /* #undef EXV_TIME_WITH_SYS_TIME */ | |||
skipping to change at line 206 | skipping to change at line 203 | |||
/* File path seperator */ | /* File path seperator */ | |||
#if defined WIN32 && !defined __CYGWIN__ | #if defined WIN32 && !defined __CYGWIN__ | |||
#define EXV_SEPERATOR_STR "\\" | #define EXV_SEPERATOR_STR "\\" | |||
#define EXV_SEPERATOR_CHR '\\' | #define EXV_SEPERATOR_CHR '\\' | |||
#else | #else | |||
#define EXV_SEPERATOR_STR "/" | #define EXV_SEPERATOR_STR "/" | |||
#define EXV_SEPERATOR_CHR '/' | #define EXV_SEPERATOR_CHR '/' | |||
#endif | #endif | |||
/* Windows unicode path support */ | ||||
#if defined WIN32 && !defined __CYGWIN__ | ||||
# define EXV_UNICODE_PATH | ||||
#endif | ||||
/* Shared library support, see http://gcc.gnu.org/wiki/Visibility */ | /* Shared library support, see http://gcc.gnu.org/wiki/Visibility */ | |||
#ifdef WIN32 | #ifdef WIN32 | |||
# define EXV_IMPORT __declspec(dllimport) | # define EXV_IMPORT __declspec(dllimport) | |||
# define EXV_EXPORT __declspec(dllexport) | # define EXV_EXPORT __declspec(dllexport) | |||
# define EXV_DLLLOCAL | # define EXV_DLLLOCAL | |||
# define EXV_DLLPUBLIC | # define EXV_DLLPUBLIC | |||
#else | #else | |||
# ifdef EXV_HAVE_GXXCLASSVISIBILITY | # ifdef EXV_HAVE_GXXCLASSVISIBILITY | |||
# define EXV_IMPORT __attribute__ ((visibility("default"))) | # define EXV_IMPORT __attribute__ ((visibility("default"))) | |||
# define EXV_EXPORT __attribute__ ((visibility("default"))) | # define EXV_EXPORT __attribute__ ((visibility("default"))) | |||
End of changes. 6 change blocks. | ||||
9 lines changed or deleted | 10 lines changed or added | |||