Deleted Added
full compact
apr_private.h (302408) apr_private.h (362181)
1/* $FreeBSD: stable/11/usr.bin/svn/lib/libapr/apr_private.h 286503 2015-08-09 05:14:25Z peter $ */
1/* $FreeBSD: stable/11/usr.bin/svn/lib/libapr/apr_private.h 362181 2020-06-14 18:49:06Z dim $ */
2
3/* include/arch/unix/apr_private.h. Generated from apr_private.h.in by configure. */
4/* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. */
5
6
7#ifndef APR_PRIVATE_H
8#define APR_PRIVATE_H
9
10
11/* Define if building universal (internal helper macro) */
12/* #undef AC_APPLE_UNIVERSAL_BUILD */
13
2
3/* include/arch/unix/apr_private.h. Generated from apr_private.h.in by configure. */
4/* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. */
5
6
7#ifndef APR_PRIVATE_H
8#define APR_PRIVATE_H
9
10
11/* Define if building universal (internal helper macro) */
12/* #undef AC_APPLE_UNIVERSAL_BUILD */
13
14/* Define if apr_allocator should use guard pages */
15/* #undef APR_ALLOCATOR_GUARD_PAGES */
16
14/* Define if apr_allocator should use mmap */
15/* #undef APR_ALLOCATOR_USES_MMAP */
16
17/* Define as function which can be used for conversion of strings to
18 apr_int64_t */
19#define APR_INT64_STRFN strtol
20
21/* Define as function used for conversion of strings to apr_off_t */
22#define APR_OFF_T_STRFN strtol
23
17/* Define if apr_allocator should use mmap */
18/* #undef APR_ALLOCATOR_USES_MMAP */
19
20/* Define as function which can be used for conversion of strings to
21 apr_int64_t */
22#define APR_INT64_STRFN strtol
23
24/* Define as function used for conversion of strings to apr_off_t */
25#define APR_OFF_T_STRFN strtol
26
27/* Define if pool functions should abort if concurrent usage is detected */
28/* #undef APR_POOL_CONCURRENCY_CHECK */
29
24/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25 systems. This function is required for `alloca.c' support on those systems.
26 */
27/* #undef CRAY_STACKSEG_END */
28
29/* Define to 1 if using `alloca.c'. */
30/* #undef C_ALLOCA */
31
32/* Define to path of random device */
30/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
31 systems. This function is required for `alloca.c' support on those systems.
32 */
33/* #undef CRAY_STACKSEG_END */
34
35/* Define to 1 if using `alloca.c'. */
36/* #undef C_ALLOCA */
37
38/* Define to path of random device */
33#define DEV_RANDOM "/dev/urandom"
39/* #undef DEV_RANDOM */
34
35/* Define if struct dirent has an inode member */
36#define DIRENT_INODE d_fileno
37
38/* Define if struct dirent has a d_type member */
39#define DIRENT_TYPE d_type
40
41/* Define if DSO support uses dlfcn.h */
40
41/* Define if struct dirent has an inode member */
42#define DIRENT_INODE d_fileno
43
44/* Define if struct dirent has a d_type member */
45#define DIRENT_TYPE d_type
46
47/* Define if DSO support uses dlfcn.h */
42/* #undef DSO_USE_DLFCN */
48#define DSO_USE_DLFCN 1
43
44/* Define if DSO support uses dyld.h */
45/* #undef DSO_USE_DYLD */
46
47/* Define if DSO support uses shl_load */
48/* #undef DSO_USE_SHL */
49
50/* Define to list of paths to EGD sockets */

--- 30 unchanged lines hidden (view full) ---

81/* #undef GETSERVBYNAME_R_OSF1 */
82
83/* Define if getservbyname_r has the Solaris style */
84/* #undef GETSERVBYNAME_R_SOLARIS */
85
86/* Define if accept4 function is supported */
87#define HAVE_ACCEPT4 1
88
49
50/* Define if DSO support uses dyld.h */
51/* #undef DSO_USE_DYLD */
52
53/* Define if DSO support uses shl_load */
54/* #undef DSO_USE_SHL */
55
56/* Define to list of paths to EGD sockets */

--- 30 unchanged lines hidden (view full) ---

