exv_conf.h | exv_conf.h | |||
---|---|---|---|---|
skipping to change at line 56 | skipping to change at line 56 | |||
/* Define to 1 if you have the <malloc.h> header file. */ | /* Define to 1 if you have the <malloc.h> header file. */ | |||
#define EXV_HAVE_MALLOC_H 1 | #define EXV_HAVE_MALLOC_H 1 | |||
/* Define to 1 if you have the <memory.h> header file. */ | /* Define to 1 if you have the <memory.h> header file. */ | |||
#define EXV_HAVE_MEMORY_H 1 | #define EXV_HAVE_MEMORY_H 1 | |||
/* Define to 1 if you have the `memset' function. */ | /* Define to 1 if you have the `memset' function. */ | |||
#define EXV_HAVE_MEMSET 1 | #define EXV_HAVE_MEMSET 1 | |||
/* Define to 1 if you have the `lstat' function. */ | ||||
#define EXV_HAVE_LSTAT 1 | ||||
/* Define to 1 if your system has a GNU libc compatible `realloc' function, | /* Define to 1 if your system has a GNU libc compatible `realloc' function, | |||
and to 0 otherwise. */ | and to 0 otherwise. */ | |||
/* #undef EXV_HAVE_REALLOC */ | /* #undef EXV_HAVE_REALLOC */ | |||
/* Define to 1 if stdbool.h conforms to C99. */ | /* Define to 1 if stdbool.h conforms to C99. */ | |||
#define EXV_HAVE_STDBOOL_H 1 | #define EXV_HAVE_STDBOOL_H 1 | |||
/* Define to 1 if you have the <stdint.h> header file. */ | /* Define to 1 if you have the <stdint.h> header file. */ | |||
#define EXV_HAVE_STDINT_H 1 | #define EXV_HAVE_STDINT_H 1 | |||
skipping to change at line 146 | skipping to change at line 149 | |||
/* 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.1" | #define EXV_PACKAGE_STRING "exiv2 0.18.2" | |||
/* 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.1" | #define EXV_PACKAGE_VERSION "0.18.2" | |||
/* 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 */ | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added | |||