source: rtems/cpukit/config.h.in @ 2d7ae960

4.115
Last change on this file since 2d7ae960 was cf42a6ea, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/24/12 at 04:38:27

Add config.h.in.

  • Property mode set to 100644
File size: 13.0 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `bcmp' function. */
4#undef HAVE_BCMP
5
6/* Define to 1 if you have the `bcopy' function. */
7#undef HAVE_BCOPY
8
9/* Define to 1 if you have the `closedir' function. */
10#undef HAVE_CLOSEDIR
11
12/* Define to 1 if you have the `creat' function. */
13#undef HAVE_CREAT
14
15/* Define to 1 if you have the declaration of `CHAR_BIT', and to 0 if you
16   don't. */
17#undef HAVE_DECL_CHAR_BIT
18
19/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
20   don't. */
21#undef HAVE_DECL_FLOCKFILE
22
23/* Define to 1 if you have the declaration of `ftrylockfile', and to 0 if you
24   don't. */
25#undef HAVE_DECL_FTRYLOCKFILE
26
27/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
28   don't. */
29#undef HAVE_DECL_FUNLOCKFILE
30
31/* Define to 1 if you have the declaration of `getegid', and to 0 if you
32   don't. */
33#undef HAVE_DECL_GETEGID
34
35/* Define to 1 if you have the declaration of `geteuid', and to 0 if you
36   don't. */
37#undef HAVE_DECL_GETEUID
38
39/* Define to 1 if you have the declaration of `getgid', and to 0 if you don't.
40   */
41#undef HAVE_DECL_GETGID
42
43/* Define to 1 if you have the declaration of `getpgid', and to 0 if you
44   don't. */
45#undef HAVE_DECL_GETPGID
46
47/* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
48   don't. */
49#undef HAVE_DECL_GETPGRP
50
51/* Define to 1 if you have the declaration of `getrusage', and to 0 if you
52   don't. */
53#undef HAVE_DECL_GETRUSAGE
54
55/* Define to 1 if you have the declaration of `getsid', and to 0 if you don't.
56   */
57#undef HAVE_DECL_GETSID
58
59/* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
60   */
61#undef HAVE_DECL_GETUID
62
63/* Define to 1 if you have the declaration of `LONG_BIT', and to 0 if you
64   don't. */
65#undef HAVE_DECL_LONG_BIT
66
67/* Define to 1 if you have the declaration of `pthread_attr_getguardsize', and
68   to 0 if you don't. */
69#undef HAVE_DECL_PTHREAD_ATTR_GETGUARDSIZE
70
71/* Define to 1 if you have the declaration of `pthread_attr_getstack', and to
72   0 if you don't. */
73#undef HAVE_DECL_PTHREAD_ATTR_GETSTACK
74
75/* Define to 1 if you have the declaration of `pthread_attr_setguardsize', and
76   to 0 if you don't. */
77#undef HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
78
79/* Define to 1 if you have the declaration of `pthread_attr_setstack', and to
80   0 if you don't. */
81#undef HAVE_DECL_PTHREAD_ATTR_SETSTACK
82
83/* Define to 1 if you have the declaration of `rcmd', and to 0 if you don't.
84   */
85#undef HAVE_DECL_RCMD
86
87/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
88   */
89#undef HAVE_DECL_SBRK
90
91/* Define to 1 if you have the declaration of `setegid', and to 0 if you
92   don't. */
93#undef HAVE_DECL_SETEGID
94
95/* Define to 1 if you have the declaration of `seteuid', and to 0 if you
96   don't. */
97#undef HAVE_DECL_SETEUID
98
99/* Define to 1 if you have the declaration of `setgid', and to 0 if you don't.
100   */
101#undef HAVE_DECL_SETGID
102
103/* Define to 1 if you have the declaration of `setpgid', and to 0 if you
104   don't. */
105#undef HAVE_DECL_SETPGID
106
107/* Define to 1 if you have the declaration of `setpgrp', and to 0 if you
108   don't. */
109#undef HAVE_DECL_SETPGRP
110
111/* Define to 1 if you have the declaration of `setsid', and to 0 if you don't.
112   */
113#undef HAVE_DECL_SETSID
114
115/* Define to 1 if you have the declaration of `setuid', and to 0 if you don't.
116   */
117#undef HAVE_DECL_SETUID
118
119/* Define to 1 if you have the declaration of `utime', and to 0 if you don't.
120   */
121#undef HAVE_DECL_UTIME
122
123/* Define to 1 if you have the declaration of `utimes', and to 0 if you don't.
124   */
125#undef HAVE_DECL_UTIMES
126
127/* Define to 1 if you have the declaration of `WORD_BIT', and to 0 if you
128   don't. */
129#undef HAVE_DECL_WORD_BIT
130
131/* Define to 1 if you have the declaration of `_POSIX_LOGIN_NAME_MAX', and to
132   0 if you don't. */
133#undef HAVE_DECL__POSIX_LOGIN_NAME_MAX
134
135/* Define to 1 if you have the declaration of `__env_lock', and to 0 if you
136   don't. */
137#undef HAVE_DECL___ENV_LOCK
138
139/* Define to 1 if you have the declaration of `__env_unlock', and to 0 if you
140   don't. */
141#undef HAVE_DECL___ENV_UNLOCK
142
143/* Define to 1 if you have the <envlock.h> header file. */
144#undef HAVE_ENVLOCK_H
145
146/* Define to 1 if you have the <errno.h> header file. */
147#undef HAVE_ERRNO_H
148
149/* Define to 1 if you have the `execl' function. */
150#undef HAVE_EXECL
151
152/* Define to 1 if you have the `execle' function. */
153#undef HAVE_EXECLE
154
155/* Define to 1 if you have the `execlp' function. */
156#undef HAVE_EXECLP
157
158/* Define to 1 if you have the `execv' function. */
159#undef HAVE_EXECV
160
161/* Define to 1 if you have the `execve' function. */
162#undef HAVE_EXECVE
163
164/* Define to 1 if you have the `execvp' function. */
165#undef HAVE_EXECVP
166
167/* Define to 1 if you have the `fileno' function. */
168#undef HAVE_FILENO
169
170/* Define to 1 if you have the `flockfile' function. */
171#undef HAVE_FLOCKFILE
172
173/* Define to 1 if you have the `ftrylockfile' function. */
174#undef HAVE_FTRYLOCKFILE
175
176/* Define to 1 if you have the `funlockfile' function. */
177#undef HAVE_FUNLOCKFILE
178
179/* Define to 1 if you have the `getcwd' function. */
180#undef HAVE_GETCWD
181
182/* Define to 1 if you have the `getegid' function. */
183#undef HAVE_GETEGID
184
185/* Define to 1 if you have the `geteuid' function. */
186#undef HAVE_GETEUID
187
188/* Define to 1 if you have the `getgid' function. */
189#undef HAVE_GETGID
190
191/* Define to 1 if you have the `getpgid' function. */
192#undef HAVE_GETPGID
193
194/* Define to 1 if you have the `getpgrp' function. */
195#undef HAVE_GETPGRP
196
197/* Define to 1 if you have the `getsid' function. */
198#undef HAVE_GETSID
199
200/* Define to 1 if you have the `getuid' function. */
201#undef HAVE_GETUID
202
203/* Define to 1 if the system has the type `int16_t'. */
204#undef HAVE_INT16_T
205
206/* Define to 1 if the system has the type `int32_t'. */
207#undef HAVE_INT32_T
208
209/* Define to 1 if the system has the type `int64_t'. */
210#undef HAVE_INT64_T
211
212/* Define to 1 if the system has the type `int8_t'. */
213#undef HAVE_INT8_T
214
215/* Define to 1 if the system has the type `intmax_t'. */
216#undef HAVE_INTMAX_T
217
218/* Define to 1 if the system has the type `intptr_t'. */
219#undef HAVE_INTPTR_T
220
221/* Define to 1 if you have the <inttypes.h> header file. */
222#undef HAVE_INTTYPES_H
223
224/* Define to 1 if you have the `isascii' function. */
225#undef HAVE_ISASCII
226
227/* Define to 1 if you have the `isatty' function. */
228#undef HAVE_ISATTY
229
230/* Define to 1 if you have the <memory.h> header file. */
231#undef HAVE_MEMORY_H
232
233/* Define to 1 if you have the `opendir' function. */
234#undef HAVE_OPENDIR
235
236/* Define to 1 if you have the `pthread_attr_getguardsize' function. */
237#undef HAVE_PTHREAD_ATTR_GETGUARDSIZE
238
239/* Define to 1 if you have the `pthread_attr_getstack' function. */
240#undef HAVE_PTHREAD_ATTR_GETSTACK
241
242/* Define to 1 if you have the `pthread_attr_setguardsize' function. */
243#undef HAVE_PTHREAD_ATTR_SETGUARDSIZE
244
245/* Define to 1 if you have the `pthread_attr_setstack' function. */
246#undef HAVE_PTHREAD_ATTR_SETSTACK
247
248/* Define to 1 if the system has the type `pthread_barrier_t'. */
249#undef HAVE_PTHREAD_BARRIER_T
250
251/* Define to 1 if the system has the type `pthread_rwlock_t'. */
252#undef HAVE_PTHREAD_RWLOCK_T
253
254/* Define to 1 if the system has the type `pthread_spinlock_t'. */
255#undef HAVE_PTHREAD_SPINLOCK_T
256
257/* Define to 1 if you have the `readdir' function. */
258#undef HAVE_READDIR
259
260/* Define to 1 if you have the `readdir_r' function. */
261#undef HAVE_READDIR_R
262
263/* Define to 1 if you have the `regcomp' function. */
264#undef HAVE_REGCOMP
265
266/* Define to 1 if you have the `regerror' function. */
267#undef HAVE_REGERROR
268
269/* Define to 1 if you have the `regexec' function. */
270#undef HAVE_REGEXEC
271
272/* Define to 1 if you have the `regfree' function. */
273#undef HAVE_REGFREE
274
275/* Define to 1 if you have the `rewinddir' function. */
276#undef HAVE_REWINDDIR
277
278/* Define to 1 if you have the `scandir' function. */
279#undef HAVE_SCANDIR
280
281/* Define to 1 if you have the <sched.h> header file. */
282#undef HAVE_SCHED_H
283
284/* Define to 1 if you have the `seekdir' function. */
285#undef HAVE_SEEKDIR
286
287/* Define to 1 if you have the `setegid' function. */
288#undef HAVE_SETEGID
289
290/* Define to 1 if you have the `seteuid' function. */
291#undef HAVE_SETEUID
292
293/* Define to 1 if you have the `setgid' function. */
294#undef HAVE_SETGID
295
296/* Define to 1 if you have the `setpgid' function. */
297#undef HAVE_SETPGID
298
299/* Define to 1 if you have the `setpgrp' function. */
300#undef HAVE_SETPGRP
301
302/* Define to 1 if you have the `setsid' function. */
303#undef HAVE_SETSID
304
305/* Define to 1 if you have the `setuid' function. */
306#undef HAVE_SETUID
307
308/* Define to 1 if the system has the type `sighandler_t'. */
309#undef HAVE_SIGHANDLER_T
310
311/* Define to 1 if you have the `sleep' function. */
312#undef HAVE_SLEEP
313
314/* Define to 1 if you have the `snprintf' function. */
315#undef HAVE_SNPRINTF
316
317/* Define to 1 if stdbool.h conforms to C99. */
318#undef HAVE_STDBOOL_H
319
320/* Define to 1 if you have the <stdint.h> header file. */
321#undef HAVE_STDINT_H
322
323/* Define to 1 if you have the <stdlib.h> header file. */
324#undef HAVE_STDLIB_H
325
326/* Define to 1 if you have the `strcasecmp' function. */
327#undef HAVE_STRCASECMP
328
329/* Define to 1 if you have the `strdup' function. */
330#undef HAVE_STRDUP
331
332/* Define to 1 if you have the <strings.h> header file. */
333#undef HAVE_STRINGS_H
334
335/* Define to 1 if you have the <string.h> header file. */
336#undef HAVE_STRING_H
337
338/* Define to 1 if you have the `strlcat' function. */
339#undef HAVE_STRLCAT
340
341/* Define to 1 if you have the `strlcpy' function. */
342#undef HAVE_STRLCPY
343
344/* Define to 1 if you have the `strncasecmp' function. */
345#undef HAVE_STRNCASECMP
346
347/* Define to 1 if you have the `strndup' function. */
348#undef HAVE_STRNDUP
349
350/* Define to 1 if you have the `strsep' function. */
351#undef HAVE_STRSEP
352
353/* Define to 1 if you have the <sys/cdefs.h> header file. */
354#undef HAVE_SYS_CDEFS_H
355
356/* Define to 1 if you have the <sys/queue.h> header file. */
357#undef HAVE_SYS_QUEUE_H
358
359/* Define to 1 if you have the <sys/stat.h> header file. */
360#undef HAVE_SYS_STAT_H
361
362/* Define to 1 if you have the <sys/types.h> header file. */
363#undef HAVE_SYS_TYPES_H
364
365/* Define to 1 if you have the <tar.h> header file. */
366#undef HAVE_TAR_H
367
368/* Define to 1 if you have the `telldir' function. */
369#undef HAVE_TELLDIR
370
371/* Define to 1 if you have the `ttyname' function. */
372#undef HAVE_TTYNAME
373
374/* Define to 1 if the system has the type `uint16_t'. */
375#undef HAVE_UINT16_T
376
377/* Define to 1 if the system has the type `uint32_t'. */
378#undef HAVE_UINT32_T
379
380/* Define to 1 if the system has the type `uint64_t'. */
381#undef HAVE_UINT64_T
382
383/* Define to 1 if the system has the type `uint8_t'. */
384#undef HAVE_UINT8_T
385
386/* Define to 1 if the system has the type `uintmax_t'. */
387#undef HAVE_UINTMAX_T
388
389/* Define to 1 if the system has the type `uintptr_t'. */
390#undef HAVE_UINTPTR_T
391
392/* Define to 1 if you have the <unistd.h> header file. */
393#undef HAVE_UNISTD_H
394
395/* Define to 1 if you have the `usleep' function. */
396#undef HAVE_USLEEP
397
398/* Define to 1 if the system has the type `_Bool'. */
399#undef HAVE__BOOL
400
401/* Define to 1 if you have the `__assert' function. */
402#undef HAVE___ASSERT
403
404/* Define to 1 if your C compiler doesn't accept -c and -o together. */
405#undef NO_MINUS_C_MINUS_O
406
407/* Define to the address where bug reports for this package should be sent. */
408#undef PACKAGE_BUGREPORT
409
410/* Define to the full name of this package. */
411#undef PACKAGE_NAME
412
413/* Define to the full name and version of this package. */
414#undef PACKAGE_STRING
415
416/* Define to the one symbol short name of this package. */
417#undef PACKAGE_TARNAME
418
419/* Define to the home page for this package. */
420#undef PACKAGE_URL
421
422/* Define to the version of this package. */
423#undef PACKAGE_VERSION
424
425/* if RTEMS_DEBUG is enabled */
426#undef RTEMS_DEBUG
427
428/* if multiprocessing is enabled */
429#undef RTEMS_MULTIPROCESSING
430
431/* if networking is enabled */
432#undef RTEMS_NETWORKING
433
434/* if using newlib */
435#undef RTEMS_NEWLIB
436
437/* if posix api is supported */
438#undef RTEMS_POSIX_API
439
440/* if SMP is enabled */
441#undef RTEMS_SMP
442
443/* RTEMS version string */
444#undef RTEMS_VERSION
445
446/* The size of `mode_t', as computed by sizeof. */
447#undef SIZEOF_MODE_T
448
449/* The size of `off_t', as computed by sizeof. */
450#undef SIZEOF_OFF_T
451
452/* The size of `time_t', as computed by sizeof. */
453#undef SIZEOF_TIME_T
454
455/* The size of `void *', as computed by sizeof. */
456#undef SIZEOF_VOID_P
457
458/* Define to 1 if you have the ANSI C header files. */
459#undef STDC_HEADERS
460
461/* Define to 1 if ada/gnat bindings are built-in */
462#undef __RTEMS_ADA__
463
464/* disable inlining _Thread_Enable_dispatch */
465#undef __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__
466
467/* disable inlining _Thread_Enable_dispatch */
468#undef __RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__
469
470/* disable inlining _Thread_queue_Enqueue_priority */
471#undef __RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY__
472
473/* major version portion of an RTEMS release */
474#undef __RTEMS_MAJOR__
475
476/* minor version portion of an RTEMS release */
477#undef __RTEMS_MINOR__
478
479/* revision version portion of an RTEMS release */
480#undef __RTEMS_REVISION__
481
482/* Size of a void * pointer */
483#undef __RTEMS_SIZEOF_VOID_P__
484
485/* disable strict order mutex */
486#undef __RTEMS_STRICT_ORDER_MUTEX__
487
488/* disable nanosecond granularity for cpu usage statistics */
489#undef __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__
490
491/* disable nanosecond granularity for statistics */
492#undef __RTEMS_USE_TICKS_FOR_STATISTICS__
493
494/* disable nanosecond granularity for period statistics */
495#undef __RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__
Note: See TracBrowser for help on using the repository browser.