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