chiark / gitweb /
Initial commit
[stressapptest] / src / stressapptest_config.h.in
1 /* src/stressapptest_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
8
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
10    don't. */
11 #undef HAVE_DECL_STRERROR_R
12
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14    */
15 #undef HAVE_DIRENT_H
16
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
18 #undef HAVE_DOPRNT
19
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #undef HAVE_FCNTL_H
22
23 /* Define to 1 if you have the `gettimeofday' function. */
24 #undef HAVE_GETTIMEOFDAY
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #undef HAVE_INTTYPES_H
28
29 /* Define to 1 if you have the <malloc.h> header file. */
30 #undef HAVE_MALLOC_H
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #undef HAVE_MEMORY_H
34
35 /* Define to 1 if you have the `memset' function. */
36 #undef HAVE_MEMSET
37
38 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
39 #undef HAVE_NDIR_H
40
41 /* Define to 1 if you have the <netdb.h> header file. */
42 #undef HAVE_NETDB_H
43
44 /* Define to 1 if you have the `select' function. */
45 #undef HAVE_SELECT
46
47 /* Define to 1 if you have the `socket' function. */
48 #undef HAVE_SOCKET
49
50 /* Define to 1 if stdbool.h conforms to C99. */
51 #undef HAVE_STDBOOL_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 `strerror_r' function. */
60 #undef HAVE_STRERROR_R
61
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
64
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
67
68 /* Define to 1 if you have the `strtol' function. */
69 #undef HAVE_STRTOL
70
71 /* Define to 1 if you have the `strtoull' function. */
72 #undef HAVE_STRTOULL
73
74 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
75    */
76 #undef HAVE_SYS_DIR_H
77
78 /* Define to 1 if you have the <sys/ioctl.h> header file. */
79 #undef HAVE_SYS_IOCTL_H
80
81 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
82    */
83 #undef HAVE_SYS_NDIR_H
84
85 /* Define to 1 if you have the <sys/select.h> header file. */
86 #undef HAVE_SYS_SELECT_H
87
88 /* Define to 1 if you have the <sys/socket.h> header file. */
89 #undef HAVE_SYS_SOCKET_H
90
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #undef HAVE_SYS_STAT_H
93
94 /* Define to 1 if you have the <sys/time.h> header file. */
95 #undef HAVE_SYS_TIME_H
96
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #undef HAVE_SYS_TYPES_H
99
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #undef HAVE_UNISTD_H
102
103 /* Define to 1 if you have the `vprintf' function. */
104 #undef HAVE_VPRINTF
105
106 /* Define to 1 if the system has the type `_Bool'. */
107 #undef HAVE__BOOL
108
109 /* Name of package */
110 #undef PACKAGE
111
112 /* Define to the address where bug reports for this package should be sent. */
113 #undef PACKAGE_BUGREPORT
114
115 /* Define to the full name of this package. */
116 #undef PACKAGE_NAME
117
118 /* Define to the full name and version of this package. */
119 #undef PACKAGE_STRING
120
121 /* Define to the one symbol short name of this package. */
122 #undef PACKAGE_TARNAME
123
124 /* Define to the version of this package. */
125 #undef PACKAGE_VERSION
126
127 /* Define as the return type of signal handlers (`int' or `void'). */
128 #undef RETSIGTYPE
129
130 /* Define to the type of arg 1 for `select'. */
131 #undef SELECT_TYPE_ARG1
132
133 /* Define to the type of args 2, 3 and 4 for `select'. */
134 #undef SELECT_TYPE_ARG234
135
136 /* Define to the type of arg 5 for `select'. */
137 #undef SELECT_TYPE_ARG5
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #undef STDC_HEADERS
141
142 /* Define to 1 if strerror_r returns char *. */
143 #undef STRERROR_R_CHAR_P
144
145 /* Defined if the target CPU is i686 */
146 #undef STRESSAPPTEST_CPU_I686
147
148 /* Defined if the target CPU is PowerPC */
149 #undef STRESSAPPTEST_CPU_PPC
150
151 /* Defined if the target CPU is x86_64 */
152 #undef STRESSAPPTEST_CPU_X86_64
153
154 /* Timestamp when ./configure was executed */
155 #undef STRESSAPPTEST_TIMESTAMP
156
157 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
158 #undef TIME_WITH_SYS_TIME
159
160 /* Version number of package */
161 #undef VERSION
162
163 /* Define to empty if `const' does not conform to ANSI C. */
164 #undef const
165
166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167    calls it, or to nothing if 'inline' is not supported under any name.  */
168 #ifndef __cplusplus
169 #undef inline
170 #endif
171
172 /* Define to `int' if <sys/types.h> does not define. */
173 #undef pid_t
174
175 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
176    supported. Do not define if restrict is supported directly. */
177 #undef restrict
178
179 /* Define to `int' if <sys/types.h> does not define. */
180 #undef ssize_t
181
182 /* Define to the type of an unsigned integer type of width exactly 16 bits if
183    such a type exists and the standard includes do not define it. */
184 #undef uint16_t
185
186 /* Define to empty if the keyword `volatile' does not work. Warning: valid
187    code using `volatile' can become incorrect without. Disable with care. */
188 #undef volatile