summaryrefslogtreecommitdiff
path: root/source/include/config.h.in
blob: 0402e0bc678ab5b1eb3420953dfcac55a644e2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
#undef _ALL_SOURCE
#endif

/* Define if type char is unsigned and you are not using gcc.  */
#ifndef __CHAR_UNSIGNED__
#undef __CHAR_UNSIGNED__
#endif

/* Define to empty if the keyword does not work.  */
#undef const

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef gid_t

/* Define if your struct stat has st_rdev.  */
#undef HAVE_ST_RDEV

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#undef HAVE_SYS_WAIT_H

/* Define as __inline if that's what the C compiler calls it.  */
#undef inline

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef mode_t

/* Define to `long' if <sys/types.h> doesn't define.  */
#undef off_t

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef pid_t

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef uid_t

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
#undef WORDS_BIGENDIAN

#undef HAVE_BROKEN_READDIR
#undef HAVE_ERRNO_DECL
#undef HAVE_LONGLONG
#undef HAVE_OFF64_T
#undef HAVE_REMSH
#undef HAVE_UNSIGNED_CHAR
#undef HAVE_UTIMBUF
#undef ssize_t
#undef ino_t
#undef ssize_t
#undef loff_t
#undef offset_t
#undef HAVE_CONNECT
#undef HAVE_SHORT_INO_T
#undef WITH_AFS
#undef WITH_DFS
#undef SUNOS5
#undef SUNOS4
#undef LINUX
#undef AIX
#undef IRIX
#undef HPUX
#undef QNX
#undef SCO
#undef OSF1
#undef NEXT2
#undef HAVE_SHARED_MMAP
#undef HAVE_SYSV_IPC
#undef HAVE_FCNTL_LOCK
#undef HAVE_FTRUNCATE_EXTEND
#undef HAVE_TRAPDOOR_UID
#undef HAVE_ROOT
#undef HAVE_UNION_SEMUN
#undef HAVE_NETMASK_IFCONF
#undef HAVE_GETTIMEOFDAY_TZ
#undef HAVE_SOCK_SIN_LEN
#undef STAT_READ_FILSYS
#undef STAT_STATFS2_BSIZE
#undef STAT_STATFS2_FSIZE
#undef STAT_STATFS2_FS_DATA
#undef STAT_STATFS3_OSF1
#undef STAT_STATFS4
#undef STAT_STATVFS
#undef STAT_STATVFS64
#undef HAVE_NETMASK_IFREQ
#undef HAVE_NETMASK_AIX
#undef HAVE_CRYPT
#undef WITH_MMAP
#undef WITH_SYSLOG
#undef WITH_SSL
#undef WITH_LDAP
#undef WITH_NISPLUS
#undef WITH_NISPLUS_HOME
#undef WITH_AUTOMOUNT
#undef WITH_SMBMOUNT
#undef HAVE_PAM_AUTHENTICATE
#undef HAVE_BROKEN_GETGROUPS
#undef REPLACE_GETPASS
#undef REPLACE_INET_NTOA
#undef HAVE_FILE_MACRO
#undef HAVE_FUNCTION_MACRO
#undef HAVE_SETRESUID_DECL
#undef HAVE_SETRESUID
#undef WITH_NETATALK
#undef HAVE_INO64_T
#undef HAVE_STRUCT_FLOCK64
#undef SIZEOF_INO_T
#undef SIZEOF_OFF_T
#undef STAT_STATVFS64
#undef HAVE_LIBREADLINE
#undef HAVE_KERNEL_OPLOCKS
#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
#undef KRB4_AUTH
#undef SEEKDIR_RETURNS_VOID
#undef HAVE_DIRENT_D_OFF

/* The number of bytes in a int.  */
#undef SIZEOF_INT

/* The number of bytes in a long.  */
#undef SIZEOF_LONG

/* The number of bytes in a short.  */
#undef SIZEOF_SHORT

/* Define if you have the __acl function.  */
#undef HAVE___ACL

/* Define if you have the __chdir function.  */
#undef HAVE___CHDIR

/* Define if you have the __close function.  */
#undef HAVE___CLOSE

