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