87/* #undef GETSERVBYNAME_R_OSF1 */
88
89/* Define if getservbyname_r has the Solaris style */
90/* #undef GETSERVBYNAME_R_SOLARIS */
91
92/* Define if accept4 function is supported */
93#define HAVE_ACCEPT4 1
94
95/* Define to 1 if you have the `acquire_sem' function. */
96/* #undef HAVE_ACQUIRE_SEM */
97
98/* Define to 1 if you have the `acquire_sem_etc' function. */
99/* #undef HAVE_ACQUIRE_SEM_ETC */
100
89/* Define if async i/o supports message q's */
90/* #undef HAVE_AIO_MSGQ */
91
92/* Define to 1 if you have `alloca', as a function or macro. */
93#define HAVE_ALLOCA 1
94
95/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
96 */
97/* #undef HAVE_ALLOCA_H */
98
101/* Define if async i/o supports message q's */
102/* #undef HAVE_AIO_MSGQ */
103
104/* Define to 1 if you have `alloca', as a function or macro. */
105#define HAVE_ALLOCA 1
106
107/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
108 */
109/* #undef HAVE_ALLOCA_H */
110
111/* Define to 1 if you have the `arc4random_buf' function. */
112#define HAVE_ARC4RANDOM_BUF 1
113
99/* Define to 1 if you have the <arpa/inet.h> header file. */
100#define HAVE_ARPA_INET_H 1
101
102/* Define if compiler provides atomic builtins */
103#if !defined(__mips__) && !defined(__arm__)
104#define HAVE_ATOMIC_BUILTINS 1
105#endif
106

--- 16 unchanged lines hidden (view full) ---

123/* #undef HAVE_CREATE_SEM */
124
125/* Define to 1 if you have the <crypt.h> header file. */
126/* #undef HAVE_CRYPT_H */
127
128/* Define to 1 if you have the <ctype.h> header file. */
129#define HAVE_CTYPE_H 1
130
114/* Define to 1 if you have the <arpa/inet.h> header file. */
115#define HAVE_ARPA_INET_H 1
116
117/* Define if compiler provides atomic builtins */
118#if !defined(__mips__) && !defined(__arm__)
119#define HAVE_ATOMIC_BUILTINS 1
120#endif
121

--- 16 unchanged lines hidden (view full) ---

138/* #undef HAVE_CREATE_SEM */
139
140/* Define to 1 if you have the <crypt.h> header file. */
141/* #undef HAVE_CRYPT_H */
142
143/* Define to 1 if you have the <ctype.h> header file. */
144#define HAVE_CTYPE_H 1
145
146/* Define to 1 if you have the declaration of `SYS_getrandom', and to 0 if you
147 don't. */
148#define HAVE_DECL_SYS_GETRANDOM 0
149
131/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
132 don't. */
133#define HAVE_DECL_SYS_SIGLIST 1
134
135/* Define to 1 if you have the <dirent.h> header file. */
136#define HAVE_DIRENT_H 1
137
138/* Define to 1 if you have the <dir.h> header file. */

--- 19 unchanged lines hidden (view full) ---

158
159/* Define to 1 if you have the <errno.h> header file. */
160#define HAVE_ERRNO_H 1
161
162/* Define to 1 if you have the <fcntl.h> header file. */
163#define HAVE_FCNTL_H 1
164
165/* Define to 1 if you have the `fdatasync' function. */
150/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
151 don't. */
152#define HAVE_DECL_SYS_SIGLIST 1
153
154/* Define to 1 if you have the <dirent.h> header file. */
155#define HAVE_DIRENT_H 1
156
157/* Define to 1 if you have the <dir.h> header file. */

--- 19 unchanged lines hidden (view full) ---

177
178/* Define to 1 if you have the <errno.h> header file. */
179#define HAVE_ERRNO_H 1
180
181/* Define to 1 if you have the <fcntl.h> header file. */
182#define HAVE_FCNTL_H 1
183
184/* Define to 1 if you have the `fdatasync' function. */
166/* #undef HAVE_FDATASYNC */
185#define HAVE_FDATASYNC 1
167
168/* Define to 1 if you have the `flock' function. */
169#define HAVE_FLOCK 1
170
171/* Define to 1 if you have the `fork' function. */
172#define HAVE_FORK 1
173
174/* Define if F_SETLK is defined in fcntl.h */

--- 36 unchanged lines hidden (view full) ---

211/* #undef HAVE_GETPASSPHRASE */
212
213/* Define to 1 if you have the `getpwnam_r' function. */
214#define HAVE_GETPWNAM_R 1
215
216/* Define to 1 if you have the `getpwuid_r' function. */
217#define HAVE_GETPWUID_R 1
218
186
187/* Define to 1 if you have the `flock' function. */
188#define HAVE_FLOCK 1
189
190/* Define to 1 if you have the `fork' function. */
191#define HAVE_FORK 1
192
193/* Define if F_SETLK is defined in fcntl.h */