/* Define if you have the __closedir function.  */
#undef HAVE___CLOSEDIR

/* Define if you have the __dup function.  */
#undef HAVE___DUP

/* Define if you have the __dup2 function.  */
#undef HAVE___DUP2

/* Define if you have the __facl function.  */
#undef HAVE___FACL

/* Define if you have the __fchdir function.  */
#undef HAVE___FCHDIR

/* Define if you have the __fcntl function.  */
#undef HAVE___FCNTL

/* Define if you have the __fork function.  */
#undef HAVE___FORK

/* Define if you have the __fstat function.  */
#undef HAVE___FSTAT

/* Define if you have the __fstat64 function.  */
#undef HAVE___FSTAT64

/* Define if you have the __fxstat function.  */
#undef HAVE___FXSTAT

/* Define if you have the __getcwd function.  */
#undef HAVE___GETCWD

/* Define if you have the __getdents function.  */
#undef HAVE___GETDENTS

/* Define if you have the __llseek function.  */
#undef HAVE___LLSEEK

/* Define if you have the __lseek function.  */
#undef HAVE___LSEEK

/* Define if you have the __lstat function.  */
#undef HAVE___LSTAT

/* Define if you have the __lstat64 function.  */
#undef HAVE___LSTAT64

/* Define if you have the __lxstat function.  */
#undef HAVE___LXSTAT

/* Define if you have the __open function.  */
#undef HAVE___OPEN

/* Define if you have the __open64 function.  */
#undef HAVE___OPEN64

/* Define if you have the __opendir function.  */
#undef HAVE___OPENDIR

/* Define if you have the __pread function.  */
#undef HAVE___PREAD

/* Define if you have the __pread64 function.  */
#undef HAVE___PREAD64

/* Define if you have the __pwrite function.  */
#undef HAVE___PWRITE

/* Define if you have the __pwrite64 function.  */
#undef HAVE___PWRITE64

/* Define if you have the __read function.  */
#undef HAVE___READ

/* Define if you have the __readdir function.  */
#undef HAVE___READDIR

/* Define if you have the __readdir64 function.  */
#undef HAVE___READDIR64

/* Define if you have the __seekdir function.  */
#undef HAVE___SEEKDIR

/* Define if you have the __stat function.  */
#undef HAVE___STAT

/* Define if you have the __stat64 function.  */
#undef HAVE___STAT64

/* Define if you have the __sys_llseek function.  */
#undef HAVE___SYS_LLSEEK

/* Define if you have the __telldir function.  */
#undef HAVE___TELLDIR

/* Define if you have the __write function.  */
#undef HAVE___WRITE

/* Define if you have the __xstat function.  */
#undef HAVE___XSTAT

/* Define if you have the _acl function.  */
#undef HAVE__ACL

/* Define if you have the _chdir function.  */
#undef HAVE__CHDIR

/* Define if you have the _close function.  */
#undef HAVE__CLOSE

/* Define if you have the _closedir function.  */
#undef HAVE__CLOSEDIR

/* Define if you have the _dup function.  */
#undef HAVE__DUP

/* Define if you have the _dup2 function.  */
#undef HAVE__DUP2

/* Define if you have the _facl function.  */
#undef HAVE__FACL

/* Define if you have the _fchdir function.  */
#undef HAVE__FCHDIR

/* Define if you have the _fcntl function.  */
#undef HAVE__FCNTL

/* Define if you have the _fork function.  */
#undef HAVE__FORK

/* Define if you have the _fstat function.  */
#undef HAVE__FSTAT

/* Define if you have the _fstat64 function.  */
#undef HAVE__FSTAT64

/* Define if you have the _getcwd function.  */
#undef HAVE__GETCWD

/* Define if you have the _getdents function.  */
#undef HAVE__GETDENTS

/* Define if you have the _llseek function.  */
#undef HAVE__LLSEEK

/* Define if you have the _lseek function.  */
#undef HAVE__LSEEK

/* Define if you have the _lstat function.  */
#undef HAVE__LSTAT

/* Define if you have the _lstat64 function.  */
#undef HAVE__LSTAT64

/* Define if you have the _open function.  */
#undef HAVE__OPEN

