Develop and Download Open Source Software

Browse CVS Repository

Contents of /gticker/gticker/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Mon Aug 15 06:50:46 2005 UTC (18 years, 7 months ago) by bluedwarf
Branch: MAIN, bluedwarf
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Initial import of gticker

1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define as 1 if you want to use NLS. */
15 #undef ENABLE_NLS
16
17 /* Define to 1 if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
19
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21 */
22 #undef HAVE_ALLOCA_H
23
24 /* Define to 1 if you have the <argz.h> header file. */
25 #undef HAVE_ARGZ_H
26
27 /* Define to 1 if you have the `asprintf' function. */
28 #undef HAVE_ASPRINTF
29
30 /* Define to 1 if you have the `bzero' function. */
31 #undef HAVE_BZERO
32
33 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
34 #undef HAVE_CATGETS
35
36 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
37 CoreFoundation framework. */
38 #undef HAVE_CFLOCALECOPYCURRENT
39
40 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
41 the CoreFoundation framework. */
42 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
43
44 /* Define if the GNU dcgettext() function is already present or preinstalled.
45 */
46 #undef HAVE_DCGETTEXT
47
48 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
49 don't. */
50 #undef HAVE_DECL_FEOF_UNLOCKED
51
52 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
53 you don't. */
54 #undef HAVE_DECL_FGETS_UNLOCKED
55
56 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
57 don't. */
58 #undef HAVE_DECL_GETC_UNLOCKED
59
60 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
61 don't. */
62 #undef HAVE_DECL__SNPRINTF
63
64 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
65 don't. */
66 #undef HAVE_DECL__SNWPRINTF
67
68 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
69 */
70 #undef HAVE_DIRENT_H
71
72 /* Define to 1 if you have the <dlfcn.h> header file. */
73 #undef HAVE_DLFCN_H
74
75 /* Define to 1 if you have the `fwprintf' function. */
76 #undef HAVE_FWPRINTF
77
78 /* Define to 1 if you have the `getcwd' function. */
79 #undef HAVE_GETCWD
80
81 /* Define to 1 if you have the `getegid' function. */
82 #undef HAVE_GETEGID
83
84 /* Define to 1 if you have the `geteuid' function. */
85 #undef HAVE_GETEUID
86
87 /* Define to 1 if you have the `getgid' function. */
88 #undef HAVE_GETGID
89
90 /* Define to 1 if you have the `gethostbyname' function. */
91 #undef HAVE_GETHOSTBYNAME
92
93 /* Define to 1 if you have the `getpagesize' function. */
94 #undef HAVE_GETPAGESIZE
95
96 /* Define as 1 if you have GNU gettext. */
97 #undef HAVE_GETTEXT
98
99 /* Define to 1 if you have the `getuid' function. */
100 #undef HAVE_GETUID
101
102 /* Define if you have the iconv() function. */
103 #undef HAVE_ICONV
104
105 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
106 #undef HAVE_INTMAX_T
107
108 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
109 #undef HAVE_INTTYPES_H
110
111 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
112 declares uintmax_t. */
113 #undef HAVE_INTTYPES_H_WITH_UINTMAX
114
115 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
116 #undef HAVE_LANGINFO_CODESET
117
118 /* Define as 1 if you have LC_MESSAGES. */
119 #undef HAVE_LC_MESSAGES
120
121 /* Define to 1 if you have the <libintl.h> header file. */
122 #undef HAVE_LIBINTL_H
123
124 /* Define to 1 if you have the <limits.h> header file. */
125 #undef HAVE_LIMITS_H
126
127 /* Define to 1 if you have the <locale.h> header file. */
128 #undef HAVE_LOCALE_H
129
130 /* Define if you have the 'long double' type. */
131 #undef HAVE_LONG_DOUBLE
132
133 /* Define if you have the 'long long' type. */
134 #undef HAVE_LONG_LONG
135
136 /* Define to 1 if you have the <malloc.h> header file. */
137 #undef HAVE_MALLOC_H
138
139 /* Define to 1 if you have the <memory.h> header file. */
140 #undef HAVE_MEMORY_H
141
142 /* Define to 1 if you have the `mempcpy' function. */
143 #undef HAVE_MEMPCPY
144
145 /* Define to 1 if you have a working `mmap' system call. */
146 #undef HAVE_MMAP
147
148 /* Define to 1 if you have the `munmap' function. */
149 #undef HAVE_MUNMAP
150
151 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
152 #undef HAVE_NDIR_H
153
154 /* Define to 1 if you have the <netdb.h> header file. */
155 #undef HAVE_NETDB_H
156
157 /* Define to 1 if you have the <netinet/in.h> header file. */
158 #undef HAVE_NETINET_IN_H
159
160 /* Define to 1 if you have the <nl_types.h> header file. */
161 #undef HAVE_NL_TYPES_H
162
163 /* Define if your printf() function supports format strings with positions. */
164 #undef HAVE_POSIX_PRINTF
165
166 /* Define to 1 if you have the `putenv' function. */
167 #undef HAVE_PUTENV
168
169 /* Define to 1 if you have the `setenv' function. */
170 #undef HAVE_SETENV
171
172 /* Define to 1 if you have the `setlocale' function. */
173 #undef HAVE_SETLOCALE
174
175 /* Define to 1 if you have the `snprintf' function. */
176 #undef HAVE_SNPRINTF
177
178 /* Define to 1 if you have the `socket' function. */
179 #undef HAVE_SOCKET
180
181 /* Define to 1 if stdbool.h conforms to C99. */
182 #undef HAVE_STDBOOL_H
183
184 /* Define to 1 if you have the <stddef.h> header file. */
185 #undef HAVE_STDDEF_H
186
187 /* Define to 1 if you have the <stdint.h> header file. */
188 #undef HAVE_STDINT_H
189
190 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
191 uintmax_t. */
192 #undef HAVE_STDINT_H_WITH_UINTMAX
193
194 /* Define to 1 if you have the <stdlib.h> header file. */
195 #undef HAVE_STDLIB_H
196
197 /* Define as 1 if you have stpcpy() function. */
198 #undef HAVE_STPCPY
199
200 /* Define to 1 if you have the `strcasecmp' function. */
201 #undef HAVE_STRCASECMP
202
203 /* Define to 1 if you have the `strdup' function. */
204 #undef HAVE_STRDUP
205
206 /* Define to 1 if you have the <strings.h> header file. */
207 #undef HAVE_STRINGS_H
208
209 /* Define to 1 if you have the <string.h> header file. */
210 #undef HAVE_STRING_H
211
212 /* Define to 1 if you have the `strtoul' function. */
213 #undef HAVE_STRTOUL
214
215 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
216 */
217 #undef HAVE_SYS_DIR_H
218
219 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
220 */
221 #undef HAVE_SYS_NDIR_H
222
223 /* Define to 1 if you have the <sys/param.h> header file. */
224 #undef HAVE_SYS_PARAM_H
225
226 /* Define to 1 if you have the <sys/socket.h> header file. */
227 #undef HAVE_SYS_SOCKET_H
228
229 /* Define to 1 if you have the <sys/stat.h> header file. */
230 #undef HAVE_SYS_STAT_H
231
232 /* Define to 1 if you have the <sys/types.h> header file. */
233 #undef HAVE_SYS_TYPES_H
234
235 /* Define to 1 if you have the `tsearch' function. */
236 #undef HAVE_TSEARCH
237
238 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
239 #undef HAVE_UINTMAX_T
240
241 /* Define to 1 if you have the <unistd.h> header file. */
242 #undef HAVE_UNISTD_H
243
244 /* Define if you have the 'unsigned long long' type. */
245 #undef HAVE_UNSIGNED_LONG_LONG
246
247 /* Define if you have the 'wchar_t' type. */
248 #undef HAVE_WCHAR_T
249
250 /* Define to 1 if you have the `wcslen' function. */
251 #undef HAVE_WCSLEN
252
253 /* Define if you have the 'wint_t' type. */
254 #undef HAVE_WINT_T
255
256 /* Define to 1 if the system has the type `_Bool'. */
257 #undef HAVE__BOOL
258
259 /* Define to 1 if you have the `__argz_count' function. */
260 #undef HAVE___ARGZ_COUNT
261
262 /* Define to 1 if you have the `__argz_next' function. */
263 #undef HAVE___ARGZ_NEXT
264
265 /* Define to 1 if you have the `__argz_stringify' function. */
266 #undef HAVE___ARGZ_STRINGIFY
267
268 /* Define to 1 if you have the `__fsetlocking' function. */
269 #undef HAVE___FSETLOCKING
270
271 /* Define as const if the declaration of iconv() needs const. */
272 #undef ICONV_CONST
273
274 /* Define if integer division by zero raises signal SIGFPE. */
275 #undef INTDIV0_RAISES_SIGFPE
276
277 /* Name of package */
278 #undef PACKAGE
279
280 /* Define to the address where bug reports for this package should be sent. */
281 #undef PACKAGE_BUGREPORT
282
283 /* Define to the full name of this package. */
284 #undef PACKAGE_NAME
285
286 /* Define to the full name and version of this package. */
287 #undef PACKAGE_STRING
288
289 /* Define to the one symbol short name of this package. */
290 #undef PACKAGE_TARNAME
291
292 /* Define to the version of this package. */
293 #undef PACKAGE_VERSION
294
295 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
296 #undef PRI_MACROS_BROKEN
297
298 /* Define as the maximum value of type 'size_t', if the system doesn't define
299 it. */
300 #undef SIZE_MAX
301
302 /* If using the C implementation of alloca, define if you know the
303 direction of stack growth for your system; otherwise it will be
304 automatically deduced at run-time.
305 STACK_DIRECTION > 0 => grows toward higher addresses
306 STACK_DIRECTION < 0 => grows toward lower addresses
307 STACK_DIRECTION = 0 => direction of growth unknown */
308 #undef STACK_DIRECTION
309
310 /* Define to 1 if you have the ANSI C header files. */
311 #undef STDC_HEADERS
312
313 /* Version number of package */
314 #undef VERSION
315
316 /* Define to empty if `const' does not conform to ANSI C. */
317 #undef const
318
319 /* Define to `__inline__' or `__inline' if that's what the C compiler
320 calls it, or to nothing if 'inline' is not supported under any name. */
321 #ifndef __cplusplus
322 #undef inline
323 #endif
324
325 /* Define to `long' if <sys/types.h> does not define. */
326 #undef off_t
327
328 /* Define as the type of the result of subtracting two pointers, if the system
329 doesn't define it. */
330 #undef ptrdiff_t
331
332 /* Define to empty if the C compiler doesn't support this keyword. */
333 #undef signed
334
335 /* Define to `unsigned' if <sys/types.h> does not define. */
336 #undef size_t
337
338 /* Define to unsigned long or unsigned long long if <stdint.h> and
339 <inttypes.h> don't define. */
340 #undef uintmax_t

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26