1b8bc0d8aSopenharmony_ci/* config.h. Generated from config.h.in by configure. */ 2b8bc0d8aSopenharmony_ci/* config.h.in. Generated from configure.ac by autoheader. */ 3b8bc0d8aSopenharmony_ci 4b8bc0d8aSopenharmony_ci/* Define to 1 if translation of program messages to the user's native 5b8bc0d8aSopenharmony_ci language is requested. */ 6b8bc0d8aSopenharmony_ci#define ENABLE_NLS 1 7b8bc0d8aSopenharmony_ci 8b8bc0d8aSopenharmony_ci/* Define if the GNU dcgettext() function is already present or preinstalled. 9b8bc0d8aSopenharmony_ci */ 10b8bc0d8aSopenharmony_ci#define HAVE_DCGETTEXT 1 11b8bc0d8aSopenharmony_ci 12b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */ 13b8bc0d8aSopenharmony_ci#define HAVE_DLFCN_H 1 14b8bc0d8aSopenharmony_ci 15b8bc0d8aSopenharmony_ci/* Define if the GNU gettext() function is already present or preinstalled. */ 16b8bc0d8aSopenharmony_ci#define HAVE_GETTEXT 1 17b8bc0d8aSopenharmony_ci 18b8bc0d8aSopenharmony_ci/* Define if you have the iconv() function. */ 19b8bc0d8aSopenharmony_ci#define HAVE_ICONV 1 20b8bc0d8aSopenharmony_ci 21b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */ 22b8bc0d8aSopenharmony_ci#define HAVE_INTTYPES_H 1 23b8bc0d8aSopenharmony_ci 24b8bc0d8aSopenharmony_ci/* Define to 1 if you have the `localtime_r' function. */ 25b8bc0d8aSopenharmony_ci#define HAVE_LOCALTIME_R 1 26b8bc0d8aSopenharmony_ci 27b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <memory.h> header file. */ 28b8bc0d8aSopenharmony_ci#define HAVE_MEMORY_H 1 29b8bc0d8aSopenharmony_ci 30b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */ 31b8bc0d8aSopenharmony_ci#define HAVE_STDINT_H 1 32b8bc0d8aSopenharmony_ci 33b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */ 34b8bc0d8aSopenharmony_ci#define HAVE_STDLIB_H 1 35b8bc0d8aSopenharmony_ci 36b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */ 37b8bc0d8aSopenharmony_ci#define HAVE_STRINGS_H 1 38b8bc0d8aSopenharmony_ci 39b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <string.h> header file. */ 40b8bc0d8aSopenharmony_ci#define HAVE_STRING_H 1 41b8bc0d8aSopenharmony_ci 42b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */ 43b8bc0d8aSopenharmony_ci#define HAVE_SYS_STAT_H 1 44b8bc0d8aSopenharmony_ci 45b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */ 46b8bc0d8aSopenharmony_ci#define HAVE_SYS_TYPES_H 1 47b8bc0d8aSopenharmony_ci 48b8bc0d8aSopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */ 49b8bc0d8aSopenharmony_ci#define HAVE_UNISTD_H 1 50b8bc0d8aSopenharmony_ci 51b8bc0d8aSopenharmony_ci/* Define as const if the declaration of iconv() needs const. */ 52b8bc0d8aSopenharmony_ci#define ICONV_CONST 53b8bc0d8aSopenharmony_ci 54b8bc0d8aSopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */ 55b8bc0d8aSopenharmony_ci#define LT_OBJDIR ".libs/" 56b8bc0d8aSopenharmony_ci 57b8bc0d8aSopenharmony_ci/* Name of package */ 58b8bc0d8aSopenharmony_ci#define PACKAGE "libexif" 59b8bc0d8aSopenharmony_ci 60b8bc0d8aSopenharmony_ci/* Define to the address where bug reports for this package should be sent. */ 61b8bc0d8aSopenharmony_ci#define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net" 62b8bc0d8aSopenharmony_ci 63b8bc0d8aSopenharmony_ci/* Define to the full name of this package. */ 64b8bc0d8aSopenharmony_ci#define PACKAGE_NAME "EXIF library" 65b8bc0d8aSopenharmony_ci 66b8bc0d8aSopenharmony_ci/* Define to the full name and version of this package. */ 67b8bc0d8aSopenharmony_ci#define PACKAGE_STRING "EXIF library 0.6.24.1" 68b8bc0d8aSopenharmony_ci 69b8bc0d8aSopenharmony_ci/* Define to the one symbol short name of this package. */ 70b8bc0d8aSopenharmony_ci#define PACKAGE_TARNAME "libexif" 71b8bc0d8aSopenharmony_ci 72b8bc0d8aSopenharmony_ci/* Define to the home page for this package. */ 73b8bc0d8aSopenharmony_ci#define PACKAGE_URL "" 74b8bc0d8aSopenharmony_ci 75b8bc0d8aSopenharmony_ci/* Define to the version of this package. */ 76b8bc0d8aSopenharmony_ci#define PACKAGE_VERSION "0.6.24.1" 77b8bc0d8aSopenharmony_ci 78b8bc0d8aSopenharmony_ci/* Define to 1 if you have the ANSI C header files. */ 79b8bc0d8aSopenharmony_ci#define STDC_HEADERS 1 80b8bc0d8aSopenharmony_ci 81b8bc0d8aSopenharmony_ci/* Version number of package */ 82b8bc0d8aSopenharmony_ci#define VERSION "0.6.24.1" 83b8bc0d8aSopenharmony_ci 84b8bc0d8aSopenharmony_ci/* Enable large inode numbers on Mac OS X 10.5. */ 85b8bc0d8aSopenharmony_ci#ifndef _DARWIN_USE_64_BIT_INODE 86b8bc0d8aSopenharmony_ci# define _DARWIN_USE_64_BIT_INODE 1 87b8bc0d8aSopenharmony_ci#endif 88b8bc0d8aSopenharmony_ci 89b8bc0d8aSopenharmony_ci/* Number of bits in a file offset, on hosts where this is settable. */ 90b8bc0d8aSopenharmony_ci/* #undef _FILE_OFFSET_BITS */ 91b8bc0d8aSopenharmony_ci 92b8bc0d8aSopenharmony_ci/* Define for large files, on AIX-style hosts. */ 93b8bc0d8aSopenharmony_ci/* #undef _LARGE_FILES */ 94b8bc0d8aSopenharmony_ci 95b8bc0d8aSopenharmony_ci/* Define to empty if `const' does not conform to ANSI C. */ 96b8bc0d8aSopenharmony_ci/* #undef const */ 97b8bc0d8aSopenharmony_ci 98b8bc0d8aSopenharmony_ci/* Define to `__inline__' or `__inline' if that's what the C compiler 99b8bc0d8aSopenharmony_ci calls it, or to nothing if 'inline' is not supported under any name. */ 100b8bc0d8aSopenharmony_ci#ifndef __cplusplus 101b8bc0d8aSopenharmony_ci/* #undef inline */ 102b8bc0d8aSopenharmony_ci#endif 103