--- 36 unchanged lines hidden (view full) ---

230/* #undef HAVE_GETPASSPHRASE */
231
232/* Define to 1 if you have the `getpwnam_r' function. */
233#define HAVE_GETPWNAM_R 1
234
235/* Define to 1 if you have the `getpwuid_r' function. */
236#define HAVE_GETPWUID_R 1
237
238/* Define to 1 if you have the `getrandom' function. */
239/* #undef HAVE_GETRANDOM */
240
219/* Define to 1 if you have the `getrlimit' function. */
220#define HAVE_GETRLIMIT 1
221
222/* Define to 1 if you have the `getservbyname_r' function. */
223#define HAVE_GETSERVBYNAME_R 1
224
225/* Define to 1 if you have the `gmtime_r' function. */
226#define HAVE_GMTIME_R 1
227
228/* Define to 1 if you have the <grp.h> header file. */
229#define HAVE_GRP_H 1
230
231/* Define if hstrerror is present */
232/* #undef HAVE_HSTRERROR */
233
241/* Define to 1 if you have the `getrlimit' function. */
242#define HAVE_GETRLIMIT 1
243
244/* Define to 1 if you have the `getservbyname_r' function. */
245#define HAVE_GETSERVBYNAME_R 1
246
247/* Define to 1 if you have the `gmtime_r' function. */
248#define HAVE_GMTIME_R 1
249
250/* Define to 1 if you have the <grp.h> header file. */
251#define HAVE_GRP_H 1
252
253/* Define if hstrerror is present */
254/* #undef HAVE_HSTRERROR */
255
256/* Define to 1 if you have the `if_indextoname' function. */
257#define HAVE_IF_INDEXTONAME 1
258
259/* Define to 1 if you have the `if_nametoindex' function. */
260#define HAVE_IF_NAMETOINDEX 1
261
234/* Define to 1 if you have the <inttypes.h> header file. */
235#define HAVE_INTTYPES_H 1
236
237/* Define to 1 if you have the <io.h> header file. */
238/* #undef HAVE_IO_H */
239
240/* Define to 1 if you have the `isinf' function. */
241#define HAVE_ISINF 1

--- 17 unchanged lines hidden (view full) ---

259/* #undef HAVE_LIBSENDFILE */
260
261/* Define to 1 if you have the `truerand' library (-ltruerand). */
262/* #undef HAVE_LIBTRUERAND */
263
264/* Define to 1 if you have the <limits.h> header file. */
265#define HAVE_LIMITS_H 1
266
262/* Define to 1 if you have the <inttypes.h> header file. */
263#define HAVE_INTTYPES_H 1
264
265/* Define to 1 if you have the <io.h> header file. */
266/* #undef HAVE_IO_H */
267
268/* Define to 1 if you have the `isinf' function. */
269#define HAVE_ISINF 1

--- 17 unchanged lines hidden (view full) ---

287/* #undef HAVE_LIBSENDFILE */
288
289/* Define to 1 if you have the `truerand' library (-ltruerand). */
290/* #undef HAVE_LIBTRUERAND */
291
292/* Define to 1 if you have the <limits.h> header file. */
293#define HAVE_LIMITS_H 1
294
295/* Define to 1 if you have the <linux/random.h> header file. */
296/* #undef HAVE_LINUX_RANDOM_H */
297
267/* Define to 1 if you have the `localtime_r' function. */
268#define HAVE_LOCALTIME_R 1
269
270/* Define if LOCK_EX is defined in sys/file.h */
271#define HAVE_LOCK_EX 1
272
273/* Define to 1 if you have the <mach-o/dyld.h> header file. */
274/* #undef HAVE_MACH_O_DYLD_H */
275
276/* Define to 1 if you have the <malloc.h> header file. */
277/* #undef HAVE_MALLOC_H */
278
279/* Define if MAP_ANON is defined in sys/mman.h */
280#define HAVE_MAP_ANON 1
281
298/* Define to 1 if you have the `localtime_r' function. */
299#define HAVE_LOCALTIME_R 1
300
301/* Define if LOCK_EX is defined in sys/file.h */
302#define HAVE_LOCK_EX 1
303
304/* Define to 1 if you have the <mach-o/dyld.h> header file. */
305/* #undef HAVE_MACH_O_DYLD_H */
306
307/* Define to 1 if you have the <malloc.h> header file. */
308/* #undef HAVE_MALLOC_H */
309
310/* Define if MAP_ANON is defined in sys/mman.h */
311#define HAVE_MAP_ANON 1
312
313/* Define to 1 if you have the <memcheck.h> header file. */
314/* #undef HAVE_MEMCHECK_H */
315
282/* Define to 1 if you have the `memchr' function. */
283#define HAVE_MEMCHR 1
284
285/* Define to 1 if you have the `memmove' function. */
286#define HAVE_MEMMOVE 1
287
288/* Define to 1 if you have the <memory.h> header file. */
289#define HAVE_MEMORY_H 1

