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.
148 lines
4.1 KiB
CMake
148 lines
4.1 KiB
CMake
8 years ago
|
// File generated by cmake from config/config.h.cmake.
|
||
10 years ago
|
|
||
9 years ago
|
#pragma once
|
||
8 years ago
|
#ifndef _EXV_CONF_H_
|
||
|
#define _EXV_CONF_H_
|
||
10 years ago
|
|
||
8 years ago
|
// Defined if you want to use libssh for SshIO.
|
||
|
#cmakedefine EXV_USE_SSH
|
||
11 years ago
|
|
||
8 years ago
|
// Define to 1 if you want to use libcurl in httpIO.
|
||
|
#cmakedefine EXV_USE_CURL
|
||
11 years ago
|
|
||
8 years ago
|
// Define if you require webready support.
|
||
|
#cmakedefine EXV_ENABLE_WEBREADY
|
||
|
|
||
8 years ago
|
// Define if you have the `gmtime_r' function.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_GMTIME_R
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the <libintl.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_LIBINTL_H
|
||
8 years ago
|
|
||
8 years ago
|
// Define if you want translation of program messages to the user's native language
|
||
8 years ago
|
#cmakedefine EXV_ENABLE_NLS
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you want video support.
|
||
8 years ago
|
#cmakedefine EXV_ENABLE_VIDEO
|
||
10 years ago
|
|
||
7 years ago
|
// Define if you have the strerror_r function.
|
||
|
#cmakedefine EXV_HAVE_STRERROR_R
|
||
8 years ago
|
|
||
8 years ago
|
// Define to enable the Windows unicode path support.
|
||
8 years ago
|
#cmakedefine EXV_UNICODE_PATH
|
||
10 years ago
|
|
||
16 years ago
|
/* Define to `const' or to empty, depending on the second argument of `iconv'. */
|
||
8 years ago
|
#cmakedefine ICONV_ACCEPTS_CONST_INPUT
|
||
15 years ago
|
#if defined ICONV_ACCEPTS_CONST_INPUT
|
||
15 years ago
|
#define EXV_ICONV_CONST const
|
||
15 years ago
|
#else
|
||
|
#define EXV_ICONV_CONST
|
||
|
#endif
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the <regex.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_REGEX_H
|
||
|
|
||
8 years ago
|
// Define if have the <memory.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_MEMORY_H
|
||
16 years ago
|
|
||
8 years ago
|
// Define if stdbool.h conforms to C99.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_STDBOOL_H
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the <stdint.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_STDINT_H
|
||
16 years ago
|
|
||
9 years ago
|
#ifndef EXV_HAVE_STDINT_H
|
||
|
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||
|
#define EXV_HAVE_STDINT_H
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
8 years ago
|
// Define if you have the <strings.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_STRINGS_H
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the mmap function.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_MMAP
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the munmap function.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_MUNMAP
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have <sys/stat.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_SYS_STAT_H
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have the <sys/types.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_SYS_TYPES_H
|
||
16 years ago
|
|
||
8 years ago
|
/* Define if you have the <unistd.h> header file. */
|
||
7 years ago
|
#cmakedefine EXV_HAVE_UNISTD_H
|
||
8 years ago
|
|
||
8 years ago
|
// Define if you have the <sys/mman.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_SYS_MMAN_H
|
||
16 years ago
|
|
||
8 years ago
|
// Define if you have are using the zlib library.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_LIBZ
|
||
16 years ago
|
|
||
10 years ago
|
#if defined(_MSC_VER) && HAVE_LIBZ
|
||
|
#if (_MSC_VER < 1400) && !defined(vsnprintf)
|
||
|
#define vsnprintf _vsnprintf
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
8 years ago
|
// Define if you have the <process.h> header file.
|
||
8 years ago
|
#cmakedefine EXV_HAVE_PROCESS_H
|
||
16 years ago
|
|
||
8 years ago
|
/* Define if you have (Exiv2/xmpsdk) Adobe XMP Toolkit. */
|
||
|
#cmakedefine EXV_HAVE_XMP_TOOLKIT
|
||
16 years ago
|
|
||
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
||
|
slash. */
|
||
7 years ago
|
#cmakedefine EXV_LSTAT_FOLLOWS_SLASHED_SYMLINK
|
||
16 years ago
|
|
||
|
/* Define to the name of this package. */
|
||
8 years ago
|
#cmakedefine EXV_PACKAGE "@EXV_PACKAGE@"
|
||
16 years ago
|
|
||
|
/* Define to the full name of this package. */
|
||
8 years ago
|
#cmakedefine EXV_PACKAGE_NAME "@EXV_PACKAGE_NAME@"
|
||
16 years ago
|
|
||
|
/* Define to the full name and version of this package. */
|
||
8 years ago
|
#cmakedefine EXV_PACKAGE_STRING "@EXV_PACKAGE_STRING@"
|
||
16 years ago
|
|
||
|
/* Define to the version of this package. */
|
||
|
#cmakedefine EXV_PACKAGE_VERSION "@PACKAGE_VERSION@"
|
||
|
|
||
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||
|
#cmakedefine const
|
||
|
|
||
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
||
|
#ifndef __cplusplus
|
||
|
#cmakedefine inline
|
||
|
#endif
|
||
|
|
||
|
/* Define to rpl_malloc if the replacement function should be used. */
|
||
|
#cmakedefine malloc
|
||
|
|
||
|
/* Define to rpl_realloc if the replacement function should be used. */
|
||
|
#cmakedefine realloc
|
||
|
|
||
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||
|
#cmakedefine size_t
|
||
8 years ago
|
|
||
|
// ------------------------------------------------------------------
|
||
|
// 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 */
|
||
|
// ------------------------------------------------------------------
|
||
8 years ago
|
#endif /* !_EXV_CONF_H_ */
|
||
8 years ago
|
// That's All Folks!
|
||
|
// ------------------------------------------------------------------
|