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