|
|
|
@ -2,46 +2,33 @@
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
// Defined to 1 if when using `libssh' for SshIO.
|
|
|
|
|
#cmakedefine01 EXV_USE_SSH
|
|
|
|
|
// Defined if you want to use libssh for SshIO.
|
|
|
|
|
#cmakedefine EXV_USE_SSH
|
|
|
|
|
|
|
|
|
|
// Define to 1 if you want to use `libcurl' in httpIO.
|
|
|
|
|
#cmakedefine01 EXV_USE_CURL
|
|
|
|
|
// Define to 1 if you want to use libcurl in httpIO.
|
|
|
|
|
#cmakedefine EXV_USE_CURL
|
|
|
|
|
|
|
|
|
|
// Define if you require webready support.
|
|
|
|
|
#cmakedefine EXV_ENABLE_WEBREADY
|
|
|
|
|
|
|
|
|
|
// Define to 1 if you have the `gmtime_r' function.
|
|
|
|
|
// Define if you have the `gmtime_r' function.
|
|
|
|
|
#cmakedefine EXV_HAVE_GMTIME_R
|
|
|
|
|
|
|
|
|
|
// Define to 1 if you have the <libintl.h> header file.
|
|
|
|
|
// Define if you have the <libintl.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_LIBINTL_H
|
|
|
|
|
|
|
|
|
|
// Define to 1 if translation of program messages to the user's native language is requested.
|
|
|
|
|
// Define if you want translation of program messages to the user's native language
|
|
|
|
|
#cmakedefine EXV_ENABLE_NLS
|
|
|
|
|
|
|
|
|
|
// Define to 1 if you require video support.
|
|
|
|
|
// Define if you want video support.
|
|
|
|
|
#cmakedefine EXV_ENABLE_VIDEO
|
|
|
|
|
|
|
|
|
|
// Define if you have correct declaration of strerror_r().
|
|
|
|
|
#cmakedefine EXV_HAVE_DECL_STRERROR_R
|
|
|
|
|
|
|
|
|
|
#ifndef EXV_COMMERCIAL_VERSION
|
|
|
|
|
|
|
|
|
|
// Definition to enable translation of Nikon lens names.
|
|
|
|
|
#cmakedefine EXV_HAVE_LENSDATA
|
|
|
|
|
|
|
|
|
|
// Define to 1 if you have the `iconv' function.
|
|
|
|
|
#cmakedefine EXV_HAVE_ICONV
|
|
|
|
|
|
|
|
|
|
// Definition to enable conversion of UCS2 encoded Windows tags to UTF-8.
|
|
|
|
|
#cmakedefine EXV_HAVE_PRINTUCS2
|
|
|
|
|
|
|
|
|
|
#endif /* !EXV_COMMERCIAL_VERSION */
|
|
|
|
|
|
|
|
|
|
// Definition to enable the Windows unicode path support.
|
|
|
|
|
// Define to enable the Windows unicode path support.
|
|
|
|
|
#cmakedefine EXV_UNICODE_PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to `const' or to empty, depending on the second argument of `iconv'. */
|
|
|
|
|
#cmakedefine ICONV_ACCEPTS_CONST_INPUT
|
|
|
|
|
#if defined ICONV_ACCEPTS_CONST_INPUT
|
|
|
|
@ -50,22 +37,22 @@
|
|
|
|
|
#define EXV_ICONV_CONST
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <regex> header file.
|
|
|
|
|
// Define if you have the <regex> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_REGEX
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <regex.h> header file.
|
|
|
|
|
// Define if you have the <regex.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_REGEX_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate you have the <memory.h> header file.
|
|
|
|
|
// Define if have the <memory.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_MEMORY_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `memset' function.
|
|
|
|
|
// Define if you have the memset function.
|
|
|
|
|
#cmakedefine EXV_HAVE_MEMSET
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if stdbool.h conforms to C99.
|
|
|
|
|
// Define if stdbool.h conforms to C99.
|
|
|
|
|
#cmakedefine EXV_HAVE_STDBOOL_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <stdint.h> header file.
|
|
|
|
|
// Define if you have the <stdint.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_STDINT_H
|
|
|
|
|
|
|
|
|
|
#ifndef EXV_HAVE_STDINT_H
|
|
|
|
@ -74,53 +61,53 @@
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <stdlib.h> header file.
|
|
|
|
|
// Define if you have the <stdlib.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_STDLIB_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `strchr' function.
|
|
|
|
|
// Define if you have the strchr function.
|
|
|
|
|
#cmakedefine EXV_HAVE_STRCHR
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `strerror' function.
|
|
|
|
|
// Define if you have the strerror function.
|
|
|
|
|
#cmakedefine EXV_HAVE_STRERROR
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `strerror_r' function.
|
|
|
|
|
// Define if you have the strerror_r function.
|
|
|
|
|
#cmakedefine EXV_HAVE_STRERROR_R
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if strerror_r returns char *.
|
|
|
|
|
// Define if strerror_r returns char *.
|
|
|
|
|
#cmakedefine STRERROR_R_CHAR_P
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <strings.h> header file.
|
|
|
|
|
// Define if you have the <strings.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_STRINGS_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `strtol' function.
|
|
|
|
|
// Define if you have the strtol function.
|
|
|
|
|
#cmakedefine EXV_HAVE_STRTOL
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `mmap' function.
|
|
|
|
|
// Define if you have the mmap function.
|
|
|
|
|
#cmakedefine EXV_HAVE_MMAP
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `munmap' function.
|
|
|
|
|
// Define if you have the munmap function.
|
|
|
|
|
#cmakedefine EXV_HAVE_MUNMAP
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <sys/stat.h> header file.
|
|
|
|
|
// Define if you have <sys/stat.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_SYS_STAT_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <sys/types.h> header file.
|
|
|
|
|
// Define if you have the <sys/types.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_SYS_TYPES_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the `timegm' function.
|
|
|
|
|
// Define if you have the timegm function.
|
|
|
|
|
#cmakedefine EXV_HAVE_TIMEGM
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
|
|
|
#cmakedefine EXV_HAVE_UNISTD_H 1
|
|
|
|
|
|
|
|
|
|
#if !defined( EXV_HAVE_UNISTD_H) && defined(__CYGWIN__)
|
|
|
|
|
#define EXV_HAVE_UNISTD_H 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <sys/mman.h> header file.
|
|
|
|
|
// Define if you have the <sys/mman.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_SYS_MMAN_H
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if the `zlib' library will be used
|
|
|
|
|
// Define if you have are using the zlib library.
|
|
|
|
|
#cmakedefine EXV_HAVE_LIBZ
|
|
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) && HAVE_LIBZ
|
|
|
|
@ -129,11 +116,11 @@
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Definition to indicate if you have the <process.h> header file.
|
|
|
|
|
// Define if you have the <process.h> header file.
|
|
|
|
|
#cmakedefine EXV_HAVE_PROCESS_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the Adobe XMP Toolkit. */
|
|
|
|
|
#cmakedefine EXV_HAVE_XMP_TOOLKIT 1
|
|
|
|
|
/* Define if you have (Exiv2/xmpsdk) Adobe XMP Toolkit. */
|
|
|
|
|
#cmakedefine EXV_HAVE_XMP_TOOLKIT
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|
|
|
|
slash. */
|
|
|
|
@ -168,3 +155,22 @@
|
|
|
|
|
|
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
|
|
|
#cmakedefine size_t
|
|
|
|
|
|
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
|
// The following features are not available for Commercial use
|
|
|
|
|
#ifndef EXV_COMMERCIAL_VERSION
|
|
|
|
|
|
|
|
|
|
// Definition to enable translation of Nikon lens names.
|
|
|
|
|
#cmakedefine EXV_HAVE_LENSDATA
|
|
|
|
|
|
|
|
|
|
// Define if you have the iconv function.
|
|
|
|
|
#cmakedefine EXV_HAVE_ICONV
|
|
|
|
|
|
|
|
|
|
// Definition to enable conversion of UCS2 encoded Windows tags to UTF-8.
|
|
|
|
|
#cmakedefine EXV_HAVE_PRINTUCS2
|
|
|
|
|
|
|
|
|
|
#endif /* !EXV_COMMERCIAL_VERSION */
|
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// That's All Folks!
|
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
|