source: rtems/testsuites/psxtmtests/config.h.in @ e7096b1f

4.115
Last change on this file since e7096b1f 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: 2.9 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the declaration of `adjtime', and to 0 if you
4   don't. */
5#undef HAVE_DECL_ADJTIME
6
7/* Define to 1 if you have the declaration of `mprotect', and to 0 if you
8   don't. */
9#undef HAVE_DECL_MPROTECT
10
11/* Define to 1 if you have the declaration of `pthread_atfork', and to 0 if
12   you don't. */
13#undef HAVE_DECL_PTHREAD_ATFORK
14
15/* Define to 1 if you have the declaration of `pthread_attr_getcputime', and
16   to 0 if you don't. */
17#undef HAVE_DECL_PTHREAD_ATTR_GETCPUTIME
18
19/* Define to 1 if you have the declaration of `pthread_attr_getguardsize', and
20   to 0 if you don't. */
21#undef HAVE_DECL_PTHREAD_ATTR_GETGUARDSIZE
22
23/* Define to 1 if you have the declaration of `pthread_attr_getstack', and to
24   0 if you don't. */
25#undef HAVE_DECL_PTHREAD_ATTR_GETSTACK
26
27/* Define to 1 if you have the declaration of `pthread_attr_setcputime', and
28   to 0 if you don't. */
29#undef HAVE_DECL_PTHREAD_ATTR_SETCPUTIME
30
31/* Define to 1 if you have the declaration of `pthread_attr_setguardsize', and
32   to 0 if you don't. */
33#undef HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
34
35/* Define to 1 if you have the declaration of `pthread_attr_setstack', and to
36   0 if you don't. */
37#undef HAVE_DECL_PTHREAD_ATTR_SETSTACK
38
39/* Define to 1 if you have the declaration of `pthread_rwlock_unlock', and to
40   0 if you don't. */
41#undef HAVE_DECL_PTHREAD_RWLOCK_UNLOCK
42
43/* Define to 1 if you have the declaration of `seteuid', and to 0 if you
44   don't. */
45#undef HAVE_DECL_SETEUID
46
47/* Define to 1 if you have the <inttypes.h> header file. */
48#undef HAVE_INTTYPES_H
49
50/* Define to 1 if you have the <memory.h> header file. */
51#undef HAVE_MEMORY_H
52
53/* Define to 1 if you have the <stdint.h> header file. */
54#undef HAVE_STDINT_H
55
56/* Define to 1 if you have the <stdlib.h> header file. */
57#undef HAVE_STDLIB_H
58
59/* Define to 1 if you have the <strings.h> header file. */
60#undef HAVE_STRINGS_H
61
62/* Define to 1 if you have the <string.h> header file. */
63#undef HAVE_STRING_H
64
65/* Define to 1 if you have the <sys/mman.h> header file. */
66#undef HAVE_SYS_MMAN_H
67
68/* Define to 1 if you have the <sys/stat.h> header file. */
69#undef HAVE_SYS_STAT_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#undef HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <unistd.h> header file. */
75#undef HAVE_UNISTD_H
76
77/* Define to the address where bug reports for this package should be sent. */
78#undef PACKAGE_BUGREPORT
79
80/* Define to the full name of this package. */
81#undef PACKAGE_NAME
82
83/* Define to the full name and version of this package. */
84#undef PACKAGE_STRING
85
86/* Define to the one symbol short name of this package. */
87#undef PACKAGE_TARNAME
88
89/* Define to the home page for this package. */
90#undef PACKAGE_URL
91
92/* Define to the version of this package. */
93#undef PACKAGE_VERSION
94
95/* The size of `off_t', as computed by sizeof. */
96#undef SIZEOF_OFF_T
97
98/* Define to 1 if you have the ANSI C header files. */
99#undef STDC_HEADERS
Note: See TracBrowser for help on using the repository browser.