--- 5 unchanged lines hidden (view full) ---

295/* #undef HAVE_MKSTEMP64 */
296
297/* Define to 1 if you have the `mmap' function. */
298#define HAVE_MMAP 1
299
300/* Define to 1 if you have the `mmap64' function. */
301/* #undef HAVE_MMAP64 */
302
316/* Define to 1 if you have the `memchr' function. */
317#define HAVE_MEMCHR 1
318
319/* Define to 1 if you have the `memmove' function. */
320#define HAVE_MEMMOVE 1
321
322/* Define to 1 if you have the <memory.h> header file. */
323#define HAVE_MEMORY_H 1

--- 5 unchanged lines hidden (view full) ---

329/* #undef HAVE_MKSTEMP64 */
330
331/* Define to 1 if you have the `mmap' function. */
332#define HAVE_MMAP 1
333
334/* Define to 1 if you have the `mmap64' function. */
335/* #undef HAVE_MMAP64 */
336
337/* Define to 1 if you have the `mprotect' function. */
338#define HAVE_MPROTECT 1
339
303/* Define to 1 if you have the `munmap' function. */
304#define HAVE_MUNMAP 1
305
306/* Define to 1 if you have the <netdb.h> header file. */
307#define HAVE_NETDB_H 1
308
309/* Define to 1 if you have the <netinet/in.h> header file. */
310#define HAVE_NETINET_IN_H 1

--- 5 unchanged lines hidden (view full) ---

316#define HAVE_NETINET_SCTP_UIO_H 1
317
318/* Defined if netinet/tcp.h is present */
319#define HAVE_NETINET_TCP_H 1
320
321/* Define to 1 if you have the <net/errno.h> header file. */
322/* #undef HAVE_NET_ERRNO_H */
323
340/* Define to 1 if you have the `munmap' function. */
341#define HAVE_MUNMAP 1
342
343/* Define to 1 if you have the <netdb.h> header file. */
344#define HAVE_NETDB_H 1
345
346/* Define to 1 if you have the <netinet/in.h> header file. */
347#define HAVE_NETINET_IN_H 1

--- 5 unchanged lines hidden (view full) ---

353#define HAVE_NETINET_SCTP_UIO_H 1
354
355/* Defined if netinet/tcp.h is present */
356#define HAVE_NETINET_TCP_H 1
357
358/* Define to 1 if you have the <net/errno.h> header file. */
359/* #undef HAVE_NET_ERRNO_H */
360
361/* Define to 1 if you have the <net/if.h> header file. */
362#define HAVE_NET_IF_H 1
363
324/* Define to 1 if you have the `nl_langinfo' function. */
325#define HAVE_NL_LANGINFO 1
326
327/* Define to 1 if you have the <os2.h> header file. */
328/* #undef HAVE_OS2_H */
329
330/* Define to 1 if you have the <osreldate.h> header file. */
331#define HAVE_OSRELDATE_H 1

--- 14 unchanged lines hidden (view full) ---

346/* #undef HAVE_PORT_CREATE */
347
348/* Define to 1 if you have the <process.h> header file. */
349/* #undef HAVE_PROCESS_H */
350
351/* Define to 1 if you have the `pthread_attr_setguardsize' function. */
352#define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
353
364/* Define to 1 if you have the `nl_langinfo' function. */
365#define HAVE_NL_LANGINFO 1
366
367/* Define to 1 if you have the <os2.h> header file. */
368/* #undef HAVE_OS2_H */
369
370/* Define to 1 if you have the <osreldate.h> header file. */
371#define HAVE_OSRELDATE_H 1

--- 14 unchanged lines hidden (view full) ---

