source: rtems/testsuites/psxtests/config.h.in @ cf42a6ea

4.115
Last change on this file since cf42a6ea 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: 3.0 KB
RevLine 
[cf42a6ea]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 `getrusage', and to 0 if you
8   don't. */
9#undef HAVE_DECL_GETRUSAGE
10
11/* Define to 1 if you have the declaration of `mprotect', and to 0 if you
12   don't. */
13#undef HAVE_DECL_MPROTECT
14
15/* Define to 1 if you have the declaration of `pthread_atfork', and to 0 if
16   you don't. */
17#undef HAVE_DECL_PTHREAD_ATFORK
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_setguardsize', and
28   to 0 if you don't. */
29#undef HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
30
31/* Define to 1 if you have the declaration of `pthread_attr_setstack', and to
32   0 if you don't. */
33#undef HAVE_DECL_PTHREAD_ATTR_SETSTACK
34
35/* Define to 1 if you have the declaration of `pthread_rwlock_unlock', and to
36   0 if you don't. */
37#undef HAVE_DECL_PTHREAD_RWLOCK_UNLOCK
38
39/* Define to 1 if you have the declaration of `seteuid', and to 0 if you
40   don't. */
41#undef HAVE_DECL_SETEUID
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
45
46/* Define to 1 if you have the <memory.h> header file. */
47#undef HAVE_MEMORY_H
48
49/* Define to 1 if you have the <stdint.h> header file. */
50#undef HAVE_STDINT_H
51
52/* Define to 1 if you have the <stdlib.h> header file. */
53#undef HAVE_STDLIB_H
54
55/* Define to 1 if you have the <strings.h> header file. */
56#undef HAVE_STRINGS_H
57
58/* Define to 1 if you have the <string.h> header file. */
59#undef HAVE_STRING_H
60
61/* Define to 1 if you have the <sys/mman.h> header file. */
62#undef HAVE_SYS_MMAN_H
63
64/* Define to 1 if you have the <sys/stat.h> header file. */
65#undef HAVE_SYS_STAT_H
66
67/* Define to 1 if you have the <sys/types.h> header file. */
68#undef HAVE_SYS_TYPES_H
69
70/* Define to 1 if you have the <unistd.h> header file. */
71#undef HAVE_UNISTD_H
72
73/* Define to the address where bug reports for this package should be sent. */
74#undef PACKAGE_BUGREPORT
75
76/* Define to the full name of this package. */
77#undef PACKAGE_NAME
78
79/* Define to the full name and version of this package. */
80#undef PACKAGE_STRING
81
82/* Define to the one symbol short name of this package. */
83#undef PACKAGE_TARNAME
84
85/* Define to the home page for this package. */
86#undef PACKAGE_URL
87
88/* Define to the version of this package. */
89#undef PACKAGE_VERSION
90
91/* The size of `blkcnt_t', as computed by sizeof. */
92#undef SIZEOF_BLKCNT_T
93
94/* The size of `blksize_t', as computed by sizeof. */
95#undef SIZEOF_BLKSIZE_T
96
97/* The size of `mode_t', as computed by sizeof. */
98#undef SIZEOF_MODE_T
99
100/* The size of `off_t', as computed by sizeof. */
101#undef SIZEOF_OFF_T
102
103/* The size of `time_t', as computed by sizeof. */
104#undef SIZEOF_TIME_T
105
106/* Define to 1 if you have the ANSI C header files. */
107#undef STDC_HEADERS
Note: See TracBrowser for help on using the repository browser.