You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
540 B
C
20 lines
540 B
C
/* config.h. Should be a generated file, eventually... */
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "Exiv2"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "Exiv2 version 0.4"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "exiv2"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "0.4"
|
|
|
|
/* Define as 1 if you have the timegm function */
|
|
#undef HAVE_TIMEGM
|
|
|
|
/* Define as 1 if you have unistd.h */
|
|
#define HAVE_UNISTD_H 1
|