/* Define if you have the _open64 function.  */
#undef HAVE__OPEN64

/* Define if you have the _opendir function.  */
#undef HAVE__OPENDIR

/* Define if you have the _pread function.  */
#undef HAVE__PREAD

/* Define if you have the _pread64 function.  */
#undef HAVE__PREAD64

/* Define if you have the _pwrite function.  */
#undef HAVE__PWRITE

/* Define if you have the _pwrite64 function.  */
#undef HAVE__PWRITE64

/* Define if you have the _read function.  */
#undef HAVE__READ

/* Define if you have the _readdir function.  */
#undef HAVE__READDIR

/* Define if you have the _readdir64 function.  */
#undef HAVE__READDIR64

/* Define if you have the _seekdir function.  */
#undef HAVE__SEEKDIR

/* Define if you have the _stat function.  */
#undef HAVE__STAT

/* Define if you have the _stat64 function.  */
#undef HAVE__STAT64

/* Define if you have the _telldir function.  */
#undef HAVE__TELLDIR

/* Define if you have the _write function.  */
#undef HAVE__WRITE

/* Define if you have the atexit function.  */
#undef HAVE_ATEXIT

/* Define if you have the bigcrypt function.  */
#undef HAVE_BIGCRYPT

/* Define if you have the bzero function.  */
#undef HAVE_BZERO

/* Define if you have the chmod function.  */
#undef HAVE_CHMOD

/* Define if you have the chown function.  */
#undef HAVE_CHOWN

/* Define if you have the chroot function.  */
#undef HAVE_CHROOT

/* Define if you have the connect function.  */
#undef HAVE_CONNECT

/* Define if you have the creat64 function.  */
#undef HAVE_CREAT64

/* Define if you have the crypt function.  */
#undef HAVE_CRYPT

/* Define if you have the crypt16 function.  */
#undef HAVE_CRYPT16

/* Define if you have the dup2 function.  */
#undef HAVE_DUP2

/* Define if you have the execl function.  */
#undef HAVE_EXECL

/* Define if you have the fseek64 function.  */
#undef HAVE_FSEEK64

/* Define if you have the fstat function.  */
#undef HAVE_FSTAT

/* Define if you have the fstat64 function.  */
#undef HAVE_FSTAT64

/* Define if you have the fsync function.  */
#undef HAVE_FSYNC

/* Define if you have the ftell64 function.  */
#undef HAVE_FTELL64

/* Define if you have the ftruncate function.  */
#undef HAVE_FTRUNCATE

/* Define if you have the ftruncate64 function.  */
#undef HAVE_FTRUNCATE64

/* Define if you have the getauthuid function.  */
#undef HAVE_GETAUTHUID

/* Define if you have the getcwd function.  */
#undef HAVE_GETCWD

/* Define if you have the getdents function.  */
#undef HAVE_GETDENTS

/* Define if you have the getgrnam function.  */
#undef HAVE_GETGRNAM

/* Define if you have the getprpwnam function.  */
#undef HAVE_GETPRPWNAM

/* Define if you have the getpwanam function.  */
#undef HAVE_GETPWANAM

/* Define if you have the getrlimit function.  */
#undef HAVE_GETRLIMIT

/* Define if you have the getspnam function.  */
#undef HAVE_GETSPNAM

/* Define if you have the glob function.  */
#undef HAVE_GLOB

/* Define if you have the grantpt function.  */
#undef HAVE_GRANTPT

/* Define if you have the initgroups function.  */
#undef HAVE_INITGROUPS

/* Define if you have the innetgr function.  */
#undef HAVE_INNETGR

/* Define if you have the llseek function.  */
#undef HAVE_LLSEEK

/* Define if you have the lseek64 function.  */
#undef HAVE_LSEEK64

/* Define if you have the lstat64 function.  */
#undef HAVE_LSTAT64

/* Define if you have the memmove function.  */
#undef HAVE_MEMMOVE

/* Define if you have the memset function.  */
#undef HAVE_MEMSET

/* Define if you have the mktime function.  */
#undef HAVE_MKTIME

/* Define if you have the open64 function.  */
#undef HAVE_OPEN64