386/* #undef HAVE_PORT_CREATE */
387
388/* Define to 1 if you have the <process.h> header file. */
389/* #undef HAVE_PROCESS_H */
390
391/* Define to 1 if you have the `pthread_attr_setguardsize' function. */
392#define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
393
394/* Define to 1 if you have the `pthread_condattr_setpshared' function. */
395#define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
396
354/* Define to 1 if you have the <pthread.h> header file. */
355#define HAVE_PTHREAD_H 1
356
357/* Define to 1 if you have the `pthread_key_delete' function. */
358#define HAVE_PTHREAD_KEY_DELETE 1
359
360/* Define to 1 if you have the `pthread_mutexattr_setpshared' function. */
361#define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
362
363/* Define if recursive pthread mutexes are available */
364#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
365
366/* Define if cross-process robust mutexes are available */
397/* Define to 1 if you have the <pthread.h> header file. */
398#define HAVE_PTHREAD_H 1
399
400/* Define to 1 if you have the `pthread_key_delete' function. */
401#define HAVE_PTHREAD_KEY_DELETE 1
402
403/* Define to 1 if you have the `pthread_mutexattr_setpshared' function. */
404#define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
405
406/* Define if recursive pthread mutexes are available */
407#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
408
409/* Define if cross-process robust mutexes are available */
367/* #undef HAVE_PTHREAD_MUTEX_ROBUST */
410#define HAVE_PTHREAD_MUTEX_ROBUST 1
368
411
412/* Define if non-posix/portable cross-process robust mutexes are available */
413/* #undef HAVE_PTHREAD_MUTEX_ROBUST_NP */
414
415/* Define to 1 if you have the `pthread_mutex_timedlock' function. */
416#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
417
369/* Define if PTHREAD_PROCESS_SHARED is defined in pthread.h */
370#define HAVE_PTHREAD_PROCESS_SHARED 1
371
372/* Define if pthread rwlocks are available */
373#define HAVE_PTHREAD_RWLOCKS 1
374
375/* Define to 1 if you have the `pthread_rwlock_init' function. */
376#define HAVE_PTHREAD_RWLOCK_INIT 1

--- 20 unchanged lines hidden (view full) ---

397#define HAVE_SEMAPHORE_H 1
398
399/* Define to 1 if you have the `semctl' function. */
400#define HAVE_SEMCTL 1
401
402/* Define to 1 if you have the `semget' function. */
403#define HAVE_SEMGET 1
404
418/* Define if PTHREAD_PROCESS_SHARED is defined in pthread.h */
419#define HAVE_PTHREAD_PROCESS_SHARED 1
420
421/* Define if pthread rwlocks are available */
422#define HAVE_PTHREAD_RWLOCKS 1
423
424/* Define to 1 if you have the `pthread_rwlock_init' function. */
425#define HAVE_PTHREAD_RWLOCK_INIT 1

--- 20 unchanged lines hidden (view full) ---

446#define HAVE_SEMAPHORE_H 1
447
448/* Define to 1 if you have the `semctl' function. */
449#define HAVE_SEMCTL 1
450
451/* Define to 1 if you have the `semget' function. */
452#define HAVE_SEMGET 1
453
454/* Define to 1 if you have the `semop' function. */
455#define HAVE_SEMOP 1
456
457/* Define to 1 if you have the `semtimedop' function. */
458/* #undef HAVE_SEMTIMEDOP */
459
405/* Define to 1 if you have the `sem_close' function. */
406#define HAVE_SEM_CLOSE 1
407
408/* Define to 1 if you have the `sem_post' function. */
409#define HAVE_SEM_POST 1
410
460/* Define to 1 if you have the `sem_close' function. */
461#define HAVE_SEM_CLOSE 1
462
463/* Define to 1 if you have the `sem_post' function. */
464#define HAVE_SEM_POST 1
465
466/* Define to 1 if you have the `sem_timedwait' function. */
467#define HAVE_SEM_TIMEDWAIT 1
468
411/* Define if SEM_UNDO is defined in sys/sem.h */
412#define HAVE_SEM_UNDO 1
413
414/* Define to 1 if you have the `sem_unlink' function. */
415#define HAVE_SEM_UNLINK 1
416
417/* Define to 1 if you have the `sem_wait' function. */
418#define HAVE_SEM_WAIT 1

--- 167 unchanged lines hidden (view full) ---

