]> git.deb.at Git - pkg/abook.git/blob - config.h.in
build system: updating gnuconfig files to 2013-06-10
[pkg/abook.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 /* Handle multibyte characters */
8 #undef HANDLE_MULTIBYTE
9
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11    CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
13
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15    the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
17
18 /* Define if the GNU dcgettext() function is already present or preinstalled.
19    */
20 #undef HAVE_DCGETTEXT
21
22 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
23    don't. */
24 #undef HAVE_DECL_WCWIDTH
25
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #undef HAVE_GETTEXT
28
29 /* Define to 1 if you have the <history.h> header file. */
30 #undef HAVE_HISTORY_H
31
32 /* Define if you have the iconv() function and it works. */
33 #undef HAVE_ICONV
34
35 /* Define to 1 if you have the <iconv.h> header file. */
36 #undef HAVE_ICONV_H
37
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #undef HAVE_INTTYPES_H
40
41 /* Define if you have a readline compatible library */
42 #undef HAVE_LIBREADLINE
43
44 /* Define to 1 if you have the <locale.h> header file. */
45 #undef HAVE_LOCALE_H
46
47 /* Define to 1 if you have the `mbrtowc' function. */
48 #undef HAVE_MBRTOWC
49
50 /* Define to 1 if you have the `mbsinit' function. */
51 #undef HAVE_MBSINIT
52
53 /* Define to 1 if you have the `mbtowc' function. */
54 #undef HAVE_MBTOWC
55
56 /* Define to 1 if you have the <memory.h> header file. */
57 #undef HAVE_MEMORY_H
58
59 /* Define to 1 if you have the <ncurses.h> header file. */
60 #undef HAVE_NCURSES_H
61
62 /* Define to 1 if you have the <readline.h> header file. */
63 #undef HAVE_READLINE_H
64
65 /* Define if your readline library has \`add_history' */
66 #undef HAVE_READLINE_HISTORY
67
68 /* Define to 1 if you have the <readline/history.h> header file. */
69 #undef HAVE_READLINE_HISTORY_H
70
71 /* Define to 1 if you have the <readline/readline.h> header file. */
72 #undef HAVE_READLINE_READLINE_H
73
74 /* Define to 1 if you have the `resizeterm' function. */
75 #undef HAVE_RESIZETERM
76
77 /* Define to 1 if you have the `setlocale' function. */
78 #undef HAVE_SETLOCALE
79
80 /* Define to 1 if you have the `snprintf' function. */
81 #undef HAVE_SNPRINTF
82
83 /* Define if you have the <stdarg.h> header file. */
84 #undef HAVE_STDARG_H
85
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #undef HAVE_STDINT_H
88
89 /* Define to 1 if you have the <stdlib.h> header file. */
90 #undef HAVE_STDLIB_H
91
92 /* Define to 1 if you have the `strcasestr' function. */
93 #undef HAVE_STRCASESTR
94
95 /* Define to 1 if you have the `strcoll' function and it is properly defined.
96    */
97 #undef HAVE_STRCOLL
98
99 /* Define to 1 if you have the <strings.h> header file. */
100 #undef HAVE_STRINGS_H
101
102 /* Define to 1 if you have the <string.h> header file. */
103 #undef HAVE_STRING_H
104
105 /* Define to 1 if you have the <sys/ioctl.h> header file. */
106 #undef HAVE_SYS_IOCTL_H
107
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #undef HAVE_SYS_TYPES_H
113
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #undef HAVE_UNISTD_H
116
117 /* Defined if the vformat library is available */
118 #undef HAVE_VFORMAT
119
120 /* Define to 1 if you have the `vsnprintf' function. */
121 #undef HAVE_VSNPRINTF
122
123 /* Define if you have the <wchar.h> header file. */
124 #undef HAVE_WCHAR_H
125
126 /* Define to 1 if you have the `wcwidth' function. */
127 #undef HAVE_WCWIDTH
128
129 /* locale directory */
130 #undef LOCALEDIR
131
132 /* Name of package */
133 #undef PACKAGE
134
135 /* Define to the address where bug reports for this package should be sent. */
136 #undef PACKAGE_BUGREPORT
137
138 /* Define to the full name of this package. */
139 #undef PACKAGE_NAME
140
141 /* Define to the full name and version of this package. */
142 #undef PACKAGE_STRING
143
144 /* Define to the one symbol short name of this package. */
145 #undef PACKAGE_TARNAME
146
147 /* Define to the home page for this package. */
148 #undef PACKAGE_URL
149
150 /* Define to the version of this package. */
151 #undef PACKAGE_VERSION
152
153 /* Define to 1 if you have the ANSI C header files. */
154 #undef STDC_HEADERS
155
156 /* Enable extensions on AIX 3, Interix.  */
157 #ifndef _ALL_SOURCE
158 # undef _ALL_SOURCE
159 #endif
160 /* Enable GNU extensions on systems that have them.  */
161 #ifndef _GNU_SOURCE
162 # undef _GNU_SOURCE
163 #endif
164 /* Enable threading extensions on Solaris.  */
165 #ifndef _POSIX_PTHREAD_SEMANTICS
166 # undef _POSIX_PTHREAD_SEMANTICS
167 #endif
168 /* Enable extensions on HP NonStop.  */
169 #ifndef _TANDEM_SOURCE
170 # undef _TANDEM_SOURCE
171 #endif
172 /* Enable general extensions on Solaris.  */
173 #ifndef __EXTENSIONS__
174 # undef __EXTENSIONS__
175 #endif
176
177
178 /* Version number of package */
179 #undef VERSION
180
181 /* Define to 1 if on MINIX. */
182 #undef _MINIX
183
184 /* Define to 2 if the system does not provide POSIX.1 features except with
185    this defined. */
186 #undef _POSIX_1_SOURCE
187
188 /* Define to 1 if you need to in order for `stat' and other things to work. */
189 #undef _POSIX_SOURCE
190
191 /* Define to `__inline__' or `__inline' if that's what the C compiler
192    calls it, or to nothing if 'inline' is not supported under any name.  */
193 #ifndef __cplusplus
194 #undef inline
195 #endif