/* Define if you have the pam_authenticate function.  */
#undef HAVE_PAM_AUTHENTICATE

/* Define if you have the pathconf function.  */
#undef HAVE_PATHCONF

/* Define if you have the pipe function.  */
#undef HAVE_PIPE

/* Define if you have the pread function.  */
#undef HAVE_PREAD

/* Define if you have the pread64 function.  */
#undef HAVE_PREAD64

/* Define if you have the putprpwnam function.  */
#undef HAVE_PUTPRPWNAM

/* Define if you have the pwrite function.  */
#undef HAVE_PWRITE

/* Define if you have the pwrite64 function.  */
#undef HAVE_PWRITE64

/* Define if you have the rand function.  */
#undef HAVE_RAND

/* Define if you have the random function.  */
#undef HAVE_RANDOM

/* Define if you have the rdchk function.  */
#undef HAVE_RDCHK

/* Define if you have the readdir64 function.  */
#undef HAVE_READDIR64

/* Define if you have the rename function.  */
#undef HAVE_RENAME

/* Define if you have the select function.  */
#undef HAVE_SELECT

/* Define if you have the set_auth_parameters function.  */
#undef HAVE_SET_AUTH_PARAMETERS

/* Define if you have the setenv function.  */
#undef HAVE_SETENV

/* Define if you have the setgroups function.  */
#undef HAVE_SETGROUPS

/* Define if you have the setluid function.  */
#undef HAVE_SETLUID

/* Define if you have the setsid function.  */
#undef HAVE_SETSID

/* Define if you have the setuidx function.  */
#undef HAVE_SETUIDX

/* Define if you have the sigaction function.  */
#undef HAVE_SIGACTION

/* Define if you have the sigblock function.  */
#undef HAVE_SIGBLOCK

/* Define if you have the sigprocmask function.  */
#undef HAVE_SIGPROCMASK

/* Define if you have the srand function.  */
#undef HAVE_SRAND

/* Define if you have the srandom function.  */
#undef HAVE_SRANDOM

/* Define if you have the stat64 function.  */
#undef HAVE_STAT64

/* Define if you have the strchr function.  */
#undef HAVE_STRCHR

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define if you have the strpbrk function.  */
#undef HAVE_STRPBRK

/* Define if you have the utime function.  */
#undef HAVE_UTIME

/* Define if you have the utimes function.  */
#undef HAVE_UTIMES

/* Define if you have the vsnprintf function.  */
#undef HAVE_VSNPRINTF

/* Define if you have the waitpid function.  */
#undef HAVE_WAITPID

/* Define if you have the yp_get_default_domain function.  */
#undef HAVE_YP_GET_DEFAULT_DOMAIN

/* Define if you have the <compat.h> header file.  */
#undef HAVE_COMPAT_H

/* Define if you have the <ctype.h> header file.  */
#undef HAVE_CTYPE_H

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <grp.h> header file.  */
#undef HAVE_GRP_H

/* Define if you have the <history.h> header file.  */
#undef HAVE_HISTORY_H

/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H

/* Define if you have the <memory.h> header file.  */
#undef HAVE_MEMORY_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <net/if.h> header file.  */
#undef HAVE_NET_IF_H

/* Define if you have the <netinet/tcp.h> header file.  */
#undef HAVE_NETINET_TCP_H

/* Define if you have the <poll.h> header file.  */
#undef HAVE_POLL_H

/* Define if you have the <readline.h> header file.  */
#undef HAVE_READLINE_H

/* Define if you have the <readline/history.h> header file.  */
#undef HAVE_READLINE_HISTORY_H

/* Define if you have the <readline/readline.h> header file.  */
#undef HAVE_READLINE_READLINE_H

/* Define if you have the <rpc/auth.h> header file.  */
#undef HAVE_RPC_AUTH_H

/* Define if you have the <rpc/clnt.h> header file.  */
#undef HAVE_RPC_CLNT_H

/* Define if you have the <rpc/types.h> header file.  */
#undef HAVE_RPC_TYPES_H

/* Define if you have the <rpc/xdr.h> header file.  */
#undef HAVE_RPC_XDR_H