586#define HAVE_SYS_MUTEX_H 1
587
588/* Define to 1 if you have the <sys/param.h> header file. */
589#define HAVE_SYS_PARAM_H 1
590
591/* Define to 1 if you have the <sys/poll.h> header file. */
592#define HAVE_SYS_POLL_H 1
593
469/* Define if SEM_UNDO is defined in sys/sem.h */
470#define HAVE_SEM_UNDO 1
471
472/* Define to 1 if you have the `sem_unlink' function. */
473#define HAVE_SEM_UNLINK 1
474
475/* Define to 1 if you have the `sem_wait' function. */
476#define HAVE_SEM_WAIT 1

--- 167 unchanged lines hidden (view full) ---

644#define HAVE_SYS_MUTEX_H 1
645
646/* Define to 1 if you have the <sys/param.h> header file. */
647#define HAVE_SYS_PARAM_H 1
648
649/* Define to 1 if you have the <sys/poll.h> header file. */
650#define HAVE_SYS_POLL_H 1
651
652/* Define to 1 if you have the <sys/random.h> header file. */
653#define HAVE_SYS_RANDOM_H 1
654
594/* Define to 1 if you have the <sys/resource.h> header file. */
595#define HAVE_SYS_RESOURCE_H 1
596
597/* Define to 1 if you have the <sys/select.h> header file. */
598#define HAVE_SYS_SELECT_H 1
599
600/* Define to 1 if you have the <sys/sem.h> header file. */
601#define HAVE_SYS_SEM_H 1

--- 11 unchanged lines hidden (view full) ---

613#define HAVE_SYS_SOCKET_H 1
614
615/* Define to 1 if you have the <sys/sockio.h> header file. */
616#define HAVE_SYS_SOCKIO_H 1
617
618/* Define to 1 if you have the <sys/stat.h> header file. */
619#define HAVE_SYS_STAT_H 1
620
655/* Define to 1 if you have the <sys/resource.h> header file. */
656#define HAVE_SYS_RESOURCE_H 1
657
658/* Define to 1 if you have the <sys/select.h> header file. */
659#define HAVE_SYS_SELECT_H 1
660
661/* Define to 1 if you have the <sys/sem.h> header file. */
662#define HAVE_SYS_SEM_H 1

--- 11 unchanged lines hidden (view full) ---

674#define HAVE_SYS_SOCKET_H 1
675
676/* Define to 1 if you have the <sys/sockio.h> header file. */
677#define HAVE_SYS_SOCKIO_H 1
678
679/* Define to 1 if you have the <sys/stat.h> header file. */
680#define HAVE_SYS_STAT_H 1
681
682/* Define to 1 if you have the <sys/syscall.h> header file. */
683#define HAVE_SYS_SYSCALL_H 1
684
621/* Define to 1 if you have the <sys/sysctl.h> header file. */
622#define HAVE_SYS_SYSCTL_H 1
623
624/* Define to 1 if you have the <sys/syslimits.h> header file. */
625#define HAVE_SYS_SYSLIMITS_H 1
626
627/* Define to 1 if you have the <sys/time.h> header file. */
628#define HAVE_SYS_TIME_H 1

--- 59 unchanged lines hidden (view full) ---

688/* #undef HAVE_UUID_GENERATE */
689
690/* Define to 1 if you have the <uuid.h> header file. */
691#define HAVE_UUID_H 1
692
693/* Define to 1 if you have the <uuid/uuid.h> header file. */
694/* #undef HAVE_UUID_UUID_H */
695
685/* Define to 1 if you have the <sys/sysctl.h> header file. */
686#define HAVE_SYS_SYSCTL_H 1
687
688/* Define to 1 if you have the <sys/syslimits.h> header file. */
689#define HAVE_SYS_SYSLIMITS_H 1
690
691/* Define to 1 if you have the <sys/time.h> header file. */
692#define HAVE_SYS_TIME_H 1

--- 59 unchanged lines hidden (view full) ---

752/* #undef HAVE_UUID_GENERATE */
753
754/* Define to 1 if you have the <uuid.h> header file. */
755#define HAVE_UUID_H 1
756
757/* Define to 1 if you have the <uuid/uuid.h> header file. */
758/* #undef HAVE_UUID_UUID_H */
759
760/* Compile in valgrind support */
761/* #undef HAVE_VALGRIND */
762
763/* Define to 1 if you have the <valgrind.h> header file. */
764/* #undef HAVE_VALGRIND_H */
765
696/* Define if C compiler supports VLA */
697#define HAVE_VLA 1
698
699/* Define to 1 if you have the `waitpid' function. */
700#define HAVE_WAITPID 1
701
702/* Define to 1 if you have the <windows.h> header file. */
703/* #undef HAVE_WINDOWS_H */
704
705/* Define to 1 if you have the <winsock2.h> header file. */
706/* #undef HAVE_WINSOCK2_H */
707
708/* Define to 1 if you have the `writev' function. */
709#define HAVE_WRITEV 1
710
711/* Define for z/OS pthread API nuances */
712/* #undef HAVE_ZOS_PTHREADS */
713
766/* Define if C compiler supports VLA */
767#define HAVE_VLA 1
768
769/* Define to 1 if you have the `waitpid' function. */
770#define HAVE_WAITPID 1
771
772/* Define to 1 if you have the <windows.h> header file. */
773/* #undef HAVE_WINDOWS_H */
774
775/* Define to 1 if you have the <winsock2.h> header file. */
776/* #undef HAVE_WINSOCK2_H */
777
778/* Define to 1 if you have the `writev' function. */
779#define HAVE_WRITEV 1
780
781/* Define for z/OS pthread API nuances */
782/* #undef HAVE_ZOS_PTHREADS */
783
714/* Define to the sub-directory in which libtool stores uninstalled libraries.
715 */
784/* Define to the sub-directory where libtool stores uninstalled libraries. */
716#define LT_OBJDIR ".libs/"
717
718/* Define if EAI_ error codes from getaddrinfo are negative */
719/* #undef NEGATIVE_EAI */
720
721/* Define to the address where bug reports for this package should be sent. */
722#define PACKAGE_BUGREPORT ""
723

--- 19 unchanged lines hidden (view full) ---

743/* #undef PPC405_ERRATA */
744
745/* Define if pthread_attr_getdetachstate() has one arg */
746/* #undef PTHREAD_ATTR_GETDETACHSTATE_TAKES_ONE_ARG */
747
748/* Define if pthread_getspecific() has two args */
749/* #undef PTHREAD_GETSPECIFIC_TAKES_TWO_ARGS */
750
785#define LT_OBJDIR ".libs/"
786
787/* Define if EAI_ error codes from getaddrinfo are negative */
788/* #undef NEGATIVE_EAI */
789
790/* Define to the address where bug reports for this package should be sent. */
791#define PACKAGE_BUGREPORT ""
792

--- 19 unchanged lines hidden (view full) ---

812/* #undef PPC405_ERRATA */
813
814/* Define if pthread_attr_getdetachstate() has one arg */
815/* #undef PTHREAD_ATTR_GETDETACHSTATE_TAKES_ONE_ARG */
816
817/* Define if pthread_getspecific() has two args */
818/* #undef PTHREAD_GETSPECIFIC_TAKES_TWO_ARGS */
819
751/* Define if readdir is thread safe */
752/* #undef READDIR_IS_THREAD_SAFE */
820/* Modern readdir is thread safe */
821#define READDIR_IS_THREAD_SAFE 1
753
754/* Define to 1 if the `setpgrp' function takes no argument. */
755/* #undef SETPGRP_VOID */
756
757/* */
758/* #undef SIGWAIT_TAKES_ONE_ARG */
759
760/* The size of `char', as computed by sizeof. */
761#define SIZEOF_CHAR 1
762
763/* The size of ino_t */
822
823/* Define to 1 if the `setpgrp' function takes no argument. */
824/* #undef SETPGRP_VOID */
825
826/* */
827/* #undef SIGWAIT_TAKES_ONE_ARG */
828
829/* The size of `char', as computed by sizeof. */
830#define SIZEOF_CHAR 1
831
832/* The size of ino_t */
833#if __FreeBSD__ >= 12
834#define SIZEOF_INO_T 8
835#else
764#define SIZEOF_INO_T 4
836#define SIZEOF_INO_T 4
837#endif
765
766/* The size of `int', as computed by sizeof. */
767#define SIZEOF_INT 4
768
769/* The size of `long', as computed by sizeof. */
770#define SIZEOF_LONG 8
771
772/* The size of `long long', as computed by sizeof. */

--- 32 unchanged lines hidden (view full) ---

805#define STDC_HEADERS 1
806
807/* Define if strerror returns int */
808#define STRERROR_R_RC_INT 1
809
810/* Define if SysV semaphores affect threads within the process */
811/* #undef SYSVSEM_IS_GLOBAL */
812
838
839/* The size of `int', as computed by sizeof. */
840#define SIZEOF_INT 4
841
842/* The size of `long', as computed by sizeof. */
843#define SIZEOF_LONG 8
844
845/* The size of `long long', as computed by sizeof. */

