Rudiments
config_vs2015.h
1 /* include/rudiments/private/config.h.in. Generated from configure.in by autoheader. */
2 
3 /* On some platforms */
4 /* #undef ADD_NEWLINE_AFTER_READ_FROM_STDIN */
5 
6 /* Use inline functions or not */
7 /* #undef ENABLE_RUDIMENTS_INLINES */
8 
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 /* #undef HAVE_DLFCN_H */
11 
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 /* #undef HAVE_INTTYPES_H */
14 
15 /* Define to 1 if you have the <memory.h> header file. */
16 #define HAVE_MEMORY_H 1
17 
18 /* Define to 1 if you have the <stdint.h> header file. */
19 #define HAVE_STDINT_H 1
20 
21 /* Define to 1 if you have the <stdlib.h> header file. */
22 #define HAVE_STDLIB_H 1
23 
24 /* Define to 1 if you have the <strings.h> header file. */
25 /* #undef HAVE_STRINGS_H */
26 
27 /* Define to 1 if you have the <string.h> header file. */
28 #define HAVE_STRING_H 1
29 
30 /* Define to 1 if you have the <sys/stat.h> header file. */
31 #define HAVE_SYS_STAT_H 1
32 
33 /* Define to 1 if you have the <sys/types.h> header file. */
34 #define HAVE_SYS_TYPES_H 1
35 
36 /* Define to 1 if you have the <unistd.h> header file. */
37 /* #undef HAVE_UNISTD_H */
38 
39 /* Define to the sub-directory in which libtool stores uninstalled libraries.
40  */
41 #define LT_OBJDIR ".libs/"
42 
43 /* Mingw32 environment */
44 /* #undef MINGW32 */
45 
46 /* Define to the address where bug reports for this package should be sent. */
47 #define PACKAGE_BUGREPORT ""
48 
49 /* Define to the full name of this package. */
50 #define PACKAGE_NAME ""
51 
52 /* Define to the full name and version of this package. */
53 #define PACKAGE_STRING ""
54 
55 /* Define to the one symbol short name of this package. */
56 #define PACKAGE_TARNAME ""
57 
58 /* Define to the home page for this package. */
59 #define PACKAGE_URL ""
60 
61 /* Define to the version of this package. */
62 #define PACKAGE_VERSION ""
63 
64 /* Platform requires default TLS ciper of PROFILE=SYSTEM */
65 /* #undef RUDIMENTS_DEFAULT_CIPHER_PROFILE_SYSTEM */
66 
67 /* ioctl/FIONBIO doesn't work on some systems */
68 /* #undef RUDIMENTS_DISABLE_FIONBIO */
69 
70 /* Enable runtime notification of methods that set ENOSYS */
71 /* #undef RUDIMENTS_ENOSYS_NOTIFY */
72 
73 /* getsockopt has a void * on most systems */
74 #define RUDIMENTS_GETSOCKOPT_OPTVAL_TYPE char *
75 
76 /* SSL has ASN1_STRING_get0_data */
77 /* #undef RUDIMENTS_HAS_ASN1_STRING_GET0_DATA */
78 
79 /* libcurl has CURLOPT_SSH_AUTH_TYPES */
80 /* #undef RUDIMENTS_HAS_CURLOPT_SSH_AUTH_TYPES */
81 
82 /* libcurl has CURLOPT_USERNAME */
83 /* #undef RUDIMENTS_HAS_CURLOPT_USERNAME */
84 
85 /* libcurl has CURLOPT_USERPWD */
86 /* #undef RUDIMENTS_HAS_CURLOPT_USERPWD */
87 
88 /* libcurl has curl_multi_timeout */
89 /* #undef RUDIMENTS_HAS_CURL_MULTI_TIMEOUT */
90 
91 /* SSL has EVP_PKEY_base_id */
92 /* #undef RUDIMENTS_HAS_EVP_PKEY_BASE_ID */
93 
94 /* SSL has EVP_PKEY_get0 */
95 /* #undef RUDIMENTS_HAS_EVP_PKEY_GET0 */
96 
97 /* Rudiments supports GSS */
98 /* #undef RUDIMENTS_HAS_GSS */
99 
100 /* GSS has gssapi/gssapi_ext.h */
101 /* #undef RUDIMENTS_HAS_GSSAPI_GSSAPI_EXT_H */
102 
103 /* GSS has gssapi/gssapi_generic.h */
104 /* #undef RUDIMENTS_HAS_GSSAPI_GSSAPI_GENERIC_H */
105 
106 /* GSS has gssapi/gssapi.h */
107 /* #undef RUDIMENTS_HAS_GSSAPI_GSSAPI_H */
108 
109 /* GSS has gssapi.h */
110 /* #undef RUDIMENTS_HAS_GSSAPI_H */
111 
112 /* GSS has GSS_C_NT_ANONYMOUS */
113 /* #undef RUDIMENTS_HAS_GSS_C_NT_ANONYMOUS */
114 
115 /* GSS has gss name types */
116 /* #undef RUDIMENTS_HAS_GSS_NAME_TYPES */
117 
118 /* GSS has gss_oid_to_str */
119 /* #undef RUDIMENTS_HAS_GSS_OID_TO_STR */
120 
121 /* GSS has gss_release_oid */
122 /* #undef RUDIMENTS_HAS_GSS_RELEASE_OID */
123 
124 /* GSS has gss_str_to_oid */
125 /* #undef RUDIMENTS_HAS_GSS_STR_TO_OID */
126 
127 /* Rudiments supports libcurl */
128 /* #undef RUDIMENTS_HAS_LIBCURL */
129 
130 /* Rudiments supports PCRE */
131 /* #undef RUDIMENTS_HAS_PCRE */
132 
133 /* Rudiments supports SSL */
134 /* #undef RUDIMENTS_HAS_SSL */
135 
136 /* SSL has SSLv23_method */
137 /* #undef RUDIMENTS_HAS_SSLV23_METHOD */
138 
139 /* SSL has SSLv2_method */
140 /* #undef RUDIMENTS_HAS_SSLV2_METHOD */
141 
142 /* SSL has SSLv3_method */
143 /* #undef RUDIMENTS_HAS_SSLV3_METHOD */
144 
145 /* SSL has dNSName */
146 /* #undef RUDIMENTS_HAS_SSL_DNSNAME */
147 
148 /* Rudiments supports SSPI */
149 #define RUDIMENTS_HAS_SSPI 1
150 
151 /* Rudiments supports threads */
152 #define RUDIMENTS_HAS_THREADS 1
153 
154 /* Some systems have timezone */
155 #define RUDIMENTS_HAS_TIMEZONE 1
156 
157 /* SSL has TLSv1_1_method */
158 /* #undef RUDIMENTS_HAS_TLSV1_1_METHOD */
159 
160 /* SSL has TLSv1_2_method */
161 /* #undef RUDIMENTS_HAS_TLSV1_2_METHOD */
162 
163 /* SSL has TLSv1_method */
164 /* #undef RUDIMENTS_HAS_TLSV1_METHOD */
165 
166 /* SSL has TLS_method */
167 /* #undef RUDIMENTS_HAS_TLS_METHOD */
168 
169 /* Some systems define tm_gmtoff in their struct tm */
170 /* #undef RUDIMENTS_HAS_TM_GMTOFF */
171 
172 /* Some systems define tm_name in their struct tm */
173 /* #undef RUDIMENTS_HAS_TM_NAME */
174 
175 /* Some systems define tm_tzadj in their struct tm */
176 /* #undef RUDIMENTS_HAS_TM_TZADJ */
177 
178 /* Some systems define tm_zone in their struct tm */
179 /* #undef RUDIMENTS_HAS_TM_ZONE */
180 
181 /* Some systems have tzname */
182 /* #undef RUDIMENTS_HAS_TZNAME */
183 
184 /* Some systems have tzset */
185 /* #undef RUDIMENTS_HAS_TZSET */
186 
187 /* Some systems have tzset but dont define it */
188 /* #undef RUDIMENTS_HAS_UNDEFINED_TZSET */
189 
190 /* SSL has X509_get_signature_nid */
191 /* #undef RUDIMENTS_HAS_X509_GET_SIGNATURE_NID */
192 
193 /* Some systems have _get_timezone */
194 #define RUDIMENTS_HAS__GET_TIMEZONE 1
195 
196 /* Some systems have _get_tzname */
197 #define RUDIMENTS_HAS__GET_TZNAME 1
198 
199 /* Some systems have _timezone */
200 /* #undef RUDIMENTS_HAS__TIMEZONE */
201 
202 /* Some systems have _tzname */
203 /* #undef RUDIMENTS_HAS__TZNAME */
204 
205 /* Some systems have _tzset */
206 #define RUDIMENTS_HAS__TZSET 1
207 
208 /* Some systems define __tm_gmtoff in their struct tm */
209 /* #undef RUDIMENTS_HAS___TM_GMTOFF */
210 
211 /* Some systems define __tm_zone in their struct tm */
212 /* #undef RUDIMENTS_HAS___TM_ZONE */
213 
214 /* Some systems have AccCtrl.h */
215 #define RUDIMENTS_HAVE_ACCCTRL_H 1
216 
217 /* Most systems have access() */
218 /* #undef RUDIMENTS_HAVE_ACCESS */
219 
220 /* Some systems have Aclapi.h */
221 #define RUDIMENTS_HAVE_ACLAPI_H 1
222 
223 /* Some systems have alarm */
224 /* #undef RUDIMENTS_HAVE_ALARM */
225 
226 /* Some systems have arc4random */
227 /* #undef RUDIMENTS_HAVE_ARC4RANDOM */
228 
229 /* Some systems have arpa/inet.h */
230 /* #undef RUDIMENTS_HAVE_ARPA_INET_H */
231 
232 /* Some systems have atexit */
233 #define RUDIMENTS_HAVE_ATEXIT 1
234 
235 /* Some systems have backtrace */
236 /* #undef RUDIMENTS_HAVE_BACKTRACE */
237 
238 /* SCO OSR < 5.0.7 has an incorrect struct msghdr definition */
239 /* #undef RUDIMENTS_HAVE_BAD_SCO_MSGHDR */
240 
241 /* Some systems dont have st_blocks in struct stat */
242 /* #undef RUDIMENTS_HAVE_BLKCNT_T */
243 
244 /* Some systems dont have st_blksize in struct stat */
245 /* #undef RUDIMENTS_HAVE_BLKSIZE_T */
246 
247 /* Most systems have bool */
248 #define RUDIMENTS_HAVE_BOOL 1
249 
250 /* Some systems have BRoster::_ShutDown */
251 /* #undef RUDIMENTS_HAVE_BROSTER__SHUTDOWN */
252 
253 /* Some systems have bswap64 */
254 /* #undef RUDIMENTS_HAVE_BSWAP64 */
255 
256 /* Some systems have bswap_64 */
257 /* #undef RUDIMENTS_HAVE_BSWAP_64 */
258 
259 /* Some systems have byteswap.h */
260 /* #undef RUDIMENTS_HAVE_BYTESWAP_H */
261 
262 /* Some systems have CaptureStackBackTrace */
263 #define RUDIMENTS_HAVE_CAPTURESTACKBACKTRACE 1
264 
265 /* Some systems have char16_t */
266 /* #undef RUDIMENTS_HAVE_CHAR16_T */
267 
268 /* Some systems have chmod */
269 /* #undef RUDIMENTS_HAVE_CHMOD */
270 
271 /* Some systems have chroot */
272 /* #undef RUDIMENTS_HAVE_CHROOT */
273 
274 /* Some systems have clearenv */
275 /* #undef RUDIMENTS_HAVE_CLEARENV */
276 
277 /* Some systems have clock_nanosleep */
278 /* #undef RUDIMENTS_HAVE_CLOCK_NANOSLEEP */
279 
280 /* Some systems have clock_settime */
281 /* #undef RUDIMENTS_HAVE_CLOCK_SETTIME */
282 
283 /* Some systems have close */
284 /* #undef RUDIMENTS_HAVE_CLOSE */
285 
286 /* some systems have closesocket */
287 #define RUDIMENTS_HAVE_CLOSESOCKET 1
288 
289 /* Some systems have cmsghdr */
290 /* #undef RUDIMENTS_HAVE_CMSGHDR */
291 
292 /* Some systems have _commit */
293 #define RUDIMENTS_HAVE_COMMIT 1
294 
295 /* connect has a const sockaddr * on most systems */
296 /* #undef RUDIMENTS_HAVE_CONNECT_WITH_NON_CONST_SOCKADDR */
297 
298 /* Most systems have ftok(const char *, int) */
299 /* #undef RUDIMENTS_HAVE_CONST_CHAR_FTOK */
300 
301 /* Some systems have CreateDirectory */
302 #define RUDIMENTS_HAVE_CREATEDIRECTORY 1
303 
304 /* Some systems have CreateFile */
305 #define RUDIMENTS_HAVE_CREATEFILE 1
306 
307 /* Some systems have CreateNamedPipe */
308 #define RUDIMENTS_HAVE_CREATENAMEDPIPE 1
309 
310 /* Some systems have CreateSemaphore */
311 #define RUDIMENTS_HAVE_CREATESEMAPHORE 1
312 
313 /* CreateThread function exists */
314 #define RUDIMENTS_HAVE_CREATETHREAD 1
315 
316 /* Some systems have CreateTimerQueueTimer */
317 #define RUDIMENTS_HAVE_CREATETIMERQUEUETIMER 1
318 
319 /* Some systems have CreateFileMapping */
320 #define RUDIMENTS_HAVE_CREATE_FILE_MAPPING 1
321 
322 /* Some systems have CreateIoCompletionPort */
323 #define RUDIMENTS_HAVE_CREATE_IO_COMPLETION_PORT 1
324 
325 /* CreateMutex function exists */
326 #define RUDIMENTS_HAVE_CREATE_MUTEX 1
327 
328 /* Some systems have CreateProcess */
329 #define RUDIMENTS_HAVE_CREATE_PROCESS 1
330 
331 /* Some systems have crypt */
332 /* #undef RUDIMENTS_HAVE_CRYPT */
333 
334 /* Some systems have CryptGenRandom */
335 #define RUDIMENTS_HAVE_CRYPTGENRANDOM 1
336 
337 /* Some systems have crypt.h */
338 /* #undef RUDIMENTS_HAVE_CRYPT_H */
339 
340 /* Some systems have crypt_r */
341 /* #undef RUDIMENTS_HAVE_CRYPT_R */
342 
343 /* Some systems have ctype.h */
344 #define RUDIMENTS_HAVE_CTYPE_H 1
345 
346 /* Cygwin style statfs */
347 /* #undef RUDIMENTS_HAVE_CYGWIN_STATFS */
348 
349 /* Darwin style statfs */
350 /* #undef RUDIMENTS_HAVE_DARWIN_STATFS */
351 
352 /* Some systems have dbghelp.h */
353 #define RUDIMENTS_HAVE_DBGHELP_H 1
354 
355 /* Some systems have direct.h */
356 #define RUDIMENTS_HAVE_DIRECT_H 1
357 
358 /* Some systems have dirent.h */
359 /* #undef RUDIMENTS_HAVE_DIRENT_H */
360 
361 /* Some systems have dirfd */
362 /* #undef RUDIMENTS_HAVE_DIRFD */
363 
364 /* Some systems have DIR.dd_fd */
365 /* #undef RUDIMENTS_HAVE_DIR_DD_FD */
366 
367 /* Some systems have DIR.d_fd */
368 /* #undef RUDIMENTS_HAVE_DIR_D_FD */
369 
370 /* Some systems have dlfcn.h */
371 /* #undef RUDIMENTS_HAVE_DLFCN_H */
372 
373 /* Some systems have dlopen */
374 /* #undef RUDIMENTS_HAVE_DLOPEN */
375 
376 /* Some systems have dup */
377 /* #undef RUDIMENTS_HAVE_DUP */
378 
379 /* Some systems have dup2 */
380 /* #undef RUDIMENTS_HAVE_DUP2 */
381 
382 /* Some systems have DuplicateHandle */
383 #define RUDIMENTS_HAVE_DUPLICATEHANDLE 1
384 
385 /* Some systems define environ in unistd.h */
386 #define RUDIMENTS_HAVE_ENVIRON 1
387 
388 /* Some systems have epoll */
389 /* #undef RUDIMENTS_HAVE_EPOLL */
390 
391 /* Some systems have errno.h */
392 #define RUDIMENTS_HAVE_ERRNO_H 1
393 
394 /* Some systems have execinfo.h */
395 /* #undef RUDIMENTS_HAVE_EXECINFO_H */
396 
397 /* Some systems have execvp */
398 /* #undef RUDIMENTS_HAVE_EXECVP */
399 
400 /* Some systems have ExitWindowsEx */
401 #define RUDIMENTS_HAVE_EXITWINDOWSEX 1
402 
403 /* Some systems have fchmod */
404 /* #undef RUDIMENTS_HAVE_FCHMOD */
405 
406 /* Some systems have fchown */
407 /* #undef RUDIMENTS_HAVE_FCHOWN */
408 
409 /* Some systems have fcntl */
410 /* #undef RUDIMENTS_HAVE_FCNTL */
411 
412 /* Some systems have fcntl.h */
413 #define RUDIMENTS_HAVE_FCNTL_H 1
414 
415 /* Some systems have fdatasync */
416 /* #undef RUDIMENTS_HAVE_FDATASYNC */
417 
418 /* Some systems have fdopen */
419 /* #undef RUDIMENTS_HAVE_FDOPEN */
420 
421 /* Some systems have FD_CLOEXEC */
422 /* #undef RUDIMENTS_HAVE_FD_CLOEXEC */
423 
424 /* Some systems have FILE->_file */
425 #define RUDIMENTS_HAVE_FILE_FILE 1
426 
427 /* Some systems have FILE->__filedes */
428 /* #undef RUDIMENTS_HAVE_FILE_FILEDES */
429 
430 /* Some systems have FILE->_fileno */
431 /* #undef RUDIMENTS_HAVE_FILE_FILENO */
432 
433 /* Some systems have FILE->_fd */
434 /* #undef RUDIMENTS_HAVE_FILE__FD */
435 
436 /* Some systems have FILE->__file */
437 /* #undef RUDIMENTS_HAVE_FILE__FILE */
438 
439 /* Some systems have FindFirstFile */
440 #define RUDIMENTS_HAVE_FINDFIRSTFILE 1
441 
442 /* Some systems have FlushFileBuffers */
443 #define RUDIMENTS_HAVE_FLUSHFILEBUFFERS 1
444 
445 /* Some systems have fork */
446 /* #undef RUDIMENTS_HAVE_FORK */
447 
448 /* Some systems have fpathconf */
449 /* #undef RUDIMENTS_HAVE_FPATHCONF */
450 
451 /* FreeBSD style statfs */
452 /* #undef RUDIMENTS_HAVE_FREEBSD_STATFS */
453 
454 /* Some systems have FreeConsole */
455 #define RUDIMENTS_HAVE_FREECONSOLE 1
456 
457 /* Some systems have fsync */
458 /* #undef RUDIMENTS_HAVE_FSYNC */
459 
460 /* Most systems have ftok() */
461 /* #undef RUDIMENTS_HAVE_FTOK */
462 
463 /* Some systems have ftruncate */
464 /* #undef RUDIMENTS_HAVE_FTRUNCATE */
465 
466 /* Some systems have GenerateConsoleCtrlEvent */
467 #define RUDIMENTS_HAVE_GENERATECONSOLECTRLEVENT 1
468 
469 /* Some systems have GetAce */
470 #define RUDIMENTS_HAVE_GETACE 1
471 
472 /* Some systems have getaddrinfo */
473 /* #undef RUDIMENTS_HAVE_GETADDRINFO */
474 
475 /* Some systems have GetCurrentDirectory */
476 #define RUDIMENTS_HAVE_GETCURRENTDIRECTORY 1
477 
478 /* Some systems have GetCurrentProcessId */
479 #define RUDIMENTS_HAVE_GETCURRENTPROCESSID 1
480 
481 /* Some systems have getegid */
482 /* #undef RUDIMENTS_HAVE_GETEGID */
483 
484 /* Some systems have getenv */
485 /* #undef RUDIMENTS_HAVE_GETENV */
486 
487 /* Some systems have geteuid */
488 /* #undef RUDIMENTS_HAVE_GETEUID */
489 
490 /* Some systems have GetFileInformationByHandle */
491 #define RUDIMENTS_HAVE_GETFILEINFORMATIONBYHANDLE 1
492 
493 /* Some systems have GetFileType */
494 #define RUDIMENTS_HAVE_GETFILETYPE 1
495 
496 /* Some systems have getgid */
497 /* #undef RUDIMENTS_HAVE_GETGID */
498 
499 /* Some systems have getgrgid_r */
500 /* #undef RUDIMENTS_HAVE_GETGRGID_R */
501 
502 /* Some systems have getgrgid_r */
503 /* #undef RUDIMENTS_HAVE_GETGRGID_R_4 */
504 
505 /* Some systems have getgrgid_r */
506 /* #undef RUDIMENTS_HAVE_GETGRGID_R_5 */
507 
508 /* Some systems have getgrnam_r */
509 /* #undef RUDIMENTS_HAVE_GETGRNAM_R */
510 
511 /* Some systems have getgrnam_r */
512 /* #undef RUDIMENTS_HAVE_GETGRNAM_R_4 */
513 
514 /* Some systems have getgrnam_r */
515 /* #undef RUDIMENTS_HAVE_GETGRNAM_R_5 */
516 
517 /* Some systems have gethostbyaddr_r */
518 /* #undef RUDIMENTS_HAVE_GETHOSTBYADDR_R */
519 
520 /* Some systems have gethostbyaddr_r */
521 /* #undef RUDIMENTS_HAVE_GETHOSTBYADDR_R_7 */
522 
523 /* Some systems have gethostbyaddr_r */
524 /* #undef RUDIMENTS_HAVE_GETHOSTBYADDR_R_8 */
525 
526 /* Some systems have gethostbyname_r */
527 /* #undef RUDIMENTS_HAVE_GETHOSTBYNAME_R */
528 
529 /* Some systems have gethostbyname_r */
530 /* #undef RUDIMENTS_HAVE_GETHOSTBYNAME_R_5 */
531 
532 /* Some systems have gethostbyname_r */
533 /* #undef RUDIMENTS_HAVE_GETHOSTBYNAME_R_6 */
534 
535 /* Some systems have gethostname */
536 #define RUDIMENTS_HAVE_GETHOSTNAME 1
537 
538 /* Some systems have GetLastError */
539 #define RUDIMENTS_HAVE_GETLASTERROR 1
540 
541 /* Some systems have getloadavg */
542 /* #undef RUDIMENTS_HAVE_GETLOADAVG */
543 
544 /* Some systems have GetLogicalProcessorInformation */
545 #define RUDIMENTS_HAVE_GETLOGICALPROCESSORINFORMATION 1
546 
547 /* Some systems have getnameinfo */
548 #define RUDIMENTS_HAVE_GETNAMEINFO 1
549 
550 /* Some systems have GetNativeSystemInfo */
551 #define RUDIMENTS_HAVE_GETNATIVESYSTEMINFO 1
552 
553 /* Some systems have getpagesize */
554 /* #undef RUDIMENTS_HAVE_GETPAGESIZE */
555 
556 /* Some systems have getpeername */
557 #define RUDIMENTS_HAVE_GETPEERNAME 1
558 
559 /* Some systems have getpgid */
560 /* #undef RUDIMENTS_HAVE_GETPGID */
561 
562 /* Some systems have getpid */
563 /* #undef RUDIMENTS_HAVE_GETPID */
564 
565 /* Some systems have getppid */
566 /* #undef RUDIMENTS_HAVE_GETPPID */
567 
568 /* Some systems have getprotobyname_r */
569 /* #undef RUDIMENTS_HAVE_GETPROTOBYNAME_R */
570 
571 /* Some systems have getprotobyname_r */
572 /* #undef RUDIMENTS_HAVE_GETPROTOBYNAME_R_4 */
573 
574 /* Some systems have getprotobyname_r */
575 /* #undef RUDIMENTS_HAVE_GETPROTOBYNAME_R_5 */
576 
577 /* Some systems have getprotobynumber_r */
578 /* #undef RUDIMENTS_HAVE_GETPROTOBYNUMBER_R */
579 
580 /* Some systems have getprotobynumber_r */
581 /* #undef RUDIMENTS_HAVE_GETPROTOBYNUMBER_R_4 */
582 
583 /* Some systems have getprotobynumber_r */
584 /* #undef RUDIMENTS_HAVE_GETPROTOBYNUMBER_R_5 */
585 
586 /* Some systems have getpwnam_r */
587 /* #undef RUDIMENTS_HAVE_GETPWNAM_R */
588 
589 /* Some systems have getpwnam_r */
590 /* #undef RUDIMENTS_HAVE_GETPWNAM_R_4 */
591 
592 /* Some systems have getpwnam_r */
593 /* #undef RUDIMENTS_HAVE_GETPWNAM_R_5 */
594 
595 /* Some systems have getpwuid_r */
596 /* #undef RUDIMENTS_HAVE_GETPWUID_R */
597 
598 /* Some systems have getpwuid_r */
599 /* #undef RUDIMENTS_HAVE_GETPWUID_R_4 */
600 
601 /* Some systems have getpwuid_r */
602 /* #undef RUDIMENTS_HAVE_GETPWUID_R_5 */
603 
604 /* Some systems have getrpcbyname */
605 /* #undef RUDIMENTS_HAVE_GETRPCBYNAME */
606 
607 /* Some systems have getrpcbyname_r */
608 /* #undef RUDIMENTS_HAVE_GETRPCBYNAME_R */
609 
610 /* Some systems have getrpcbyname_r */
611 /* #undef RUDIMENTS_HAVE_GETRPCBYNAME_R_4 */
612 
613 /* Some systems have getrpcbyname_r */
614 /* #undef RUDIMENTS_HAVE_GETRPCBYNAME_R_5 */
615 
616 /* Some systems have getrpcbynumber */
617 /* #undef RUDIMENTS_HAVE_GETRPCBYNUMBER */
618 
619 /* Some systems have getrpcbynumber_r */
620 /* #undef RUDIMENTS_HAVE_GETRPCBYNUMBER_R */
621 
622 /* Some systems have getrpcbynumber_r */
623 /* #undef RUDIMENTS_HAVE_GETRPCBYNUMBER_R_4 */
624 
625 /* Some systems have getrpcbynumber_r */
626 /* #undef RUDIMENTS_HAVE_GETRPCBYNUMBER_R_5 */
627 
628 /* Some systems have GetSecurityInfo */
629 #define RUDIMENTS_HAVE_GETSECURITYINFO 1
630 
631 /* Some systems have getservbyname_r */
632 /* #undef RUDIMENTS_HAVE_GETSERVBYNAME_R */
633 
634 /* Some systems have getservbyname_r */
635 /* #undef RUDIMENTS_HAVE_GETSERVBYNAME_R_5 */
636 
637 /* Some systems have getservbyname_r */
638 /* #undef RUDIMENTS_HAVE_GETSERVBYNAME_R_6 */
639 
640 /* Some systems have getservbyport_r */
641 /* #undef RUDIMENTS_HAVE_GETSERVBYPORT_R */
642 
643 /* Some systems have getservbyport_r */
644 /* #undef RUDIMENTS_HAVE_GETSERVBYPORT_R_5 */
645 
646 /* Some systems have getservbyport_r */
647 /* #undef RUDIMENTS_HAVE_GETSERVBYPORT_R_6 */
648 
649 /* Some systems have getsid */
650 /* #undef RUDIMENTS_HAVE_GETSID */
651 
652 /* Some systems have getsockopt */
653 #define RUDIMENTS_HAVE_GETSOCKOPT 1
654 
655 /* Some systems have getspnam */
656 /* #undef RUDIMENTS_HAVE_GETSPNAM */
657 
658 /* Some systems have getspnam_r */
659 /* #undef RUDIMENTS_HAVE_GETSPNAM_R */
660 
661 /* Some systems have getspnam_r */
662 /* #undef RUDIMENTS_HAVE_GETSPNAM_R_4 */
663 
664 /* Some systems have getspnam_r */
665 /* #undef RUDIMENTS_HAVE_GETSPNAM_R_5 */
666 
667 /* Some systems have GetSystemInfo */
668 #define RUDIMENTS_HAVE_GETSYSTEMINFO 1
669 
670 /* Some systems have GetSystemTimeAsFileTime */
671 #define RUDIMENTS_HAVE_GETSYSTEMTIMEASFILETIME 1
672 
673 /* Some systems have gettimeofday */
674 /* #undef RUDIMENTS_HAVE_GETTIMEOFDAY */
675 
676 /* Some systems have getuid */
677 /* #undef RUDIMENTS_HAVE_GETUID */
678 
679 /* Some systems have GetUserName */
680 #define RUDIMENTS_HAVE_GETUSERNAME 1
681 
682 /* Some systems have GetVersionEx */
683 #define RUDIMENTS_HAVE_GETVERSIONEX 1
684 
685 /* Some systems have GlobalMemoryStatusEx */
686 #define RUDIMENTS_HAVE_GLOBALMEMORYSTATUSEX 1
687 
688 /* Some systems have grp.h */
689 /* #undef RUDIMENTS_HAVE_GRP_H */
690 
691 /* Some systems have _G_config.h */
692 #undef RUDIMENTS_HAVE_G_CONFIG_H
693 
694 /* Some systems have HANDLE_FLAG_INHERIT */
695 #define RUDIMENTS_HAVE_HANDLE_FLAG_INHERIT 1
696 
697 /* Some systems have htonll */
698 /* #undef RUDIMENTS_HAVE_HTONLL */
699 
700 /* Some systems have inet_addr */
701 #define RUDIMENTS_HAVE_INET_ADDR 1
702 
703 /* Some systems have inet_aton */
704 /* #undef RUDIMENTS_HAVE_INET_ATON */
705 
706 /* Some systems have InitiateSystemShutdownEx */
707 #define RUDIMENTS_HAVE_INITIATESYSTEMSHUTDOWNEX 1
708 
709 /* Some systems have int16_t */
710 #define RUDIMENTS_HAVE_INT16_T 1
711 
712 /* Some systems have int32_t */
713 #define RUDIMENTS_HAVE_INT32_T 1
714 
715 /* Some systems have int64_t */
716 #define RUDIMENTS_HAVE_INT64_T 1
717 
718 /* Some systems have int8_t */
719 #define RUDIMENTS_HAVE_INT8_T 1
720 
721 /* Some systems have inttypes.h */
722 #define RUDIMENTS_HAVE_INTTYPES_H 1
723 
724 /* Some systems have in_addr_t type */
725 /* #undef RUDIMENTS_HAVE_IN_ADDR_T */
726 
727 /* Some systems have ioctl */
728 /* #undef RUDIMENTS_HAVE_IOCTL */
729 
730 /* Some systems have ioctlsocket */
731 #define RUDIMENTS_HAVE_IOCTLSOCKET 1
732 
733 /* Some systems have io.h */
734 #define RUDIMENTS_HAVE_IO_H 1
735 
736 /* Some systems have kill */
737 /* #undef RUDIMENTS_HAVE_KILL */
738 
739 /* Some systems have kqueue */
740 /* #undef RUDIMENTS_HAVE_KQUEUE */
741 
742 /* Some systems have void * kqueue user data */
743 /* #undef RUDIMENTS_HAVE_KQUEUE_VOID_UDATA */
744 
745 /* Do we have libedit */
746 /* #undef RUDIMENTS_HAVE_LIBEDIT */
747 
748 /* Some systems have limits.h */
749 #define RUDIMENTS_HAVE_LIMITS_H 1
750 
751 /* Some systems have link */
752 /* #undef RUDIMENTS_HAVE_LINK */
753 
754 /* Linux libc4 style statfs */
755 /* #undef RUDIMENTS_HAVE_LINUX_LIBC4_STATFS */
756 
757 /* Some systems have linux/reboot.h */
758 /* #undef RUDIMENTS_HAVE_LINUX_REBOOT_H */
759 
760 /* Some systems have linux/rtc.h */
761 /* #undef RUDIMENTS_HAVE_LINUX_RTC_H */
762 
763 /* Linux style statfs */
764 /* #undef RUDIMENTS_HAVE_LINUX_STATFS */
765 
766 /* Some systems have llabs */
767 /* #undef RUDIMENTS_HAVE_LLABS */
768 
769 /* Some systems have lm.h */
770 #define RUDIMENTS_HAVE_LM_H 1
771 
772 /* Some systems have LoadLibrary */
773 #define RUDIMENTS_HAVE_LOADLIBRARY 1
774 
775 /* Some systems have LoadLibraryEx */
776 #define RUDIMENTS_HAVE_LOADLIBRARYEX 1
777 
778 /* Some systems have locale.h */
779 /* #undef RUDIMENTS_HAVE_LOCALE_H */
780 
781 /* Some systems have localtime_r */
782 /* #undef RUDIMENTS_HAVE_LOCALTIME_R */
783 
784 /* Some systems have localtime_s */
785 #define RUDIMENTS_HAVE_LOCALTIME_S 1
786 
787 /* Some systems have LockFileEx */
788 #define RUDIMENTS_HAVE_LOCKFILEEX 1
789 
790 /* Most systems have long long */
791 #define RUDIMENTS_HAVE_LONG_LONG 1
792 
793 /* Some systems have lrand48 */
794 /* #undef RUDIMENTS_HAVE_LRAND48 */
795 
796 /* Some systems have lrand48_r */
797 /* #undef RUDIMENTS_HAVE_LRAND48_R */
798 
799 /* Some systems have lseek */
800 /* #undef RUDIMENTS_HAVE_LSEEK */
801 
802 /* Some systems have machine/endian.h */
803 /* #undef RUDIMENTS_HAVE_MACHINE_ENDIAN_H */
804 
805 /* Some systems have madvise */
806 /* #undef RUDIMENTS_HAVE_MADVISE */
807 
808 /* Some systems use caddr_t argument for madvise */
809 #define RUDIMENTS_HAVE_MADVISE_CADDR_T 1
810 
811 /* Some systems have memccpy with char argument */
812 #define RUDIMENTS_HAVE_MEMCCPY_CHAR 1
813 
814 /* Some systems have memmem */
815 /* #undef RUDIMENTS_HAVE_MEMMEM */
816 
817 /* Some systems have memrchr */
818 /* #undef RUDIMENTS_HAVE_MEMRCHR */
819 
820 /* Some systems have mincore */
821 /* #undef RUDIMENTS_HAVE_MINCORE */
822 
823 /* Some systems use caddr_t argument for mincore */
824 #define RUDIMENTS_HAVE_MINCORE_CADDR_T 1
825 
826 /* Some systems have mincore with char argument */
827 /* #undef RUDIMENTS_HAVE_MINCORE_CHAR */
828 
829 /* Some systems have mincore with unsigned char argument */
830 /* #undef RUDIMENTS_HAVE_MINCORE_UCHAR */
831 
832 /* statvfs */
833 /* #undef RUDIMENTS_HAVE_MINIX_HAIKU_STATVFS */
834 
835 /* Some systems have sethostname but forgot to declare it */
836 /* #undef RUDIMENTS_HAVE_MISSING_SETHOSTNAME_DECLARATION */
837 
838 /* Some systems have mkdir */
839 #define RUDIMENTS_HAVE_MKDIR_1 1
840 
841 /* Some systems have mkdir */
842 /* #undef RUDIMENTS_HAVE_MKDIR_2 */
843 
844 /* Some systems have mkfifo */
845 /* #undef RUDIMENTS_HAVE_MKFIFO */
846 
847 /* Some systems have mknod */
848 /* #undef RUDIMENTS_HAVE_MKNOD */
849 
850 /* Some systems have mkstemp */
851 /* #undef RUDIMENTS_HAVE_MKSTEMP */
852 
853 /* Some systems have mlock */
854 /* #undef RUDIMENTS_HAVE_MLOCK */
855 
856 /* Some systems have mlockall */
857 /* #undef RUDIMENTS_HAVE_MLOCKALL */
858 
859 /* Some systems use caddr_t argument for mlock */
860 #define RUDIMENTS_HAVE_MLOCK_CADDR_T 1
861 
862 /* Some systems have mmap */
863 /* #undef RUDIMENTS_HAVE_MMAP */
864 
865 /* Some systems have mprotect */
866 /* #undef RUDIMENTS_HAVE_MPROTECT */
867 
868 /* Some systems use caddr_t argument for mprotect */
869 #define RUDIMENTS_HAVE_MPROTECT_CADDR_T 1
870 
871 /* Some msghdr structs have a msg_accrights member */
872 /* #define RUDIMENTS_HAVE_MSGHDR_MSG_ACCRIGHTS */
873 
874 /* Some msghdr structs have a msg_controllen member */
875 /* #undef RUDIMENTS_HAVE_MSGHDR_MSG_CONTROLLEN */
876 
877 /* Some msghdr structs have a msg_flags member */
878 /* #undef RUDIMENTS_HAVE_MSGHDR_MSG_FLAGS */
879 
880 /* Some systems have msync */
881 /* #undef RUDIMENTS_HAVE_MSYNC */
882 
883 /* Some systems use caddr_t argument for msync */
884 #define RUDIMENTS_HAVE_MSYNC_CADDR_T 1
885 
886 /* Some systems have munlock */
887 /* #undef RUDIMENTS_HAVE_MUNLOCK */
888 
889 /* Some systems have munlockall */
890 /* #undef RUDIMENTS_HAVE_MUNLOCKALL */
891 
892 /* Some systems use caddr_t argument for munlock */
893 #define RUDIMENTS_HAVE_MUNLOCK_CADDR_T 1
894 
895 /* Some systems use caddr_t argument for munmap */
896 #define RUDIMENTS_HAVE_MUNMAP_CADDR_T 1
897 
898 /* Some systems have nanosleep */
899 /* #undef RUDIMENTS_HAVE_NANOSLEEP */
900 
901 /* NetBSD style statfs */
902 /* #undef RUDIMENTS_HAVE_NETBSD_STATFS */
903 
904 /* NetBSD-3.0 style statvfs */
905 /* #undef RUDIMENTS_HAVE_NETBSD_STATVFS */
906 
907 /* Some systems have netdb.h */
908 /* #undef RUDIMENTS_HAVE_NETDB_H */
909 
910 /* Some systems have NetGroupGetInfo */
911 #define RUDIMENTS_HAVE_NETGROUPGETINFO 1
912 
913 /* Some systems have netinet/in.h */
914 /* #undef RUDIMENTS_HAVE_NETINET_IN_H */
915 
916 /* Some systems have netinet/tcp.h */
917 /* #undef RUDIMENTS_HAVE_NETINET_TCP_H */
918 
919 /* Some systems have NetUserGetInfo */
920 #define RUDIMENTS_HAVE_NETUSERGETINFO 1
921 
922 /* Some systems have new */
923 #define RUDIMENTS_HAVE_NEW 1
924 
925 /* Some systems have new.h */
926 /* #undef RUDIMENTS_HAVE_NEW_H */
927 
928 /* Some systems define _NSGetEnviron in crt_externs.h */
929 /* #undef RUDIMENTS_HAVE_NSGETENVIRON */
930 
931 /* Some systems have ntohll */
932 /* #undef RUDIMENTS_HAVE_NTOHLL */
933 
934 /* Some systems have open */
935 /* #undef RUDIMENTS_HAVE_OPEN */
936 
937 /* OpenBSD style statfs */
938 /* #undef RUDIMENTS_HAVE_OPENBSD_STATFS */
939 
940 /* Some systems have OSSwapHostToLittleInt64 */
941 /* #undef RUDIMENTS_HAVE_OSSWAPHOSTTOLITTLEINT64 */
942 
943 /* Some systems have OSSwapLittleToHostInt64 */
944 /* #undef RUDIMENTS_HAVE_OSSWAPLITTLETOHOSTINT64 */
945 
946 /* Some systems have os/kernel/OS.h */
947 /* #undef RUDIMENTS_HAVE_OS_KERNEL_OS_H */
948 
949 /* Some systems have os/support/ByteOrder.h */
950 /* #undef RUDIMENTS_HAVE_OS_SUPPORT_BYTEORDER_H */
951 
952 /* Some systems have pathconf */
953 /* #undef RUDIMENTS_HAVE_PATHCONF */
954 
955 /* Some systems have pipe */
956 /* #undef RUDIMENTS_HAVE_PIPE */
957 
958 /* Some systems have poll */
959 /* #undef RUDIMENTS_HAVE_POLL */
960 
961 /* Some systems have poll.h */
962 /* #undef RUDIMENTS_HAVE_POLL_H */
963 
964 /* Some systems have posix_fadvise */
965 /* #undef RUDIMENTS_HAVE_POSIX_FADVISE */
966 
967 /* Some systems have posix_fallocate */
968 /* #undef RUDIMENTS_HAVE_POSIX_FALLOCATE */
969 
970 /* Some systems have Process32First */
971 #define RUDIMENTS_HAVE_PROCESS32FIRST 1
972 
973 /* Some systems have process.h */
974 #define RUDIMENTS_HAVE_PROCESS_H 1
975 
976 /* Some systems have prototypes.h */
977 /* #undef RUDIMENTS_HAVE_PROTOTYPES_H */
978 
979 /* Some systems have psapi.h */
980 #define RUDIMENTS_HAVE_PSAPI_H 1
981 
982 /* Some systems have pselect */
983 /* #undef RUDIMENTS_HAVE_PSELECT */
984 
985 /* Some systems have pthread_attr_setstacksize */
986 /* #undef RUDIMENTS_HAVE_PTHREAD_ATTR_SETSTACKSIZE */
987 
988 /* pthread_mutex_t type exists */
989 /* #undef RUDIMENTS_HAVE_PTHREAD_MUTEX_T */
990 
991 /* pthread_sigmask exists */
992 /* #undef RUDIMENTS_HAVE_PTHREAD_SIGMASK */
993 
994 /* pthread_t type exists */
995 /* #undef RUDIMENTS_HAVE_PTHREAD_T */
996 
997 /* Some systems have putenv */
998 #define RUDIMENTS_HAVE_PUTENV 1
999 
1000 /* Some systems have raise */
1001 #define RUDIMENTS_HAVE_RAISE 1
1002 
1003 /* Some systems have rand */
1004 #define RUDIMENTS_HAVE_RAND 1
1005 
1006 /* Some systems have random */
1007 /* #undef RUDIMENTS_HAVE_RANDOM */
1008 
1009 /* Some systems have random_r */
1010 /* #undef RUDIMENTS_HAVE_RANDOM_R */
1011 
1012 /* Some systems have rand_r */
1013 /* #undef RUDIMENTS_HAVE_RAND_R */
1014 
1015 /* Some systems have read */
1016 /* #undef RUDIMENTS_HAVE_READ */
1017 
1018 /* Some systems have readlink */
1019 /* #undef RUDIMENTS_HAVE_READLINK */
1020 
1021 /* Some systems have reboot with 1 argument */
1022 /* #undef RUDIMENTS_HAVE_REBOOT_1 */
1023 
1024 /* Some systems have reboot with 2 argument */
1025 /* #undef RUDIMENTS_HAVE_REBOOT_2 */
1026 
1027 /* Some systems have recvmsg */
1028 #define RUDIMENTS_HAVE_RECVMSG 1
1029 
1030 /* recv has a void * on most systems */
1031 /* #undef RUDIMENTS_HAVE_RECV_WITH_VOID */
1032 
1033 /* some systems have regcomp */
1034 /* #undef RUDIMENTS_HAVE_REGCOMP */
1035 
1036 /* Some systems have RemoveDirectory */
1037 #define RUDIMENTS_HAVE_REMOVEDIRECTORY 1
1038 
1039 /* Some systems have Roster.h */
1040 /* #undef RUDIMENTS_HAVE_ROSTER_H */
1041 
1042 /* Some systems have rpc/rpcent.h */
1043 /* #undef RUDIMENTS_HAVE_RPCENT_H */
1044 
1045 /* Some systems have rpc/rpc.h */
1046 /* #undef RUDIMENTS_HAVE_RPC_H */
1047 
1048 /* Do we have real-time-clock RTC_RD_TIME support */
1049 /* #undef RUDIMENTS_HAVE_RTC_RD_TIME */
1050 
1051 /* Do we have real-time-clock RTC_SET_TIME support */
1052 /* #undef RUDIMENTS_HAVE_RTC_SET_TIME */
1053 
1054 /* On some systems you cant include byteswap.h after netinet/in.h */
1055 #define RUDIMENTS_HAVE_SAFE_BYTESWAP_H_AFTER_NETINET_IN_H 1
1056 
1057 /* SCO has /dev/table/avenrun instead of getloadavg */
1058 /* #undef RUDIMENTS_HAVE_SCO_AVENRUN */
1059 
1060 /* Some systems have sddl.h */
1061 #define RUDIMENTS_HAVE_SDDL_H 1
1062 
1063 /* Some systems have semget */
1064 /* #undef RUDIMENTS_HAVE_SEMGET */
1065 
1066 /* Some systems have semtimedop */
1067 /* #undef RUDIMENTS_HAVE_SEMTIMEDOP */
1068 
1069 /* Some systems define union semun */
1070 /* #undef RUDIMENTS_HAVE_SEMUN */
1071 
1072 /* Some systems have sendmsg */
1073 #define RUDIMENTS_HAVE_SENDMSG 1
1074 
1075 /* send has a const void * on most systems */
1076 /* #undef RUDIMENTS_HAVE_SEND_WITH_VOID */
1077 
1078 /* Some systems have SetConsoleCtrlHandler */
1079 #define RUDIMENTS_HAVE_SETCONSOLECTRLHANDLER 1
1080 
1081 /* Some systems have SetCurrentDirectory */
1082 #define RUDIMENTS_HAVE_SETCURRENTDIRECTORY 1
1083 
1084 /* Some systems have setegid */
1085 /* #undef RUDIMENTS_HAVE_SETEGID */
1086 
1087 /* Some systems have setegid but dont define it in a header file */
1088 /* #undef RUDIMENTS_HAVE_SETEGID_BUT_NOT_DEFINED */
1089 
1090 /* Some systems have SetEndOfFile */
1091 #define RUDIMENTS_HAVE_SETENDOFFILE 1
1092 
1093 /* Some systems have SetEntriesInAcl */
1094 #define RUDIMENTS_HAVE_SETENTRIESINACL 1
1095 
1096 /* Some systems have setenv */
1097 /* #undef RUDIMENTS_HAVE_SETENV */
1098 
1099 /* Some systems have seteuid */
1100 /* #undef RUDIMENTS_HAVE_SETEUID */
1101 
1102 /* Some systems have seteuid but dont define it in a header file */
1103 /* #undef RUDIMENTS_HAVE_SETEUID_BUT_NOT_DEFINED */
1104 
1105 /* Some systems have SetFileTime */
1106 #define RUDIMENTS_HAVE_SETFILETIME 1
1107 
1108 /* Some systems have setgid */
1109 /* #undef RUDIMENTS_HAVE_SETGID */
1110 
1111 /* Some systems have setgroups */
1112 /* #undef RUDIMENTS_HAVE_SETGROUPS */
1113 
1114 /* Some systems have sethostname */
1115 /* #undef RUDIMENTS_HAVE_SETHOSTNAME */
1116 
1117 /* Some systems have setitimer */
1118 /* #undef RUDIMENTS_HAVE_SETITIMER */
1119 
1120 /* Some systems have setpgid */
1121 /* #undef RUDIMENTS_HAVE_SETPGID */
1122 
1123 /* Some systems have setregid */
1124 /* #undef RUDIMENTS_HAVE_SETREGID */
1125 
1126 /* Some systems have SetSecurityInfo */
1127 #define RUDIMENTS_HAVE_SETSECURITYINFO 1
1128 
1129 /* Some systems have setreuid */
1130 /* #undef RUDIMENTS_HAVE_SETREUID */
1131 
1132 /* Some systems have setsid */
1133 /* #undef RUDIMENTS_HAVE_SETSID */
1134 
1135 /* Some systems have setsockopt */
1136 #define RUDIMENTS_HAVE_SETSOCKOPT 1
1137 
1138 /* Some systems have SetSystemTime */
1139 #define RUDIMENTS_HAVE_SETSYSTEMTIME 1
1140 
1141 /* Some systems have settimeofday */
1142 /* #undef RUDIMENTS_HAVE_SETTIMEOFDAY */
1143 
1144 /* Some systems have setuid */
1145 /* #undef RUDIMENTS_HAVE_SETUID */
1146 
1147 /* Some systems have SetUnhandledExceptionFilter */
1148 #define RUDIMENTS_HAVE_SETUNHANDLEDEXCEPTIONFILTER 1
1149 
1150 /* Some systems have set_real_time_clock */
1151 /* #undef RUDIMENTS_HAVE_SET_REAL_TIME_CLOCK */
1152 
1153 /* Some systems have shmget */
1154 /* #undef RUDIMENTS_HAVE_SHMGET */
1155 
1156 /* Some systems have sigaction */
1157 /* #undef RUDIMENTS_HAVE_SIGACTION */
1158 
1159 /* Some systems have signal */
1160 #define RUDIMENTS_HAVE_SIGNAL 1
1161 
1162 /* Some systems have sigpending */
1163 /* #undef RUDIMENTS_HAVE_SIGPENDING */
1164 
1165 /* Some systems have sigsuspend */
1166 /* #undef RUDIMENTS_HAVE_SIGSUSPEND */
1167 
1168 /* Some systems have sockaddr_un */
1169 /* #undef RUDIMENTS_HAVE_SOCKADDR_UN */
1170 
1171 /* Some systems have socket */
1172 #define RUDIMENTS_HAVE_SOCKET 1
1173 
1174 /* some type of statfs */
1175 /* #undef RUDIMENTS_HAVE_SOME_KIND_OF_STATFS */
1176 
1177 /* some type of statvfs */
1178 /* #undef RUDIMENTS_HAVE_SOME_KIND_OF_STATVFS */
1179 
1180 /* struct spwd has sp_expire */
1181 /* #undef RUDIMENTS_HAVE_SP_EXPIRE */
1182 
1183 /* struct spwd has sp_flag */
1184 /* #undef RUDIMENTS_HAVE_SP_FLAG */
1185 
1186 /* struct spwd has sp_inact */
1187 /* #undef RUDIMENTS_HAVE_SP_INACT */
1188 
1189 /* struct spwd has sp_warn */
1190 /* #undef RUDIMENTS_HAVE_SP_WARN */
1191 
1192 /* Some systems have srand */
1193 #define RUDIMENTS_HAVE_SRAND 1
1194 
1195 /* Some systems have srand48 */
1196 /* #undef RUDIMENTS_HAVE_SRAND48 */
1197 
1198 /* statvfs */
1199 /* #undef RUDIMENTS_HAVE_STATVFS */
1200 
1201 /* statvfs has f_b/fresvd */
1202 /* #undef RUDIMENTS_HAVE_STATVFS_RESVD */
1203 
1204 /* Some systems have stdarg.h */
1205 #define RUDIMENTS_HAVE_STDARG_H 1
1206 
1207 /* Some systems have stdint.h */
1208 #define RUDIMENTS_HAVE_STDINT_H 1
1209 
1210 /* Some systems have stdlib.h */
1211 #define RUDIMENTS_HAVE_STDLIB_H 1
1212 
1213 /* Some systems have strcasecmp */
1214 /* #undef RUDIMENTS_HAVE_STRCASECMP */
1215 
1216 /* Some systems have strchrnul */
1217 /* #undef RUDIMENTS_HAVE_STRCHRNUL */
1218 
1219 /* Some systems have strcspn */
1220 #define RUDIMENTS_HAVE_STRCSPN 1
1221 
1222 /* Some systems have strerror */
1223 #define RUDIMENTS_HAVE_STRERROR 1
1224 
1225 /* Some systems have GNU strerror_r */
1226 /* #undef RUDIMENTS_HAVE_GNU_STRERROR_R */
1227 
1228 /* Some systems have XSI strerror_r */
1229 /* #undef RUDIMENTS_HAVE_XSI_STRERROR_R */
1230 
1231 /* Some systems have strerror_s */
1232 #define RUDIMENTS_HAVE_STRERROR_S 1
1233 
1234 /* Some systems have strings.h */
1235 /* #undef RUDIMENTS_HAVE_STRINGS_H */
1236 
1237 /* Some systems have string.h */
1238 #define RUDIMENTS_HAVE_STRING_H 1
1239 
1240 /* Some systems have strncasecmp */
1241 /* #undef RUDIMENTS_HAVE_STRNCASECMP */
1242 
1243 /* Some systems have strpbrk */
1244 #define RUDIMENTS_HAVE_STRPBRK 1
1245 
1246 /* Some systems have strspn */
1247 #define RUDIMENTS_HAVE_STRSPN 1
1248 
1249 /* Some systems have strtold */
1250 /* #undef RUDIMENTS_HAVE_STRTOLD */
1251 
1252 /* Some systems have strtoll */
1253 /* #undef RUDIMENTS_HAVE_STRTOLL */
1254 
1255 /* Some systems have strtoull */
1256 /* #undef RUDIMENTS_HAVE_STRTOULL */
1257 
1258 /* Some systems have struct itimerval */
1259 /* #undef RUDIMENTS_HAVE_STRUCT_ITIMERVAL */
1260 
1261 /* Some systems have struct timespec in pthread.h */
1262 /* #undef RUDIMENTS_HAVE_STRUCT_TIMESPEC_IN_PTHREAD */
1263 
1264 /* Some systems have struct timespec in sys/siginfo.h */
1265 /* #undef RUDIMENTS_HAVE_STRUCT_TIMESPEC_IN_SIGINFO */
1266 
1267 /* Some systems have struct timespec in sys/time.h */
1268 /* #undef RUDIMENTS_HAVE_STRUCT_TIMESPEC_IN_SYS_TIME_H */
1269 
1270 /* Some systems have struct timespec in time.h */
1271 #define RUDIMENTS_HAVE_STRUCT_TIMESPEC_IN_TIME_H 1
1272 
1273 /* Some systems have struct timeval */
1274 /* #undef RUDIMENTS_HAVE_STRUCT_TIMEVAL */
1275 
1276 /* Some systems have swab with a char * argument */
1277 #define RUDIMENTS_HAVE_SWAB_CHAR 1
1278 
1279 /* Some systems have swab with a const char * argument */
1280 /* #undef RUDIMENTS_HAVE_SWAB_CONST_CHAR */
1281 
1282 /* Some systems have swab with a const void * argument */
1283 /* #undef RUDIMENTS_HAVE_SWAB_CONST_VOID */
1284 
1285 /* Some systems have swap64 */
1286 /* #undef RUDIMENTS_HAVE_SWAP64 */
1287 
1288 /* Some systems have __swap_int64 */
1289 /* #undef RUDIMENTS_HAVE_SWAP_INT64 */
1290 
1291 /* Some systems have symlink */
1292 /* #undef RUDIMENTS_HAVE_SYMLINK */
1293 
1294 /* Some systems have sync */
1295 /* #undef RUDIMENTS_HAVE_SYNC */
1296 
1297 /* Some systems have sysconf */
1298 /* #undef RUDIMENTS_HAVE_SYSCONF */
1299 
1300 /* Some systems have syslog.h */
1301 /* #undef RUDIMENTS_HAVE_SYSLOG_H */
1302 
1303 /* Some systems have sys/bitypes.h */
1304 /* #undef RUDIMENTS_HAVE_SYS_BITYPES_H */
1305 
1306 /* Some systems have sys/byteorder.h */
1307 /* #undef RUDIMENTS_HAVE_SYS_BYTEORDER_H */
1308 
1309 /* Some systems have sys/devpoll.h */
1310 /* #undef RUDIMENTS_HAVE_SYS_DEVPOLL_H */
1311 
1312 /* Some systems have sys/epoll.h */
1313 /* #undef RUDIMENTS_HAVE_SYS_EPOLL_H */
1314 
1315 /* Some systems have sys/event.h */
1316 /* #undef RUDIMENTS_HAVE_SYS_EVENT_H */
1317 
1318 /* Some systems have sys/fcntl.h */
1319 /* #undef RUDIMENTS_HAVE_SYS_FCNTL_H */
1320 
1321 /* Some systems have sys/ioctl.h */
1322 /* #undef RUDIMENTS_HAVE_SYS_IOCTL_H */
1323 
1324 /* Some systems have sys/ipc.h */
1325 /* #undef RUDIMENTS_HAVE_SYS_IPC_H */
1326 
1327 /* Some systems have sys/loadavg.h */
1328 /* #undef RUDIMENTS_HAVE_SYS_LOADAVG_H */
1329 
1330 /* Some systems have sys/mman.h */
1331 /* #undef RUDIMENTS_HAVE_SYS_MMAN_H */
1332 
1333 /* Some systems have sys/param.h */
1334 /* #undef RUDIMENTS_HAVE_SYS_PARAM_H */
1335 
1336 /* Some systems have sys/poll.h */
1337 /* #undef RUDIMENTS_HAVE_SYS_POLL_H */
1338 
1339 /* Some systems have port_create */
1340 /* #undef RUDIMENTS_HAVE_PORT_CREATE */
1341 
1342 /* Some systems have port.h */
1343 /* #undef RUDIMENTS_HAVE_PORT_H */
1344 
1345 /* Some systems have sys/reboot.h */
1346 /* #undef RUDIMENTS_HAVE_SYS_REBOOT_H */
1347 
1348 /* Some systems have sys/select.h */
1349 /* #undef RUDIMENTS_HAVE_SYS_SELECT_H */
1350 
1351 /* Some systems have sys/sem.h */
1352 /* #undef RUDIMENTS_HAVE_SYS_SEM_H */
1353 
1354 /* Some systems have sys/signal.h */
1355 /* #undef RUDIMENTS_HAVE_SYS_SIGNAL_H */
1356 
1357 /* Some systems have sys/socket.h */
1358 /* #undef RUDIMENTS_HAVE_SYS_SOCKET_H */
1359 
1360 /* Some systems have sys/stat.h */
1361 #define RUDIMENTS_HAVE_SYS_STAT_H 1
1362 
1363 /* Some systems have sys/time.h */
1364 /* #undef RUDIMENTS_HAVE_SYS_TIME_H */
1365 
1366 /* Some systems have sys/types.h */
1367 #define RUDIMENTS_HAVE_SYS_TYPES_H 1
1368 
1369 /* Some systems have sys/uadmin.h */
1370 /* #undef RUDIMENTS_HAVE_SYS_REBOOT_H */
1371 
1372 /* Some systems have sys/uio.h */
1373 /* #undef RUDIMENTS_HAVE_SYS_UIO_H */
1374 
1375 /* Some systems have sys/un.h */
1376 /* #undef RUDIMENTS_HAVE_SYS_UN_H */
1377 
1378 /* Some systems have sys/utsname.h */
1379 /* #undef RUDIMENTS_HAVE_SYS_UTSNAME_H */
1380 
1381 /* Some systems have sys/wait.h */
1382 /* #undef RUDIMENTS_HAVE_SYS_WAIT_H */
1383 
1384 /* Some systems dont have S_ISBLK */
1385 /* #undef RUDIMENTS_HAVE_S_ISBLK */
1386 
1387 /* Some systems dont have S_ISLNK */
1388 /* #undef RUDIMENTS_HAVE_S_ISLNK */
1389 
1390 /* Some systems dont have S_ISSOCK */
1391 /* #undef RUDIMENTS_HAVE_S_ISSOCK */
1392 
1393 /* Some systems have tcsetattr */
1394 /* #undef RUDIMENTS_HAVE_TCSETATTR */
1395 
1396 /* Some systems have termios.h */
1397 /* #undef RUDIMENTS_HAVE_TERMIOS_H */
1398 
1399 /* Some systems have time.h */
1400 #define RUDIMENTS_HAVE_TIME_H 1
1401 
1402 /* Some systems have tlhelp32.h */
1403 #define RUDIMENTS_HAVE_TLHELP32_H 1
1404 
1405 /* Most systems have true/false */
1406 #define RUDIMENTS_HAVE_TRUE_FALSE 1
1407 
1408 /* Some systems have truncate */
1409 /* #undef RUDIMENTS_HAVE_TRUNCATE */
1410 
1411 /* Some systems have uadmin with a char * argument */
1412 /* #undef RUDIMENTS_HAVE_UADMIN_CHAR */
1413 
1414 /* Some systems have uadmin with a integer argument */
1415 /* #undef RUDIMENTS_HAVE_UADMIN_INT */
1416 
1417 /* Some systems have uchar.h */
1418 /* #undef RUDIMENTS_HAVE_UCHAR_H */
1419 
1420 /* Some systems have uint16_t */
1421 #define RUDIMENTS_HAVE_UINT16_T 1
1422 
1423 /* Some systems have uint32_t */
1424 #define RUDIMENTS_HAVE_UINT32_T 1
1425 
1426 /* Some systems have uint64_t */
1427 #define RUDIMENTS_HAVE_UINT64_T 1
1428 
1429 /* Some systems have uint8_t */
1430 #define RUDIMENTS_HAVE_UINT8_T 1
1431 
1432 /* Ultrix style statfs */
1433 /* #undef RUDIMENTS_HAVE_ULTRIX_STATFS */
1434 
1435 /* Some systems have umask */
1436 /* #undef RUDIMENTS_HAVE_UMASK */
1437 
1438 /* Some systems have uname */
1439 /* #undef RUDIMENTS_HAVE_UNAME */
1440 
1441 /* Some systems have fsync but dont define it */
1442 /* #undef RUDIMENTS_HAVE_UNDEFINED_FSYNC */
1443 
1444 /* Some systems have ftruncate but dont define it */
1445 /* #undef RUDIMENTS_HAVE_UNDEFINED_FTRUNCATE */
1446 
1447 /* Some systems have getpeername but dont define it */
1448 /* #undef RUDIMENTS_HAVE_UNDEFINED_GETPEERNAME */
1449 
1450 /* Some systems have getsockopt but dont define it */
1451 /* #undef RUDIMENTS_HAVE_UNDEFINED_GETSOCKOPT */
1452 
1453 /* Some systems have getsockopt but dont define it */
1454 /* #undef RUDIMENTS_HAVE_UNDEFINED_GETSOCKOPT */
1455 
1456 /* Some systems have recvmsg but dont define it */
1457 /* #undef RUDIMENTS_HAVE_UNDEFINED_RECVMSG */
1458 
1459 /* Some systems have sendmsg but dont define it */
1460 /* #undef RUDIMENTS_HAVE_UNDEFINED_SENDMSG */
1461 
1462 /* Some systems have setsockopt but dont define it */
1463 /* #undef RUDIMENTS_HAVE_UNDEFINED_SETSOCKOPT */
1464 
1465 /* Some systems have socket but dont define it */
1466 /* #undef RUDIMENTS_HAVE_UNDEFINED_SOCKET */
1467 
1468 /* Some systems have __vsnprintf but its not defined */
1469 /* #undef RUDIMENTS_HAVE_UNDEFINED___VSNPRINTF */
1470 
1471 /* Some systems have unistd.h */
1472 /* #undef RUDIMENTS_HAVE_UNISTD_H */
1473 
1474 /* Some systems have unlink */
1475 #define RUDIMENTS_HAVE_UNLINK 1
1476 
1477 /* Some systems have unsetenv */
1478 /* #undef RUDIMENTS_HAVE_UNSETENV */
1479 
1480 /* Some systems have utime */
1481 /* #undef RUDIMENTS_HAVE_UTIME */
1482 
1483 /* Some systems have utimes with char * argument */
1484 /* #undef RUDIMENTS_HAVE_UTIMES_CHAR */
1485 
1486 /* Some systems have utimes with const char * argument */
1487 /* #undef RUDIMENTS_HAVE_UTIMES_CONST_CHAR */
1488 
1489 /* Some systems have utime.h */
1490 /* #undef RUDIMENTS_HAVE_UTIME_H */
1491 
1492 /* Some systems have vasprintf */
1493 /* #undef RUDIMENTS_HAVE_VASPRINTF */
1494 
1495 /* Some systems have va_copy */
1496 #define RUDIMENTS_HAVE_VA_COPY 1
1497 
1498 /* Some systems have vdprintf */
1499 /* #undef RUDIMENTS_HAVE_VDPRINTF */
1500 
1501 /* Most systems have vsnprintf */
1502 /* #undef RUDIMENTS_HAVE_VSNPRINTF */
1503 
1504 /* Some systems have vsnprintf_s */
1505 #define RUDIMENTS_HAVE_VSNPRINTF_S 1
1506 
1507 /* GetDiskFreeSpace */
1508 #define RUDIMENTS_HAVE_WINDOWS_GETDISKFREESPACE 1
1509 
1510 /* Some systems have windows.h */
1511 #define RUDIMENTS_HAVE_WINDOWS_H 1
1512 
1513 /* Some systems have Sleep */
1514 #define RUDIMENTS_HAVE_WINDOWS_SLEEP 1
1515 
1516 /* Some systems have winsock2.h */
1517 #define RUDIMENTS_HAVE_WINSOCK2_H 1
1518 
1519 /* Some systems have write */
1520 #define RUDIMENTS_HAVE_WRITE 1
1521 
1522 /* Some systems have WSAConnect */
1523 #define RUDIMENTS_HAVE_WSACONNECT 1
1524 
1525 /* Some systems have WSADuplicateSocket */
1526 #define RUDIMENTS_HAVE_WSADUPLICATESOCKET 1
1527 
1528 /* Some systems have _access_s() */
1529 #define RUDIMENTS_HAVE__ACCESS_S 1
1530 
1531 /* Some systems have _chsize_s */
1532 #define RUDIMENTS_HAVE__CHSIZE_S 1
1533 
1534 /* Some systems have _close */
1535 #define RUDIMENTS_HAVE__CLOSE 1
1536 
1537 /* Some systems have _dup */
1538 #define RUDIMENTS_HAVE__DUP 1
1539 
1540 /* Some systems have _dup2 */
1541 #define RUDIMENTS_HAVE__DUP2 1
1542 
1543 /* Some systems have _dupenv_s */
1544 #define RUDIMENTS_HAVE__DUPENV_S 1
1545 
1546 /* Some systems have _lseek */
1547 #define RUDIMENTS_HAVE__LSEEK 1
1548 
1549 /* Some systems have _memccpy */
1550 #define RUDIMENTS_HAVE__MEMCCPY 1
1551 
1552 /* Some systems have _open */
1553 #define RUDIMENTS_HAVE__OPEN 1
1554 
1555 /* Some systems have _pipe */
1556 #define RUDIMENTS_HAVE__PIPE 1
1557 
1558 /* Some systems have _putenv */
1559 #define RUDIMENTS_HAVE__PUTENV 1
1560 
1561 /* Some systems have _read */
1562 #define RUDIMENTS_HAVE__READ 1
1563 
1564 /* Some systems have _swab */
1565 #define RUDIMENTS_HAVE__SWAB 1
1566 
1567 /* Some systems have _unlink */
1568 #define RUDIMENTS_HAVE__UNLINK 1
1569 
1570 /* Some systems have _vsnprintf */
1571 #define RUDIMENTS_HAVE__VSNPRINTF 1
1572 
1573 /* Some systems have _write */
1574 #define RUDIMENTS_HAVE__WRITE 1
1575 
1576 /* Some systems have __bswap64 */
1577 /* #undef RUDIMENTS_HAVE___BSWAP64 */
1578 
1579 /* iov_base is char * */
1580 #define RUDIMENTS_IOV_BASE_TYPE char *
1581 
1582 /* Some versions of libedit provide history_truncate_file */
1583 /* #undef RUDIMENTS_LIBEDIT_HAS_HISTORY_TRUNCATE_FILE */
1584 
1585 /* Some systems have swab but dont define it */
1586 /* #undef RUDIMENTS_MUST_DEFINE_SWAB */
1587 
1588 /* Solaris 2.6 has a few missing function prototypes */
1589 /* #undef RUDIMENTS_NEED_XNET_PROTOTYPES */
1590 
1591 /* Redfine NULL as 0 */
1592 /* #undef RUDIMENTS_REDEFINE_NULL */
1593 
1594 /* setsockopt has a const void * on most systems */
1595 #define RUDIMENTS_SETSOCKOPT_OPTVAL_TYPE const char *
1596 
1597 /* Most systems define signal handlers with an integer parameter */
1598 #define RUDIMENTS_SIGNAL_HANDLER_INT 1
1599 
1600 /* Use small rather than fast code */
1601 /* #undef RUDIMENTS_SMALL_CODE */
1602 
1603 /* getsockopt has a socklen_t * on most systems */
1604 #define RUDIMENTS_SOCKLEN_OR_SIZE_T socklen_t
1605 
1606 /* SSL_read/write can use a void * parameter instead of char * */
1607 /* #undef RUDIMENTS_SSL_VOID_PTR */
1608 
1609 /* Version */
1610 #define RUDIMENTS_VERSION "@RUDIMENTS_VERSION@"
1611 
1612 /* Define to 1 if you have the ANSI C header files. */
1613 /* #undef STDC_HEADERS */
1614 
1615 /* Hack for gcc on SCO OSR6 */
1616 /* #undef _CFRONT_3_0 */
1617 
1618 /* Syllable OS */
1619 /* #undef _SYLLABLE */
1620 
1621 /* Define to empty if `const' does not conform to ANSI C. */
1622 /* #undef const */
1623 
1624 /* Define to `int' if <sys/types.h> doesn't define. */
1625 #define gid_t int
1626 
1627 /* Define to `__inline__' or `__inline' if that's what the C compiler
1628  calls it, or to nothing if 'inline' is not supported under any name. */
1629 #ifndef __cplusplus
1630 /* #undef inline */
1631 #endif
1632 
1633 /* Some systems dont have key_t */
1634 #define key_t int
1635 
1636 /* Define to `int' if <sys/types.h> does not define. */
1637 #define mode_t int
1638 
1639 /* Some systems dont have nlink_t */
1640 #define nlink_t short
1641 
1642 /* Some systems dont have off64_t */
1643 #define off64_t int64_t
1644 
1645 /* Define to `int' if <sys/types.h> does not define. */
1646 #define pid_t int
1647 
1648 /* Define to `unsigned int' if <sys/types.h> does not define. */
1649 /* #undef size_t */
1650 
1651 /* Some systems dont define socklen_t */
1652 #define socklen_t int
1653 
1654 /* Define to `int' if <sys/types.h> does not define. */
1655 #define ssize_t int
1656 
1657 /* Define to `int' if <sys/types.h> doesn't define. */
1658 #define uid_t int