/* Define if you have the <rpcsvc/yp_prot.h> header file.  */
#undef HAVE_RPCSVC_YP_PROT_H

/* Define if you have the <rpcsvc/ypclnt.h> header file.  */
#undef HAVE_RPCSVC_YPCLNT_H

/* Define if you have the <security/pam_appl.h> header file.  */
#undef HAVE_SECURITY_PAM_APPL_H

/* Define if you have the <shadow.h> header file.  */
#undef HAVE_SHADOW_H

/* Define if you have the <stdarg.h> header file.  */
#undef HAVE_STDARG_H

/* Define if you have the <stdlib.h> header file.  */
#undef HAVE_STDLIB_H

/* Define if you have the <string.h> header file.  */
#undef HAVE_STRING_H

/* Define if you have the <strings.h> header file.  */
#undef HAVE_STRINGS_H

/* Define if you have the <stropts.h> header file.  */
#undef HAVE_STROPTS_H

/* Define if you have the <sys/acl.h> header file.  */
#undef HAVE_SYS_ACL_H

/* Define if you have the <sys/capability.h> header file.  */
#undef HAVE_SYS_CAPABILITY_H

/* Define if you have the <sys/cdefs.h> header file.  */
#undef HAVE_SYS_CDEFS_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/dustat.h> header file.  */
#undef HAVE_SYS_DUSTAT_H

/* Define if you have the <sys/fcntl.h> header file.  */
#undef HAVE_SYS_FCNTL_H

/* Define if you have the <sys/filio.h> header file.  */
#undef HAVE_SYS_FILIO_H

/* Define if you have the <sys/filsys.h> header file.  */
#undef HAVE_SYS_FILSYS_H

/* Define if you have the <sys/fs/s5param.h> header file.  */
#undef HAVE_SYS_FS_S5PARAM_H

/* Define if you have the <sys/id.h> header file.  */
#undef HAVE_SYS_ID_H

/* Define if you have the <sys/ioctl.h> header file.  */
#undef HAVE_SYS_IOCTL_H

/* Define if you have the <sys/mode.h> header file.  */
#undef HAVE_SYS_MODE_H

/* Define if you have the <sys/mount.h> header file.  */
#undef HAVE_SYS_MOUNT_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/param.h> header file.  */
#undef HAVE_SYS_PARAM_H

/* Define if you have the <sys/resource.h> header file.  */
#undef HAVE_SYS_RESOURCE_H

/* Define if you have the <sys/security.h> header file.  */
#undef HAVE_SYS_SECURITY_H

/* Define if you have the <sys/select.h> header file.  */
#undef HAVE_SYS_SELECT_H

/* Define if you have the <sys/socket.h> header file.  */
#undef HAVE_SYS_SOCKET_H

/* Define if you have the <sys/sockio.h> header file.  */
#undef HAVE_SYS_SOCKIO_H

/* Define if you have the <sys/statfs.h> header file.  */
#undef HAVE_SYS_STATFS_H

/* Define if you have the <sys/statvfs.h> header file.  */
#undef HAVE_SYS_STATVFS_H

/* Define if you have the <sys/syscall.h> header file.  */
#undef HAVE_SYS_SYSCALL_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <sys/unistd.h> header file.  */
#undef HAVE_SYS_UNISTD_H

/* Define if you have the <sys/vfs.h> header file.  */
#undef HAVE_SYS_VFS_H

/* Define if you have the <sys/wait.h> header file.  */
#undef HAVE_SYS_WAIT_H

/* Define if you have the <syscall.h> header file.  */
#undef HAVE_SYSCALL_H

/* Define if you have the <termios.h> header file.  */
#undef HAVE_TERMIOS_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <utime.h> header file.  */
#undef HAVE_UTIME_H

/* Define if you have the dl library (-ldl).  */
#undef HAVE_LIBDL

/* Define if you have the inet library (-linet).  */
#undef HAVE_LIBINET

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the nsl_s library (-lnsl_s).  */
#undef HAVE_LIBNSL_S

/* Define if you have the readline library (-lreadline).  */
#undef HAVE_LIBREADLINE

/* Define if you have the resolv library (-lresolv).  */
#undef HAVE_LIBRESOLV

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET