prism2.device: Compiler delint
[AROS.git] / config / host-conf.h.in
blob75a78ef505255193f859e0f9cf4c7d000ac9211f
1 /* config/host-conf.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the `clone' function. */
4 #undef HAVE_CLONE
6 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
7 */
8 #undef HAVE_DECL_TZNAME
10 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
12 #undef HAVE_DIRENT_H
14 /* Define to 1 if you have the `getcontext' function. */
15 #undef HAVE_GETCONTEXT
17 /* Define to 1 if you have the `getpagesize' function. */
18 #undef HAVE_GETPAGESIZE
20 /* Define to 1 if you have the <inttypes.h> header file. */
21 #undef HAVE_INTTYPES_H
23 /* Define to 1 if you have the `kqueue' function. */
24 #undef HAVE_KQUEUE
26 /* Define to 1 if you have the `kse_create' function. */
27 #undef HAVE_KSE_CREATE
29 /* Define to 1 if you have the `makecontext' function. */
30 #undef HAVE_MAKECONTEXT
32 /* Define to 1 if you have the <memory.h> header file. */
33 #undef HAVE_MEMORY_H
35 /* Define to 1 if you have a working `mmap' system call. */
36 #undef HAVE_MMAP
38 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
39 #undef HAVE_NDIR_H
41 /* Define to 1 if you have the `rfork_thread' function. */
42 #undef HAVE_RFORK_THREAD
44 /* Define to 1 if you have the `sa_register' function. */
45 #undef HAVE_SA_REGISTER
47 /* Define to 1 if you have the `setcontext' function. */
48 #undef HAVE_SETCONTEXT
50 /* Define to 1 if you have the `sigaltstack' function. */
51 #undef HAVE_SIGALTSTACK
53 /* Define to 1 if you have the `statfs' function. */
54 #undef HAVE_STATFS
56 /* Define to 1 if you have the `statvfs' function. */
57 #undef HAVE_STATVFS
59 /* Define to 1 if you have the <stdint.h> header file. */
60 #undef HAVE_STDINT_H
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #undef HAVE_STDLIB_H
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
71 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
72 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
74 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
75 #undef HAVE_STRUCT_STAT_ST_BLOCKS
77 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
78 #undef HAVE_STRUCT_STAT_ST_RDEV
80 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
81 #undef HAVE_STRUCT_TM_TM_GMTOFF
83 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
84 #undef HAVE_STRUCT_TM_TM_ZONE
86 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
87 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
88 #undef HAVE_ST_BLKSIZE
90 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
91 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
92 #undef HAVE_ST_BLOCKS
94 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
95 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
96 #undef HAVE_ST_RDEV
98 /* Define to 1 if you have the `swapcontext' function. */
99 #undef HAVE_SWAPCONTEXT
101 /* Define to 1 if you have the <sysexits.h> header file. */
102 #undef HAVE_SYSEXITS_H
104 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
106 #undef HAVE_SYS_DIR_H
108 /* Define to 1 if you have the <sys/ipc.h> header file. */
109 #undef HAVE_SYS_IPC_H
111 /* Define to 1 if you have the <sys/mman.h> header file. */
112 #undef HAVE_SYS_MMAN_H
114 /* Define to 1 if you have the <sys/mmap.h> header file. */
115 #undef HAVE_SYS_MMAP_H
117 /* Define to 1 if you have the <sys/mount.h> header file. */
118 #undef HAVE_SYS_MOUNT_H
120 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
122 #undef HAVE_SYS_NDIR_H
124 /* Define to 1 if you have the <sys/param.h> header file. */
125 #undef HAVE_SYS_PARAM_H
127 /* Define to 1 if you have the <sys/shm.h> header file. */
128 #undef HAVE_SYS_SHM_H
130 /* Define to 1 if you have the <sys/statfs.h> header file. */
131 #undef HAVE_SYS_STATFS_H
133 /* Define to 1 if you have the <sys/statvfs.h> header file. */
134 #undef HAVE_SYS_STATVFS_H
136 /* Define to 1 if you have the <sys/stat.h> header file. */
137 #undef HAVE_SYS_STAT_H
139 /* Define to 1 if you have the <sys/types.h> header file. */
140 #undef HAVE_SYS_TYPES_H
142 /* Define to 1 if you have the <sys/vfs.h> header file. */
143 #undef HAVE_SYS_VFS_H
145 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
146 #undef HAVE_SYS_WAIT_H
148 /* Define to 1 if you have the `thr_create' function. */
149 #undef HAVE_THR_CREATE
151 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
152 `HAVE_STRUCT_TM_TM_ZONE' instead. */
153 #undef HAVE_TM_ZONE
155 /* Define to 1 if you don't have `tm_zone' but do have the external array
156 `tzname'. */
157 #undef HAVE_TZNAME
159 /* Define to 1 if you have the <unistd.h> header file. */
160 #undef HAVE_UNISTD_H
162 /* Define to the address where bug reports for this package should be sent. */
163 #undef PACKAGE_BUGREPORT
165 /* Define to the full name of this package. */
166 #undef PACKAGE_NAME
168 /* Define to the full name and version of this package. */
169 #undef PACKAGE_STRING
171 /* Define to the one symbol short name of this package. */
172 #undef PACKAGE_TARNAME
174 /* Define to the home page for this package. */
175 #undef PACKAGE_URL
177 /* Define to the version of this package. */
178 #undef PACKAGE_VERSION
180 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
181 #undef STAT_MACROS_BROKEN
183 /* Define to 1 if you have the ANSI C header files. */
184 #undef STDC_HEADERS
186 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
187 #undef TIME_WITH_SYS_TIME
189 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
190 #undef TM_IN_SYS_TIME
192 /* Define to `int' if <sys/types.h> doesn't define. */
193 #undef gid_t
195 /* Define to `long int' if <sys/types.h> does not define. */
196 #undef off_t
198 /* Define to `int' if <sys/types.h> does not define. */
199 #undef pid_t
201 /* Define to `unsigned int' if <sys/types.h> does not define. */
202 #undef size_t
204 /* Define to `int' if <sys/types.h> doesn't define. */
205 #undef uid_t