Tizen 2.1 base
[external/libgpg-error.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
8    CoreFoundation framework. */
9 #undef HAVE_CFLOCALECOPYCURRENT
10
11 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
12    the CoreFoundation framework. */
13 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
14
15 /* Define if the GNU dcgettext() function is already present or preinstalled.
16    */
17 #undef HAVE_DCGETTEXT
18
19 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
20    don't. */
21 #undef HAVE_DECL_STRERROR_R
22
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #undef HAVE_DLFCN_H
25
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #undef HAVE_GETTEXT
28
29 /* Define if you have the iconv() function. */
30 #undef HAVE_ICONV
31
32 /* Define to 1 if you have the <inttypes.h> header file. */
33 #undef HAVE_INTTYPES_H
34
35 /* Define to 1 if you have the <locale.h> header file. */
36 #undef HAVE_LOCALE_H
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
40
41 /* Define to 1 if you have the <stdint.h> header file. */
42 #undef HAVE_STDINT_H
43
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #undef HAVE_STDLIB_H
46
47 /* Define to 1 if you have the `strerror_r' function. */
48 #undef HAVE_STRERROR_R
49
50 /* Define to 1 if you have the <strings.h> header file. */
51 #undef HAVE_STRINGS_H
52
53 /* Define to 1 if you have the <string.h> header file. */
54 #undef HAVE_STRING_H
55
56 /* Define to 1 if you have the <sys/stat.h> header file. */
57 #undef HAVE_SYS_STAT_H
58
59 /* Define to 1 if you have the <sys/types.h> header file. */
60 #undef HAVE_SYS_TYPES_H
61
62 /* Define to 1 if you have the <unistd.h> header file. */
63 #undef HAVE_UNISTD_H
64
65 /* Defined if we run on a W32 API based system */
66 #undef HAVE_W32_SYSTEM
67
68 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
69 #undef NO_MINUS_C_MINUS_O
70
71 /* Name of package */
72 #undef PACKAGE
73
74 /* Define to the address where bug reports for this package should be sent. */
75 #undef PACKAGE_BUGREPORT
76
77 /* Define to the full name of this package. */
78 #undef PACKAGE_NAME
79
80 /* Define to the full name and version of this package. */
81 #undef PACKAGE_STRING
82
83 /* Define to the one symbol short name of this package. */
84 #undef PACKAGE_TARNAME
85
86 /* Define to the version of this package. */
87 #undef PACKAGE_VERSION
88
89 /* Define to 1 if you have the ANSI C header files. */
90 #undef STDC_HEADERS
91
92 /* Define to 1 if strerror_r returns char *. */
93 #undef STRERROR_R_CHAR_P
94
95 /* Version number of package */
96 #undef VERSION
97
98 /* Enable GNU extensions on systems that have them.  */
99 #ifndef _GNU_SOURCE
100 # undef _GNU_SOURCE
101 #endif
102
103 /* Define to empty if `const' does not conform to ANSI C. */
104 #undef const
105
106
107 /* Force using of NLS for W32 even if no libintl has been found.  This is 
108    okay because we have our own gettext implementation for W32.  */
109 #if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
110 #define ENABLE_NLS 1
111 #endif
112