Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / libexif / config.h
blob13bb5b9405c1f0bb6f22928eb56d31377e45504a
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to 1 if translation of program messages to the user's native
5 language is requested. */
6 /* #undef ENABLE_NLS */
8 /* Define if the GNU dcgettext() function is already present or preinstalled.
9 */
10 /* #undef HAVE_DCGETTEXT */
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #define HAVE_DLFCN_H 1
15 /* Define if the GNU gettext() function is already present or preinstalled. */
16 /* #undef HAVE_GETTEXT */
18 /* Define if you have the iconv() function. */
19 /* #undef HAVE_ICONV */
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #define HAVE_INTTYPES_H 1
24 /* Define to 1 if you have the `localtime_r' function. */
25 #define HAVE_LOCALTIME_R 1
27 /* Define to 1 if you have the <memory.h> header file. */
28 #define HAVE_MEMORY_H 1
30 /* Define to 1 if you have the <stdint.h> header file. */
31 #define HAVE_STDINT_H 1
33 /* Define to 1 if you have the <stdlib.h> header file. */
34 #define HAVE_STDLIB_H 1
36 /* Define to 1 if you have the <strings.h> header file. */
37 #define HAVE_STRINGS_H 1
39 /* Define to 1 if you have the <string.h> header file. */
40 #define HAVE_STRING_H 1
42 /* Define to 1 if you have the <sys/stat.h> header file. */
43 #define HAVE_SYS_STAT_H 1
45 /* Define to 1 if you have the <sys/types.h> header file. */
46 #define HAVE_SYS_TYPES_H 1
48 /* Define to 1 if you have the <unistd.h> header file. */
49 #define HAVE_UNISTD_H 1
51 /* Define as const if the declaration of iconv() needs const. */
52 /* #undef ICONV_CONST */
54 /* Define to the sub-directory in which libtool stores uninstalled libraries.
56 #define LT_OBJDIR ".libs/"
58 /* Name of package */
59 #define PACKAGE "libexif"
61 /* Define to the address where bug reports for this package should be sent. */
62 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
64 /* Define to the full name of this package. */
65 #define PACKAGE_NAME "EXIF library"
67 /* Define to the full name and version of this package. */
68 #define PACKAGE_STRING "EXIF library 0.6.19"
70 /* Define to the one symbol short name of this package. */
71 #define PACKAGE_TARNAME "libexif"
73 /* Define to the home page for this package. */
74 #define PACKAGE_URL ""
76 /* Define to the version of this package. */
77 #define PACKAGE_VERSION "0.6.19"
79 /* Define to 1 if you have the ANSI C header files. */
80 #define STDC_HEADERS 1
82 /* Version number of package */
83 #define VERSION "0.6.19"
85 /* Define to empty if `const' does not conform to ANSI C. */
86 /* #undef const */
88 /* Define to `__inline__' or `__inline' if that's what the C compiler
89 calls it, or to nothing if 'inline' is not supported under any name. */
90 #ifndef __cplusplus
91 /* #undef inline */
92 #endif