--- 32 unchanged lines hidden (view full) ---

878#define STDC_HEADERS 1
879
880/* Define if strerror returns int */
881#define STRERROR_R_RC_INT 1
882
883/* Define if SysV semaphores affect threads within the process */
884/* #undef SYSVSEM_IS_GLOBAL */
885
886/* Define system call of random */
887#define SYS_RANDOM "arc4random"
888
813/* Define if use of generic atomics is requested */
814/* #undef USE_ATOMICS_GENERIC */
815
816/* Define if BeOS Semaphores will be used */
817/* #undef USE_BEOSSEM */
818
819/* Define if SVR4-style fcntl() will be used */
820/* #undef USE_FCNTL_SERIALIZE */
821
822/* Define if 4.2BSD-style flock() will be used */
823#define USE_FLOCK_SERIALIZE 1
824
889/* Define if use of generic atomics is requested */
890/* #undef USE_ATOMICS_GENERIC */
891
892/* Define if BeOS Semaphores will be used */
893/* #undef USE_BEOSSEM */
894
895/* Define if SVR4-style fcntl() will be used */
896/* #undef USE_FCNTL_SERIALIZE */
897
898/* Define if 4.2BSD-style flock() will be used */
899#define USE_FLOCK_SERIALIZE 1
900
901/* Define if pthread pshared mutex will be used */
902/* #undef USE_PROC_PTHREAD_SERIALIZE */
903
825/* Define if BeOS areas will be used */
826/* #undef USE_SHMEM_BEOS */
827
828/* Define if BeOS areas will be used */
829/* #undef USE_SHMEM_BEOS_ANON */
830
831/* Define if 4.4BSD-style mmap() via MAP_ANON will be used */
832#define USE_SHMEM_MMAP_ANON 1
833
834/* Define if mmap() via POSIX.1 shm_open() on temporary file will be used */
904/* Define if BeOS areas will be used */
905/* #undef USE_SHMEM_BEOS */
906
907/* Define if BeOS areas will be used */
908/* #undef USE_SHMEM_BEOS_ANON */
909
910/* Define if 4.4BSD-style mmap() via MAP_ANON will be used */
911#define USE_SHMEM_MMAP_ANON 1
912
913/* Define if mmap() via POSIX.1 shm_open() on temporary file will be used */
835#define USE_SHMEM_MMAP_SHM 1
914/* #undef USE_SHMEM_MMAP_SHM */
836
837/* Define if Classical mmap() on temporary file will be used */
838/* #undef USE_SHMEM_MMAP_TMP */
839
840/* Define if SVR4-style mmap() on /dev/zero will be used */
841/* #undef USE_SHMEM_MMAP_ZERO */
842
843/* Define if OS/2 DosAllocSharedMem() will be used */
844/* #undef USE_SHMEM_OS2 */
845
846/* Define if OS/2 DosAllocSharedMem() will be used */
847/* #undef USE_SHMEM_OS2_ANON */
848
849/* Define if SysV IPC shmget() will be used */
915
916/* Define if Classical mmap() on temporary file will be used */
917/* #undef USE_SHMEM_MMAP_TMP */
918
919/* Define if SVR4-style mmap() on /dev/zero will be used */
920/* #undef USE_SHMEM_MMAP_ZERO */
921
922/* Define if OS/2 DosAllocSharedMem() will be used */
923/* #undef USE_SHMEM_OS2 */
924
925/* Define if OS/2 DosAllocSharedMem() will be used */
926/* #undef USE_SHMEM_OS2_ANON */
927
928/* Define if SysV IPC shmget() will be used */
850/* #undef USE_SHMEM_SHMGET */
929#define USE_SHMEM_SHMGET 1
851
852/* Define if SysV IPC shmget() will be used */
853/* #undef USE_SHMEM_SHMGET_ANON */
854
855/* Define if Windows shared memory will be used */
856/* #undef USE_SHMEM_WIN32 */
857
858/* Define if Windows CreateFileMapping() will be used */

--- 147 unchanged lines hidden ---
930
931/* Define if SysV IPC shmget() will be used */
932/* #undef USE_SHMEM_SHMGET_ANON */
933
934/* Define if Windows shared memory will be used */
935/* #undef USE_SHMEM_WIN32 */
936
937/* Define if Windows CreateFileMapping() will be used */

--- 147 unchanged lines hidden ---