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