xref: /dflybsd-src/crypto/openssh/config.log (revision ba1276acd1c8c22d225b1bcf370a14c878644f44)
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by OpenSSH configure Portable, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit --with-pam --with-libedit --without-ssl-engine --without-rpath --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth --disable-pkcs11 ac_cv_lib_dl_dlopen=no
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = apollo.backplane.com
14uname -m = x86_64
15uname -r = 6.5-DEVELOPMENT
16uname -s = DragonFly
17uname -v = DragonFly v6.5.0.327.g7bd2c-DEVELOPMENT #0: Tue Dec  5 13:59:31 PST 2023     dillon@apollo.backplane.com:/usr/obj/usr/src/sys/X86_64_GENERIC
18
19/usr/bin/uname -p = x86_64
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /root/bin/
31PATH: /sbin/
32PATH: /bin/
33PATH: /usr/sbin/
34PATH: /usr/bin/
35PATH: /usr/games/
36PATH: /usr/local/sbin/
37PATH: /usr/local/bin/
38PATH: /usr/local/dice/bin/
39
40
41## ----------- ##
42## Core tests. ##
43## ----------- ##
44
45configure:2869: looking for aux files: install-sh config.guess config.sub
46configure:2882:  trying ./
47configure:2893:   ./install-sh found
48configure:2911:   ./config.guess found
49configure:2911:   ./config.sub found
50configure:3109: checking for cc
51configure:3130: found /usr/bin/cc
52configure:3141: result: cc
53configure:3172: checking for C compiler version
54configure:3181: cc --version >&5
55cc 8.3 [DragonFly] Release/2019-02-22
56Copyright (C) 2018 Free Software Foundation, Inc.
57This is free software; see the source for copying conditions.  There is NO
58warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59
60configure:3192: $? = 0
61configure:3181: cc -v >&5
62Using built-in specs.
63COLLECT_GCC=/usr/libexec/gcc80/cc
64COLLECT_LTO_WRAPPER=/usr/libexec/gcc80/lto-wrapper
65Target: x86_64-pc-dragonflybsd
66Configured with: DragonFly/x86_64 system compiler (c c++ LTO)
67Thread model: posix
68gcc version 8.3 [DragonFly] Release/2019-02-22
69configure:3192: $? = 0
70configure:3181: cc -V >&5
71cc: error: unrecognized command line option '-V'
72cc: fatal error: no input files
73compilation terminated.
74configure:3192: $? = 1
75configure:3181: cc -qversion >&5
76cc: error: unrecognized command line option '-qversion'; did you mean '--version'?
77cc: fatal error: no input files
78compilation terminated.
79configure:3192: $? = 1
80configure:3181: cc -version >&5
81cc: error: unrecognized command line option '-version'
82cc: fatal error: no input files
83compilation terminated.
84configure:3192: $? = 1
85configure:3212: checking whether the C compiler works
86configure:3234: cc    conftest.c  >&5
87configure:3238: $? = 0
88configure:3288: result: yes
89configure:3291: checking for C compiler default output file name
90configure:3293: result: a.out
91configure:3299: checking for suffix of executables
92configure:3306: cc -o conftest    conftest.c  >&5
93configure:3310: $? = 0
94configure:3333: result:
95configure:3355: checking whether we are cross compiling
96configure:3363: cc -o conftest    conftest.c  >&5
97configure:3367: $? = 0
98configure:3374: ./conftest
99configure:3378: $? = 0
100configure:3393: result: no
101configure:3398: checking for suffix of object files
102configure:3421: cc -c   conftest.c >&5
103configure:3425: $? = 0
104configure:3447: result: o
105configure:3451: checking whether the compiler supports GNU C
106configure:3471: cc -c   conftest.c >&5
107configure:3471: $? = 0
108configure:3481: result: yes
109configure:3492: checking whether cc accepts -g
110configure:3513: cc -c -g  conftest.c >&5
111configure:3513: $? = 0
112configure:3557: result: yes
113configure:3577: checking for cc option to enable C11 features
114configure:3592: cc  -c -g -O2  conftest.c >&5
115configure:3592: $? = 0
116configure:3610: result: none needed
117configure:3722: checking if cc supports C99-style variadic macros
118configure:3739: cc -c -g -O2  conftest.c >&5
119configure:3739: $? = 0
120configure:3741: result: yes
121configure:3756: checking build system type
122configure:3771: result: x86_64-unknown-dragonfly6.5
123configure:3791: checking host system type
124configure:3805: result: x86_64-unknown-dragonfly6.5
125configure:3829: checking for stdio.h
126configure:3829: cc -c -g -O2  conftest.c >&5
127configure:3829: $? = 0
128configure:3829: result: yes
129configure:3829: checking for stdlib.h
130configure:3829: cc -c -g -O2  conftest.c >&5
131configure:3829: $? = 0
132configure:3829: result: yes
133configure:3829: checking for string.h
134configure:3829: cc -c -g -O2  conftest.c >&5
135configure:3829: $? = 0
136configure:3829: result: yes
137configure:3829: checking for inttypes.h
138configure:3829: cc -c -g -O2  conftest.c >&5
139configure:3829: $? = 0
140configure:3829: result: yes
141configure:3829: checking for stdint.h
142configure:3829: cc -c -g -O2  conftest.c >&5
143configure:3829: $? = 0
144configure:3829: result: yes
145configure:3829: checking for strings.h
146configure:3829: cc -c -g -O2  conftest.c >&5
147configure:3829: $? = 0
148configure:3829: result: yes
149configure:3829: checking for sys/stat.h
150configure:3829: cc -c -g -O2  conftest.c >&5
151configure:3829: $? = 0
152configure:3829: result: yes
153configure:3829: checking for sys/types.h
154configure:3829: cc -c -g -O2  conftest.c >&5
155configure:3829: $? = 0
156configure:3829: result: yes
157configure:3829: checking for unistd.h
158configure:3829: cc -c -g -O2  conftest.c >&5
159configure:3829: $? = 0
160configure:3829: result: yes
161configure:3854: checking whether byte ordering is bigendian
162configure:3870: cc -c -g -O2  conftest.c >&5
163conftest.c:20:9: error: unknown type name 'not'
164         not a universal capable compiler
165         ^~~
166conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
167         not a universal capable compiler
168               ^~~~~~~~~
169conftest.c:20:15: error: unknown type name 'universal'
170configure:3870: $? = 1
171configure: failed program was:
172| /* confdefs.h */
173| #define PACKAGE_NAME "OpenSSH"
174| #define PACKAGE_TARNAME "openssh"
175| #define PACKAGE_VERSION "Portable"
176| #define PACKAGE_STRING "OpenSSH Portable"
177| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
178| #define PACKAGE_URL ""
179| #define HAVE_STDIO_H 1
180| #define HAVE_STDLIB_H 1
181| #define HAVE_STRING_H 1
182| #define HAVE_INTTYPES_H 1
183| #define HAVE_STDINT_H 1
184| #define HAVE_STRINGS_H 1
185| #define HAVE_SYS_STAT_H 1
186| #define HAVE_SYS_TYPES_H 1
187| #define HAVE_UNISTD_H 1
188| #define STDC_HEADERS 1
189| /* end confdefs.h.  */
190| #ifndef __APPLE_CC__
191| 	       not a universal capable compiler
192| 	     #endif
193| 	     typedef int dummy;
194|
195configure:3916: cc -c -g -O2  conftest.c >&5
196configure:3916: $? = 0
197configure:3935: cc -c -g -O2  conftest.c >&5
198conftest.c: In function 'main':
199conftest.c:26:4: error: unknown type name 'not'; did you mean 'ino_t'?
200    not big endian
201    ^~~
202    ino_t
203conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
204    not big endian
205            ^~~~~~
206configure:3935: $? = 1
207configure: failed program was:
208| /* confdefs.h */
209| #define PACKAGE_NAME "OpenSSH"
210| #define PACKAGE_TARNAME "openssh"
211| #define PACKAGE_VERSION "Portable"
212| #define PACKAGE_STRING "OpenSSH Portable"
213| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
214| #define PACKAGE_URL ""
215| #define HAVE_STDIO_H 1
216| #define HAVE_STDLIB_H 1
217| #define HAVE_STRING_H 1
218| #define HAVE_INTTYPES_H 1
219| #define HAVE_STDINT_H 1
220| #define HAVE_STRINGS_H 1
221| #define HAVE_SYS_STAT_H 1
222| #define HAVE_SYS_TYPES_H 1
223| #define HAVE_UNISTD_H 1
224| #define STDC_HEADERS 1
225| /* end confdefs.h.  */
226| #include <sys/types.h>
227| 		#include <sys/param.h>
228|
229| int
230| main (void)
231| {
232| #if BYTE_ORDER != BIG_ENDIAN
233| 		 not big endian
234| 		#endif
235|
236|   ;
237|   return 0;
238| }
239configure:4069: result: no
240configure:4093: checking for gawk
241configure:4128: result: no
242configure:4093: checking for mawk
243configure:4128: result: no
244configure:4093: checking for nawk
245configure:4128: result: no
246configure:4093: checking for awk
247configure:4114: found /usr/bin/awk
248configure:4125: result: awk
249configure:4141: checking how to run the C preprocessor
250configure:4167: cc -E  conftest.c
251configure:4167: $? = 0
252configure:4182: cc -E  conftest.c
253conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory
254 #include <ac_nonexistent.h>
255          ^~~~~~~~~~~~~~~~~~
256compilation terminated.
257configure:4182: $? = 1
258configure: failed program was:
259| /* confdefs.h */
260| #define PACKAGE_NAME "OpenSSH"
261| #define PACKAGE_TARNAME "openssh"
262| #define PACKAGE_VERSION "Portable"
263| #define PACKAGE_STRING "OpenSSH Portable"
264| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
265| #define PACKAGE_URL ""
266| #define HAVE_STDIO_H 1
267| #define HAVE_STDLIB_H 1
268| #define HAVE_STRING_H 1
269| #define HAVE_INTTYPES_H 1
270| #define HAVE_STDINT_H 1
271| #define HAVE_STRINGS_H 1
272| #define HAVE_SYS_STAT_H 1
273| #define HAVE_SYS_TYPES_H 1
274| #define HAVE_UNISTD_H 1
275| #define STDC_HEADERS 1
276| /* end confdefs.h.  */
277| #include <ac_nonexistent.h>
278configure:4209: result: cc -E
279configure:4223: cc -E  conftest.c
280configure:4223: $? = 0
281configure:4238: cc -E  conftest.c
282conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory
283 #include <ac_nonexistent.h>
284          ^~~~~~~~~~~~~~~~~~
285compilation terminated.
286configure:4238: $? = 1
287configure: failed program was:
288| /* confdefs.h */
289| #define PACKAGE_NAME "OpenSSH"
290| #define PACKAGE_TARNAME "openssh"
291| #define PACKAGE_VERSION "Portable"
292| #define PACKAGE_STRING "OpenSSH Portable"
293| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
294| #define PACKAGE_URL ""
295| #define HAVE_STDIO_H 1
296| #define HAVE_STDLIB_H 1
297| #define HAVE_STRING_H 1
298| #define HAVE_INTTYPES_H 1
299| #define HAVE_STDINT_H 1
300| #define HAVE_STRINGS_H 1
301| #define HAVE_SYS_STAT_H 1
302| #define HAVE_SYS_TYPES_H 1
303| #define HAVE_UNISTD_H 1
304| #define STDC_HEADERS 1
305| /* end confdefs.h.  */
306| #include <ac_nonexistent.h>
307configure:4316: checking for ranlib
308configure:4337: found /usr/bin/ranlib
309configure:4348: result: ranlib
310configure:4385: checking for a BSD-compatible install
311configure:4458: result: /usr/bin/install -c
312configure:4469: checking for grep that handles long lines and -e
313configure:4533: result: /usr/bin/grep
314configure:4538: checking for egrep
315configure:4606: result: /usr/bin/grep -E
316configure:4612: checking for a race-free mkdir -p
317configure:4656: result: ./install-sh -c -d
318configure:4713: checking for ar
319configure:4734: found /usr/bin/ar
320configure:4745: result: ar
321configure:4771: checking for cat
322configure:4794: found /bin/cat
323configure:4806: result: /bin/cat
324configure:4816: checking for kill
325configure:4839: found /bin/kill
326configure:4851: result: /bin/kill
327configure:4861: checking for sed
328configure:4884: found /usr/bin/sed
329configure:4896: result: /usr/bin/sed
330configure:4906: checking for bash
331configure:4929: found /usr/local/bin/bash
332configure:4941: result: /usr/local/bin/bash
333configure:4951: checking for ksh
334configure:4986: result: /usr/local/bin/bash
335configure:4996: checking for sh
336configure:5031: result: /usr/local/bin/bash
337configure:5041: checking for bash
338configure:5064: found /usr/local/bin/bash
339configure:5076: result: /usr/local/bin/bash
340configure:5086: checking for ksh
341configure:5121: result: /usr/local/bin/bash
342configure:5131: checking for sh
343configure:5166: result: /usr/local/bin/bash
344configure:5176: checking for groff
345configure:5199: found /usr/local/bin/groff
346configure:5211: result: /usr/local/bin/groff
347configure:5221: checking for nroff
348configure:5244: found /usr/local/bin/nroff
349configure:5256: result: /usr/local/bin/nroff
350configure:5266: checking for mandoc
351configure:5289: found /usr/bin/mandoc
352configure:5301: result: /usr/bin/mandoc
353configure:5360: checking for pkg-config
354configure:5383: found /usr/local/bin/pkg-config
355configure:5395: result: /usr/local/bin/pkg-config
356configure:5435: checking for groupadd
357configure:5471: result: groupadd
358configure:5481: checking for useradd
359configure:5517: result: useradd
360configure:5527: checking for pkgmk
361configure:5560: result: no
362configure:5585: checking for special C compiler options needed for large files
363configure:5633: result: no
364configure:5639: checking for _FILE_OFFSET_BITS value needed for large files
365configure:5665: cc -c -g -O2  conftest.c >&5
366configure:5665: $? = 0
367configure:5699: result: no
368configure:5788: checking for passwd
369configure:5811: found /usr/bin/passwd
370configure:5823: result: /usr/bin/passwd
371configure:5840: checking for inline
372configure:5857: cc -c -g -O2  conftest.c >&5
373configure:5857: $? = 0
374configure:5866: result: inline
375configure:5885: checking for cc options needed to detect all undeclared functions
376configure:5907: cc -c -g -O2   conftest.c >&5
377conftest.c: In function 'main':
378conftest.c:24:8: error: 'strchr' undeclared (first use in this function)
379 (void) strchr;
380        ^~~~~~
381conftest.c:24:8: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
382conftest.c:1:1:
383 /* confdefs.h */
384conftest.c:24:8:
385 (void) strchr;
386        ^~~~~~
387conftest.c:24:8: note: each undeclared identifier is reported only once for each function it appears in
388configure:5907: $? = 1
389configure: failed program was:
390| /* confdefs.h */
391| #define PACKAGE_NAME "OpenSSH"
392| #define PACKAGE_TARNAME "openssh"
393| #define PACKAGE_VERSION "Portable"
394| #define PACKAGE_STRING "OpenSSH Portable"
395| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
396| #define PACKAGE_URL ""
397| #define HAVE_STDIO_H 1
398| #define HAVE_STDLIB_H 1
399| #define HAVE_STRING_H 1
400| #define HAVE_INTTYPES_H 1
401| #define HAVE_STDINT_H 1
402| #define HAVE_STRINGS_H 1
403| #define HAVE_SYS_STAT_H 1
404| #define HAVE_SYS_TYPES_H 1
405| #define HAVE_UNISTD_H 1
406| #define STDC_HEADERS 1
407| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
408| /* end confdefs.h.  */
409|
410| int
411| main (void)
412| {
413| (void) strchr;
414|   ;
415|   return 0;
416| }
417configure:5934: cc -c -g -O2   conftest.c >&5
418configure:5934: $? = 0
419configure:5951: result: none needed
420configure:5965: checking whether LLONG_MAX is declared
421configure:5965: cc -c -g -O2   conftest.c >&5
422configure:5965: $? = 0
423configure:5965: result: yes
424configure:5971: checking whether LONG_LONG_MAX is declared
425configure:5971: cc -c -g -O2   conftest.c >&5
426conftest.c: In function 'main':
427conftest.c:29:10: error: 'LONG_LONG_MAX' undeclared (first use in this function); did you mean 'LLONG_MAX'?
428   (void) LONG_LONG_MAX;
429          ^~~~~~~~~~~~~
430          LLONG_MAX
431conftest.c:29:10: note: each undeclared identifier is reported only once for each function it appears in
432configure:5971: $? = 1
433configure: failed program was:
434| /* confdefs.h */
435| #define PACKAGE_NAME "OpenSSH"
436| #define PACKAGE_TARNAME "openssh"
437| #define PACKAGE_VERSION "Portable"
438| #define PACKAGE_STRING "OpenSSH Portable"
439| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
440| #define PACKAGE_URL ""
441| #define HAVE_STDIO_H 1
442| #define HAVE_STDLIB_H 1
443| #define HAVE_STRING_H 1
444| #define HAVE_INTTYPES_H 1
445| #define HAVE_STDINT_H 1
446| #define HAVE_STRINGS_H 1
447| #define HAVE_SYS_STAT_H 1
448| #define HAVE_SYS_TYPES_H 1
449| #define HAVE_UNISTD_H 1
450| #define STDC_HEADERS 1
451| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
452| /* end confdefs.h.  */
453| #include <limits.h>
454|
455| int
456| main (void)
457| {
458| #ifndef LONG_LONG_MAX
459| #ifdef __cplusplus
460|   (void) LONG_LONG_MAX;
461| #else
462|   (void) LONG_LONG_MAX;
463| #endif
464| #endif
465|
466|   ;
467|   return 0;
468| }
469configure:5971: result: no
470configure:5977: checking whether SYSTR_POLICY_KILL is declared
471configure:5977: cc -c -g -O2   conftest.c >&5
472conftest.c:23:11: fatal error: dev/systrace.h: No such file or directory
473  #include <dev/systrace.h>
474           ^~~~~~~~~~~~~~~~
475compilation terminated.
476configure:5977: $? = 1
477configure: failed program was:
478| /* confdefs.h */
479| #define PACKAGE_NAME "OpenSSH"
480| #define PACKAGE_TARNAME "openssh"
481| #define PACKAGE_VERSION "Portable"
482| #define PACKAGE_STRING "OpenSSH Portable"
483| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
484| #define PACKAGE_URL ""
485| #define HAVE_STDIO_H 1
486| #define HAVE_STDLIB_H 1
487| #define HAVE_STRING_H 1
488| #define HAVE_INTTYPES_H 1
489| #define HAVE_STDINT_H 1
490| #define HAVE_STRINGS_H 1
491| #define HAVE_SYS_STAT_H 1
492| #define HAVE_SYS_TYPES_H 1
493| #define HAVE_UNISTD_H 1
494| #define STDC_HEADERS 1
495| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
496| /* end confdefs.h.  */
497|
498| 	#include <sys/types.h>
499| 	#include <sys/param.h>
500| 	#include <dev/systrace.h>
501|
502|
503| int
504| main (void)
505| {
506| #ifndef SYSTR_POLICY_KILL
507| #ifdef __cplusplus
508|   (void) SYSTR_POLICY_KILL;
509| #else
510|   (void) SYSTR_POLICY_KILL;
511| #endif
512| #endif
513|
514|   ;
515|   return 0;
516| }
517configure:5977: result: no
518configure:5987: checking whether RLIMIT_NPROC is declared
519configure:5987: cc -c -g -O2   conftest.c >&5
520configure:5987: $? = 0
521configure:5987: result: yes
522configure:5998: checking whether PR_SET_NO_NEW_PRIVS is declared
523configure:5998: cc -c -g -O2   conftest.c >&5
524conftest.c:23:11: fatal error: linux/prctl.h: No such file or directory
525  #include <linux/prctl.h>
526           ^~~~~~~~~~~~~~~
527compilation terminated.
528configure:5998: $? = 1
529configure: failed program was:
530| /* confdefs.h */
531| #define PACKAGE_NAME "OpenSSH"
532| #define PACKAGE_TARNAME "openssh"
533| #define PACKAGE_VERSION "Portable"
534| #define PACKAGE_STRING "OpenSSH Portable"
535| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
536| #define PACKAGE_URL ""
537| #define HAVE_STDIO_H 1
538| #define HAVE_STDLIB_H 1
539| #define HAVE_STRING_H 1
540| #define HAVE_INTTYPES_H 1
541| #define HAVE_STDINT_H 1
542| #define HAVE_STRINGS_H 1
543| #define HAVE_SYS_STAT_H 1
544| #define HAVE_SYS_TYPES_H 1
545| #define HAVE_UNISTD_H 1
546| #define STDC_HEADERS 1
547| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
548| #define HAVE_RLIMIT_NPROC /**/
549| /* end confdefs.h.  */
550|
551| 	#include <sys/types.h>
552| 	#include <linux/prctl.h>
553|
554|
555| int
556| main (void)
557| {
558| #ifndef PR_SET_NO_NEW_PRIVS
559| #ifdef __cplusplus
560|   (void) PR_SET_NO_NEW_PRIVS;
561| #else
562|   (void) PR_SET_NO_NEW_PRIVS;
563| #endif
564| #endif
565|
566|   ;
567|   return 0;
568| }
569configure:5998: result: no
570configure:6022: checking whether OpenSSL will be used for cryptography
571configure:6025: result: yes
572configure:6071: checking if cc supports -Werror
573configure:6079: cc -c -g -O2 -Werror  conftest.c >&5
574configure:6079: $? = 0
575configure:6081: result: yes
576configure:6094: checking gcc version
577configure:6105: result: 8.3
578configure:6108: checking clang version
579configure:6118: result:
580configure:6122: checking if cc supports compile flag -pipe
581configure:6183: cc -c -g -O2 -Werror -pipe  conftest.c >&5
582configure:6183: $? = 0
583configure:6253: cc -o conftest -g -O2 -Werror -pipe   conftest.c  >&5
584configure:6253: $? = 0
585configure:6253: ./conftest
586configure:6253: $? = 0
587configure:6255: result: yes
588configure:6277: checking if cc supports compile flag -Wunknown-warning-option
589configure:6338: cc -c -g -O2 -pipe -Werror -Wunknown-warning-option  conftest.c >&5
590cc: error: unrecognized command line option '-Wunknown-warning-option'
591configure:6338: $? = 1
592configure: failed program was:
593| /* confdefs.h */
594| #define PACKAGE_NAME "OpenSSH"
595| #define PACKAGE_TARNAME "openssh"
596| #define PACKAGE_VERSION "Portable"
597| #define PACKAGE_STRING "OpenSSH Portable"
598| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
599| #define PACKAGE_URL ""
600| #define HAVE_STDIO_H 1
601| #define HAVE_STDLIB_H 1
602| #define HAVE_STRING_H 1
603| #define HAVE_INTTYPES_H 1
604| #define HAVE_STDINT_H 1
605| #define HAVE_STRINGS_H 1
606| #define HAVE_SYS_STAT_H 1
607| #define HAVE_SYS_TYPES_H 1
608| #define HAVE_UNISTD_H 1
609| #define STDC_HEADERS 1
610| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
611| #define HAVE_RLIMIT_NPROC /**/
612| #define WITH_OPENSSL 1
613| /* end confdefs.h.  */
614|
615| #include <stdlib.h>
616| #include <stdarg.h>
617| #include <stdio.h>
618| #include <string.h>
619| #include <unistd.h>
620| /* Trivial function to help test for -fzero-call-used-regs */
621| int f(int n) {return rand() % n;}
622| char *f2(char *s, ...) {
623| 	char ret[64];
624| 	va_list args;
625| 	va_start(args, s);
626| 	vsnprintf(ret, sizeof(ret), s, args);
627| 	va_end(args);
628| 	return strdup(ret);
629| }
630| int i;
631| double d;
632| const char *f3(int s) {
633| 	i = (int)d;
634| 	return s ? "good" : "gooder";
635| }
636| int main(int argc, char **argv) {
637| 	char b[256], *cp;
638| 	const char *s;
639| 	/* Some math to catch -ftrapv problems in the toolchain */
640| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
641| 	float l = i * 2.1;
642| 	double m = l / 0.5;
643| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
644| 	(void)argv;
645| 	f(1);
646| 	s = f3(f(2));
647| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
648| 	if (write(1, b, 0) == -1) exit(0);
649| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
650| 	if (write(1, cp, 0) == -1) exit(0);
651| 	free(cp);
652| 	/*
653| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
654| 	 * not understand comments and we don't use the "fallthrough" attribute
655| 	 * that it's looking for.
656| 	 */
657| 	switch(i){
658| 	case 0: j += i;
659| 		/* FALLTHROUGH */
660| 	default: j += k;
661| 	}
662| 	exit(0);
663| }
664|
665|
666configure:6424: result: no
667configure:6432: checking if cc supports compile flag -Wno-error=format-truncation
668configure:6493: cc -c -g -O2 -pipe -Werror -Wno-error=format-truncation  conftest.c >&5
669configure:6493: $? = 0
670configure:6563: cc -o conftest -g -O2 -pipe -Werror -Wno-error=format-truncation   conftest.c  >&5
671configure:6563: $? = 0
672configure:6563: ./conftest
673configure:6563: $? = 0
674configure:6565: result: yes
675configure:6587: checking if cc supports compile flag -Qunused-arguments
676configure:6648: cc -c -g -O2 -pipe -Wno-error=format-truncation -Werror -Qunused-arguments  conftest.c >&5
677cc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'?
678configure:6648: $? = 1
679configure: failed program was:
680| /* confdefs.h */
681| #define PACKAGE_NAME "OpenSSH"
682| #define PACKAGE_TARNAME "openssh"
683| #define PACKAGE_VERSION "Portable"
684| #define PACKAGE_STRING "OpenSSH Portable"
685| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
686| #define PACKAGE_URL ""
687| #define HAVE_STDIO_H 1
688| #define HAVE_STDLIB_H 1
689| #define HAVE_STRING_H 1
690| #define HAVE_INTTYPES_H 1
691| #define HAVE_STDINT_H 1
692| #define HAVE_STRINGS_H 1
693| #define HAVE_SYS_STAT_H 1
694| #define HAVE_SYS_TYPES_H 1
695| #define HAVE_UNISTD_H 1
696| #define STDC_HEADERS 1
697| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
698| #define HAVE_RLIMIT_NPROC /**/
699| #define WITH_OPENSSL 1
700| /* end confdefs.h.  */
701|
702| #include <stdlib.h>
703| #include <stdarg.h>
704| #include <stdio.h>
705| #include <string.h>
706| #include <unistd.h>
707| /* Trivial function to help test for -fzero-call-used-regs */
708| int f(int n) {return rand() % n;}
709| char *f2(char *s, ...) {
710| 	char ret[64];
711| 	va_list args;
712| 	va_start(args, s);
713| 	vsnprintf(ret, sizeof(ret), s, args);
714| 	va_end(args);
715| 	return strdup(ret);
716| }
717| int i;
718| double d;
719| const char *f3(int s) {
720| 	i = (int)d;
721| 	return s ? "good" : "gooder";
722| }
723| int main(int argc, char **argv) {
724| 	char b[256], *cp;
725| 	const char *s;
726| 	/* Some math to catch -ftrapv problems in the toolchain */
727| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
728| 	float l = i * 2.1;
729| 	double m = l / 0.5;
730| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
731| 	(void)argv;
732| 	f(1);
733| 	s = f3(f(2));
734| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
735| 	if (write(1, b, 0) == -1) exit(0);
736| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
737| 	if (write(1, cp, 0) == -1) exit(0);
738| 	free(cp);
739| 	/*
740| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
741| 	 * not understand comments and we don't use the "fallthrough" attribute
742| 	 * that it's looking for.
743| 	 */
744| 	switch(i){
745| 	case 0: j += i;
746| 		/* FALLTHROUGH */
747| 	default: j += k;
748| 	}
749| 	exit(0);
750| }
751|
752|
753configure:6734: result: no
754configure:6742: checking if cc supports compile flag -Wall
755configure:6803: cc -c -g -O2 -pipe -Wno-error=format-truncation -Werror -Wall  conftest.c >&5
756configure:6803: $? = 0
757configure:6873: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Werror -Wall   conftest.c  >&5
758configure:6873: $? = 0
759configure:6873: ./conftest
760configure:6873: $? = 0
761configure:6875: result: yes
762configure:6897: checking if cc supports compile flag -Wextra
763configure:6958: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Werror -Wextra  conftest.c >&5
764configure:6958: $? = 0
765configure:7028: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Werror -Wextra   conftest.c  >&5
766configure:7028: $? = 0
767configure:7028: ./conftest
768configure:7028: $? = 0
769configure:7030: result: yes
770configure:7052: checking if cc supports compile flag -Wpointer-arith
771configure:7113: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Werror -Wpointer-arith  conftest.c >&5
772configure:7113: $? = 0
773configure:7183: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Werror -Wpointer-arith   conftest.c  >&5
774configure:7183: $? = 0
775configure:7183: ./conftest
776configure:7183: $? = 0
777configure:7185: result: yes
778configure:7207: checking if cc supports compile flag -Wuninitialized
779configure:7268: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Werror -Wuninitialized  conftest.c >&5
780configure:7268: $? = 0
781configure:7338: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Werror -Wuninitialized   conftest.c  >&5
782configure:7338: $? = 0
783configure:7338: ./conftest
784configure:7338: $? = 0
785configure:7340: result: yes
786configure:7362: checking if cc supports compile flag -Wsign-compare
787configure:7423: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Werror -Wsign-compare  conftest.c >&5
788configure:7423: $? = 0
789configure:7493: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Werror -Wsign-compare   conftest.c  >&5
790configure:7493: $? = 0
791configure:7493: ./conftest
792configure:7493: $? = 0
793configure:7495: result: yes
794configure:7517: checking if cc supports compile flag -Wformat-security
795configure:7578: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security  conftest.c >&5
796configure:7578: $? = 0
797configure:7648: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Werror -Wformat-security   conftest.c  >&5
798configure:7648: $? = 0
799configure:7648: ./conftest
800configure:7648: $? = 0
801configure:7650: result: yes
802configure:7672: checking if cc supports compile flag -Wsizeof-pointer-memaccess
803configure:7733: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess  conftest.c >&5
804configure:7733: $? = 0
805configure:7803: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Werror -Wsizeof-pointer-memaccess   conftest.c  >&5
806configure:7803: $? = 0
807configure:7803: ./conftest
808configure:7803: $? = 0
809configure:7805: result: yes
810configure:7827: checking if cc supports compile flag -Wpointer-sign
811configure:7888: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign  conftest.c >&5
812configure:7888: $? = 0
813configure:7958: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Werror -Wpointer-sign   conftest.c  >&5
814configure:7958: $? = 0
815configure:7958: ./conftest
816configure:7958: $? = 0
817configure:7960: result: yes
818configure:7982: checking if cc supports compile flag -Wunused-parameter
819configure:8043: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-parameter  conftest.c >&5
820configure:8043: $? = 0
821configure:8113: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Werror -Wunused-parameter   conftest.c  >&5
822configure:8113: $? = 0
823configure:8113: ./conftest
824configure:8113: $? = 0
825configure:8115: result: yes
826configure:8137: checking if cc supports compile flag -Wunused-result
827configure:8198: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Werror -Wunused-result  conftest.c >&5
828configure:8198: $? = 0
829configure:8268: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Werror -Wunused-result   conftest.c  >&5
830configure:8268: $? = 0
831configure:8268: ./conftest
832configure:8268: $? = 0
833configure:8270: result: yes
834configure:8292: checking if cc supports compile flag -Wimplicit-fallthrough
835configure:8353: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Werror -Wimplicit-fallthrough  conftest.c >&5
836configure:8353: $? = 0
837configure:8423: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Werror -Wimplicit-fallthrough   conftest.c  >&5
838configure:8423: $? = 0
839configure:8423: ./conftest
840configure:8423: $? = 0
841configure:8425: result: yes
842configure:8447: checking if cc supports compile flag -Wmisleading-indentation
843configure:8508: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Werror -Wmisleading-indentation  conftest.c >&5
844configure:8508: $? = 0
845configure:8578: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Werror -Wmisleading-indentation   conftest.c  >&5
846configure:8578: $? = 0
847configure:8578: ./conftest
848configure:8578: $? = 0
849configure:8580: result: yes
850configure:8602: checking if cc supports compile flag -Wbitwise-instead-of-logical
851configure:8663: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -Wbitwise-instead-of-logical  conftest.c >&5
852cc: error: unrecognized command line option '-Wbitwise-instead-of-logical'
853configure:8663: $? = 1
854configure: failed program was:
855| /* confdefs.h */
856| #define PACKAGE_NAME "OpenSSH"
857| #define PACKAGE_TARNAME "openssh"
858| #define PACKAGE_VERSION "Portable"
859| #define PACKAGE_STRING "OpenSSH Portable"
860| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
861| #define PACKAGE_URL ""
862| #define HAVE_STDIO_H 1
863| #define HAVE_STDLIB_H 1
864| #define HAVE_STRING_H 1
865| #define HAVE_INTTYPES_H 1
866| #define HAVE_STDINT_H 1
867| #define HAVE_STRINGS_H 1
868| #define HAVE_SYS_STAT_H 1
869| #define HAVE_SYS_TYPES_H 1
870| #define HAVE_UNISTD_H 1
871| #define STDC_HEADERS 1
872| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
873| #define HAVE_RLIMIT_NPROC /**/
874| #define WITH_OPENSSL 1
875| /* end confdefs.h.  */
876|
877| #include <stdlib.h>
878| #include <stdarg.h>
879| #include <stdio.h>
880| #include <string.h>
881| #include <unistd.h>
882| /* Trivial function to help test for -fzero-call-used-regs */
883| int f(int n) {return rand() % n;}
884| char *f2(char *s, ...) {
885| 	char ret[64];
886| 	va_list args;
887| 	va_start(args, s);
888| 	vsnprintf(ret, sizeof(ret), s, args);
889| 	va_end(args);
890| 	return strdup(ret);
891| }
892| int i;
893| double d;
894| const char *f3(int s) {
895| 	i = (int)d;
896| 	return s ? "good" : "gooder";
897| }
898| int main(int argc, char **argv) {
899| 	char b[256], *cp;
900| 	const char *s;
901| 	/* Some math to catch -ftrapv problems in the toolchain */
902| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
903| 	float l = i * 2.1;
904| 	double m = l / 0.5;
905| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
906| 	(void)argv;
907| 	f(1);
908| 	s = f3(f(2));
909| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
910| 	if (write(1, b, 0) == -1) exit(0);
911| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
912| 	if (write(1, cp, 0) == -1) exit(0);
913| 	free(cp);
914| 	/*
915| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
916| 	 * not understand comments and we don't use the "fallthrough" attribute
917| 	 * that it's looking for.
918| 	 */
919| 	switch(i){
920| 	case 0: j += i;
921| 		/* FALLTHROUGH */
922| 	default: j += k;
923| 	}
924| 	exit(0);
925| }
926|
927|
928configure:8749: result: no
929configure:8757: checking if cc supports compile flag -fno-strict-aliasing
930configure:8818: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing  conftest.c >&5
931configure:8818: $? = 0
932configure:8888: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -Werror -fno-strict-aliasing   conftest.c  >&5
933configure:8888: $? = 0
934configure:8888: ./conftest
935configure:8888: $? = 0
936configure:8890: result: yes
937configure:8913: checking if cc supports compile flag -D_FORTIFY_SOURCE=2
938configure:8974: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2  conftest.c >&5
939configure:8974: $? = 0
940configure:9044: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -Werror -D_FORTIFY_SOURCE=2   conftest.c  >&5
941configure:9044: $? = 0
942configure:9044: ./conftest
943configure:9044: $? = 0
944configure:9046: result: yes
945configure:9068: checking if cc supports link flag -Wl,-z,relro
946configure:9129: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Werror -Wl,-z,relro conftest.c  >&5
947configure:9129: $? = 0
948configure:9200: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Werror -Wl,-z,relro conftest.c  >&5
949configure:9200: $? = 0
950configure:9200: ./conftest
951configure:9200: $? = 0
952configure:9202: result: yes
953configure:9225: checking if cc supports link flag -Wl,-z,now
954configure:9286: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Wl,-z,relro -Werror -Wl,-z,now conftest.c  >&5
955configure:9286: $? = 0
956configure:9357: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Wl,-z,relro -Werror -Wl,-z,now conftest.c  >&5
957configure:9357: $? = 0
958configure:9357: ./conftest
959configure:9357: $? = 0
960configure:9359: result: yes
961configure:9382: checking if cc supports link flag -Wl,-z,noexecstack
962configure:9443: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Wl,-z,relro -Wl,-z,now -Werror -Wl,-z,noexecstack conftest.c  >&5
963configure:9443: $? = 0
964configure:9514: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2   -Wl,-z,relro -Wl,-z,now -Werror -Wl,-z,noexecstack conftest.c  >&5
965configure:9514: $? = 0
966configure:9514: ./conftest
967configure:9514: $? = 0
968configure:9516: result: yes
969configure:9544: checking if cc supports compile flag -ftrapv and linking succeeds
970configure:9605: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c  >&5
971configure:9605: $? = 0
972configure:9675: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Werror -ftrapv   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c  >&5
973configure:9675: $? = 0
974configure:9675: ./conftest
975configure:9675: $? = 0
976configure:9677: result: yes
977configure:9863: checking if cc supports compile flag -fzero-call-used-regs=used and linking succeeds
978configure:9924: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -fzero-call-used-regs=used   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c  >&5
979cc: error: unrecognized command line option '-fzero-call-used-regs=used'
980configure:9924: $? = 1
981configure: failed program was:
982| /* confdefs.h */
983| #define PACKAGE_NAME "OpenSSH"
984| #define PACKAGE_TARNAME "openssh"
985| #define PACKAGE_VERSION "Portable"
986| #define PACKAGE_STRING "OpenSSH Portable"
987| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
988| #define PACKAGE_URL ""
989| #define HAVE_STDIO_H 1
990| #define HAVE_STDLIB_H 1
991| #define HAVE_STRING_H 1
992| #define HAVE_INTTYPES_H 1
993| #define HAVE_STDINT_H 1
994| #define HAVE_STRINGS_H 1
995| #define HAVE_SYS_STAT_H 1
996| #define HAVE_SYS_TYPES_H 1
997| #define HAVE_UNISTD_H 1
998| #define STDC_HEADERS 1
999| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1000| #define HAVE_RLIMIT_NPROC /**/
1001| #define WITH_OPENSSL 1
1002| /* end confdefs.h.  */
1003|
1004| #include <stdlib.h>
1005| #include <stdarg.h>
1006| #include <stdio.h>
1007| #include <string.h>
1008| #include <unistd.h>
1009| /* Trivial function to help test for -fzero-call-used-regs */
1010| int f(int n) {return rand() % n;}
1011| char *f2(char *s, ...) {
1012| 	char ret[64];
1013| 	va_list args;
1014| 	va_start(args, s);
1015| 	vsnprintf(ret, sizeof(ret), s, args);
1016| 	va_end(args);
1017| 	return strdup(ret);
1018| }
1019| int i;
1020| double d;
1021| const char *f3(int s) {
1022| 	i = (int)d;
1023| 	return s ? "good" : "gooder";
1024| }
1025| int main(int argc, char **argv) {
1026| 	char b[256], *cp;
1027| 	const char *s;
1028| 	/* Some math to catch -ftrapv problems in the toolchain */
1029| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
1030| 	float l = i * 2.1;
1031| 	double m = l / 0.5;
1032| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
1033| 	(void)argv;
1034| 	f(1);
1035| 	s = f3(f(2));
1036| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1037| 	if (write(1, b, 0) == -1) exit(0);
1038| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1039| 	if (write(1, cp, 0) == -1) exit(0);
1040| 	free(cp);
1041| 	/*
1042| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
1043| 	 * not understand comments and we don't use the "fallthrough" attribute
1044| 	 * that it's looking for.
1045| 	 */
1046| 	switch(i){
1047| 	case 0: j += i;
1048| 		/* FALLTHROUGH */
1049| 	default: j += k;
1050| 	}
1051| 	exit(0);
1052| }
1053|
1054|
1055configure:10010: result: no
1056configure:10020: checking if cc supports compile flag -ftrivial-auto-var-init=zero
1057configure:10081: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -ftrivial-auto-var-init=zero  conftest.c >&5
1058cc: error: unrecognized command line option '-ftrivial-auto-var-init=zero'
1059configure:10081: $? = 1
1060configure: failed program was:
1061| /* confdefs.h */
1062| #define PACKAGE_NAME "OpenSSH"
1063| #define PACKAGE_TARNAME "openssh"
1064| #define PACKAGE_VERSION "Portable"
1065| #define PACKAGE_STRING "OpenSSH Portable"
1066| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1067| #define PACKAGE_URL ""
1068| #define HAVE_STDIO_H 1
1069| #define HAVE_STDLIB_H 1
1070| #define HAVE_STRING_H 1
1071| #define HAVE_INTTYPES_H 1
1072| #define HAVE_STDINT_H 1
1073| #define HAVE_STRINGS_H 1
1074| #define HAVE_SYS_STAT_H 1
1075| #define HAVE_SYS_TYPES_H 1
1076| #define HAVE_UNISTD_H 1
1077| #define STDC_HEADERS 1
1078| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1079| #define HAVE_RLIMIT_NPROC /**/
1080| #define WITH_OPENSSL 1
1081| /* end confdefs.h.  */
1082|
1083| #include <stdlib.h>
1084| #include <stdarg.h>
1085| #include <stdio.h>
1086| #include <string.h>
1087| #include <unistd.h>
1088| /* Trivial function to help test for -fzero-call-used-regs */
1089| int f(int n) {return rand() % n;}
1090| char *f2(char *s, ...) {
1091| 	char ret[64];
1092| 	va_list args;
1093| 	va_start(args, s);
1094| 	vsnprintf(ret, sizeof(ret), s, args);
1095| 	va_end(args);
1096| 	return strdup(ret);
1097| }
1098| int i;
1099| double d;
1100| const char *f3(int s) {
1101| 	i = (int)d;
1102| 	return s ? "good" : "gooder";
1103| }
1104| int main(int argc, char **argv) {
1105| 	char b[256], *cp;
1106| 	const char *s;
1107| 	/* Some math to catch -ftrapv problems in the toolchain */
1108| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
1109| 	float l = i * 2.1;
1110| 	double m = l / 0.5;
1111| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
1112| 	(void)argv;
1113| 	f(1);
1114| 	s = f3(f(2));
1115| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1116| 	if (write(1, b, 0) == -1) exit(0);
1117| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1118| 	if (write(1, cp, 0) == -1) exit(0);
1119| 	free(cp);
1120| 	/*
1121| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
1122| 	 * not understand comments and we don't use the "fallthrough" attribute
1123| 	 * that it's looking for.
1124| 	 */
1125| 	switch(i){
1126| 	case 0: j += i;
1127| 		/* FALLTHROUGH */
1128| 	default: j += k;
1129| 	}
1130| 	exit(0);
1131| }
1132|
1133|
1134configure:10167: result: no
1135configure:10177: checking if cc supports compile flag -mretpoline
1136configure:10238: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -Werror -mretpoline  conftest.c >&5
1137cc: error: unrecognized command line option '-mretpoline'; did you mean '-Wtrampolines'?
1138configure:10238: $? = 1
1139configure: failed program was:
1140| /* confdefs.h */
1141| #define PACKAGE_NAME "OpenSSH"
1142| #define PACKAGE_TARNAME "openssh"
1143| #define PACKAGE_VERSION "Portable"
1144| #define PACKAGE_STRING "OpenSSH Portable"
1145| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1146| #define PACKAGE_URL ""
1147| #define HAVE_STDIO_H 1
1148| #define HAVE_STDLIB_H 1
1149| #define HAVE_STRING_H 1
1150| #define HAVE_INTTYPES_H 1
1151| #define HAVE_STDINT_H 1
1152| #define HAVE_STRINGS_H 1
1153| #define HAVE_SYS_STAT_H 1
1154| #define HAVE_SYS_TYPES_H 1
1155| #define HAVE_UNISTD_H 1
1156| #define STDC_HEADERS 1
1157| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1158| #define HAVE_RLIMIT_NPROC /**/
1159| #define WITH_OPENSSL 1
1160| /* end confdefs.h.  */
1161|
1162| #include <stdlib.h>
1163| #include <stdarg.h>
1164| #include <stdio.h>
1165| #include <string.h>
1166| #include <unistd.h>
1167| /* Trivial function to help test for -fzero-call-used-regs */
1168| int f(int n) {return rand() % n;}
1169| char *f2(char *s, ...) {
1170| 	char ret[64];
1171| 	va_list args;
1172| 	va_start(args, s);
1173| 	vsnprintf(ret, sizeof(ret), s, args);
1174| 	va_end(args);
1175| 	return strdup(ret);
1176| }
1177| int i;
1178| double d;
1179| const char *f3(int s) {
1180| 	i = (int)d;
1181| 	return s ? "good" : "gooder";
1182| }
1183| int main(int argc, char **argv) {
1184| 	char b[256], *cp;
1185| 	const char *s;
1186| 	/* Some math to catch -ftrapv problems in the toolchain */
1187| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
1188| 	float l = i * 2.1;
1189| 	double m = l / 0.5;
1190| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
1191| 	(void)argv;
1192| 	f(1);
1193| 	s = f3(f(2));
1194| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1195| 	if (write(1, b, 0) == -1) exit(0);
1196| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1197| 	if (write(1, cp, 0) == -1) exit(0);
1198| 	free(cp);
1199| 	/*
1200| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
1201| 	 * not understand comments and we don't use the "fallthrough" attribute
1202| 	 * that it's looking for.
1203| 	 */
1204| 	switch(i){
1205| 	case 0: j += i;
1206| 		/* FALLTHROUGH */
1207| 	default: j += k;
1208| 	}
1209| 	exit(0);
1210| }
1211|
1212|
1213configure:10324: result: no
1214configure:10332: checking if cc supports link flag -Wl,-z,retpolineplt
1215configure:10393: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Werror -Wl,-z,retpolineplt conftest.c  >&5
1216/usr/libexec/binutils234/elf/ld.gold: retpolineplt: unknown -z option
1217/usr/libexec/binutils234/elf/ld.gold: use the --help option for usage information
1218collect2: error: ld returned 1 exit status
1219configure:10393: $? = 1
1220configure: failed program was:
1221| /* confdefs.h */
1222| #define PACKAGE_NAME "OpenSSH"
1223| #define PACKAGE_TARNAME "openssh"
1224| #define PACKAGE_VERSION "Portable"
1225| #define PACKAGE_STRING "OpenSSH Portable"
1226| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1227| #define PACKAGE_URL ""
1228| #define HAVE_STDIO_H 1
1229| #define HAVE_STDLIB_H 1
1230| #define HAVE_STRING_H 1
1231| #define HAVE_INTTYPES_H 1
1232| #define HAVE_STDINT_H 1
1233| #define HAVE_STRINGS_H 1
1234| #define HAVE_SYS_STAT_H 1
1235| #define HAVE_SYS_TYPES_H 1
1236| #define HAVE_UNISTD_H 1
1237| #define STDC_HEADERS 1
1238| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1239| #define HAVE_RLIMIT_NPROC /**/
1240| #define WITH_OPENSSL 1
1241| /* end confdefs.h.  */
1242|
1243| #include <stdlib.h>
1244| #include <stdarg.h>
1245| #include <stdio.h>
1246| #include <string.h>
1247| #include <unistd.h>
1248| /* Trivial function to help test for -fzero-call-used-regs */
1249| int f(int n) {return rand() % n;}
1250| char *f2(char *s, ...) {
1251| 	char ret[64];
1252| 	va_list args;
1253| 	va_start(args, s);
1254| 	vsnprintf(ret, sizeof(ret), s, args);
1255| 	va_end(args);
1256| 	return strdup(ret);
1257| }
1258| int i;
1259| double d;
1260| const char *f3(int s) {
1261| 	i = (int)d;
1262| 	return s ? "good" : "gooder";
1263| }
1264| int main(int argc, char **argv) {
1265| 	char b[256], *cp;
1266| 	const char *s;
1267| 	/* Some math to catch -ftrapv problems in the toolchain */
1268| 	int i = 123 * argc, j = 456 + argc, k = 789 - argc;
1269| 	float l = i * 2.1;
1270| 	double m = l / 0.5;
1271| 	long long int n = argc * 12345LL, o = 12345LL * (long long int)argc;
1272| 	(void)argv;
1273| 	f(1);
1274| 	s = f3(f(2));
1275| 	snprintf(b, sizeof b, "%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1276| 	if (write(1, b, 0) == -1) exit(0);
1277| 	cp = f2("%d %d %d %f %f %lld %lld %s\n", i,j,k,l,m,n,o,s);
1278| 	if (write(1, cp, 0) == -1) exit(0);
1279| 	free(cp);
1280| 	/*
1281| 	 * Test fallthrough behaviour.  clang 10's -Wimplicit-fallthrough does
1282| 	 * not understand comments and we don't use the "fallthrough" attribute
1283| 	 * that it's looking for.
1284| 	 */
1285| 	switch(i){
1286| 	case 0: j += i;
1287| 		/* FALLTHROUGH */
1288| 	default: j += k;
1289| 	}
1290| 	exit(0);
1291| }
1292|
1293|
1294configure:10480: result: no
1295configure:10490: checking if cc accepts -fno-builtin-memset
1296configure:10505: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c  >&5
1297configure:10505: $? = 0
1298configure:10507: result: yes
1299configure:10524: checking if cc supports -fstack-protector-strong
1300configure:10547: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -Werror   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -Werror conftest.c  >&5
1301configure:10547: $? = 0
1302configure:10549: result: yes
1303configure:10553: checking if -fstack-protector-strong works
1304configure:10579: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
1305configure:10579: $? = 0
1306configure:10579: ./conftest
1307configure:10579: $? = 0
1308configure:10581: result: yes
1309configure:10622: checking if compiler allows __attribute__ on return types
1310configure:10637: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1311configure:10637: $? = 0
1312configure:10639: result: yes
1313configure:10651: checking if compiler allows __attribute__ prototype args
1314configure:10666: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1315configure:10666: $? = 0
1316configure:10668: result: yes
1317configure:10680: checking if compiler supports variable length arrays
1318configure:10693: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1319conftest.c: In function 'main':
1320conftest.c:26:33: warning: variable 'a' set but not used [-Wunused-but-set-variable]
1321  int i; for (i=0; i<3; i++){int a[i]; a[i-1]=0;} exit(0);
1322                                 ^
1323conftest.c:26:40: warning: array subscript -1 is below array bounds of 'int[<U31b0> + 1]' [-Warray-bounds]
1324  int i; for (i=0; i<3; i++){int a[i]; a[i-1]=0;} exit(0);
1325                                       ~^~~~~
1326configure:10693: $? = 0
1327configure:10695: result: yes
1328configure:10707: checking if compiler accepts variable declarations after code
1329configure:10720: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1330configure:10720: $? = 0
1331configure:10722: result: yes
1332configure:10864: checking for blf.h
1333configure:10864: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1334conftest.c:53:10: fatal error: blf.h: No such file or directory
1335 #include <blf.h>
1336          ^~~~~~~
1337compilation terminated.
1338configure:10864: $? = 1
1339configure: failed program was:
1340| /* confdefs.h */
1341| #define PACKAGE_NAME "OpenSSH"
1342| #define PACKAGE_TARNAME "openssh"
1343| #define PACKAGE_VERSION "Portable"
1344| #define PACKAGE_STRING "OpenSSH Portable"
1345| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1346| #define PACKAGE_URL ""
1347| #define HAVE_STDIO_H 1
1348| #define HAVE_STDLIB_H 1
1349| #define HAVE_STRING_H 1
1350| #define HAVE_INTTYPES_H 1
1351| #define HAVE_STDINT_H 1
1352| #define HAVE_STRINGS_H 1
1353| #define HAVE_SYS_STAT_H 1
1354| #define HAVE_SYS_TYPES_H 1
1355| #define HAVE_UNISTD_H 1
1356| #define STDC_HEADERS 1
1357| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1358| #define HAVE_RLIMIT_NPROC /**/
1359| #define WITH_OPENSSL 1
1360| #define VARIABLE_LENGTH_ARRAYS 1
1361| #define VARIABLE_DECLARATION_AFTER_CODE 1
1362| #define HAVE_ATTRIBUTE__NONNULL__ 1
1363| /* end confdefs.h.  */
1364| #include <stddef.h>
1365| #ifdef HAVE_STDIO_H
1366| # include <stdio.h>
1367| #endif
1368| #ifdef HAVE_STDLIB_H
1369| # include <stdlib.h>
1370| #endif
1371| #ifdef HAVE_STRING_H
1372| # include <string.h>
1373| #endif
1374| #ifdef HAVE_INTTYPES_H
1375| # include <inttypes.h>
1376| #endif
1377| #ifdef HAVE_STDINT_H
1378| # include <stdint.h>
1379| #endif
1380| #ifdef HAVE_STRINGS_H
1381| # include <strings.h>
1382| #endif
1383| #ifdef HAVE_SYS_TYPES_H
1384| # include <sys/types.h>
1385| #endif
1386| #ifdef HAVE_SYS_STAT_H
1387| # include <sys/stat.h>
1388| #endif
1389| #ifdef HAVE_UNISTD_H
1390| # include <unistd.h>
1391| #endif
1392| #include <blf.h>
1393configure:10864: result: no
1394configure:10870: checking for bstring.h
1395configure:10870: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1396conftest.c:53:10: fatal error: bstring.h: No such file or directory
1397 #include <bstring.h>
1398          ^~~~~~~~~~~
1399compilation terminated.
1400configure:10870: $? = 1
1401configure: failed program was:
1402| /* confdefs.h */
1403| #define PACKAGE_NAME "OpenSSH"
1404| #define PACKAGE_TARNAME "openssh"
1405| #define PACKAGE_VERSION "Portable"
1406| #define PACKAGE_STRING "OpenSSH Portable"
1407| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1408| #define PACKAGE_URL ""
1409| #define HAVE_STDIO_H 1
1410| #define HAVE_STDLIB_H 1
1411| #define HAVE_STRING_H 1
1412| #define HAVE_INTTYPES_H 1
1413| #define HAVE_STDINT_H 1
1414| #define HAVE_STRINGS_H 1
1415| #define HAVE_SYS_STAT_H 1
1416| #define HAVE_SYS_TYPES_H 1
1417| #define HAVE_UNISTD_H 1
1418| #define STDC_HEADERS 1
1419| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1420| #define HAVE_RLIMIT_NPROC /**/
1421| #define WITH_OPENSSL 1
1422| #define VARIABLE_LENGTH_ARRAYS 1
1423| #define VARIABLE_DECLARATION_AFTER_CODE 1
1424| #define HAVE_ATTRIBUTE__NONNULL__ 1
1425| /* end confdefs.h.  */
1426| #include <stddef.h>
1427| #ifdef HAVE_STDIO_H
1428| # include <stdio.h>
1429| #endif
1430| #ifdef HAVE_STDLIB_H
1431| # include <stdlib.h>
1432| #endif
1433| #ifdef HAVE_STRING_H
1434| # include <string.h>
1435| #endif
1436| #ifdef HAVE_INTTYPES_H
1437| # include <inttypes.h>
1438| #endif
1439| #ifdef HAVE_STDINT_H
1440| # include <stdint.h>
1441| #endif
1442| #ifdef HAVE_STRINGS_H
1443| # include <strings.h>
1444| #endif
1445| #ifdef HAVE_SYS_TYPES_H
1446| # include <sys/types.h>
1447| #endif
1448| #ifdef HAVE_SYS_STAT_H
1449| # include <sys/stat.h>
1450| #endif
1451| #ifdef HAVE_UNISTD_H
1452| # include <unistd.h>
1453| #endif
1454| #include <bstring.h>
1455configure:10870: result: no
1456configure:10876: checking for crypt.h
1457configure:10876: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1458conftest.c:53:10: fatal error: crypt.h: No such file or directory
1459 #include <crypt.h>
1460          ^~~~~~~~~
1461compilation terminated.
1462configure:10876: $? = 1
1463configure: failed program was:
1464| /* confdefs.h */
1465| #define PACKAGE_NAME "OpenSSH"
1466| #define PACKAGE_TARNAME "openssh"
1467| #define PACKAGE_VERSION "Portable"
1468| #define PACKAGE_STRING "OpenSSH Portable"
1469| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1470| #define PACKAGE_URL ""
1471| #define HAVE_STDIO_H 1
1472| #define HAVE_STDLIB_H 1
1473| #define HAVE_STRING_H 1
1474| #define HAVE_INTTYPES_H 1
1475| #define HAVE_STDINT_H 1
1476| #define HAVE_STRINGS_H 1
1477| #define HAVE_SYS_STAT_H 1
1478| #define HAVE_SYS_TYPES_H 1
1479| #define HAVE_UNISTD_H 1
1480| #define STDC_HEADERS 1
1481| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1482| #define HAVE_RLIMIT_NPROC /**/
1483| #define WITH_OPENSSL 1
1484| #define VARIABLE_LENGTH_ARRAYS 1
1485| #define VARIABLE_DECLARATION_AFTER_CODE 1
1486| #define HAVE_ATTRIBUTE__NONNULL__ 1
1487| /* end confdefs.h.  */
1488| #include <stddef.h>
1489| #ifdef HAVE_STDIO_H
1490| # include <stdio.h>
1491| #endif
1492| #ifdef HAVE_STDLIB_H
1493| # include <stdlib.h>
1494| #endif
1495| #ifdef HAVE_STRING_H
1496| # include <string.h>
1497| #endif
1498| #ifdef HAVE_INTTYPES_H
1499| # include <inttypes.h>
1500| #endif
1501| #ifdef HAVE_STDINT_H
1502| # include <stdint.h>
1503| #endif
1504| #ifdef HAVE_STRINGS_H
1505| # include <strings.h>
1506| #endif
1507| #ifdef HAVE_SYS_TYPES_H
1508| # include <sys/types.h>
1509| #endif
1510| #ifdef HAVE_SYS_STAT_H
1511| # include <sys/stat.h>
1512| #endif
1513| #ifdef HAVE_UNISTD_H
1514| # include <unistd.h>
1515| #endif
1516| #include <crypt.h>
1517configure:10876: result: no
1518configure:10882: checking for crypto/sha2.h
1519configure:10882: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1520conftest.c:53:10: fatal error: crypto/sha2.h: No such file or directory
1521 #include <crypto/sha2.h>
1522          ^~~~~~~~~~~~~~~
1523compilation terminated.
1524configure:10882: $? = 1
1525configure: failed program was:
1526| /* confdefs.h */
1527| #define PACKAGE_NAME "OpenSSH"
1528| #define PACKAGE_TARNAME "openssh"
1529| #define PACKAGE_VERSION "Portable"
1530| #define PACKAGE_STRING "OpenSSH Portable"
1531| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1532| #define PACKAGE_URL ""
1533| #define HAVE_STDIO_H 1
1534| #define HAVE_STDLIB_H 1
1535| #define HAVE_STRING_H 1
1536| #define HAVE_INTTYPES_H 1
1537| #define HAVE_STDINT_H 1
1538| #define HAVE_STRINGS_H 1
1539| #define HAVE_SYS_STAT_H 1
1540| #define HAVE_SYS_TYPES_H 1
1541| #define HAVE_UNISTD_H 1
1542| #define STDC_HEADERS 1
1543| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1544| #define HAVE_RLIMIT_NPROC /**/
1545| #define WITH_OPENSSL 1
1546| #define VARIABLE_LENGTH_ARRAYS 1
1547| #define VARIABLE_DECLARATION_AFTER_CODE 1
1548| #define HAVE_ATTRIBUTE__NONNULL__ 1
1549| /* end confdefs.h.  */
1550| #include <stddef.h>
1551| #ifdef HAVE_STDIO_H
1552| # include <stdio.h>
1553| #endif
1554| #ifdef HAVE_STDLIB_H
1555| # include <stdlib.h>
1556| #endif
1557| #ifdef HAVE_STRING_H
1558| # include <string.h>
1559| #endif
1560| #ifdef HAVE_INTTYPES_H
1561| # include <inttypes.h>
1562| #endif
1563| #ifdef HAVE_STDINT_H
1564| # include <stdint.h>
1565| #endif
1566| #ifdef HAVE_STRINGS_H
1567| # include <strings.h>
1568| #endif
1569| #ifdef HAVE_SYS_TYPES_H
1570| # include <sys/types.h>
1571| #endif
1572| #ifdef HAVE_SYS_STAT_H
1573| # include <sys/stat.h>
1574| #endif
1575| #ifdef HAVE_UNISTD_H
1576| # include <unistd.h>
1577| #endif
1578| #include <crypto/sha2.h>
1579configure:10882: result: no
1580configure:10888: checking for dirent.h
1581configure:10888: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1582configure:10888: $? = 0
1583configure:10888: result: yes
1584configure:10894: checking for endian.h
1585configure:10894: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1586configure:10894: $? = 0
1587configure:10894: result: yes
1588configure:10900: checking for elf.h
1589configure:10900: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1590configure:10900: $? = 0
1591configure:10900: result: yes
1592configure:10906: checking for err.h
1593configure:10906: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1594configure:10906: $? = 0
1595configure:10906: result: yes
1596configure:10912: checking for features.h
1597configure:10912: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1598conftest.c:57:10: fatal error: features.h: No such file or directory
1599 #include <features.h>
1600          ^~~~~~~~~~~~
1601compilation terminated.
1602configure:10912: $? = 1
1603configure: failed program was:
1604| /* confdefs.h */
1605| #define PACKAGE_NAME "OpenSSH"
1606| #define PACKAGE_TARNAME "openssh"
1607| #define PACKAGE_VERSION "Portable"
1608| #define PACKAGE_STRING "OpenSSH Portable"
1609| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1610| #define PACKAGE_URL ""
1611| #define HAVE_STDIO_H 1
1612| #define HAVE_STDLIB_H 1
1613| #define HAVE_STRING_H 1
1614| #define HAVE_INTTYPES_H 1
1615| #define HAVE_STDINT_H 1
1616| #define HAVE_STRINGS_H 1
1617| #define HAVE_SYS_STAT_H 1
1618| #define HAVE_SYS_TYPES_H 1
1619| #define HAVE_UNISTD_H 1
1620| #define STDC_HEADERS 1
1621| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1622| #define HAVE_RLIMIT_NPROC /**/
1623| #define WITH_OPENSSL 1
1624| #define VARIABLE_LENGTH_ARRAYS 1
1625| #define VARIABLE_DECLARATION_AFTER_CODE 1
1626| #define HAVE_ATTRIBUTE__NONNULL__ 1
1627| #define HAVE_DIRENT_H 1
1628| #define HAVE_ENDIAN_H 1
1629| #define HAVE_ELF_H 1
1630| #define HAVE_ERR_H 1
1631| /* end confdefs.h.  */
1632| #include <stddef.h>
1633| #ifdef HAVE_STDIO_H
1634| # include <stdio.h>
1635| #endif
1636| #ifdef HAVE_STDLIB_H
1637| # include <stdlib.h>
1638| #endif
1639| #ifdef HAVE_STRING_H
1640| # include <string.h>
1641| #endif
1642| #ifdef HAVE_INTTYPES_H
1643| # include <inttypes.h>
1644| #endif
1645| #ifdef HAVE_STDINT_H
1646| # include <stdint.h>
1647| #endif
1648| #ifdef HAVE_STRINGS_H
1649| # include <strings.h>
1650| #endif
1651| #ifdef HAVE_SYS_TYPES_H
1652| # include <sys/types.h>
1653| #endif
1654| #ifdef HAVE_SYS_STAT_H
1655| # include <sys/stat.h>
1656| #endif
1657| #ifdef HAVE_UNISTD_H
1658| # include <unistd.h>
1659| #endif
1660| #include <features.h>
1661configure:10912: result: no
1662configure:10918: checking for fcntl.h
1663configure:10918: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1664configure:10918: $? = 0
1665configure:10918: result: yes
1666configure:10924: checking for floatingpoint.h
1667configure:10924: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1668configure:10924: $? = 0
1669configure:10924: result: yes
1670configure:10930: checking for fnmatch.h
1671configure:10930: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1672configure:10930: $? = 0
1673configure:10930: result: yes
1674configure:10936: checking for getopt.h
1675configure:10936: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1676configure:10936: $? = 0
1677configure:10936: result: yes
1678configure:10942: checking for glob.h
1679configure:10942: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1680configure:10942: $? = 0
1681configure:10942: result: yes
1682configure:10948: checking for ia.h
1683configure:10948: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1684conftest.c:62:10: fatal error: ia.h: No such file or directory
1685 #include <ia.h>
1686          ^~~~~~
1687compilation terminated.
1688configure:10948: $? = 1
1689configure: failed program was:
1690| /* confdefs.h */
1691| #define PACKAGE_NAME "OpenSSH"
1692| #define PACKAGE_TARNAME "openssh"
1693| #define PACKAGE_VERSION "Portable"
1694| #define PACKAGE_STRING "OpenSSH Portable"
1695| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1696| #define PACKAGE_URL ""
1697| #define HAVE_STDIO_H 1
1698| #define HAVE_STDLIB_H 1
1699| #define HAVE_STRING_H 1
1700| #define HAVE_INTTYPES_H 1
1701| #define HAVE_STDINT_H 1
1702| #define HAVE_STRINGS_H 1
1703| #define HAVE_SYS_STAT_H 1
1704| #define HAVE_SYS_TYPES_H 1
1705| #define HAVE_UNISTD_H 1
1706| #define STDC_HEADERS 1
1707| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1708| #define HAVE_RLIMIT_NPROC /**/
1709| #define WITH_OPENSSL 1
1710| #define VARIABLE_LENGTH_ARRAYS 1
1711| #define VARIABLE_DECLARATION_AFTER_CODE 1
1712| #define HAVE_ATTRIBUTE__NONNULL__ 1
1713| #define HAVE_DIRENT_H 1
1714| #define HAVE_ENDIAN_H 1
1715| #define HAVE_ELF_H 1
1716| #define HAVE_ERR_H 1
1717| #define HAVE_FCNTL_H 1
1718| #define HAVE_FLOATINGPOINT_H 1
1719| #define HAVE_FNMATCH_H 1
1720| #define HAVE_GETOPT_H 1
1721| #define HAVE_GLOB_H 1
1722| /* end confdefs.h.  */
1723| #include <stddef.h>
1724| #ifdef HAVE_STDIO_H
1725| # include <stdio.h>
1726| #endif
1727| #ifdef HAVE_STDLIB_H
1728| # include <stdlib.h>
1729| #endif
1730| #ifdef HAVE_STRING_H
1731| # include <string.h>
1732| #endif
1733| #ifdef HAVE_INTTYPES_H
1734| # include <inttypes.h>
1735| #endif
1736| #ifdef HAVE_STDINT_H
1737| # include <stdint.h>
1738| #endif
1739| #ifdef HAVE_STRINGS_H
1740| # include <strings.h>
1741| #endif
1742| #ifdef HAVE_SYS_TYPES_H
1743| # include <sys/types.h>
1744| #endif
1745| #ifdef HAVE_SYS_STAT_H
1746| # include <sys/stat.h>
1747| #endif
1748| #ifdef HAVE_UNISTD_H
1749| # include <unistd.h>
1750| #endif
1751| #include <ia.h>
1752configure:10948: result: no
1753configure:10954: checking for iaf.h
1754configure:10954: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1755conftest.c:62:10: fatal error: iaf.h: No such file or directory
1756 #include <iaf.h>
1757          ^~~~~~~
1758compilation terminated.
1759configure:10954: $? = 1
1760configure: failed program was:
1761| /* confdefs.h */
1762| #define PACKAGE_NAME "OpenSSH"
1763| #define PACKAGE_TARNAME "openssh"
1764| #define PACKAGE_VERSION "Portable"
1765| #define PACKAGE_STRING "OpenSSH Portable"
1766| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1767| #define PACKAGE_URL ""
1768| #define HAVE_STDIO_H 1
1769| #define HAVE_STDLIB_H 1
1770| #define HAVE_STRING_H 1
1771| #define HAVE_INTTYPES_H 1
1772| #define HAVE_STDINT_H 1
1773| #define HAVE_STRINGS_H 1
1774| #define HAVE_SYS_STAT_H 1
1775| #define HAVE_SYS_TYPES_H 1
1776| #define HAVE_UNISTD_H 1
1777| #define STDC_HEADERS 1
1778| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1779| #define HAVE_RLIMIT_NPROC /**/
1780| #define WITH_OPENSSL 1
1781| #define VARIABLE_LENGTH_ARRAYS 1
1782| #define VARIABLE_DECLARATION_AFTER_CODE 1
1783| #define HAVE_ATTRIBUTE__NONNULL__ 1
1784| #define HAVE_DIRENT_H 1
1785| #define HAVE_ENDIAN_H 1
1786| #define HAVE_ELF_H 1
1787| #define HAVE_ERR_H 1
1788| #define HAVE_FCNTL_H 1
1789| #define HAVE_FLOATINGPOINT_H 1
1790| #define HAVE_FNMATCH_H 1
1791| #define HAVE_GETOPT_H 1
1792| #define HAVE_GLOB_H 1
1793| /* end confdefs.h.  */
1794| #include <stddef.h>
1795| #ifdef HAVE_STDIO_H
1796| # include <stdio.h>
1797| #endif
1798| #ifdef HAVE_STDLIB_H
1799| # include <stdlib.h>
1800| #endif
1801| #ifdef HAVE_STRING_H
1802| # include <string.h>
1803| #endif
1804| #ifdef HAVE_INTTYPES_H
1805| # include <inttypes.h>
1806| #endif
1807| #ifdef HAVE_STDINT_H
1808| # include <stdint.h>
1809| #endif
1810| #ifdef HAVE_STRINGS_H
1811| # include <strings.h>
1812| #endif
1813| #ifdef HAVE_SYS_TYPES_H
1814| # include <sys/types.h>
1815| #endif
1816| #ifdef HAVE_SYS_STAT_H
1817| # include <sys/stat.h>
1818| #endif
1819| #ifdef HAVE_UNISTD_H
1820| # include <unistd.h>
1821| #endif
1822| #include <iaf.h>
1823configure:10954: result: no
1824configure:10960: checking for ifaddrs.h
1825configure:10960: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1826configure:10960: $? = 0
1827configure:10960: result: yes
1828configure:10966: checking for inttypes.h
1829configure:10966: result: yes
1830configure:10972: checking for langinfo.h
1831configure:10972: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1832configure:10972: $? = 0
1833configure:10972: result: yes
1834configure:10978: checking for limits.h
1835configure:10978: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1836configure:10978: $? = 0
1837configure:10978: result: yes
1838configure:10984: checking for locale.h
1839configure:10984: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1840configure:10984: $? = 0
1841configure:10984: result: yes
1842configure:10990: checking for login.h
1843configure:10990: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1844conftest.c:67:10: fatal error: login.h: No such file or directory
1845 #include <login.h>
1846          ^~~~~~~~~
1847compilation terminated.
1848configure:10990: $? = 1
1849configure: failed program was:
1850| /* confdefs.h */
1851| #define PACKAGE_NAME "OpenSSH"
1852| #define PACKAGE_TARNAME "openssh"
1853| #define PACKAGE_VERSION "Portable"
1854| #define PACKAGE_STRING "OpenSSH Portable"
1855| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1856| #define PACKAGE_URL ""
1857| #define HAVE_STDIO_H 1
1858| #define HAVE_STDLIB_H 1
1859| #define HAVE_STRING_H 1
1860| #define HAVE_INTTYPES_H 1
1861| #define HAVE_STDINT_H 1
1862| #define HAVE_STRINGS_H 1
1863| #define HAVE_SYS_STAT_H 1
1864| #define HAVE_SYS_TYPES_H 1
1865| #define HAVE_UNISTD_H 1
1866| #define STDC_HEADERS 1
1867| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1868| #define HAVE_RLIMIT_NPROC /**/
1869| #define WITH_OPENSSL 1
1870| #define VARIABLE_LENGTH_ARRAYS 1
1871| #define VARIABLE_DECLARATION_AFTER_CODE 1
1872| #define HAVE_ATTRIBUTE__NONNULL__ 1
1873| #define HAVE_DIRENT_H 1
1874| #define HAVE_ENDIAN_H 1
1875| #define HAVE_ELF_H 1
1876| #define HAVE_ERR_H 1
1877| #define HAVE_FCNTL_H 1
1878| #define HAVE_FLOATINGPOINT_H 1
1879| #define HAVE_FNMATCH_H 1
1880| #define HAVE_GETOPT_H 1
1881| #define HAVE_GLOB_H 1
1882| #define HAVE_IFADDRS_H 1
1883| #define HAVE_INTTYPES_H 1
1884| #define HAVE_LANGINFO_H 1
1885| #define HAVE_LIMITS_H 1
1886| #define HAVE_LOCALE_H 1
1887| /* end confdefs.h.  */
1888| #include <stddef.h>
1889| #ifdef HAVE_STDIO_H
1890| # include <stdio.h>
1891| #endif
1892| #ifdef HAVE_STDLIB_H
1893| # include <stdlib.h>
1894| #endif
1895| #ifdef HAVE_STRING_H
1896| # include <string.h>
1897| #endif
1898| #ifdef HAVE_INTTYPES_H
1899| # include <inttypes.h>
1900| #endif
1901| #ifdef HAVE_STDINT_H
1902| # include <stdint.h>
1903| #endif
1904| #ifdef HAVE_STRINGS_H
1905| # include <strings.h>
1906| #endif
1907| #ifdef HAVE_SYS_TYPES_H
1908| # include <sys/types.h>
1909| #endif
1910| #ifdef HAVE_SYS_STAT_H
1911| # include <sys/stat.h>
1912| #endif
1913| #ifdef HAVE_UNISTD_H
1914| # include <unistd.h>
1915| #endif
1916| #include <login.h>
1917configure:10990: result: no
1918configure:10996: checking for maillock.h
1919configure:10996: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1920conftest.c:67:10: fatal error: maillock.h: No such file or directory
1921 #include <maillock.h>
1922          ^~~~~~~~~~~~
1923compilation terminated.
1924configure:10996: $? = 1
1925configure: failed program was:
1926| /* confdefs.h */
1927| #define PACKAGE_NAME "OpenSSH"
1928| #define PACKAGE_TARNAME "openssh"
1929| #define PACKAGE_VERSION "Portable"
1930| #define PACKAGE_STRING "OpenSSH Portable"
1931| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1932| #define PACKAGE_URL ""
1933| #define HAVE_STDIO_H 1
1934| #define HAVE_STDLIB_H 1
1935| #define HAVE_STRING_H 1
1936| #define HAVE_INTTYPES_H 1
1937| #define HAVE_STDINT_H 1
1938| #define HAVE_STRINGS_H 1
1939| #define HAVE_SYS_STAT_H 1
1940| #define HAVE_SYS_TYPES_H 1
1941| #define HAVE_UNISTD_H 1
1942| #define STDC_HEADERS 1
1943| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
1944| #define HAVE_RLIMIT_NPROC /**/
1945| #define WITH_OPENSSL 1
1946| #define VARIABLE_LENGTH_ARRAYS 1
1947| #define VARIABLE_DECLARATION_AFTER_CODE 1
1948| #define HAVE_ATTRIBUTE__NONNULL__ 1
1949| #define HAVE_DIRENT_H 1
1950| #define HAVE_ENDIAN_H 1
1951| #define HAVE_ELF_H 1
1952| #define HAVE_ERR_H 1
1953| #define HAVE_FCNTL_H 1
1954| #define HAVE_FLOATINGPOINT_H 1
1955| #define HAVE_FNMATCH_H 1
1956| #define HAVE_GETOPT_H 1
1957| #define HAVE_GLOB_H 1
1958| #define HAVE_IFADDRS_H 1
1959| #define HAVE_INTTYPES_H 1
1960| #define HAVE_LANGINFO_H 1
1961| #define HAVE_LIMITS_H 1
1962| #define HAVE_LOCALE_H 1
1963| /* end confdefs.h.  */
1964| #include <stddef.h>
1965| #ifdef HAVE_STDIO_H
1966| # include <stdio.h>
1967| #endif
1968| #ifdef HAVE_STDLIB_H
1969| # include <stdlib.h>
1970| #endif
1971| #ifdef HAVE_STRING_H
1972| # include <string.h>
1973| #endif
1974| #ifdef HAVE_INTTYPES_H
1975| # include <inttypes.h>
1976| #endif
1977| #ifdef HAVE_STDINT_H
1978| # include <stdint.h>
1979| #endif
1980| #ifdef HAVE_STRINGS_H
1981| # include <strings.h>
1982| #endif
1983| #ifdef HAVE_SYS_TYPES_H
1984| # include <sys/types.h>
1985| #endif
1986| #ifdef HAVE_SYS_STAT_H
1987| # include <sys/stat.h>
1988| #endif
1989| #ifdef HAVE_UNISTD_H
1990| # include <unistd.h>
1991| #endif
1992| #include <maillock.h>
1993configure:10996: result: no
1994configure:11002: checking for ndir.h
1995configure:11002: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
1996conftest.c:67:10: fatal error: ndir.h: No such file or directory
1997 #include <ndir.h>
1998          ^~~~~~~~
1999compilation terminated.
2000configure:11002: $? = 1
2001configure: failed program was:
2002| /* confdefs.h */
2003| #define PACKAGE_NAME "OpenSSH"
2004| #define PACKAGE_TARNAME "openssh"
2005| #define PACKAGE_VERSION "Portable"
2006| #define PACKAGE_STRING "OpenSSH Portable"
2007| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2008| #define PACKAGE_URL ""
2009| #define HAVE_STDIO_H 1
2010| #define HAVE_STDLIB_H 1
2011| #define HAVE_STRING_H 1
2012| #define HAVE_INTTYPES_H 1
2013| #define HAVE_STDINT_H 1
2014| #define HAVE_STRINGS_H 1
2015| #define HAVE_SYS_STAT_H 1
2016| #define HAVE_SYS_TYPES_H 1
2017| #define HAVE_UNISTD_H 1
2018| #define STDC_HEADERS 1
2019| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2020| #define HAVE_RLIMIT_NPROC /**/
2021| #define WITH_OPENSSL 1
2022| #define VARIABLE_LENGTH_ARRAYS 1
2023| #define VARIABLE_DECLARATION_AFTER_CODE 1
2024| #define HAVE_ATTRIBUTE__NONNULL__ 1
2025| #define HAVE_DIRENT_H 1
2026| #define HAVE_ENDIAN_H 1
2027| #define HAVE_ELF_H 1
2028| #define HAVE_ERR_H 1
2029| #define HAVE_FCNTL_H 1
2030| #define HAVE_FLOATINGPOINT_H 1
2031| #define HAVE_FNMATCH_H 1
2032| #define HAVE_GETOPT_H 1
2033| #define HAVE_GLOB_H 1
2034| #define HAVE_IFADDRS_H 1
2035| #define HAVE_INTTYPES_H 1
2036| #define HAVE_LANGINFO_H 1
2037| #define HAVE_LIMITS_H 1
2038| #define HAVE_LOCALE_H 1
2039| /* end confdefs.h.  */
2040| #include <stddef.h>
2041| #ifdef HAVE_STDIO_H
2042| # include <stdio.h>
2043| #endif
2044| #ifdef HAVE_STDLIB_H
2045| # include <stdlib.h>
2046| #endif
2047| #ifdef HAVE_STRING_H
2048| # include <string.h>
2049| #endif
2050| #ifdef HAVE_INTTYPES_H
2051| # include <inttypes.h>
2052| #endif
2053| #ifdef HAVE_STDINT_H
2054| # include <stdint.h>
2055| #endif
2056| #ifdef HAVE_STRINGS_H
2057| # include <strings.h>
2058| #endif
2059| #ifdef HAVE_SYS_TYPES_H
2060| # include <sys/types.h>
2061| #endif
2062| #ifdef HAVE_SYS_STAT_H
2063| # include <sys/stat.h>
2064| #endif
2065| #ifdef HAVE_UNISTD_H
2066| # include <unistd.h>
2067| #endif
2068| #include <ndir.h>
2069configure:11002: result: no
2070configure:11008: checking for net/if_tun.h
2071configure:11008: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2072conftest.c:67:10: fatal error: net/if_tun.h: No such file or directory
2073 #include <net/if_tun.h>
2074          ^~~~~~~~~~~~~~
2075compilation terminated.
2076configure:11008: $? = 1
2077configure: failed program was:
2078| /* confdefs.h */
2079| #define PACKAGE_NAME "OpenSSH"
2080| #define PACKAGE_TARNAME "openssh"
2081| #define PACKAGE_VERSION "Portable"
2082| #define PACKAGE_STRING "OpenSSH Portable"
2083| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2084| #define PACKAGE_URL ""
2085| #define HAVE_STDIO_H 1
2086| #define HAVE_STDLIB_H 1
2087| #define HAVE_STRING_H 1
2088| #define HAVE_INTTYPES_H 1
2089| #define HAVE_STDINT_H 1
2090| #define HAVE_STRINGS_H 1
2091| #define HAVE_SYS_STAT_H 1
2092| #define HAVE_SYS_TYPES_H 1
2093| #define HAVE_UNISTD_H 1
2094| #define STDC_HEADERS 1
2095| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2096| #define HAVE_RLIMIT_NPROC /**/
2097| #define WITH_OPENSSL 1
2098| #define VARIABLE_LENGTH_ARRAYS 1
2099| #define VARIABLE_DECLARATION_AFTER_CODE 1
2100| #define HAVE_ATTRIBUTE__NONNULL__ 1
2101| #define HAVE_DIRENT_H 1
2102| #define HAVE_ENDIAN_H 1
2103| #define HAVE_ELF_H 1
2104| #define HAVE_ERR_H 1
2105| #define HAVE_FCNTL_H 1
2106| #define HAVE_FLOATINGPOINT_H 1
2107| #define HAVE_FNMATCH_H 1
2108| #define HAVE_GETOPT_H 1
2109| #define HAVE_GLOB_H 1
2110| #define HAVE_IFADDRS_H 1
2111| #define HAVE_INTTYPES_H 1
2112| #define HAVE_LANGINFO_H 1
2113| #define HAVE_LIMITS_H 1
2114| #define HAVE_LOCALE_H 1
2115| /* end confdefs.h.  */
2116| #include <stddef.h>
2117| #ifdef HAVE_STDIO_H
2118| # include <stdio.h>
2119| #endif
2120| #ifdef HAVE_STDLIB_H
2121| # include <stdlib.h>
2122| #endif
2123| #ifdef HAVE_STRING_H
2124| # include <string.h>
2125| #endif
2126| #ifdef HAVE_INTTYPES_H
2127| # include <inttypes.h>
2128| #endif
2129| #ifdef HAVE_STDINT_H
2130| # include <stdint.h>
2131| #endif
2132| #ifdef HAVE_STRINGS_H
2133| # include <strings.h>
2134| #endif
2135| #ifdef HAVE_SYS_TYPES_H
2136| # include <sys/types.h>
2137| #endif
2138| #ifdef HAVE_SYS_STAT_H
2139| # include <sys/stat.h>
2140| #endif
2141| #ifdef HAVE_UNISTD_H
2142| # include <unistd.h>
2143| #endif
2144| #include <net/if_tun.h>
2145configure:11008: result: no
2146configure:11014: checking for netdb.h
2147configure:11014: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2148configure:11014: $? = 0
2149configure:11014: result: yes
2150configure:11020: checking for netgroup.h
2151configure:11020: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2152conftest.c:68:10: fatal error: netgroup.h: No such file or directory
2153 #include <netgroup.h>
2154          ^~~~~~~~~~~~
2155compilation terminated.
2156configure:11020: $? = 1
2157configure: failed program was:
2158| /* confdefs.h */
2159| #define PACKAGE_NAME "OpenSSH"
2160| #define PACKAGE_TARNAME "openssh"
2161| #define PACKAGE_VERSION "Portable"
2162| #define PACKAGE_STRING "OpenSSH Portable"
2163| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2164| #define PACKAGE_URL ""
2165| #define HAVE_STDIO_H 1
2166| #define HAVE_STDLIB_H 1
2167| #define HAVE_STRING_H 1
2168| #define HAVE_INTTYPES_H 1
2169| #define HAVE_STDINT_H 1
2170| #define HAVE_STRINGS_H 1
2171| #define HAVE_SYS_STAT_H 1
2172| #define HAVE_SYS_TYPES_H 1
2173| #define HAVE_UNISTD_H 1
2174| #define STDC_HEADERS 1
2175| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2176| #define HAVE_RLIMIT_NPROC /**/
2177| #define WITH_OPENSSL 1
2178| #define VARIABLE_LENGTH_ARRAYS 1
2179| #define VARIABLE_DECLARATION_AFTER_CODE 1
2180| #define HAVE_ATTRIBUTE__NONNULL__ 1
2181| #define HAVE_DIRENT_H 1
2182| #define HAVE_ENDIAN_H 1
2183| #define HAVE_ELF_H 1
2184| #define HAVE_ERR_H 1
2185| #define HAVE_FCNTL_H 1
2186| #define HAVE_FLOATINGPOINT_H 1
2187| #define HAVE_FNMATCH_H 1
2188| #define HAVE_GETOPT_H 1
2189| #define HAVE_GLOB_H 1
2190| #define HAVE_IFADDRS_H 1
2191| #define HAVE_INTTYPES_H 1
2192| #define HAVE_LANGINFO_H 1
2193| #define HAVE_LIMITS_H 1
2194| #define HAVE_LOCALE_H 1
2195| #define HAVE_NETDB_H 1
2196| /* end confdefs.h.  */
2197| #include <stddef.h>
2198| #ifdef HAVE_STDIO_H
2199| # include <stdio.h>
2200| #endif
2201| #ifdef HAVE_STDLIB_H
2202| # include <stdlib.h>
2203| #endif
2204| #ifdef HAVE_STRING_H
2205| # include <string.h>
2206| #endif
2207| #ifdef HAVE_INTTYPES_H
2208| # include <inttypes.h>
2209| #endif
2210| #ifdef HAVE_STDINT_H
2211| # include <stdint.h>
2212| #endif
2213| #ifdef HAVE_STRINGS_H
2214| # include <strings.h>
2215| #endif
2216| #ifdef HAVE_SYS_TYPES_H
2217| # include <sys/types.h>
2218| #endif
2219| #ifdef HAVE_SYS_STAT_H
2220| # include <sys/stat.h>
2221| #endif
2222| #ifdef HAVE_UNISTD_H
2223| # include <unistd.h>
2224| #endif
2225| #include <netgroup.h>
2226configure:11020: result: no
2227configure:11026: checking for pam/pam_appl.h
2228configure:11026: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2229conftest.c:68:10: fatal error: pam/pam_appl.h: No such file or directory
2230 #include <pam/pam_appl.h>
2231          ^~~~~~~~~~~~~~~~
2232compilation terminated.
2233configure:11026: $? = 1
2234configure: failed program was:
2235| /* confdefs.h */
2236| #define PACKAGE_NAME "OpenSSH"
2237| #define PACKAGE_TARNAME "openssh"
2238| #define PACKAGE_VERSION "Portable"
2239| #define PACKAGE_STRING "OpenSSH Portable"
2240| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2241| #define PACKAGE_URL ""
2242| #define HAVE_STDIO_H 1
2243| #define HAVE_STDLIB_H 1
2244| #define HAVE_STRING_H 1
2245| #define HAVE_INTTYPES_H 1
2246| #define HAVE_STDINT_H 1
2247| #define HAVE_STRINGS_H 1
2248| #define HAVE_SYS_STAT_H 1
2249| #define HAVE_SYS_TYPES_H 1
2250| #define HAVE_UNISTD_H 1
2251| #define STDC_HEADERS 1
2252| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2253| #define HAVE_RLIMIT_NPROC /**/
2254| #define WITH_OPENSSL 1
2255| #define VARIABLE_LENGTH_ARRAYS 1
2256| #define VARIABLE_DECLARATION_AFTER_CODE 1
2257| #define HAVE_ATTRIBUTE__NONNULL__ 1
2258| #define HAVE_DIRENT_H 1
2259| #define HAVE_ENDIAN_H 1
2260| #define HAVE_ELF_H 1
2261| #define HAVE_ERR_H 1
2262| #define HAVE_FCNTL_H 1
2263| #define HAVE_FLOATINGPOINT_H 1
2264| #define HAVE_FNMATCH_H 1
2265| #define HAVE_GETOPT_H 1
2266| #define HAVE_GLOB_H 1
2267| #define HAVE_IFADDRS_H 1
2268| #define HAVE_INTTYPES_H 1
2269| #define HAVE_LANGINFO_H 1
2270| #define HAVE_LIMITS_H 1
2271| #define HAVE_LOCALE_H 1
2272| #define HAVE_NETDB_H 1
2273| /* end confdefs.h.  */
2274| #include <stddef.h>
2275| #ifdef HAVE_STDIO_H
2276| # include <stdio.h>
2277| #endif
2278| #ifdef HAVE_STDLIB_H
2279| # include <stdlib.h>
2280| #endif
2281| #ifdef HAVE_STRING_H
2282| # include <string.h>
2283| #endif
2284| #ifdef HAVE_INTTYPES_H
2285| # include <inttypes.h>
2286| #endif
2287| #ifdef HAVE_STDINT_H
2288| # include <stdint.h>
2289| #endif
2290| #ifdef HAVE_STRINGS_H
2291| # include <strings.h>
2292| #endif
2293| #ifdef HAVE_SYS_TYPES_H
2294| # include <sys/types.h>
2295| #endif
2296| #ifdef HAVE_SYS_STAT_H
2297| # include <sys/stat.h>
2298| #endif
2299| #ifdef HAVE_UNISTD_H
2300| # include <unistd.h>
2301| #endif
2302| #include <pam/pam_appl.h>
2303configure:11026: result: no
2304configure:11032: checking for paths.h
2305configure:11032: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2306configure:11032: $? = 0
2307configure:11032: result: yes
2308configure:11038: checking for poll.h
2309configure:11038: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2310configure:11038: $? = 0
2311configure:11038: result: yes
2312configure:11044: checking for pty.h
2313configure:11044: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2314conftest.c:70:10: fatal error: pty.h: No such file or directory
2315 #include <pty.h>
2316          ^~~~~~~
2317compilation terminated.
2318configure:11044: $? = 1
2319configure: failed program was:
2320| /* confdefs.h */
2321| #define PACKAGE_NAME "OpenSSH"
2322| #define PACKAGE_TARNAME "openssh"
2323| #define PACKAGE_VERSION "Portable"
2324| #define PACKAGE_STRING "OpenSSH Portable"
2325| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2326| #define PACKAGE_URL ""
2327| #define HAVE_STDIO_H 1
2328| #define HAVE_STDLIB_H 1
2329| #define HAVE_STRING_H 1
2330| #define HAVE_INTTYPES_H 1
2331| #define HAVE_STDINT_H 1
2332| #define HAVE_STRINGS_H 1
2333| #define HAVE_SYS_STAT_H 1
2334| #define HAVE_SYS_TYPES_H 1
2335| #define HAVE_UNISTD_H 1
2336| #define STDC_HEADERS 1
2337| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2338| #define HAVE_RLIMIT_NPROC /**/
2339| #define WITH_OPENSSL 1
2340| #define VARIABLE_LENGTH_ARRAYS 1
2341| #define VARIABLE_DECLARATION_AFTER_CODE 1
2342| #define HAVE_ATTRIBUTE__NONNULL__ 1
2343| #define HAVE_DIRENT_H 1
2344| #define HAVE_ENDIAN_H 1
2345| #define HAVE_ELF_H 1
2346| #define HAVE_ERR_H 1
2347| #define HAVE_FCNTL_H 1
2348| #define HAVE_FLOATINGPOINT_H 1
2349| #define HAVE_FNMATCH_H 1
2350| #define HAVE_GETOPT_H 1
2351| #define HAVE_GLOB_H 1
2352| #define HAVE_IFADDRS_H 1
2353| #define HAVE_INTTYPES_H 1
2354| #define HAVE_LANGINFO_H 1
2355| #define HAVE_LIMITS_H 1
2356| #define HAVE_LOCALE_H 1
2357| #define HAVE_NETDB_H 1
2358| #define HAVE_PATHS_H 1
2359| #define HAVE_POLL_H 1
2360| /* end confdefs.h.  */
2361| #include <stddef.h>
2362| #ifdef HAVE_STDIO_H
2363| # include <stdio.h>
2364| #endif
2365| #ifdef HAVE_STDLIB_H
2366| # include <stdlib.h>
2367| #endif
2368| #ifdef HAVE_STRING_H
2369| # include <string.h>
2370| #endif
2371| #ifdef HAVE_INTTYPES_H
2372| # include <inttypes.h>
2373| #endif
2374| #ifdef HAVE_STDINT_H
2375| # include <stdint.h>
2376| #endif
2377| #ifdef HAVE_STRINGS_H
2378| # include <strings.h>
2379| #endif
2380| #ifdef HAVE_SYS_TYPES_H
2381| # include <sys/types.h>
2382| #endif
2383| #ifdef HAVE_SYS_STAT_H
2384| # include <sys/stat.h>
2385| #endif
2386| #ifdef HAVE_UNISTD_H
2387| # include <unistd.h>
2388| #endif
2389| #include <pty.h>
2390configure:11044: result: no
2391configure:11050: checking for readpassphrase.h
2392configure:11050: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2393configure:11050: $? = 0
2394configure:11050: result: yes
2395configure:11056: checking for rpc/types.h
2396configure:11056: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2397configure:11056: $? = 0
2398configure:11056: result: yes
2399configure:11062: checking for security/pam_appl.h
2400configure:11062: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2401configure:11062: $? = 0
2402configure:11062: result: yes
2403configure:11068: checking for sha2.h
2404configure:11068: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2405conftest.c:73:10: fatal error: sha2.h: No such file or directory
2406 #include <sha2.h>
2407          ^~~~~~~~
2408compilation terminated.
2409configure:11068: $? = 1
2410configure: failed program was:
2411| /* confdefs.h */
2412| #define PACKAGE_NAME "OpenSSH"
2413| #define PACKAGE_TARNAME "openssh"
2414| #define PACKAGE_VERSION "Portable"
2415| #define PACKAGE_STRING "OpenSSH Portable"
2416| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2417| #define PACKAGE_URL ""
2418| #define HAVE_STDIO_H 1
2419| #define HAVE_STDLIB_H 1
2420| #define HAVE_STRING_H 1
2421| #define HAVE_INTTYPES_H 1
2422| #define HAVE_STDINT_H 1
2423| #define HAVE_STRINGS_H 1
2424| #define HAVE_SYS_STAT_H 1
2425| #define HAVE_SYS_TYPES_H 1
2426| #define HAVE_UNISTD_H 1
2427| #define STDC_HEADERS 1
2428| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2429| #define HAVE_RLIMIT_NPROC /**/
2430| #define WITH_OPENSSL 1
2431| #define VARIABLE_LENGTH_ARRAYS 1
2432| #define VARIABLE_DECLARATION_AFTER_CODE 1
2433| #define HAVE_ATTRIBUTE__NONNULL__ 1
2434| #define HAVE_DIRENT_H 1
2435| #define HAVE_ENDIAN_H 1
2436| #define HAVE_ELF_H 1
2437| #define HAVE_ERR_H 1
2438| #define HAVE_FCNTL_H 1
2439| #define HAVE_FLOATINGPOINT_H 1
2440| #define HAVE_FNMATCH_H 1
2441| #define HAVE_GETOPT_H 1
2442| #define HAVE_GLOB_H 1
2443| #define HAVE_IFADDRS_H 1
2444| #define HAVE_INTTYPES_H 1
2445| #define HAVE_LANGINFO_H 1
2446| #define HAVE_LIMITS_H 1
2447| #define HAVE_LOCALE_H 1
2448| #define HAVE_NETDB_H 1
2449| #define HAVE_PATHS_H 1
2450| #define HAVE_POLL_H 1
2451| #define HAVE_READPASSPHRASE_H 1
2452| #define HAVE_RPC_TYPES_H 1
2453| #define HAVE_SECURITY_PAM_APPL_H 1
2454| /* end confdefs.h.  */
2455| #include <stddef.h>
2456| #ifdef HAVE_STDIO_H
2457| # include <stdio.h>
2458| #endif
2459| #ifdef HAVE_STDLIB_H
2460| # include <stdlib.h>
2461| #endif
2462| #ifdef HAVE_STRING_H
2463| # include <string.h>
2464| #endif
2465| #ifdef HAVE_INTTYPES_H
2466| # include <inttypes.h>
2467| #endif
2468| #ifdef HAVE_STDINT_H
2469| # include <stdint.h>
2470| #endif
2471| #ifdef HAVE_STRINGS_H
2472| # include <strings.h>
2473| #endif
2474| #ifdef HAVE_SYS_TYPES_H
2475| # include <sys/types.h>
2476| #endif
2477| #ifdef HAVE_SYS_STAT_H
2478| # include <sys/stat.h>
2479| #endif
2480| #ifdef HAVE_UNISTD_H
2481| # include <unistd.h>
2482| #endif
2483| #include <sha2.h>
2484configure:11068: result: no
2485configure:11074: checking for shadow.h
2486configure:11074: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2487conftest.c:73:10: fatal error: shadow.h: No such file or directory
2488 #include <shadow.h>
2489          ^~~~~~~~~~
2490compilation terminated.
2491configure:11074: $? = 1
2492configure: failed program was:
2493| /* confdefs.h */
2494| #define PACKAGE_NAME "OpenSSH"
2495| #define PACKAGE_TARNAME "openssh"
2496| #define PACKAGE_VERSION "Portable"
2497| #define PACKAGE_STRING "OpenSSH Portable"
2498| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2499| #define PACKAGE_URL ""
2500| #define HAVE_STDIO_H 1
2501| #define HAVE_STDLIB_H 1
2502| #define HAVE_STRING_H 1
2503| #define HAVE_INTTYPES_H 1
2504| #define HAVE_STDINT_H 1
2505| #define HAVE_STRINGS_H 1
2506| #define HAVE_SYS_STAT_H 1
2507| #define HAVE_SYS_TYPES_H 1
2508| #define HAVE_UNISTD_H 1
2509| #define STDC_HEADERS 1
2510| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2511| #define HAVE_RLIMIT_NPROC /**/
2512| #define WITH_OPENSSL 1
2513| #define VARIABLE_LENGTH_ARRAYS 1
2514| #define VARIABLE_DECLARATION_AFTER_CODE 1
2515| #define HAVE_ATTRIBUTE__NONNULL__ 1
2516| #define HAVE_DIRENT_H 1
2517| #define HAVE_ENDIAN_H 1
2518| #define HAVE_ELF_H 1
2519| #define HAVE_ERR_H 1
2520| #define HAVE_FCNTL_H 1
2521| #define HAVE_FLOATINGPOINT_H 1
2522| #define HAVE_FNMATCH_H 1
2523| #define HAVE_GETOPT_H 1
2524| #define HAVE_GLOB_H 1
2525| #define HAVE_IFADDRS_H 1
2526| #define HAVE_INTTYPES_H 1
2527| #define HAVE_LANGINFO_H 1
2528| #define HAVE_LIMITS_H 1
2529| #define HAVE_LOCALE_H 1
2530| #define HAVE_NETDB_H 1
2531| #define HAVE_PATHS_H 1
2532| #define HAVE_POLL_H 1
2533| #define HAVE_READPASSPHRASE_H 1
2534| #define HAVE_RPC_TYPES_H 1
2535| #define HAVE_SECURITY_PAM_APPL_H 1
2536| /* end confdefs.h.  */
2537| #include <stddef.h>
2538| #ifdef HAVE_STDIO_H
2539| # include <stdio.h>
2540| #endif
2541| #ifdef HAVE_STDLIB_H
2542| # include <stdlib.h>
2543| #endif
2544| #ifdef HAVE_STRING_H
2545| # include <string.h>
2546| #endif
2547| #ifdef HAVE_INTTYPES_H
2548| # include <inttypes.h>
2549| #endif
2550| #ifdef HAVE_STDINT_H
2551| # include <stdint.h>
2552| #endif
2553| #ifdef HAVE_STRINGS_H
2554| # include <strings.h>
2555| #endif
2556| #ifdef HAVE_SYS_TYPES_H
2557| # include <sys/types.h>
2558| #endif
2559| #ifdef HAVE_SYS_STAT_H
2560| # include <sys/stat.h>
2561| #endif
2562| #ifdef HAVE_UNISTD_H
2563| # include <unistd.h>
2564| #endif
2565| #include <shadow.h>
2566configure:11074: result: no
2567configure:11080: checking for stddef.h
2568configure:11080: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2569configure:11080: $? = 0
2570configure:11080: result: yes
2571configure:11086: checking for stdint.h
2572configure:11086: result: yes
2573configure:11092: checking for string.h
2574configure:11092: result: yes
2575configure:11098: checking for strings.h
2576configure:11098: result: yes
2577configure:11104: checking for sys/bitypes.h
2578configure:11104: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2579conftest.c:77:10: fatal error: sys/bitypes.h: No such file or directory
2580 #include <sys/bitypes.h>
2581          ^~~~~~~~~~~~~~~
2582compilation terminated.
2583configure:11104: $? = 1
2584configure: failed program was:
2585| /* confdefs.h */
2586| #define PACKAGE_NAME "OpenSSH"
2587| #define PACKAGE_TARNAME "openssh"
2588| #define PACKAGE_VERSION "Portable"
2589| #define PACKAGE_STRING "OpenSSH Portable"
2590| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2591| #define PACKAGE_URL ""
2592| #define HAVE_STDIO_H 1
2593| #define HAVE_STDLIB_H 1
2594| #define HAVE_STRING_H 1
2595| #define HAVE_INTTYPES_H 1
2596| #define HAVE_STDINT_H 1
2597| #define HAVE_STRINGS_H 1
2598| #define HAVE_SYS_STAT_H 1
2599| #define HAVE_SYS_TYPES_H 1
2600| #define HAVE_UNISTD_H 1
2601| #define STDC_HEADERS 1
2602| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2603| #define HAVE_RLIMIT_NPROC /**/
2604| #define WITH_OPENSSL 1
2605| #define VARIABLE_LENGTH_ARRAYS 1
2606| #define VARIABLE_DECLARATION_AFTER_CODE 1
2607| #define HAVE_ATTRIBUTE__NONNULL__ 1
2608| #define HAVE_DIRENT_H 1
2609| #define HAVE_ENDIAN_H 1
2610| #define HAVE_ELF_H 1
2611| #define HAVE_ERR_H 1
2612| #define HAVE_FCNTL_H 1
2613| #define HAVE_FLOATINGPOINT_H 1
2614| #define HAVE_FNMATCH_H 1
2615| #define HAVE_GETOPT_H 1
2616| #define HAVE_GLOB_H 1
2617| #define HAVE_IFADDRS_H 1
2618| #define HAVE_INTTYPES_H 1
2619| #define HAVE_LANGINFO_H 1
2620| #define HAVE_LIMITS_H 1
2621| #define HAVE_LOCALE_H 1
2622| #define HAVE_NETDB_H 1
2623| #define HAVE_PATHS_H 1
2624| #define HAVE_POLL_H 1
2625| #define HAVE_READPASSPHRASE_H 1
2626| #define HAVE_RPC_TYPES_H 1
2627| #define HAVE_SECURITY_PAM_APPL_H 1
2628| #define HAVE_STDDEF_H 1
2629| #define HAVE_STDINT_H 1
2630| #define HAVE_STRING_H 1
2631| #define HAVE_STRINGS_H 1
2632| /* end confdefs.h.  */
2633| #include <stddef.h>
2634| #ifdef HAVE_STDIO_H
2635| # include <stdio.h>
2636| #endif
2637| #ifdef HAVE_STDLIB_H
2638| # include <stdlib.h>
2639| #endif
2640| #ifdef HAVE_STRING_H
2641| # include <string.h>
2642| #endif
2643| #ifdef HAVE_INTTYPES_H
2644| # include <inttypes.h>
2645| #endif
2646| #ifdef HAVE_STDINT_H
2647| # include <stdint.h>
2648| #endif
2649| #ifdef HAVE_STRINGS_H
2650| # include <strings.h>
2651| #endif
2652| #ifdef HAVE_SYS_TYPES_H
2653| # include <sys/types.h>
2654| #endif
2655| #ifdef HAVE_SYS_STAT_H
2656| # include <sys/stat.h>
2657| #endif
2658| #ifdef HAVE_UNISTD_H
2659| # include <unistd.h>
2660| #endif
2661| #include <sys/bitypes.h>
2662configure:11104: result: no
2663configure:11110: checking for sys/byteorder.h
2664configure:11110: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2665conftest.c:77:10: fatal error: sys/byteorder.h: No such file or directory
2666 #include <sys/byteorder.h>
2667          ^~~~~~~~~~~~~~~~~
2668compilation terminated.
2669configure:11110: $? = 1
2670configure: failed program was:
2671| /* confdefs.h */
2672| #define PACKAGE_NAME "OpenSSH"
2673| #define PACKAGE_TARNAME "openssh"
2674| #define PACKAGE_VERSION "Portable"
2675| #define PACKAGE_STRING "OpenSSH Portable"
2676| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2677| #define PACKAGE_URL ""
2678| #define HAVE_STDIO_H 1
2679| #define HAVE_STDLIB_H 1
2680| #define HAVE_STRING_H 1
2681| #define HAVE_INTTYPES_H 1
2682| #define HAVE_STDINT_H 1
2683| #define HAVE_STRINGS_H 1
2684| #define HAVE_SYS_STAT_H 1
2685| #define HAVE_SYS_TYPES_H 1
2686| #define HAVE_UNISTD_H 1
2687| #define STDC_HEADERS 1
2688| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2689| #define HAVE_RLIMIT_NPROC /**/
2690| #define WITH_OPENSSL 1
2691| #define VARIABLE_LENGTH_ARRAYS 1
2692| #define VARIABLE_DECLARATION_AFTER_CODE 1
2693| #define HAVE_ATTRIBUTE__NONNULL__ 1
2694| #define HAVE_DIRENT_H 1
2695| #define HAVE_ENDIAN_H 1
2696| #define HAVE_ELF_H 1
2697| #define HAVE_ERR_H 1
2698| #define HAVE_FCNTL_H 1
2699| #define HAVE_FLOATINGPOINT_H 1
2700| #define HAVE_FNMATCH_H 1
2701| #define HAVE_GETOPT_H 1
2702| #define HAVE_GLOB_H 1
2703| #define HAVE_IFADDRS_H 1
2704| #define HAVE_INTTYPES_H 1
2705| #define HAVE_LANGINFO_H 1
2706| #define HAVE_LIMITS_H 1
2707| #define HAVE_LOCALE_H 1
2708| #define HAVE_NETDB_H 1
2709| #define HAVE_PATHS_H 1
2710| #define HAVE_POLL_H 1
2711| #define HAVE_READPASSPHRASE_H 1
2712| #define HAVE_RPC_TYPES_H 1
2713| #define HAVE_SECURITY_PAM_APPL_H 1
2714| #define HAVE_STDDEF_H 1
2715| #define HAVE_STDINT_H 1
2716| #define HAVE_STRING_H 1
2717| #define HAVE_STRINGS_H 1
2718| /* end confdefs.h.  */
2719| #include <stddef.h>
2720| #ifdef HAVE_STDIO_H
2721| # include <stdio.h>
2722| #endif
2723| #ifdef HAVE_STDLIB_H
2724| # include <stdlib.h>
2725| #endif
2726| #ifdef HAVE_STRING_H
2727| # include <string.h>
2728| #endif
2729| #ifdef HAVE_INTTYPES_H
2730| # include <inttypes.h>
2731| #endif
2732| #ifdef HAVE_STDINT_H
2733| # include <stdint.h>
2734| #endif
2735| #ifdef HAVE_STRINGS_H
2736| # include <strings.h>
2737| #endif
2738| #ifdef HAVE_SYS_TYPES_H
2739| # include <sys/types.h>
2740| #endif
2741| #ifdef HAVE_SYS_STAT_H
2742| # include <sys/stat.h>
2743| #endif
2744| #ifdef HAVE_UNISTD_H
2745| # include <unistd.h>
2746| #endif
2747| #include <sys/byteorder.h>
2748configure:11110: result: no
2749configure:11116: checking for sys/bsdtty.h
2750configure:11116: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2751conftest.c:77:10: fatal error: sys/bsdtty.h: No such file or directory
2752 #include <sys/bsdtty.h>
2753          ^~~~~~~~~~~~~~
2754compilation terminated.
2755configure:11116: $? = 1
2756configure: failed program was:
2757| /* confdefs.h */
2758| #define PACKAGE_NAME "OpenSSH"
2759| #define PACKAGE_TARNAME "openssh"
2760| #define PACKAGE_VERSION "Portable"
2761| #define PACKAGE_STRING "OpenSSH Portable"
2762| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2763| #define PACKAGE_URL ""
2764| #define HAVE_STDIO_H 1
2765| #define HAVE_STDLIB_H 1
2766| #define HAVE_STRING_H 1
2767| #define HAVE_INTTYPES_H 1
2768| #define HAVE_STDINT_H 1
2769| #define HAVE_STRINGS_H 1
2770| #define HAVE_SYS_STAT_H 1
2771| #define HAVE_SYS_TYPES_H 1
2772| #define HAVE_UNISTD_H 1
2773| #define STDC_HEADERS 1
2774| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2775| #define HAVE_RLIMIT_NPROC /**/
2776| #define WITH_OPENSSL 1
2777| #define VARIABLE_LENGTH_ARRAYS 1
2778| #define VARIABLE_DECLARATION_AFTER_CODE 1
2779| #define HAVE_ATTRIBUTE__NONNULL__ 1
2780| #define HAVE_DIRENT_H 1
2781| #define HAVE_ENDIAN_H 1
2782| #define HAVE_ELF_H 1
2783| #define HAVE_ERR_H 1
2784| #define HAVE_FCNTL_H 1
2785| #define HAVE_FLOATINGPOINT_H 1
2786| #define HAVE_FNMATCH_H 1
2787| #define HAVE_GETOPT_H 1
2788| #define HAVE_GLOB_H 1
2789| #define HAVE_IFADDRS_H 1
2790| #define HAVE_INTTYPES_H 1
2791| #define HAVE_LANGINFO_H 1
2792| #define HAVE_LIMITS_H 1
2793| #define HAVE_LOCALE_H 1
2794| #define HAVE_NETDB_H 1
2795| #define HAVE_PATHS_H 1
2796| #define HAVE_POLL_H 1
2797| #define HAVE_READPASSPHRASE_H 1
2798| #define HAVE_RPC_TYPES_H 1
2799| #define HAVE_SECURITY_PAM_APPL_H 1
2800| #define HAVE_STDDEF_H 1
2801| #define HAVE_STDINT_H 1
2802| #define HAVE_STRING_H 1
2803| #define HAVE_STRINGS_H 1
2804| /* end confdefs.h.  */
2805| #include <stddef.h>
2806| #ifdef HAVE_STDIO_H
2807| # include <stdio.h>
2808| #endif
2809| #ifdef HAVE_STDLIB_H
2810| # include <stdlib.h>
2811| #endif
2812| #ifdef HAVE_STRING_H
2813| # include <string.h>
2814| #endif
2815| #ifdef HAVE_INTTYPES_H
2816| # include <inttypes.h>
2817| #endif
2818| #ifdef HAVE_STDINT_H
2819| # include <stdint.h>
2820| #endif
2821| #ifdef HAVE_STRINGS_H
2822| # include <strings.h>
2823| #endif
2824| #ifdef HAVE_SYS_TYPES_H
2825| # include <sys/types.h>
2826| #endif
2827| #ifdef HAVE_SYS_STAT_H
2828| # include <sys/stat.h>
2829| #endif
2830| #ifdef HAVE_UNISTD_H
2831| # include <unistd.h>
2832| #endif
2833| #include <sys/bsdtty.h>
2834configure:11116: result: no
2835configure:11122: checking for sys/cdefs.h
2836configure:11122: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2837configure:11122: $? = 0
2838configure:11122: result: yes
2839configure:11128: checking for sys/dir.h
2840configure:11128: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2841conftest.c:78:10: fatal error: sys/dir.h: No such file or directory
2842 #include <sys/dir.h>
2843          ^~~~~~~~~~~
2844compilation terminated.
2845configure:11128: $? = 1
2846configure: failed program was:
2847| /* confdefs.h */
2848| #define PACKAGE_NAME "OpenSSH"
2849| #define PACKAGE_TARNAME "openssh"
2850| #define PACKAGE_VERSION "Portable"
2851| #define PACKAGE_STRING "OpenSSH Portable"
2852| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2853| #define PACKAGE_URL ""
2854| #define HAVE_STDIO_H 1
2855| #define HAVE_STDLIB_H 1
2856| #define HAVE_STRING_H 1
2857| #define HAVE_INTTYPES_H 1
2858| #define HAVE_STDINT_H 1
2859| #define HAVE_STRINGS_H 1
2860| #define HAVE_SYS_STAT_H 1
2861| #define HAVE_SYS_TYPES_H 1
2862| #define HAVE_UNISTD_H 1
2863| #define STDC_HEADERS 1
2864| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2865| #define HAVE_RLIMIT_NPROC /**/
2866| #define WITH_OPENSSL 1
2867| #define VARIABLE_LENGTH_ARRAYS 1
2868| #define VARIABLE_DECLARATION_AFTER_CODE 1
2869| #define HAVE_ATTRIBUTE__NONNULL__ 1
2870| #define HAVE_DIRENT_H 1
2871| #define HAVE_ENDIAN_H 1
2872| #define HAVE_ELF_H 1
2873| #define HAVE_ERR_H 1
2874| #define HAVE_FCNTL_H 1
2875| #define HAVE_FLOATINGPOINT_H 1
2876| #define HAVE_FNMATCH_H 1
2877| #define HAVE_GETOPT_H 1
2878| #define HAVE_GLOB_H 1
2879| #define HAVE_IFADDRS_H 1
2880| #define HAVE_INTTYPES_H 1
2881| #define HAVE_LANGINFO_H 1
2882| #define HAVE_LIMITS_H 1
2883| #define HAVE_LOCALE_H 1
2884| #define HAVE_NETDB_H 1
2885| #define HAVE_PATHS_H 1
2886| #define HAVE_POLL_H 1
2887| #define HAVE_READPASSPHRASE_H 1
2888| #define HAVE_RPC_TYPES_H 1
2889| #define HAVE_SECURITY_PAM_APPL_H 1
2890| #define HAVE_STDDEF_H 1
2891| #define HAVE_STDINT_H 1
2892| #define HAVE_STRING_H 1
2893| #define HAVE_STRINGS_H 1
2894| #define HAVE_SYS_CDEFS_H 1
2895| /* end confdefs.h.  */
2896| #include <stddef.h>
2897| #ifdef HAVE_STDIO_H
2898| # include <stdio.h>
2899| #endif
2900| #ifdef HAVE_STDLIB_H
2901| # include <stdlib.h>
2902| #endif
2903| #ifdef HAVE_STRING_H
2904| # include <string.h>
2905| #endif
2906| #ifdef HAVE_INTTYPES_H
2907| # include <inttypes.h>
2908| #endif
2909| #ifdef HAVE_STDINT_H
2910| # include <stdint.h>
2911| #endif
2912| #ifdef HAVE_STRINGS_H
2913| # include <strings.h>
2914| #endif
2915| #ifdef HAVE_SYS_TYPES_H
2916| # include <sys/types.h>
2917| #endif
2918| #ifdef HAVE_SYS_STAT_H
2919| # include <sys/stat.h>
2920| #endif
2921| #ifdef HAVE_UNISTD_H
2922| # include <unistd.h>
2923| #endif
2924| #include <sys/dir.h>
2925configure:11128: result: no
2926configure:11134: checking for sys/file.h
2927configure:11134: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2928configure:11134: $? = 0
2929configure:11134: result: yes
2930configure:11140: checking for sys/mman.h
2931configure:11140: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2932configure:11140: $? = 0
2933configure:11140: result: yes
2934configure:11146: checking for sys/label.h
2935configure:11146: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
2936conftest.c:80:10: fatal error: sys/label.h: No such file or directory
2937 #include <sys/label.h>
2938          ^~~~~~~~~~~~~
2939compilation terminated.
2940configure:11146: $? = 1
2941configure: failed program was:
2942| /* confdefs.h */
2943| #define PACKAGE_NAME "OpenSSH"
2944| #define PACKAGE_TARNAME "openssh"
2945| #define PACKAGE_VERSION "Portable"
2946| #define PACKAGE_STRING "OpenSSH Portable"
2947| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
2948| #define PACKAGE_URL ""
2949| #define HAVE_STDIO_H 1
2950| #define HAVE_STDLIB_H 1
2951| #define HAVE_STRING_H 1
2952| #define HAVE_INTTYPES_H 1
2953| #define HAVE_STDINT_H 1
2954| #define HAVE_STRINGS_H 1
2955| #define HAVE_SYS_STAT_H 1
2956| #define HAVE_SYS_TYPES_H 1
2957| #define HAVE_UNISTD_H 1
2958| #define STDC_HEADERS 1
2959| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
2960| #define HAVE_RLIMIT_NPROC /**/
2961| #define WITH_OPENSSL 1
2962| #define VARIABLE_LENGTH_ARRAYS 1
2963| #define VARIABLE_DECLARATION_AFTER_CODE 1
2964| #define HAVE_ATTRIBUTE__NONNULL__ 1
2965| #define HAVE_DIRENT_H 1
2966| #define HAVE_ENDIAN_H 1
2967| #define HAVE_ELF_H 1
2968| #define HAVE_ERR_H 1
2969| #define HAVE_FCNTL_H 1
2970| #define HAVE_FLOATINGPOINT_H 1
2971| #define HAVE_FNMATCH_H 1
2972| #define HAVE_GETOPT_H 1
2973| #define HAVE_GLOB_H 1
2974| #define HAVE_IFADDRS_H 1
2975| #define HAVE_INTTYPES_H 1
2976| #define HAVE_LANGINFO_H 1
2977| #define HAVE_LIMITS_H 1
2978| #define HAVE_LOCALE_H 1
2979| #define HAVE_NETDB_H 1
2980| #define HAVE_PATHS_H 1
2981| #define HAVE_POLL_H 1
2982| #define HAVE_READPASSPHRASE_H 1
2983| #define HAVE_RPC_TYPES_H 1
2984| #define HAVE_SECURITY_PAM_APPL_H 1
2985| #define HAVE_STDDEF_H 1
2986| #define HAVE_STDINT_H 1
2987| #define HAVE_STRING_H 1
2988| #define HAVE_STRINGS_H 1
2989| #define HAVE_SYS_CDEFS_H 1
2990| #define HAVE_SYS_FILE_H 1
2991| #define HAVE_SYS_MMAN_H 1
2992| /* end confdefs.h.  */
2993| #include <stddef.h>
2994| #ifdef HAVE_STDIO_H
2995| # include <stdio.h>
2996| #endif
2997| #ifdef HAVE_STDLIB_H
2998| # include <stdlib.h>
2999| #endif
3000| #ifdef HAVE_STRING_H
3001| # include <string.h>
3002| #endif
3003| #ifdef HAVE_INTTYPES_H
3004| # include <inttypes.h>
3005| #endif
3006| #ifdef HAVE_STDINT_H
3007| # include <stdint.h>
3008| #endif
3009| #ifdef HAVE_STRINGS_H
3010| # include <strings.h>
3011| #endif
3012| #ifdef HAVE_SYS_TYPES_H
3013| # include <sys/types.h>
3014| #endif
3015| #ifdef HAVE_SYS_STAT_H
3016| # include <sys/stat.h>
3017| #endif
3018| #ifdef HAVE_UNISTD_H
3019| # include <unistd.h>
3020| #endif
3021| #include <sys/label.h>
3022configure:11146: result: no
3023configure:11152: checking for sys/ndir.h
3024configure:11152: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3025conftest.c:80:10: fatal error: sys/ndir.h: No such file or directory
3026 #include <sys/ndir.h>
3027          ^~~~~~~~~~~~
3028compilation terminated.
3029configure:11152: $? = 1
3030configure: failed program was:
3031| /* confdefs.h */
3032| #define PACKAGE_NAME "OpenSSH"
3033| #define PACKAGE_TARNAME "openssh"
3034| #define PACKAGE_VERSION "Portable"
3035| #define PACKAGE_STRING "OpenSSH Portable"
3036| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3037| #define PACKAGE_URL ""
3038| #define HAVE_STDIO_H 1
3039| #define HAVE_STDLIB_H 1
3040| #define HAVE_STRING_H 1
3041| #define HAVE_INTTYPES_H 1
3042| #define HAVE_STDINT_H 1
3043| #define HAVE_STRINGS_H 1
3044| #define HAVE_SYS_STAT_H 1
3045| #define HAVE_SYS_TYPES_H 1
3046| #define HAVE_UNISTD_H 1
3047| #define STDC_HEADERS 1
3048| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3049| #define HAVE_RLIMIT_NPROC /**/
3050| #define WITH_OPENSSL 1
3051| #define VARIABLE_LENGTH_ARRAYS 1
3052| #define VARIABLE_DECLARATION_AFTER_CODE 1
3053| #define HAVE_ATTRIBUTE__NONNULL__ 1
3054| #define HAVE_DIRENT_H 1
3055| #define HAVE_ENDIAN_H 1
3056| #define HAVE_ELF_H 1
3057| #define HAVE_ERR_H 1
3058| #define HAVE_FCNTL_H 1
3059| #define HAVE_FLOATINGPOINT_H 1
3060| #define HAVE_FNMATCH_H 1
3061| #define HAVE_GETOPT_H 1
3062| #define HAVE_GLOB_H 1
3063| #define HAVE_IFADDRS_H 1
3064| #define HAVE_INTTYPES_H 1
3065| #define HAVE_LANGINFO_H 1
3066| #define HAVE_LIMITS_H 1
3067| #define HAVE_LOCALE_H 1
3068| #define HAVE_NETDB_H 1
3069| #define HAVE_PATHS_H 1
3070| #define HAVE_POLL_H 1
3071| #define HAVE_READPASSPHRASE_H 1
3072| #define HAVE_RPC_TYPES_H 1
3073| #define HAVE_SECURITY_PAM_APPL_H 1
3074| #define HAVE_STDDEF_H 1
3075| #define HAVE_STDINT_H 1
3076| #define HAVE_STRING_H 1
3077| #define HAVE_STRINGS_H 1
3078| #define HAVE_SYS_CDEFS_H 1
3079| #define HAVE_SYS_FILE_H 1
3080| #define HAVE_SYS_MMAN_H 1
3081| /* end confdefs.h.  */
3082| #include <stddef.h>
3083| #ifdef HAVE_STDIO_H
3084| # include <stdio.h>
3085| #endif
3086| #ifdef HAVE_STDLIB_H
3087| # include <stdlib.h>
3088| #endif
3089| #ifdef HAVE_STRING_H
3090| # include <string.h>
3091| #endif
3092| #ifdef HAVE_INTTYPES_H
3093| # include <inttypes.h>
3094| #endif
3095| #ifdef HAVE_STDINT_H
3096| # include <stdint.h>
3097| #endif
3098| #ifdef HAVE_STRINGS_H
3099| # include <strings.h>
3100| #endif
3101| #ifdef HAVE_SYS_TYPES_H
3102| # include <sys/types.h>
3103| #endif
3104| #ifdef HAVE_SYS_STAT_H
3105| # include <sys/stat.h>
3106| #endif
3107| #ifdef HAVE_UNISTD_H
3108| # include <unistd.h>
3109| #endif
3110| #include <sys/ndir.h>
3111configure:11152: result: no
3112configure:11158: checking for sys/param.h
3113configure:11158: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3114configure:11158: $? = 0
3115configure:11158: result: yes
3116configure:11164: checking for sys/poll.h
3117configure:11164: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3118configure:11164: $? = 0
3119configure:11164: result: yes
3120configure:11170: checking for sys/prctl.h
3121configure:11170: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3122conftest.c:82:10: fatal error: sys/prctl.h: No such file or directory
3123 #include <sys/prctl.h>
3124          ^~~~~~~~~~~~~
3125compilation terminated.
3126configure:11170: $? = 1
3127configure: failed program was:
3128| /* confdefs.h */
3129| #define PACKAGE_NAME "OpenSSH"
3130| #define PACKAGE_TARNAME "openssh"
3131| #define PACKAGE_VERSION "Portable"
3132| #define PACKAGE_STRING "OpenSSH Portable"
3133| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3134| #define PACKAGE_URL ""
3135| #define HAVE_STDIO_H 1
3136| #define HAVE_STDLIB_H 1
3137| #define HAVE_STRING_H 1
3138| #define HAVE_INTTYPES_H 1
3139| #define HAVE_STDINT_H 1
3140| #define HAVE_STRINGS_H 1
3141| #define HAVE_SYS_STAT_H 1
3142| #define HAVE_SYS_TYPES_H 1
3143| #define HAVE_UNISTD_H 1
3144| #define STDC_HEADERS 1
3145| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3146| #define HAVE_RLIMIT_NPROC /**/
3147| #define WITH_OPENSSL 1
3148| #define VARIABLE_LENGTH_ARRAYS 1
3149| #define VARIABLE_DECLARATION_AFTER_CODE 1
3150| #define HAVE_ATTRIBUTE__NONNULL__ 1
3151| #define HAVE_DIRENT_H 1
3152| #define HAVE_ENDIAN_H 1
3153| #define HAVE_ELF_H 1
3154| #define HAVE_ERR_H 1
3155| #define HAVE_FCNTL_H 1
3156| #define HAVE_FLOATINGPOINT_H 1
3157| #define HAVE_FNMATCH_H 1
3158| #define HAVE_GETOPT_H 1
3159| #define HAVE_GLOB_H 1
3160| #define HAVE_IFADDRS_H 1
3161| #define HAVE_INTTYPES_H 1
3162| #define HAVE_LANGINFO_H 1
3163| #define HAVE_LIMITS_H 1
3164| #define HAVE_LOCALE_H 1
3165| #define HAVE_NETDB_H 1
3166| #define HAVE_PATHS_H 1
3167| #define HAVE_POLL_H 1
3168| #define HAVE_READPASSPHRASE_H 1
3169| #define HAVE_RPC_TYPES_H 1
3170| #define HAVE_SECURITY_PAM_APPL_H 1
3171| #define HAVE_STDDEF_H 1
3172| #define HAVE_STDINT_H 1
3173| #define HAVE_STRING_H 1
3174| #define HAVE_STRINGS_H 1
3175| #define HAVE_SYS_CDEFS_H 1
3176| #define HAVE_SYS_FILE_H 1
3177| #define HAVE_SYS_MMAN_H 1
3178| #define HAVE_SYS_PARAM_H 1
3179| #define HAVE_SYS_POLL_H 1
3180| /* end confdefs.h.  */
3181| #include <stddef.h>
3182| #ifdef HAVE_STDIO_H
3183| # include <stdio.h>
3184| #endif
3185| #ifdef HAVE_STDLIB_H
3186| # include <stdlib.h>
3187| #endif
3188| #ifdef HAVE_STRING_H
3189| # include <string.h>
3190| #endif
3191| #ifdef HAVE_INTTYPES_H
3192| # include <inttypes.h>
3193| #endif
3194| #ifdef HAVE_STDINT_H
3195| # include <stdint.h>
3196| #endif
3197| #ifdef HAVE_STRINGS_H
3198| # include <strings.h>
3199| #endif
3200| #ifdef HAVE_SYS_TYPES_H
3201| # include <sys/types.h>
3202| #endif
3203| #ifdef HAVE_SYS_STAT_H
3204| # include <sys/stat.h>
3205| #endif
3206| #ifdef HAVE_UNISTD_H
3207| # include <unistd.h>
3208| #endif
3209| #include <sys/prctl.h>
3210configure:11170: result: no
3211configure:11176: checking for sys/procctl.h
3212configure:11176: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3213configure:11176: $? = 0
3214configure:11176: result: yes
3215configure:11182: checking for sys/pstat.h
3216configure:11182: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3217conftest.c:83:10: fatal error: sys/pstat.h: No such file or directory
3218 #include <sys/pstat.h>
3219          ^~~~~~~~~~~~~
3220compilation terminated.
3221configure:11182: $? = 1
3222configure: failed program was:
3223| /* confdefs.h */
3224| #define PACKAGE_NAME "OpenSSH"
3225| #define PACKAGE_TARNAME "openssh"
3226| #define PACKAGE_VERSION "Portable"
3227| #define PACKAGE_STRING "OpenSSH Portable"
3228| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3229| #define PACKAGE_URL ""
3230| #define HAVE_STDIO_H 1
3231| #define HAVE_STDLIB_H 1
3232| #define HAVE_STRING_H 1
3233| #define HAVE_INTTYPES_H 1
3234| #define HAVE_STDINT_H 1
3235| #define HAVE_STRINGS_H 1
3236| #define HAVE_SYS_STAT_H 1
3237| #define HAVE_SYS_TYPES_H 1
3238| #define HAVE_UNISTD_H 1
3239| #define STDC_HEADERS 1
3240| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3241| #define HAVE_RLIMIT_NPROC /**/
3242| #define WITH_OPENSSL 1
3243| #define VARIABLE_LENGTH_ARRAYS 1
3244| #define VARIABLE_DECLARATION_AFTER_CODE 1
3245| #define HAVE_ATTRIBUTE__NONNULL__ 1
3246| #define HAVE_DIRENT_H 1
3247| #define HAVE_ENDIAN_H 1
3248| #define HAVE_ELF_H 1
3249| #define HAVE_ERR_H 1
3250| #define HAVE_FCNTL_H 1
3251| #define HAVE_FLOATINGPOINT_H 1
3252| #define HAVE_FNMATCH_H 1
3253| #define HAVE_GETOPT_H 1
3254| #define HAVE_GLOB_H 1
3255| #define HAVE_IFADDRS_H 1
3256| #define HAVE_INTTYPES_H 1
3257| #define HAVE_LANGINFO_H 1
3258| #define HAVE_LIMITS_H 1
3259| #define HAVE_LOCALE_H 1
3260| #define HAVE_NETDB_H 1
3261| #define HAVE_PATHS_H 1
3262| #define HAVE_POLL_H 1
3263| #define HAVE_READPASSPHRASE_H 1
3264| #define HAVE_RPC_TYPES_H 1
3265| #define HAVE_SECURITY_PAM_APPL_H 1
3266| #define HAVE_STDDEF_H 1
3267| #define HAVE_STDINT_H 1
3268| #define HAVE_STRING_H 1
3269| #define HAVE_STRINGS_H 1
3270| #define HAVE_SYS_CDEFS_H 1
3271| #define HAVE_SYS_FILE_H 1
3272| #define HAVE_SYS_MMAN_H 1
3273| #define HAVE_SYS_PARAM_H 1
3274| #define HAVE_SYS_POLL_H 1
3275| #define HAVE_SYS_PROCCTL_H 1
3276| /* end confdefs.h.  */
3277| #include <stddef.h>
3278| #ifdef HAVE_STDIO_H
3279| # include <stdio.h>
3280| #endif
3281| #ifdef HAVE_STDLIB_H
3282| # include <stdlib.h>
3283| #endif
3284| #ifdef HAVE_STRING_H
3285| # include <string.h>
3286| #endif
3287| #ifdef HAVE_INTTYPES_H
3288| # include <inttypes.h>
3289| #endif
3290| #ifdef HAVE_STDINT_H
3291| # include <stdint.h>
3292| #endif
3293| #ifdef HAVE_STRINGS_H
3294| # include <strings.h>
3295| #endif
3296| #ifdef HAVE_SYS_TYPES_H
3297| # include <sys/types.h>
3298| #endif
3299| #ifdef HAVE_SYS_STAT_H
3300| # include <sys/stat.h>
3301| #endif
3302| #ifdef HAVE_UNISTD_H
3303| # include <unistd.h>
3304| #endif
3305| #include <sys/pstat.h>
3306configure:11182: result: no
3307configure:11188: checking for sys/ptrace.h
3308configure:11188: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3309configure:11188: $? = 0
3310configure:11188: result: yes
3311configure:11194: checking for sys/random.h
3312configure:11194: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3313configure:11194: $? = 0
3314configure:11194: result: yes
3315configure:11200: checking for sys/select.h
3316configure:11200: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3317configure:11200: $? = 0
3318configure:11200: result: yes
3319configure:11206: checking for sys/stream.h
3320configure:11206: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3321conftest.c:86:10: fatal error: sys/stream.h: No such file or directory
3322 #include <sys/stream.h>
3323          ^~~~~~~~~~~~~~
3324compilation terminated.
3325configure:11206: $? = 1
3326configure: failed program was:
3327| /* confdefs.h */
3328| #define PACKAGE_NAME "OpenSSH"
3329| #define PACKAGE_TARNAME "openssh"
3330| #define PACKAGE_VERSION "Portable"
3331| #define PACKAGE_STRING "OpenSSH Portable"
3332| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3333| #define PACKAGE_URL ""
3334| #define HAVE_STDIO_H 1
3335| #define HAVE_STDLIB_H 1
3336| #define HAVE_STRING_H 1
3337| #define HAVE_INTTYPES_H 1
3338| #define HAVE_STDINT_H 1
3339| #define HAVE_STRINGS_H 1
3340| #define HAVE_SYS_STAT_H 1
3341| #define HAVE_SYS_TYPES_H 1
3342| #define HAVE_UNISTD_H 1
3343| #define STDC_HEADERS 1
3344| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3345| #define HAVE_RLIMIT_NPROC /**/
3346| #define WITH_OPENSSL 1
3347| #define VARIABLE_LENGTH_ARRAYS 1
3348| #define VARIABLE_DECLARATION_AFTER_CODE 1
3349| #define HAVE_ATTRIBUTE__NONNULL__ 1
3350| #define HAVE_DIRENT_H 1
3351| #define HAVE_ENDIAN_H 1
3352| #define HAVE_ELF_H 1
3353| #define HAVE_ERR_H 1
3354| #define HAVE_FCNTL_H 1
3355| #define HAVE_FLOATINGPOINT_H 1
3356| #define HAVE_FNMATCH_H 1
3357| #define HAVE_GETOPT_H 1
3358| #define HAVE_GLOB_H 1
3359| #define HAVE_IFADDRS_H 1
3360| #define HAVE_INTTYPES_H 1
3361| #define HAVE_LANGINFO_H 1
3362| #define HAVE_LIMITS_H 1
3363| #define HAVE_LOCALE_H 1
3364| #define HAVE_NETDB_H 1
3365| #define HAVE_PATHS_H 1
3366| #define HAVE_POLL_H 1
3367| #define HAVE_READPASSPHRASE_H 1
3368| #define HAVE_RPC_TYPES_H 1
3369| #define HAVE_SECURITY_PAM_APPL_H 1
3370| #define HAVE_STDDEF_H 1
3371| #define HAVE_STDINT_H 1
3372| #define HAVE_STRING_H 1
3373| #define HAVE_STRINGS_H 1
3374| #define HAVE_SYS_CDEFS_H 1
3375| #define HAVE_SYS_FILE_H 1
3376| #define HAVE_SYS_MMAN_H 1
3377| #define HAVE_SYS_PARAM_H 1
3378| #define HAVE_SYS_POLL_H 1
3379| #define HAVE_SYS_PROCCTL_H 1
3380| #define HAVE_SYS_PTRACE_H 1
3381| #define HAVE_SYS_RANDOM_H 1
3382| #define HAVE_SYS_SELECT_H 1
3383| /* end confdefs.h.  */
3384| #include <stddef.h>
3385| #ifdef HAVE_STDIO_H
3386| # include <stdio.h>
3387| #endif
3388| #ifdef HAVE_STDLIB_H
3389| # include <stdlib.h>
3390| #endif
3391| #ifdef HAVE_STRING_H
3392| # include <string.h>
3393| #endif
3394| #ifdef HAVE_INTTYPES_H
3395| # include <inttypes.h>
3396| #endif
3397| #ifdef HAVE_STDINT_H
3398| # include <stdint.h>
3399| #endif
3400| #ifdef HAVE_STRINGS_H
3401| # include <strings.h>
3402| #endif
3403| #ifdef HAVE_SYS_TYPES_H
3404| # include <sys/types.h>
3405| #endif
3406| #ifdef HAVE_SYS_STAT_H
3407| # include <sys/stat.h>
3408| #endif
3409| #ifdef HAVE_UNISTD_H
3410| # include <unistd.h>
3411| #endif
3412| #include <sys/stream.h>
3413configure:11206: result: no
3414configure:11212: checking for sys/stropts.h
3415configure:11212: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3416conftest.c:86:10: fatal error: sys/stropts.h: No such file or directory
3417 #include <sys/stropts.h>
3418          ^~~~~~~~~~~~~~~
3419compilation terminated.
3420configure:11212: $? = 1
3421configure: failed program was:
3422| /* confdefs.h */
3423| #define PACKAGE_NAME "OpenSSH"
3424| #define PACKAGE_TARNAME "openssh"
3425| #define PACKAGE_VERSION "Portable"
3426| #define PACKAGE_STRING "OpenSSH Portable"
3427| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3428| #define PACKAGE_URL ""
3429| #define HAVE_STDIO_H 1
3430| #define HAVE_STDLIB_H 1
3431| #define HAVE_STRING_H 1
3432| #define HAVE_INTTYPES_H 1
3433| #define HAVE_STDINT_H 1
3434| #define HAVE_STRINGS_H 1
3435| #define HAVE_SYS_STAT_H 1
3436| #define HAVE_SYS_TYPES_H 1
3437| #define HAVE_UNISTD_H 1
3438| #define STDC_HEADERS 1
3439| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3440| #define HAVE_RLIMIT_NPROC /**/
3441| #define WITH_OPENSSL 1
3442| #define VARIABLE_LENGTH_ARRAYS 1
3443| #define VARIABLE_DECLARATION_AFTER_CODE 1
3444| #define HAVE_ATTRIBUTE__NONNULL__ 1
3445| #define HAVE_DIRENT_H 1
3446| #define HAVE_ENDIAN_H 1
3447| #define HAVE_ELF_H 1
3448| #define HAVE_ERR_H 1
3449| #define HAVE_FCNTL_H 1
3450| #define HAVE_FLOATINGPOINT_H 1
3451| #define HAVE_FNMATCH_H 1
3452| #define HAVE_GETOPT_H 1
3453| #define HAVE_GLOB_H 1
3454| #define HAVE_IFADDRS_H 1
3455| #define HAVE_INTTYPES_H 1
3456| #define HAVE_LANGINFO_H 1
3457| #define HAVE_LIMITS_H 1
3458| #define HAVE_LOCALE_H 1
3459| #define HAVE_NETDB_H 1
3460| #define HAVE_PATHS_H 1
3461| #define HAVE_POLL_H 1
3462| #define HAVE_READPASSPHRASE_H 1
3463| #define HAVE_RPC_TYPES_H 1
3464| #define HAVE_SECURITY_PAM_APPL_H 1
3465| #define HAVE_STDDEF_H 1
3466| #define HAVE_STDINT_H 1
3467| #define HAVE_STRING_H 1
3468| #define HAVE_STRINGS_H 1
3469| #define HAVE_SYS_CDEFS_H 1
3470| #define HAVE_SYS_FILE_H 1
3471| #define HAVE_SYS_MMAN_H 1
3472| #define HAVE_SYS_PARAM_H 1
3473| #define HAVE_SYS_POLL_H 1
3474| #define HAVE_SYS_PROCCTL_H 1
3475| #define HAVE_SYS_PTRACE_H 1
3476| #define HAVE_SYS_RANDOM_H 1
3477| #define HAVE_SYS_SELECT_H 1
3478| /* end confdefs.h.  */
3479| #include <stddef.h>
3480| #ifdef HAVE_STDIO_H
3481| # include <stdio.h>
3482| #endif
3483| #ifdef HAVE_STDLIB_H
3484| # include <stdlib.h>
3485| #endif
3486| #ifdef HAVE_STRING_H
3487| # include <string.h>
3488| #endif
3489| #ifdef HAVE_INTTYPES_H
3490| # include <inttypes.h>
3491| #endif
3492| #ifdef HAVE_STDINT_H
3493| # include <stdint.h>
3494| #endif
3495| #ifdef HAVE_STRINGS_H
3496| # include <strings.h>
3497| #endif
3498| #ifdef HAVE_SYS_TYPES_H
3499| # include <sys/types.h>
3500| #endif
3501| #ifdef HAVE_SYS_STAT_H
3502| # include <sys/stat.h>
3503| #endif
3504| #ifdef HAVE_UNISTD_H
3505| # include <unistd.h>
3506| #endif
3507| #include <sys/stropts.h>
3508configure:11212: result: no
3509configure:11218: checking for sys/strtio.h
3510configure:11218: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3511conftest.c:86:10: fatal error: sys/strtio.h: No such file or directory
3512 #include <sys/strtio.h>
3513          ^~~~~~~~~~~~~~
3514compilation terminated.
3515configure:11218: $? = 1
3516configure: failed program was:
3517| /* confdefs.h */
3518| #define PACKAGE_NAME "OpenSSH"
3519| #define PACKAGE_TARNAME "openssh"
3520| #define PACKAGE_VERSION "Portable"
3521| #define PACKAGE_STRING "OpenSSH Portable"
3522| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3523| #define PACKAGE_URL ""
3524| #define HAVE_STDIO_H 1
3525| #define HAVE_STDLIB_H 1
3526| #define HAVE_STRING_H 1
3527| #define HAVE_INTTYPES_H 1
3528| #define HAVE_STDINT_H 1
3529| #define HAVE_STRINGS_H 1
3530| #define HAVE_SYS_STAT_H 1
3531| #define HAVE_SYS_TYPES_H 1
3532| #define HAVE_UNISTD_H 1
3533| #define STDC_HEADERS 1
3534| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3535| #define HAVE_RLIMIT_NPROC /**/
3536| #define WITH_OPENSSL 1
3537| #define VARIABLE_LENGTH_ARRAYS 1
3538| #define VARIABLE_DECLARATION_AFTER_CODE 1
3539| #define HAVE_ATTRIBUTE__NONNULL__ 1
3540| #define HAVE_DIRENT_H 1
3541| #define HAVE_ENDIAN_H 1
3542| #define HAVE_ELF_H 1
3543| #define HAVE_ERR_H 1
3544| #define HAVE_FCNTL_H 1
3545| #define HAVE_FLOATINGPOINT_H 1
3546| #define HAVE_FNMATCH_H 1
3547| #define HAVE_GETOPT_H 1
3548| #define HAVE_GLOB_H 1
3549| #define HAVE_IFADDRS_H 1
3550| #define HAVE_INTTYPES_H 1
3551| #define HAVE_LANGINFO_H 1
3552| #define HAVE_LIMITS_H 1
3553| #define HAVE_LOCALE_H 1
3554| #define HAVE_NETDB_H 1
3555| #define HAVE_PATHS_H 1
3556| #define HAVE_POLL_H 1
3557| #define HAVE_READPASSPHRASE_H 1
3558| #define HAVE_RPC_TYPES_H 1
3559| #define HAVE_SECURITY_PAM_APPL_H 1
3560| #define HAVE_STDDEF_H 1
3561| #define HAVE_STDINT_H 1
3562| #define HAVE_STRING_H 1
3563| #define HAVE_STRINGS_H 1
3564| #define HAVE_SYS_CDEFS_H 1
3565| #define HAVE_SYS_FILE_H 1
3566| #define HAVE_SYS_MMAN_H 1
3567| #define HAVE_SYS_PARAM_H 1
3568| #define HAVE_SYS_POLL_H 1
3569| #define HAVE_SYS_PROCCTL_H 1
3570| #define HAVE_SYS_PTRACE_H 1
3571| #define HAVE_SYS_RANDOM_H 1
3572| #define HAVE_SYS_SELECT_H 1
3573| /* end confdefs.h.  */
3574| #include <stddef.h>
3575| #ifdef HAVE_STDIO_H
3576| # include <stdio.h>
3577| #endif
3578| #ifdef HAVE_STDLIB_H
3579| # include <stdlib.h>
3580| #endif
3581| #ifdef HAVE_STRING_H
3582| # include <string.h>
3583| #endif
3584| #ifdef HAVE_INTTYPES_H
3585| # include <inttypes.h>
3586| #endif
3587| #ifdef HAVE_STDINT_H
3588| # include <stdint.h>
3589| #endif
3590| #ifdef HAVE_STRINGS_H
3591| # include <strings.h>
3592| #endif
3593| #ifdef HAVE_SYS_TYPES_H
3594| # include <sys/types.h>
3595| #endif
3596| #ifdef HAVE_SYS_STAT_H
3597| # include <sys/stat.h>
3598| #endif
3599| #ifdef HAVE_UNISTD_H
3600| # include <unistd.h>
3601| #endif
3602| #include <sys/strtio.h>
3603configure:11218: result: no
3604configure:11224: checking for sys/statvfs.h
3605configure:11224: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3606configure:11224: $? = 0
3607configure:11224: result: yes
3608configure:11230: checking for sys/sysmacros.h
3609configure:11230: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3610conftest.c:87:10: fatal error: sys/sysmacros.h: No such file or directory
3611 #include <sys/sysmacros.h>
3612          ^~~~~~~~~~~~~~~~~
3613compilation terminated.
3614configure:11230: $? = 1
3615configure: failed program was:
3616| /* confdefs.h */
3617| #define PACKAGE_NAME "OpenSSH"
3618| #define PACKAGE_TARNAME "openssh"
3619| #define PACKAGE_VERSION "Portable"
3620| #define PACKAGE_STRING "OpenSSH Portable"
3621| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3622| #define PACKAGE_URL ""
3623| #define HAVE_STDIO_H 1
3624| #define HAVE_STDLIB_H 1
3625| #define HAVE_STRING_H 1
3626| #define HAVE_INTTYPES_H 1
3627| #define HAVE_STDINT_H 1
3628| #define HAVE_STRINGS_H 1
3629| #define HAVE_SYS_STAT_H 1
3630| #define HAVE_SYS_TYPES_H 1
3631| #define HAVE_UNISTD_H 1
3632| #define STDC_HEADERS 1
3633| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3634| #define HAVE_RLIMIT_NPROC /**/
3635| #define WITH_OPENSSL 1
3636| #define VARIABLE_LENGTH_ARRAYS 1
3637| #define VARIABLE_DECLARATION_AFTER_CODE 1
3638| #define HAVE_ATTRIBUTE__NONNULL__ 1
3639| #define HAVE_DIRENT_H 1
3640| #define HAVE_ENDIAN_H 1
3641| #define HAVE_ELF_H 1
3642| #define HAVE_ERR_H 1
3643| #define HAVE_FCNTL_H 1
3644| #define HAVE_FLOATINGPOINT_H 1
3645| #define HAVE_FNMATCH_H 1
3646| #define HAVE_GETOPT_H 1
3647| #define HAVE_GLOB_H 1
3648| #define HAVE_IFADDRS_H 1
3649| #define HAVE_INTTYPES_H 1
3650| #define HAVE_LANGINFO_H 1
3651| #define HAVE_LIMITS_H 1
3652| #define HAVE_LOCALE_H 1
3653| #define HAVE_NETDB_H 1
3654| #define HAVE_PATHS_H 1
3655| #define HAVE_POLL_H 1
3656| #define HAVE_READPASSPHRASE_H 1
3657| #define HAVE_RPC_TYPES_H 1
3658| #define HAVE_SECURITY_PAM_APPL_H 1
3659| #define HAVE_STDDEF_H 1
3660| #define HAVE_STDINT_H 1
3661| #define HAVE_STRING_H 1
3662| #define HAVE_STRINGS_H 1
3663| #define HAVE_SYS_CDEFS_H 1
3664| #define HAVE_SYS_FILE_H 1
3665| #define HAVE_SYS_MMAN_H 1
3666| #define HAVE_SYS_PARAM_H 1
3667| #define HAVE_SYS_POLL_H 1
3668| #define HAVE_SYS_PROCCTL_H 1
3669| #define HAVE_SYS_PTRACE_H 1
3670| #define HAVE_SYS_RANDOM_H 1
3671| #define HAVE_SYS_SELECT_H 1
3672| #define HAVE_SYS_STATVFS_H 1
3673| /* end confdefs.h.  */
3674| #include <stddef.h>
3675| #ifdef HAVE_STDIO_H
3676| # include <stdio.h>
3677| #endif
3678| #ifdef HAVE_STDLIB_H
3679| # include <stdlib.h>
3680| #endif
3681| #ifdef HAVE_STRING_H
3682| # include <string.h>
3683| #endif
3684| #ifdef HAVE_INTTYPES_H
3685| # include <inttypes.h>
3686| #endif
3687| #ifdef HAVE_STDINT_H
3688| # include <stdint.h>
3689| #endif
3690| #ifdef HAVE_STRINGS_H
3691| # include <strings.h>
3692| #endif
3693| #ifdef HAVE_SYS_TYPES_H
3694| # include <sys/types.h>
3695| #endif
3696| #ifdef HAVE_SYS_STAT_H
3697| # include <sys/stat.h>
3698| #endif
3699| #ifdef HAVE_UNISTD_H
3700| # include <unistd.h>
3701| #endif
3702| #include <sys/sysmacros.h>
3703configure:11230: result: no
3704configure:11236: checking for sys/time.h
3705configure:11236: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3706configure:11236: $? = 0
3707configure:11236: result: yes
3708configure:11242: checking for sys/timers.h
3709configure:11242: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3710configure:11242: $? = 0
3711configure:11242: result: yes
3712configure:11248: checking for sys/vfs.h
3713configure:11248: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3714conftest.c:89:10: fatal error: sys/vfs.h: No such file or directory
3715 #include <sys/vfs.h>
3716          ^~~~~~~~~~~
3717compilation terminated.
3718configure:11248: $? = 1
3719configure: failed program was:
3720| /* confdefs.h */
3721| #define PACKAGE_NAME "OpenSSH"
3722| #define PACKAGE_TARNAME "openssh"
3723| #define PACKAGE_VERSION "Portable"
3724| #define PACKAGE_STRING "OpenSSH Portable"
3725| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3726| #define PACKAGE_URL ""
3727| #define HAVE_STDIO_H 1
3728| #define HAVE_STDLIB_H 1
3729| #define HAVE_STRING_H 1
3730| #define HAVE_INTTYPES_H 1
3731| #define HAVE_STDINT_H 1
3732| #define HAVE_STRINGS_H 1
3733| #define HAVE_SYS_STAT_H 1
3734| #define HAVE_SYS_TYPES_H 1
3735| #define HAVE_UNISTD_H 1
3736| #define STDC_HEADERS 1
3737| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3738| #define HAVE_RLIMIT_NPROC /**/
3739| #define WITH_OPENSSL 1
3740| #define VARIABLE_LENGTH_ARRAYS 1
3741| #define VARIABLE_DECLARATION_AFTER_CODE 1
3742| #define HAVE_ATTRIBUTE__NONNULL__ 1
3743| #define HAVE_DIRENT_H 1
3744| #define HAVE_ENDIAN_H 1
3745| #define HAVE_ELF_H 1
3746| #define HAVE_ERR_H 1
3747| #define HAVE_FCNTL_H 1
3748| #define HAVE_FLOATINGPOINT_H 1
3749| #define HAVE_FNMATCH_H 1
3750| #define HAVE_GETOPT_H 1
3751| #define HAVE_GLOB_H 1
3752| #define HAVE_IFADDRS_H 1
3753| #define HAVE_INTTYPES_H 1
3754| #define HAVE_LANGINFO_H 1
3755| #define HAVE_LIMITS_H 1
3756| #define HAVE_LOCALE_H 1
3757| #define HAVE_NETDB_H 1
3758| #define HAVE_PATHS_H 1
3759| #define HAVE_POLL_H 1
3760| #define HAVE_READPASSPHRASE_H 1
3761| #define HAVE_RPC_TYPES_H 1
3762| #define HAVE_SECURITY_PAM_APPL_H 1
3763| #define HAVE_STDDEF_H 1
3764| #define HAVE_STDINT_H 1
3765| #define HAVE_STRING_H 1
3766| #define HAVE_STRINGS_H 1
3767| #define HAVE_SYS_CDEFS_H 1
3768| #define HAVE_SYS_FILE_H 1
3769| #define HAVE_SYS_MMAN_H 1
3770| #define HAVE_SYS_PARAM_H 1
3771| #define HAVE_SYS_POLL_H 1
3772| #define HAVE_SYS_PROCCTL_H 1
3773| #define HAVE_SYS_PTRACE_H 1
3774| #define HAVE_SYS_RANDOM_H 1
3775| #define HAVE_SYS_SELECT_H 1
3776| #define HAVE_SYS_STATVFS_H 1
3777| #define HAVE_SYS_TIME_H 1
3778| #define HAVE_SYS_TIMERS_H 1
3779| /* end confdefs.h.  */
3780| #include <stddef.h>
3781| #ifdef HAVE_STDIO_H
3782| # include <stdio.h>
3783| #endif
3784| #ifdef HAVE_STDLIB_H
3785| # include <stdlib.h>
3786| #endif
3787| #ifdef HAVE_STRING_H
3788| # include <string.h>
3789| #endif
3790| #ifdef HAVE_INTTYPES_H
3791| # include <inttypes.h>
3792| #endif
3793| #ifdef HAVE_STDINT_H
3794| # include <stdint.h>
3795| #endif
3796| #ifdef HAVE_STRINGS_H
3797| # include <strings.h>
3798| #endif
3799| #ifdef HAVE_SYS_TYPES_H
3800| # include <sys/types.h>
3801| #endif
3802| #ifdef HAVE_SYS_STAT_H
3803| # include <sys/stat.h>
3804| #endif
3805| #ifdef HAVE_UNISTD_H
3806| # include <unistd.h>
3807| #endif
3808| #include <sys/vfs.h>
3809configure:11248: result: no
3810configure:11254: checking for time.h
3811configure:11254: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3812configure:11254: $? = 0
3813configure:11254: result: yes
3814configure:11260: checking for tmpdir.h
3815configure:11260: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3816conftest.c:90:10: fatal error: tmpdir.h: No such file or directory
3817 #include <tmpdir.h>
3818          ^~~~~~~~~~
3819compilation terminated.
3820configure:11260: $? = 1
3821configure: failed program was:
3822| /* confdefs.h */
3823| #define PACKAGE_NAME "OpenSSH"
3824| #define PACKAGE_TARNAME "openssh"
3825| #define PACKAGE_VERSION "Portable"
3826| #define PACKAGE_STRING "OpenSSH Portable"
3827| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3828| #define PACKAGE_URL ""
3829| #define HAVE_STDIO_H 1
3830| #define HAVE_STDLIB_H 1
3831| #define HAVE_STRING_H 1
3832| #define HAVE_INTTYPES_H 1
3833| #define HAVE_STDINT_H 1
3834| #define HAVE_STRINGS_H 1
3835| #define HAVE_SYS_STAT_H 1
3836| #define HAVE_SYS_TYPES_H 1
3837| #define HAVE_UNISTD_H 1
3838| #define STDC_HEADERS 1
3839| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3840| #define HAVE_RLIMIT_NPROC /**/
3841| #define WITH_OPENSSL 1
3842| #define VARIABLE_LENGTH_ARRAYS 1
3843| #define VARIABLE_DECLARATION_AFTER_CODE 1
3844| #define HAVE_ATTRIBUTE__NONNULL__ 1
3845| #define HAVE_DIRENT_H 1
3846| #define HAVE_ENDIAN_H 1
3847| #define HAVE_ELF_H 1
3848| #define HAVE_ERR_H 1
3849| #define HAVE_FCNTL_H 1
3850| #define HAVE_FLOATINGPOINT_H 1
3851| #define HAVE_FNMATCH_H 1
3852| #define HAVE_GETOPT_H 1
3853| #define HAVE_GLOB_H 1
3854| #define HAVE_IFADDRS_H 1
3855| #define HAVE_INTTYPES_H 1
3856| #define HAVE_LANGINFO_H 1
3857| #define HAVE_LIMITS_H 1
3858| #define HAVE_LOCALE_H 1
3859| #define HAVE_NETDB_H 1
3860| #define HAVE_PATHS_H 1
3861| #define HAVE_POLL_H 1
3862| #define HAVE_READPASSPHRASE_H 1
3863| #define HAVE_RPC_TYPES_H 1
3864| #define HAVE_SECURITY_PAM_APPL_H 1
3865| #define HAVE_STDDEF_H 1
3866| #define HAVE_STDINT_H 1
3867| #define HAVE_STRING_H 1
3868| #define HAVE_STRINGS_H 1
3869| #define HAVE_SYS_CDEFS_H 1
3870| #define HAVE_SYS_FILE_H 1
3871| #define HAVE_SYS_MMAN_H 1
3872| #define HAVE_SYS_PARAM_H 1
3873| #define HAVE_SYS_POLL_H 1
3874| #define HAVE_SYS_PROCCTL_H 1
3875| #define HAVE_SYS_PTRACE_H 1
3876| #define HAVE_SYS_RANDOM_H 1
3877| #define HAVE_SYS_SELECT_H 1
3878| #define HAVE_SYS_STATVFS_H 1
3879| #define HAVE_SYS_TIME_H 1
3880| #define HAVE_SYS_TIMERS_H 1
3881| #define HAVE_TIME_H 1
3882| /* end confdefs.h.  */
3883| #include <stddef.h>
3884| #ifdef HAVE_STDIO_H
3885| # include <stdio.h>
3886| #endif
3887| #ifdef HAVE_STDLIB_H
3888| # include <stdlib.h>
3889| #endif
3890| #ifdef HAVE_STRING_H
3891| # include <string.h>
3892| #endif
3893| #ifdef HAVE_INTTYPES_H
3894| # include <inttypes.h>
3895| #endif
3896| #ifdef HAVE_STDINT_H
3897| # include <stdint.h>
3898| #endif
3899| #ifdef HAVE_STRINGS_H
3900| # include <strings.h>
3901| #endif
3902| #ifdef HAVE_SYS_TYPES_H
3903| # include <sys/types.h>
3904| #endif
3905| #ifdef HAVE_SYS_STAT_H
3906| # include <sys/stat.h>
3907| #endif
3908| #ifdef HAVE_UNISTD_H
3909| # include <unistd.h>
3910| #endif
3911| #include <tmpdir.h>
3912configure:11260: result: no
3913configure:11266: checking for ttyent.h
3914configure:11266: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3915configure:11266: $? = 0
3916configure:11266: result: yes
3917configure:11272: checking for ucred.h
3918configure:11272: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
3919conftest.c:91:10: fatal error: ucred.h: No such file or directory
3920 #include <ucred.h>
3921          ^~~~~~~~~
3922compilation terminated.
3923configure:11272: $? = 1
3924configure: failed program was:
3925| /* confdefs.h */
3926| #define PACKAGE_NAME "OpenSSH"
3927| #define PACKAGE_TARNAME "openssh"
3928| #define PACKAGE_VERSION "Portable"
3929| #define PACKAGE_STRING "OpenSSH Portable"
3930| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
3931| #define PACKAGE_URL ""
3932| #define HAVE_STDIO_H 1
3933| #define HAVE_STDLIB_H 1
3934| #define HAVE_STRING_H 1
3935| #define HAVE_INTTYPES_H 1
3936| #define HAVE_STDINT_H 1
3937| #define HAVE_STRINGS_H 1
3938| #define HAVE_SYS_STAT_H 1
3939| #define HAVE_SYS_TYPES_H 1
3940| #define HAVE_UNISTD_H 1
3941| #define STDC_HEADERS 1
3942| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
3943| #define HAVE_RLIMIT_NPROC /**/
3944| #define WITH_OPENSSL 1
3945| #define VARIABLE_LENGTH_ARRAYS 1
3946| #define VARIABLE_DECLARATION_AFTER_CODE 1
3947| #define HAVE_ATTRIBUTE__NONNULL__ 1
3948| #define HAVE_DIRENT_H 1
3949| #define HAVE_ENDIAN_H 1
3950| #define HAVE_ELF_H 1
3951| #define HAVE_ERR_H 1
3952| #define HAVE_FCNTL_H 1
3953| #define HAVE_FLOATINGPOINT_H 1
3954| #define HAVE_FNMATCH_H 1
3955| #define HAVE_GETOPT_H 1
3956| #define HAVE_GLOB_H 1
3957| #define HAVE_IFADDRS_H 1
3958| #define HAVE_INTTYPES_H 1
3959| #define HAVE_LANGINFO_H 1
3960| #define HAVE_LIMITS_H 1
3961| #define HAVE_LOCALE_H 1
3962| #define HAVE_NETDB_H 1
3963| #define HAVE_PATHS_H 1
3964| #define HAVE_POLL_H 1
3965| #define HAVE_READPASSPHRASE_H 1
3966| #define HAVE_RPC_TYPES_H 1
3967| #define HAVE_SECURITY_PAM_APPL_H 1
3968| #define HAVE_STDDEF_H 1
3969| #define HAVE_STDINT_H 1
3970| #define HAVE_STRING_H 1
3971| #define HAVE_STRINGS_H 1
3972| #define HAVE_SYS_CDEFS_H 1
3973| #define HAVE_SYS_FILE_H 1
3974| #define HAVE_SYS_MMAN_H 1
3975| #define HAVE_SYS_PARAM_H 1
3976| #define HAVE_SYS_POLL_H 1
3977| #define HAVE_SYS_PROCCTL_H 1
3978| #define HAVE_SYS_PTRACE_H 1
3979| #define HAVE_SYS_RANDOM_H 1
3980| #define HAVE_SYS_SELECT_H 1
3981| #define HAVE_SYS_STATVFS_H 1
3982| #define HAVE_SYS_TIME_H 1
3983| #define HAVE_SYS_TIMERS_H 1
3984| #define HAVE_TIME_H 1
3985| #define HAVE_TTYENT_H 1
3986| /* end confdefs.h.  */
3987| #include <stddef.h>
3988| #ifdef HAVE_STDIO_H
3989| # include <stdio.h>
3990| #endif
3991| #ifdef HAVE_STDLIB_H
3992| # include <stdlib.h>
3993| #endif
3994| #ifdef HAVE_STRING_H
3995| # include <string.h>
3996| #endif
3997| #ifdef HAVE_INTTYPES_H
3998| # include <inttypes.h>
3999| #endif
4000| #ifdef HAVE_STDINT_H
4001| # include <stdint.h>
4002| #endif
4003| #ifdef HAVE_STRINGS_H
4004| # include <strings.h>
4005| #endif
4006| #ifdef HAVE_SYS_TYPES_H
4007| # include <sys/types.h>
4008| #endif
4009| #ifdef HAVE_SYS_STAT_H
4010| # include <sys/stat.h>
4011| #endif
4012| #ifdef HAVE_UNISTD_H
4013| # include <unistd.h>
4014| #endif
4015| #include <ucred.h>
4016configure:11272: result: no
4017configure:11278: checking for unistd.h
4018configure:11278: result: yes
4019configure:11284: checking for usersec.h
4020configure:11284: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4021conftest.c:92:10: fatal error: usersec.h: No such file or directory
4022 #include <usersec.h>
4023          ^~~~~~~~~~~
4024compilation terminated.
4025configure:11284: $? = 1
4026configure: failed program was:
4027| /* confdefs.h */
4028| #define PACKAGE_NAME "OpenSSH"
4029| #define PACKAGE_TARNAME "openssh"
4030| #define PACKAGE_VERSION "Portable"
4031| #define PACKAGE_STRING "OpenSSH Portable"
4032| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4033| #define PACKAGE_URL ""
4034| #define HAVE_STDIO_H 1
4035| #define HAVE_STDLIB_H 1
4036| #define HAVE_STRING_H 1
4037| #define HAVE_INTTYPES_H 1
4038| #define HAVE_STDINT_H 1
4039| #define HAVE_STRINGS_H 1
4040| #define HAVE_SYS_STAT_H 1
4041| #define HAVE_SYS_TYPES_H 1
4042| #define HAVE_UNISTD_H 1
4043| #define STDC_HEADERS 1
4044| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4045| #define HAVE_RLIMIT_NPROC /**/
4046| #define WITH_OPENSSL 1
4047| #define VARIABLE_LENGTH_ARRAYS 1
4048| #define VARIABLE_DECLARATION_AFTER_CODE 1
4049| #define HAVE_ATTRIBUTE__NONNULL__ 1
4050| #define HAVE_DIRENT_H 1
4051| #define HAVE_ENDIAN_H 1
4052| #define HAVE_ELF_H 1
4053| #define HAVE_ERR_H 1
4054| #define HAVE_FCNTL_H 1
4055| #define HAVE_FLOATINGPOINT_H 1
4056| #define HAVE_FNMATCH_H 1
4057| #define HAVE_GETOPT_H 1
4058| #define HAVE_GLOB_H 1
4059| #define HAVE_IFADDRS_H 1
4060| #define HAVE_INTTYPES_H 1
4061| #define HAVE_LANGINFO_H 1
4062| #define HAVE_LIMITS_H 1
4063| #define HAVE_LOCALE_H 1
4064| #define HAVE_NETDB_H 1
4065| #define HAVE_PATHS_H 1
4066| #define HAVE_POLL_H 1
4067| #define HAVE_READPASSPHRASE_H 1
4068| #define HAVE_RPC_TYPES_H 1
4069| #define HAVE_SECURITY_PAM_APPL_H 1
4070| #define HAVE_STDDEF_H 1
4071| #define HAVE_STDINT_H 1
4072| #define HAVE_STRING_H 1
4073| #define HAVE_STRINGS_H 1
4074| #define HAVE_SYS_CDEFS_H 1
4075| #define HAVE_SYS_FILE_H 1
4076| #define HAVE_SYS_MMAN_H 1
4077| #define HAVE_SYS_PARAM_H 1
4078| #define HAVE_SYS_POLL_H 1
4079| #define HAVE_SYS_PROCCTL_H 1
4080| #define HAVE_SYS_PTRACE_H 1
4081| #define HAVE_SYS_RANDOM_H 1
4082| #define HAVE_SYS_SELECT_H 1
4083| #define HAVE_SYS_STATVFS_H 1
4084| #define HAVE_SYS_TIME_H 1
4085| #define HAVE_SYS_TIMERS_H 1
4086| #define HAVE_TIME_H 1
4087| #define HAVE_TTYENT_H 1
4088| #define HAVE_UNISTD_H 1
4089| /* end confdefs.h.  */
4090| #include <stddef.h>
4091| #ifdef HAVE_STDIO_H
4092| # include <stdio.h>
4093| #endif
4094| #ifdef HAVE_STDLIB_H
4095| # include <stdlib.h>
4096| #endif
4097| #ifdef HAVE_STRING_H
4098| # include <string.h>
4099| #endif
4100| #ifdef HAVE_INTTYPES_H
4101| # include <inttypes.h>
4102| #endif
4103| #ifdef HAVE_STDINT_H
4104| # include <stdint.h>
4105| #endif
4106| #ifdef HAVE_STRINGS_H
4107| # include <strings.h>
4108| #endif
4109| #ifdef HAVE_SYS_TYPES_H
4110| # include <sys/types.h>
4111| #endif
4112| #ifdef HAVE_SYS_STAT_H
4113| # include <sys/stat.h>
4114| #endif
4115| #ifdef HAVE_UNISTD_H
4116| # include <unistd.h>
4117| #endif
4118| #include <usersec.h>
4119configure:11284: result: no
4120configure:11290: checking for util.h
4121configure:11290: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4122configure:11290: $? = 0
4123configure:11290: result: yes
4124configure:11296: checking for utime.h
4125configure:11296: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4126configure:11296: $? = 0
4127configure:11296: result: yes
4128configure:11302: checking for utmp.h
4129configure:11302: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4130conftest.c:94:10: fatal error: utmp.h: No such file or directory
4131 #include <utmp.h>
4132          ^~~~~~~~
4133compilation terminated.
4134configure:11302: $? = 1
4135configure: failed program was:
4136| /* confdefs.h */
4137| #define PACKAGE_NAME "OpenSSH"
4138| #define PACKAGE_TARNAME "openssh"
4139| #define PACKAGE_VERSION "Portable"
4140| #define PACKAGE_STRING "OpenSSH Portable"
4141| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4142| #define PACKAGE_URL ""
4143| #define HAVE_STDIO_H 1
4144| #define HAVE_STDLIB_H 1
4145| #define HAVE_STRING_H 1
4146| #define HAVE_INTTYPES_H 1
4147| #define HAVE_STDINT_H 1
4148| #define HAVE_STRINGS_H 1
4149| #define HAVE_SYS_STAT_H 1
4150| #define HAVE_SYS_TYPES_H 1
4151| #define HAVE_UNISTD_H 1
4152| #define STDC_HEADERS 1
4153| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4154| #define HAVE_RLIMIT_NPROC /**/
4155| #define WITH_OPENSSL 1
4156| #define VARIABLE_LENGTH_ARRAYS 1
4157| #define VARIABLE_DECLARATION_AFTER_CODE 1
4158| #define HAVE_ATTRIBUTE__NONNULL__ 1
4159| #define HAVE_DIRENT_H 1
4160| #define HAVE_ENDIAN_H 1
4161| #define HAVE_ELF_H 1
4162| #define HAVE_ERR_H 1
4163| #define HAVE_FCNTL_H 1
4164| #define HAVE_FLOATINGPOINT_H 1
4165| #define HAVE_FNMATCH_H 1
4166| #define HAVE_GETOPT_H 1
4167| #define HAVE_GLOB_H 1
4168| #define HAVE_IFADDRS_H 1
4169| #define HAVE_INTTYPES_H 1
4170| #define HAVE_LANGINFO_H 1
4171| #define HAVE_LIMITS_H 1
4172| #define HAVE_LOCALE_H 1
4173| #define HAVE_NETDB_H 1
4174| #define HAVE_PATHS_H 1
4175| #define HAVE_POLL_H 1
4176| #define HAVE_READPASSPHRASE_H 1
4177| #define HAVE_RPC_TYPES_H 1
4178| #define HAVE_SECURITY_PAM_APPL_H 1
4179| #define HAVE_STDDEF_H 1
4180| #define HAVE_STDINT_H 1
4181| #define HAVE_STRING_H 1
4182| #define HAVE_STRINGS_H 1
4183| #define HAVE_SYS_CDEFS_H 1
4184| #define HAVE_SYS_FILE_H 1
4185| #define HAVE_SYS_MMAN_H 1
4186| #define HAVE_SYS_PARAM_H 1
4187| #define HAVE_SYS_POLL_H 1
4188| #define HAVE_SYS_PROCCTL_H 1
4189| #define HAVE_SYS_PTRACE_H 1
4190| #define HAVE_SYS_RANDOM_H 1
4191| #define HAVE_SYS_SELECT_H 1
4192| #define HAVE_SYS_STATVFS_H 1
4193| #define HAVE_SYS_TIME_H 1
4194| #define HAVE_SYS_TIMERS_H 1
4195| #define HAVE_TIME_H 1
4196| #define HAVE_TTYENT_H 1
4197| #define HAVE_UNISTD_H 1
4198| #define HAVE_UTIL_H 1
4199| #define HAVE_UTIME_H 1
4200| /* end confdefs.h.  */
4201| #include <stddef.h>
4202| #ifdef HAVE_STDIO_H
4203| # include <stdio.h>
4204| #endif
4205| #ifdef HAVE_STDLIB_H
4206| # include <stdlib.h>
4207| #endif
4208| #ifdef HAVE_STRING_H
4209| # include <string.h>
4210| #endif
4211| #ifdef HAVE_INTTYPES_H
4212| # include <inttypes.h>
4213| #endif
4214| #ifdef HAVE_STDINT_H
4215| # include <stdint.h>
4216| #endif
4217| #ifdef HAVE_STRINGS_H
4218| # include <strings.h>
4219| #endif
4220| #ifdef HAVE_SYS_TYPES_H
4221| # include <sys/types.h>
4222| #endif
4223| #ifdef HAVE_SYS_STAT_H
4224| # include <sys/stat.h>
4225| #endif
4226| #ifdef HAVE_UNISTD_H
4227| # include <unistd.h>
4228| #endif
4229| #include <utmp.h>
4230configure:11302: result: no
4231configure:11308: checking for utmpx.h
4232configure:11308: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4233configure:11308: $? = 0
4234configure:11308: result: yes
4235configure:11314: checking for vis.h
4236configure:11314: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4237configure:11314: $? = 0
4238configure:11314: result: yes
4239configure:11320: checking for wchar.h
4240configure:11320: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4241configure:11320: $? = 0
4242configure:11320: result: yes
4243configure:11330: checking for sys/audit.h
4244configure:11330: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4245conftest.c:81:10: fatal error: sys/audit.h: No such file or directory
4246 #include <sys/audit.h>
4247          ^~~~~~~~~~~~~
4248compilation terminated.
4249configure:11330: $? = 1
4250configure: failed program was:
4251| /* confdefs.h */
4252| #define PACKAGE_NAME "OpenSSH"
4253| #define PACKAGE_TARNAME "openssh"
4254| #define PACKAGE_VERSION "Portable"
4255| #define PACKAGE_STRING "OpenSSH Portable"
4256| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4257| #define PACKAGE_URL ""
4258| #define HAVE_STDIO_H 1
4259| #define HAVE_STDLIB_H 1
4260| #define HAVE_STRING_H 1
4261| #define HAVE_INTTYPES_H 1
4262| #define HAVE_STDINT_H 1
4263| #define HAVE_STRINGS_H 1
4264| #define HAVE_SYS_STAT_H 1
4265| #define HAVE_SYS_TYPES_H 1
4266| #define HAVE_UNISTD_H 1
4267| #define STDC_HEADERS 1
4268| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4269| #define HAVE_RLIMIT_NPROC /**/
4270| #define WITH_OPENSSL 1
4271| #define VARIABLE_LENGTH_ARRAYS 1
4272| #define VARIABLE_DECLARATION_AFTER_CODE 1
4273| #define HAVE_ATTRIBUTE__NONNULL__ 1
4274| #define HAVE_DIRENT_H 1
4275| #define HAVE_ENDIAN_H 1
4276| #define HAVE_ELF_H 1
4277| #define HAVE_ERR_H 1
4278| #define HAVE_FCNTL_H 1
4279| #define HAVE_FLOATINGPOINT_H 1
4280| #define HAVE_FNMATCH_H 1
4281| #define HAVE_GETOPT_H 1
4282| #define HAVE_GLOB_H 1
4283| #define HAVE_IFADDRS_H 1
4284| #define HAVE_INTTYPES_H 1
4285| #define HAVE_LANGINFO_H 1
4286| #define HAVE_LIMITS_H 1
4287| #define HAVE_LOCALE_H 1
4288| #define HAVE_NETDB_H 1
4289| #define HAVE_PATHS_H 1
4290| #define HAVE_POLL_H 1
4291| #define HAVE_READPASSPHRASE_H 1
4292| #define HAVE_RPC_TYPES_H 1
4293| #define HAVE_SECURITY_PAM_APPL_H 1
4294| #define HAVE_STDDEF_H 1
4295| #define HAVE_STDINT_H 1
4296| #define HAVE_STRING_H 1
4297| #define HAVE_STRINGS_H 1
4298| #define HAVE_SYS_CDEFS_H 1
4299| #define HAVE_SYS_FILE_H 1
4300| #define HAVE_SYS_MMAN_H 1
4301| #define HAVE_SYS_PARAM_H 1
4302| #define HAVE_SYS_POLL_H 1
4303| #define HAVE_SYS_PROCCTL_H 1
4304| #define HAVE_SYS_PTRACE_H 1
4305| #define HAVE_SYS_RANDOM_H 1
4306| #define HAVE_SYS_SELECT_H 1
4307| #define HAVE_SYS_STATVFS_H 1
4308| #define HAVE_SYS_TIME_H 1
4309| #define HAVE_SYS_TIMERS_H 1
4310| #define HAVE_TIME_H 1
4311| #define HAVE_TTYENT_H 1
4312| #define HAVE_UNISTD_H 1
4313| #define HAVE_UTIL_H 1
4314| #define HAVE_UTIME_H 1
4315| #define HAVE_UTMPX_H 1
4316| #define HAVE_VIS_H 1
4317| #define HAVE_WCHAR_H 1
4318| /* end confdefs.h.  */
4319|
4320| #ifdef HAVE_SYS_TIME_H
4321| # include <sys/time.h>
4322| #endif
4323| #ifdef HAVE_SYS_TYPES_H
4324| # include <sys/types.h>
4325| #endif
4326| #ifdef HAVE_SYS_LABEL_H
4327| # include <sys/label.h>
4328| #endif
4329|
4330|
4331| #include <sys/audit.h>
4332configure:11330: result: no
4333configure:11350: checking for sys/capsicum.h
4334configure:11350: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4335conftest.c:75:10: fatal error: sys/capsicum.h: No such file or directory
4336 #include <sys/capsicum.h>
4337          ^~~~~~~~~~~~~~~~
4338compilation terminated.
4339configure:11350: $? = 1
4340configure: failed program was:
4341| /* confdefs.h */
4342| #define PACKAGE_NAME "OpenSSH"
4343| #define PACKAGE_TARNAME "openssh"
4344| #define PACKAGE_VERSION "Portable"
4345| #define PACKAGE_STRING "OpenSSH Portable"
4346| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4347| #define PACKAGE_URL ""
4348| #define HAVE_STDIO_H 1
4349| #define HAVE_STDLIB_H 1
4350| #define HAVE_STRING_H 1
4351| #define HAVE_INTTYPES_H 1
4352| #define HAVE_STDINT_H 1
4353| #define HAVE_STRINGS_H 1
4354| #define HAVE_SYS_STAT_H 1
4355| #define HAVE_SYS_TYPES_H 1
4356| #define HAVE_UNISTD_H 1
4357| #define STDC_HEADERS 1
4358| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4359| #define HAVE_RLIMIT_NPROC /**/
4360| #define WITH_OPENSSL 1
4361| #define VARIABLE_LENGTH_ARRAYS 1
4362| #define VARIABLE_DECLARATION_AFTER_CODE 1
4363| #define HAVE_ATTRIBUTE__NONNULL__ 1
4364| #define HAVE_DIRENT_H 1
4365| #define HAVE_ENDIAN_H 1
4366| #define HAVE_ELF_H 1
4367| #define HAVE_ERR_H 1
4368| #define HAVE_FCNTL_H 1
4369| #define HAVE_FLOATINGPOINT_H 1
4370| #define HAVE_FNMATCH_H 1
4371| #define HAVE_GETOPT_H 1
4372| #define HAVE_GLOB_H 1
4373| #define HAVE_IFADDRS_H 1
4374| #define HAVE_INTTYPES_H 1
4375| #define HAVE_LANGINFO_H 1
4376| #define HAVE_LIMITS_H 1
4377| #define HAVE_LOCALE_H 1
4378| #define HAVE_NETDB_H 1
4379| #define HAVE_PATHS_H 1
4380| #define HAVE_POLL_H 1
4381| #define HAVE_READPASSPHRASE_H 1
4382| #define HAVE_RPC_TYPES_H 1
4383| #define HAVE_SECURITY_PAM_APPL_H 1
4384| #define HAVE_STDDEF_H 1
4385| #define HAVE_STDINT_H 1
4386| #define HAVE_STRING_H 1
4387| #define HAVE_STRINGS_H 1
4388| #define HAVE_SYS_CDEFS_H 1
4389| #define HAVE_SYS_FILE_H 1
4390| #define HAVE_SYS_MMAN_H 1
4391| #define HAVE_SYS_PARAM_H 1
4392| #define HAVE_SYS_POLL_H 1
4393| #define HAVE_SYS_PROCCTL_H 1
4394| #define HAVE_SYS_PTRACE_H 1
4395| #define HAVE_SYS_RANDOM_H 1
4396| #define HAVE_SYS_SELECT_H 1
4397| #define HAVE_SYS_STATVFS_H 1
4398| #define HAVE_SYS_TIME_H 1
4399| #define HAVE_SYS_TIMERS_H 1
4400| #define HAVE_TIME_H 1
4401| #define HAVE_TTYENT_H 1
4402| #define HAVE_UNISTD_H 1
4403| #define HAVE_UTIL_H 1
4404| #define HAVE_UTIME_H 1
4405| #define HAVE_UTMPX_H 1
4406| #define HAVE_VIS_H 1
4407| #define HAVE_WCHAR_H 1
4408| /* end confdefs.h.  */
4409|
4410| #ifdef HAVE_SYS_TYPES_H
4411| # include <sys/types.h>
4412| #endif
4413|
4414|
4415| #include <sys/capsicum.h>
4416configure:11350: result: no
4417configure:11361: checking for capsicum_helpers.h
4418configure:11361: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4419conftest.c:75:10: fatal error: capsicum_helpers.h: No such file or directory
4420 #include <capsicum_helpers.h>
4421          ^~~~~~~~~~~~~~~~~~~~
4422compilation terminated.
4423configure:11361: $? = 1
4424configure: failed program was:
4425| /* confdefs.h */
4426| #define PACKAGE_NAME "OpenSSH"
4427| #define PACKAGE_TARNAME "openssh"
4428| #define PACKAGE_VERSION "Portable"
4429| #define PACKAGE_STRING "OpenSSH Portable"
4430| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4431| #define PACKAGE_URL ""
4432| #define HAVE_STDIO_H 1
4433| #define HAVE_STDLIB_H 1
4434| #define HAVE_STRING_H 1
4435| #define HAVE_INTTYPES_H 1
4436| #define HAVE_STDINT_H 1
4437| #define HAVE_STRINGS_H 1
4438| #define HAVE_SYS_STAT_H 1
4439| #define HAVE_SYS_TYPES_H 1
4440| #define HAVE_UNISTD_H 1
4441| #define STDC_HEADERS 1
4442| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4443| #define HAVE_RLIMIT_NPROC /**/
4444| #define WITH_OPENSSL 1
4445| #define VARIABLE_LENGTH_ARRAYS 1
4446| #define VARIABLE_DECLARATION_AFTER_CODE 1
4447| #define HAVE_ATTRIBUTE__NONNULL__ 1
4448| #define HAVE_DIRENT_H 1
4449| #define HAVE_ENDIAN_H 1
4450| #define HAVE_ELF_H 1
4451| #define HAVE_ERR_H 1
4452| #define HAVE_FCNTL_H 1
4453| #define HAVE_FLOATINGPOINT_H 1
4454| #define HAVE_FNMATCH_H 1
4455| #define HAVE_GETOPT_H 1
4456| #define HAVE_GLOB_H 1
4457| #define HAVE_IFADDRS_H 1
4458| #define HAVE_INTTYPES_H 1
4459| #define HAVE_LANGINFO_H 1
4460| #define HAVE_LIMITS_H 1
4461| #define HAVE_LOCALE_H 1
4462| #define HAVE_NETDB_H 1
4463| #define HAVE_PATHS_H 1
4464| #define HAVE_POLL_H 1
4465| #define HAVE_READPASSPHRASE_H 1
4466| #define HAVE_RPC_TYPES_H 1
4467| #define HAVE_SECURITY_PAM_APPL_H 1
4468| #define HAVE_STDDEF_H 1
4469| #define HAVE_STDINT_H 1
4470| #define HAVE_STRING_H 1
4471| #define HAVE_STRINGS_H 1
4472| #define HAVE_SYS_CDEFS_H 1
4473| #define HAVE_SYS_FILE_H 1
4474| #define HAVE_SYS_MMAN_H 1
4475| #define HAVE_SYS_PARAM_H 1
4476| #define HAVE_SYS_POLL_H 1
4477| #define HAVE_SYS_PROCCTL_H 1
4478| #define HAVE_SYS_PTRACE_H 1
4479| #define HAVE_SYS_RANDOM_H 1
4480| #define HAVE_SYS_SELECT_H 1
4481| #define HAVE_SYS_STATVFS_H 1
4482| #define HAVE_SYS_TIME_H 1
4483| #define HAVE_SYS_TIMERS_H 1
4484| #define HAVE_TIME_H 1
4485| #define HAVE_TTYENT_H 1
4486| #define HAVE_UNISTD_H 1
4487| #define HAVE_UTIL_H 1
4488| #define HAVE_UTIME_H 1
4489| #define HAVE_UTMPX_H 1
4490| #define HAVE_VIS_H 1
4491| #define HAVE_WCHAR_H 1
4492| /* end confdefs.h.  */
4493|
4494| #ifdef HAVE_SYS_TYPES_H
4495| # include <sys/types.h>
4496| #endif
4497|
4498|
4499| #include <capsicum_helpers.h>
4500configure:11361: result: no
4501configure:11374: checking for caph_cache_tzdata
4502configure:11387: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
4503conftest.c:69:11: fatal error: capsicum_helpers.h: No such file or directory
4504  #include <capsicum_helpers.h>
4505           ^~~~~~~~~~~~~~~~~~~~
4506compilation terminated.
4507configure:11387: $? = 1
4508configure: failed program was:
4509| /* confdefs.h */
4510| #define PACKAGE_NAME "OpenSSH"
4511| #define PACKAGE_TARNAME "openssh"
4512| #define PACKAGE_VERSION "Portable"
4513| #define PACKAGE_STRING "OpenSSH Portable"
4514| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4515| #define PACKAGE_URL ""
4516| #define HAVE_STDIO_H 1
4517| #define HAVE_STDLIB_H 1
4518| #define HAVE_STRING_H 1
4519| #define HAVE_INTTYPES_H 1
4520| #define HAVE_STDINT_H 1
4521| #define HAVE_STRINGS_H 1
4522| #define HAVE_SYS_STAT_H 1
4523| #define HAVE_SYS_TYPES_H 1
4524| #define HAVE_UNISTD_H 1
4525| #define STDC_HEADERS 1
4526| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4527| #define HAVE_RLIMIT_NPROC /**/
4528| #define WITH_OPENSSL 1
4529| #define VARIABLE_LENGTH_ARRAYS 1
4530| #define VARIABLE_DECLARATION_AFTER_CODE 1
4531| #define HAVE_ATTRIBUTE__NONNULL__ 1
4532| #define HAVE_DIRENT_H 1
4533| #define HAVE_ENDIAN_H 1
4534| #define HAVE_ELF_H 1
4535| #define HAVE_ERR_H 1
4536| #define HAVE_FCNTL_H 1
4537| #define HAVE_FLOATINGPOINT_H 1
4538| #define HAVE_FNMATCH_H 1
4539| #define HAVE_GETOPT_H 1
4540| #define HAVE_GLOB_H 1
4541| #define HAVE_IFADDRS_H 1
4542| #define HAVE_INTTYPES_H 1
4543| #define HAVE_LANGINFO_H 1
4544| #define HAVE_LIMITS_H 1
4545| #define HAVE_LOCALE_H 1
4546| #define HAVE_NETDB_H 1
4547| #define HAVE_PATHS_H 1
4548| #define HAVE_POLL_H 1
4549| #define HAVE_READPASSPHRASE_H 1
4550| #define HAVE_RPC_TYPES_H 1
4551| #define HAVE_SECURITY_PAM_APPL_H 1
4552| #define HAVE_STDDEF_H 1
4553| #define HAVE_STDINT_H 1
4554| #define HAVE_STRING_H 1
4555| #define HAVE_STRINGS_H 1
4556| #define HAVE_SYS_CDEFS_H 1
4557| #define HAVE_SYS_FILE_H 1
4558| #define HAVE_SYS_MMAN_H 1
4559| #define HAVE_SYS_PARAM_H 1
4560| #define HAVE_SYS_POLL_H 1
4561| #define HAVE_SYS_PROCCTL_H 1
4562| #define HAVE_SYS_PTRACE_H 1
4563| #define HAVE_SYS_RANDOM_H 1
4564| #define HAVE_SYS_SELECT_H 1
4565| #define HAVE_SYS_STATVFS_H 1
4566| #define HAVE_SYS_TIME_H 1
4567| #define HAVE_SYS_TIMERS_H 1
4568| #define HAVE_TIME_H 1
4569| #define HAVE_TTYENT_H 1
4570| #define HAVE_UNISTD_H 1
4571| #define HAVE_UTIL_H 1
4572| #define HAVE_UTIME_H 1
4573| #define HAVE_UTMPX_H 1
4574| #define HAVE_VIS_H 1
4575| #define HAVE_WCHAR_H 1
4576| /* end confdefs.h.  */
4577|  #include <capsicum_helpers.h>
4578| int
4579| main (void)
4580| {
4581| caph_cache_tzdata();
4582|   ;
4583|   return 0;
4584| }
4585configure:11397: result: no
4586configure:11406: checking for net/route.h
4587configure:11406: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4588configure:11406: $? = 0
4589configure:11406: result: yes
4590configure:11419: checking for sys/sysctl.h
4591configure:11419: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4592configure:11419: $? = 0
4593configure:11419: result: yes
4594configure:11435: checking for lastlog.h
4595configure:11435: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4596conftest.c:77:10: fatal error: lastlog.h: No such file or directory
4597 #include <lastlog.h>
4598          ^~~~~~~~~~~
4599compilation terminated.
4600configure:11435: $? = 1
4601configure: failed program was:
4602| /* confdefs.h */
4603| #define PACKAGE_NAME "OpenSSH"
4604| #define PACKAGE_TARNAME "openssh"
4605| #define PACKAGE_VERSION "Portable"
4606| #define PACKAGE_STRING "OpenSSH Portable"
4607| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4608| #define PACKAGE_URL ""
4609| #define HAVE_STDIO_H 1
4610| #define HAVE_STDLIB_H 1
4611| #define HAVE_STRING_H 1
4612| #define HAVE_INTTYPES_H 1
4613| #define HAVE_STDINT_H 1
4614| #define HAVE_STRINGS_H 1
4615| #define HAVE_SYS_STAT_H 1
4616| #define HAVE_SYS_TYPES_H 1
4617| #define HAVE_UNISTD_H 1
4618| #define STDC_HEADERS 1
4619| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4620| #define HAVE_RLIMIT_NPROC /**/
4621| #define WITH_OPENSSL 1
4622| #define VARIABLE_LENGTH_ARRAYS 1
4623| #define VARIABLE_DECLARATION_AFTER_CODE 1
4624| #define HAVE_ATTRIBUTE__NONNULL__ 1
4625| #define HAVE_DIRENT_H 1
4626| #define HAVE_ENDIAN_H 1
4627| #define HAVE_ELF_H 1
4628| #define HAVE_ERR_H 1
4629| #define HAVE_FCNTL_H 1
4630| #define HAVE_FLOATINGPOINT_H 1
4631| #define HAVE_FNMATCH_H 1
4632| #define HAVE_GETOPT_H 1
4633| #define HAVE_GLOB_H 1
4634| #define HAVE_IFADDRS_H 1
4635| #define HAVE_INTTYPES_H 1
4636| #define HAVE_LANGINFO_H 1
4637| #define HAVE_LIMITS_H 1
4638| #define HAVE_LOCALE_H 1
4639| #define HAVE_NETDB_H 1
4640| #define HAVE_PATHS_H 1
4641| #define HAVE_POLL_H 1
4642| #define HAVE_READPASSPHRASE_H 1
4643| #define HAVE_RPC_TYPES_H 1
4644| #define HAVE_SECURITY_PAM_APPL_H 1
4645| #define HAVE_STDDEF_H 1
4646| #define HAVE_STDINT_H 1
4647| #define HAVE_STRING_H 1
4648| #define HAVE_STRINGS_H 1
4649| #define HAVE_SYS_CDEFS_H 1
4650| #define HAVE_SYS_FILE_H 1
4651| #define HAVE_SYS_MMAN_H 1
4652| #define HAVE_SYS_PARAM_H 1
4653| #define HAVE_SYS_POLL_H 1
4654| #define HAVE_SYS_PROCCTL_H 1
4655| #define HAVE_SYS_PTRACE_H 1
4656| #define HAVE_SYS_RANDOM_H 1
4657| #define HAVE_SYS_SELECT_H 1
4658| #define HAVE_SYS_STATVFS_H 1
4659| #define HAVE_SYS_TIME_H 1
4660| #define HAVE_SYS_TIMERS_H 1
4661| #define HAVE_TIME_H 1
4662| #define HAVE_TTYENT_H 1
4663| #define HAVE_UNISTD_H 1
4664| #define HAVE_UTIL_H 1
4665| #define HAVE_UTIME_H 1
4666| #define HAVE_UTMPX_H 1
4667| #define HAVE_VIS_H 1
4668| #define HAVE_WCHAR_H 1
4669| #define HAVE_NET_ROUTE_H 1
4670| #define HAVE_SYS_SYSCTL_H 1
4671| /* end confdefs.h.  */
4672|
4673| #ifdef HAVE_SYS_TIME_H
4674| # include <sys/time.h>
4675| #endif
4676|
4677|
4678| #include <lastlog.h>
4679configure:11435: result: no
4680configure:11449: checking for sys/ptms.h
4681configure:11449: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4682conftest.c:77:10: fatal error: sys/ptms.h: No such file or directory
4683 #include <sys/ptms.h>
4684          ^~~~~~~~~~~~
4685compilation terminated.
4686configure:11449: $? = 1
4687configure: failed program was:
4688| /* confdefs.h */
4689| #define PACKAGE_NAME "OpenSSH"
4690| #define PACKAGE_TARNAME "openssh"
4691| #define PACKAGE_VERSION "Portable"
4692| #define PACKAGE_STRING "OpenSSH Portable"
4693| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4694| #define PACKAGE_URL ""
4695| #define HAVE_STDIO_H 1
4696| #define HAVE_STDLIB_H 1
4697| #define HAVE_STRING_H 1
4698| #define HAVE_INTTYPES_H 1
4699| #define HAVE_STDINT_H 1
4700| #define HAVE_STRINGS_H 1
4701| #define HAVE_SYS_STAT_H 1
4702| #define HAVE_SYS_TYPES_H 1
4703| #define HAVE_UNISTD_H 1
4704| #define STDC_HEADERS 1
4705| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4706| #define HAVE_RLIMIT_NPROC /**/
4707| #define WITH_OPENSSL 1
4708| #define VARIABLE_LENGTH_ARRAYS 1
4709| #define VARIABLE_DECLARATION_AFTER_CODE 1
4710| #define HAVE_ATTRIBUTE__NONNULL__ 1
4711| #define HAVE_DIRENT_H 1
4712| #define HAVE_ENDIAN_H 1
4713| #define HAVE_ELF_H 1
4714| #define HAVE_ERR_H 1
4715| #define HAVE_FCNTL_H 1
4716| #define HAVE_FLOATINGPOINT_H 1
4717| #define HAVE_FNMATCH_H 1
4718| #define HAVE_GETOPT_H 1
4719| #define HAVE_GLOB_H 1
4720| #define HAVE_IFADDRS_H 1
4721| #define HAVE_INTTYPES_H 1
4722| #define HAVE_LANGINFO_H 1
4723| #define HAVE_LIMITS_H 1
4724| #define HAVE_LOCALE_H 1
4725| #define HAVE_NETDB_H 1
4726| #define HAVE_PATHS_H 1
4727| #define HAVE_POLL_H 1
4728| #define HAVE_READPASSPHRASE_H 1
4729| #define HAVE_RPC_TYPES_H 1
4730| #define HAVE_SECURITY_PAM_APPL_H 1
4731| #define HAVE_STDDEF_H 1
4732| #define HAVE_STDINT_H 1
4733| #define HAVE_STRING_H 1
4734| #define HAVE_STRINGS_H 1
4735| #define HAVE_SYS_CDEFS_H 1
4736| #define HAVE_SYS_FILE_H 1
4737| #define HAVE_SYS_MMAN_H 1
4738| #define HAVE_SYS_PARAM_H 1
4739| #define HAVE_SYS_POLL_H 1
4740| #define HAVE_SYS_PROCCTL_H 1
4741| #define HAVE_SYS_PTRACE_H 1
4742| #define HAVE_SYS_RANDOM_H 1
4743| #define HAVE_SYS_SELECT_H 1
4744| #define HAVE_SYS_STATVFS_H 1
4745| #define HAVE_SYS_TIME_H 1
4746| #define HAVE_SYS_TIMERS_H 1
4747| #define HAVE_TIME_H 1
4748| #define HAVE_TTYENT_H 1
4749| #define HAVE_UNISTD_H 1
4750| #define HAVE_UTIL_H 1
4751| #define HAVE_UTIME_H 1
4752| #define HAVE_UTMPX_H 1
4753| #define HAVE_VIS_H 1
4754| #define HAVE_WCHAR_H 1
4755| #define HAVE_NET_ROUTE_H 1
4756| #define HAVE_SYS_SYSCTL_H 1
4757| /* end confdefs.h.  */
4758|
4759| #ifdef HAVE_SYS_STREAM_H
4760| # include <sys/stream.h>
4761| #endif
4762|
4763|
4764| #include <sys/ptms.h>
4765configure:11449: result: no
4766configure:11463: checking for login_cap.h
4767configure:11463: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4768configure:11463: $? = 0
4769configure:11463: result: yes
4770configure:11475: checking for sys/mount.h
4771configure:11475: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4772configure:11475: $? = 0
4773configure:11475: result: yes
4774configure:11487: checking for sys/un.h
4775configure:11487: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4776configure:11487: $? = 0
4777configure:11487: result: yes
4778configure:13322: checking compiler and flags for sanity
4779configure:13341: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
4780configure:13341: $? = 0
4781configure:13341: ./conftest
4782configure:13341: $? = 0
4783configure:13343: result: yes
4784configure:13358: checking for setsockopt
4785configure:13358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
4786configure:13358: $? = 0
4787configure:13358: result: yes
4788configure:13412: checking for dirname
4789configure:13412: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
4790configure:13412: $? = 0
4791configure:13412: result: yes
4792configure:13416: checking for libgen.h
4793configure:13416: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
4794configure:13416: $? = 0
4795configure:13416: result: yes
4796configure:13531: checking for getspnam
4797configure:13531: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
4798conftest.c:103: error: undefined reference to 'getspnam'
4799collect2: error: ld returned 1 exit status
4800configure:13531: $? = 1
4801configure: failed program was:
4802| /* confdefs.h */
4803| #define PACKAGE_NAME "OpenSSH"
4804| #define PACKAGE_TARNAME "openssh"
4805| #define PACKAGE_VERSION "Portable"
4806| #define PACKAGE_STRING "OpenSSH Portable"
4807| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4808| #define PACKAGE_URL ""
4809| #define HAVE_STDIO_H 1
4810| #define HAVE_STDLIB_H 1
4811| #define HAVE_STRING_H 1
4812| #define HAVE_INTTYPES_H 1
4813| #define HAVE_STDINT_H 1
4814| #define HAVE_STRINGS_H 1
4815| #define HAVE_SYS_STAT_H 1
4816| #define HAVE_SYS_TYPES_H 1
4817| #define HAVE_UNISTD_H 1
4818| #define STDC_HEADERS 1
4819| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4820| #define HAVE_RLIMIT_NPROC /**/
4821| #define WITH_OPENSSL 1
4822| #define VARIABLE_LENGTH_ARRAYS 1
4823| #define VARIABLE_DECLARATION_AFTER_CODE 1
4824| #define HAVE_ATTRIBUTE__NONNULL__ 1
4825| #define HAVE_DIRENT_H 1
4826| #define HAVE_ENDIAN_H 1
4827| #define HAVE_ELF_H 1
4828| #define HAVE_ERR_H 1
4829| #define HAVE_FCNTL_H 1
4830| #define HAVE_FLOATINGPOINT_H 1
4831| #define HAVE_FNMATCH_H 1
4832| #define HAVE_GETOPT_H 1
4833| #define HAVE_GLOB_H 1
4834| #define HAVE_IFADDRS_H 1
4835| #define HAVE_INTTYPES_H 1
4836| #define HAVE_LANGINFO_H 1
4837| #define HAVE_LIMITS_H 1
4838| #define HAVE_LOCALE_H 1
4839| #define HAVE_NETDB_H 1
4840| #define HAVE_PATHS_H 1
4841| #define HAVE_POLL_H 1
4842| #define HAVE_READPASSPHRASE_H 1
4843| #define HAVE_RPC_TYPES_H 1
4844| #define HAVE_SECURITY_PAM_APPL_H 1
4845| #define HAVE_STDDEF_H 1
4846| #define HAVE_STDINT_H 1
4847| #define HAVE_STRING_H 1
4848| #define HAVE_STRINGS_H 1
4849| #define HAVE_SYS_CDEFS_H 1
4850| #define HAVE_SYS_FILE_H 1
4851| #define HAVE_SYS_MMAN_H 1
4852| #define HAVE_SYS_PARAM_H 1
4853| #define HAVE_SYS_POLL_H 1
4854| #define HAVE_SYS_PROCCTL_H 1
4855| #define HAVE_SYS_PTRACE_H 1
4856| #define HAVE_SYS_RANDOM_H 1
4857| #define HAVE_SYS_SELECT_H 1
4858| #define HAVE_SYS_STATVFS_H 1
4859| #define HAVE_SYS_TIME_H 1
4860| #define HAVE_SYS_TIMERS_H 1
4861| #define HAVE_TIME_H 1
4862| #define HAVE_TTYENT_H 1
4863| #define HAVE_UNISTD_H 1
4864| #define HAVE_UTIL_H 1
4865| #define HAVE_UTIME_H 1
4866| #define HAVE_UTMPX_H 1
4867| #define HAVE_VIS_H 1
4868| #define HAVE_WCHAR_H 1
4869| #define HAVE_NET_ROUTE_H 1
4870| #define HAVE_SYS_SYSCTL_H 1
4871| #define HAVE_LOGIN_CAP_H 1
4872| #define HAVE_SYS_MOUNT_H 1
4873| #define HAVE_SYS_UN_H 1
4874| #define HAVE_DIRNAME 1
4875| #define HAVE_LIBGEN_H 1
4876| /* end confdefs.h.  */
4877| /* Define getspnam to an innocuous variant, in case <limits.h> declares getspnam.
4878|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4879| #define getspnam innocuous_getspnam
4880|
4881| /* System header to define __stub macros and hopefully few prototypes,
4882|    which can conflict with char getspnam (); below.  */
4883|
4884| #include <limits.h>
4885| #undef getspnam
4886|
4887| /* Override any GCC internal prototype to avoid an error.
4888|    Use char because int might match the return type of a GCC
4889|    builtin and then its argument prototype would still apply.  */
4890| #ifdef __cplusplus
4891| extern "C"
4892| #endif
4893| char getspnam ();
4894| /* The GNU C library defines this for functions which it implements
4895|     to always fail with ENOSYS.  Some functions are actually named
4896|     something starting with __ and the normal name is an alias.  */
4897| #if defined __stub_getspnam || defined __stub___getspnam
4898| choke me
4899| #endif
4900|
4901| int
4902| main (void)
4903| {
4904| return getspnam ();
4905|   ;
4906|   return 0;
4907| }
4908configure:13531: result: no
4909configure:13536: checking for getspnam in -lgen
4910configure:13559: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lgen   >&5
4911/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lgen
4912conftest.c:84: error: undefined reference to 'getspnam'
4913collect2: error: ld returned 1 exit status
4914configure:13559: $? = 1
4915configure: failed program was:
4916| /* confdefs.h */
4917| #define PACKAGE_NAME "OpenSSH"
4918| #define PACKAGE_TARNAME "openssh"
4919| #define PACKAGE_VERSION "Portable"
4920| #define PACKAGE_STRING "OpenSSH Portable"
4921| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
4922| #define PACKAGE_URL ""
4923| #define HAVE_STDIO_H 1
4924| #define HAVE_STDLIB_H 1
4925| #define HAVE_STRING_H 1
4926| #define HAVE_INTTYPES_H 1
4927| #define HAVE_STDINT_H 1
4928| #define HAVE_STRINGS_H 1
4929| #define HAVE_SYS_STAT_H 1
4930| #define HAVE_SYS_TYPES_H 1
4931| #define HAVE_UNISTD_H 1
4932| #define STDC_HEADERS 1
4933| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
4934| #define HAVE_RLIMIT_NPROC /**/
4935| #define WITH_OPENSSL 1
4936| #define VARIABLE_LENGTH_ARRAYS 1
4937| #define VARIABLE_DECLARATION_AFTER_CODE 1
4938| #define HAVE_ATTRIBUTE__NONNULL__ 1
4939| #define HAVE_DIRENT_H 1
4940| #define HAVE_ENDIAN_H 1
4941| #define HAVE_ELF_H 1
4942| #define HAVE_ERR_H 1
4943| #define HAVE_FCNTL_H 1
4944| #define HAVE_FLOATINGPOINT_H 1
4945| #define HAVE_FNMATCH_H 1
4946| #define HAVE_GETOPT_H 1
4947| #define HAVE_GLOB_H 1
4948| #define HAVE_IFADDRS_H 1
4949| #define HAVE_INTTYPES_H 1
4950| #define HAVE_LANGINFO_H 1
4951| #define HAVE_LIMITS_H 1
4952| #define HAVE_LOCALE_H 1
4953| #define HAVE_NETDB_H 1
4954| #define HAVE_PATHS_H 1
4955| #define HAVE_POLL_H 1
4956| #define HAVE_READPASSPHRASE_H 1
4957| #define HAVE_RPC_TYPES_H 1
4958| #define HAVE_SECURITY_PAM_APPL_H 1
4959| #define HAVE_STDDEF_H 1
4960| #define HAVE_STDINT_H 1
4961| #define HAVE_STRING_H 1
4962| #define HAVE_STRINGS_H 1
4963| #define HAVE_SYS_CDEFS_H 1
4964| #define HAVE_SYS_FILE_H 1
4965| #define HAVE_SYS_MMAN_H 1
4966| #define HAVE_SYS_PARAM_H 1
4967| #define HAVE_SYS_POLL_H 1
4968| #define HAVE_SYS_PROCCTL_H 1
4969| #define HAVE_SYS_PTRACE_H 1
4970| #define HAVE_SYS_RANDOM_H 1
4971| #define HAVE_SYS_SELECT_H 1
4972| #define HAVE_SYS_STATVFS_H 1
4973| #define HAVE_SYS_TIME_H 1
4974| #define HAVE_SYS_TIMERS_H 1
4975| #define HAVE_TIME_H 1
4976| #define HAVE_TTYENT_H 1
4977| #define HAVE_UNISTD_H 1
4978| #define HAVE_UTIL_H 1
4979| #define HAVE_UTIME_H 1
4980| #define HAVE_UTMPX_H 1
4981| #define HAVE_VIS_H 1
4982| #define HAVE_WCHAR_H 1
4983| #define HAVE_NET_ROUTE_H 1
4984| #define HAVE_SYS_SYSCTL_H 1
4985| #define HAVE_LOGIN_CAP_H 1
4986| #define HAVE_SYS_MOUNT_H 1
4987| #define HAVE_SYS_UN_H 1
4988| #define HAVE_DIRNAME 1
4989| #define HAVE_LIBGEN_H 1
4990| /* end confdefs.h.  */
4991|
4992| /* Override any GCC internal prototype to avoid an error.
4993|    Use char because int might match the return type of a GCC
4994|    builtin and then its argument prototype would still apply.  */
4995| char getspnam ();
4996| int
4997| main (void)
4998| {
4999| return getspnam ();
5000|   ;
5001|   return 0;
5002| }
5003configure:13569: result: no
5004configure:13578: checking for library containing basename
5005configure:13608: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5006configure:13608: $? = 0
5007configure:13628: result: none required
5008configure:13673: checking for zlib
5009configure:13681: result: yes
5010configure:13686: checking for zlib.h
5011configure:13686: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
5012configure:13686: $? = 0
5013configure:13686: result: yes
5014configure:13694: checking for deflate in -lz
5015configure:13717: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz   >&5
5016configure:13717: $? = 0
5017configure:13727: result: yes
5018configure:13789: checking for possibly buggy zlib
5019configure:13829: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lz  >&5
5020configure:13829: $? = 0
5021configure:13829: ./conftest
5022found zlib version 1.2.11 (1021100)
5023configure:13829: $? = 0
5024configure:13831: result: no
5025configure:13857: checking for strcasecmp
5026configure:13857: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5027conftest.c:95:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch]
5028 char strcasecmp ();
5029      ^~~~~~~~~~
5030configure:13857: $? = 0
5031configure:13857: result: yes
5032configure:13908: checking for utimes
5033configure:13908: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5034configure:13908: $? = 0
5035configure:13908: result: yes
5036configure:13961: checking for bsd/libutil.h
5037configure:13961: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
5038conftest.c:108:10: fatal error: bsd/libutil.h: No such file or directory
5039 #include <bsd/libutil.h>
5040          ^~~~~~~~~~~~~~~
5041compilation terminated.
5042configure:13961: $? = 1
5043configure: failed program was:
5044| /* confdefs.h */
5045| #define PACKAGE_NAME "OpenSSH"
5046| #define PACKAGE_TARNAME "openssh"
5047| #define PACKAGE_VERSION "Portable"
5048| #define PACKAGE_STRING "OpenSSH Portable"
5049| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5050| #define PACKAGE_URL ""
5051| #define HAVE_STDIO_H 1
5052| #define HAVE_STDLIB_H 1
5053| #define HAVE_STRING_H 1
5054| #define HAVE_INTTYPES_H 1
5055| #define HAVE_STDINT_H 1
5056| #define HAVE_STRINGS_H 1
5057| #define HAVE_SYS_STAT_H 1
5058| #define HAVE_SYS_TYPES_H 1
5059| #define HAVE_UNISTD_H 1
5060| #define STDC_HEADERS 1
5061| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5062| #define HAVE_RLIMIT_NPROC /**/
5063| #define WITH_OPENSSL 1
5064| #define VARIABLE_LENGTH_ARRAYS 1
5065| #define VARIABLE_DECLARATION_AFTER_CODE 1
5066| #define HAVE_ATTRIBUTE__NONNULL__ 1
5067| #define HAVE_DIRENT_H 1
5068| #define HAVE_ENDIAN_H 1
5069| #define HAVE_ELF_H 1
5070| #define HAVE_ERR_H 1
5071| #define HAVE_FCNTL_H 1
5072| #define HAVE_FLOATINGPOINT_H 1
5073| #define HAVE_FNMATCH_H 1
5074| #define HAVE_GETOPT_H 1
5075| #define HAVE_GLOB_H 1
5076| #define HAVE_IFADDRS_H 1
5077| #define HAVE_INTTYPES_H 1
5078| #define HAVE_LANGINFO_H 1
5079| #define HAVE_LIMITS_H 1
5080| #define HAVE_LOCALE_H 1
5081| #define HAVE_NETDB_H 1
5082| #define HAVE_PATHS_H 1
5083| #define HAVE_POLL_H 1
5084| #define HAVE_READPASSPHRASE_H 1
5085| #define HAVE_RPC_TYPES_H 1
5086| #define HAVE_SECURITY_PAM_APPL_H 1
5087| #define HAVE_STDDEF_H 1
5088| #define HAVE_STDINT_H 1
5089| #define HAVE_STRING_H 1
5090| #define HAVE_STRINGS_H 1
5091| #define HAVE_SYS_CDEFS_H 1
5092| #define HAVE_SYS_FILE_H 1
5093| #define HAVE_SYS_MMAN_H 1
5094| #define HAVE_SYS_PARAM_H 1
5095| #define HAVE_SYS_POLL_H 1
5096| #define HAVE_SYS_PROCCTL_H 1
5097| #define HAVE_SYS_PTRACE_H 1
5098| #define HAVE_SYS_RANDOM_H 1
5099| #define HAVE_SYS_SELECT_H 1
5100| #define HAVE_SYS_STATVFS_H 1
5101| #define HAVE_SYS_TIME_H 1
5102| #define HAVE_SYS_TIMERS_H 1
5103| #define HAVE_TIME_H 1
5104| #define HAVE_TTYENT_H 1
5105| #define HAVE_UNISTD_H 1
5106| #define HAVE_UTIL_H 1
5107| #define HAVE_UTIME_H 1
5108| #define HAVE_UTMPX_H 1
5109| #define HAVE_VIS_H 1
5110| #define HAVE_WCHAR_H 1
5111| #define HAVE_NET_ROUTE_H 1
5112| #define HAVE_SYS_SYSCTL_H 1
5113| #define HAVE_LOGIN_CAP_H 1
5114| #define HAVE_SYS_MOUNT_H 1
5115| #define HAVE_SYS_UN_H 1
5116| #define HAVE_DIRNAME 1
5117| #define HAVE_LIBGEN_H 1
5118| #define HAVE_BASENAME 1
5119| #define WITH_ZLIB 1
5120| #define HAVE_LIBZ 1
5121| #define HAVE_UTIMES 1
5122| /* end confdefs.h.  */
5123| #include <stddef.h>
5124| #ifdef HAVE_STDIO_H
5125| # include <stdio.h>
5126| #endif
5127| #ifdef HAVE_STDLIB_H
5128| # include <stdlib.h>
5129| #endif
5130| #ifdef HAVE_STRING_H
5131| # include <string.h>
5132| #endif
5133| #ifdef HAVE_INTTYPES_H
5134| # include <inttypes.h>
5135| #endif
5136| #ifdef HAVE_STDINT_H
5137| # include <stdint.h>
5138| #endif
5139| #ifdef HAVE_STRINGS_H
5140| # include <strings.h>
5141| #endif
5142| #ifdef HAVE_SYS_TYPES_H
5143| # include <sys/types.h>
5144| #endif
5145| #ifdef HAVE_SYS_STAT_H
5146| # include <sys/stat.h>
5147| #endif
5148| #ifdef HAVE_UNISTD_H
5149| # include <unistd.h>
5150| #endif
5151| #include <bsd/libutil.h>
5152configure:13961: result: no
5153configure:13967: checking for libutil.h
5154configure:13967: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
5155configure:13967: $? = 0
5156configure:13967: result: yes
5157configure:13974: checking for library containing fmt_scaled
5158configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5159conftest.c:89: error: undefined reference to 'fmt_scaled'
5160collect2: error: ld returned 1 exit status
5161configure:14004: $? = 1
5162configure: failed program was:
5163| /* confdefs.h */
5164| #define PACKAGE_NAME "OpenSSH"
5165| #define PACKAGE_TARNAME "openssh"
5166| #define PACKAGE_VERSION "Portable"
5167| #define PACKAGE_STRING "OpenSSH Portable"
5168| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5169| #define PACKAGE_URL ""
5170| #define HAVE_STDIO_H 1
5171| #define HAVE_STDLIB_H 1
5172| #define HAVE_STRING_H 1
5173| #define HAVE_INTTYPES_H 1
5174| #define HAVE_STDINT_H 1
5175| #define HAVE_STRINGS_H 1
5176| #define HAVE_SYS_STAT_H 1
5177| #define HAVE_SYS_TYPES_H 1
5178| #define HAVE_UNISTD_H 1
5179| #define STDC_HEADERS 1
5180| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5181| #define HAVE_RLIMIT_NPROC /**/
5182| #define WITH_OPENSSL 1
5183| #define VARIABLE_LENGTH_ARRAYS 1
5184| #define VARIABLE_DECLARATION_AFTER_CODE 1
5185| #define HAVE_ATTRIBUTE__NONNULL__ 1
5186| #define HAVE_DIRENT_H 1
5187| #define HAVE_ENDIAN_H 1
5188| #define HAVE_ELF_H 1
5189| #define HAVE_ERR_H 1
5190| #define HAVE_FCNTL_H 1
5191| #define HAVE_FLOATINGPOINT_H 1
5192| #define HAVE_FNMATCH_H 1
5193| #define HAVE_GETOPT_H 1
5194| #define HAVE_GLOB_H 1
5195| #define HAVE_IFADDRS_H 1
5196| #define HAVE_INTTYPES_H 1
5197| #define HAVE_LANGINFO_H 1
5198| #define HAVE_LIMITS_H 1
5199| #define HAVE_LOCALE_H 1
5200| #define HAVE_NETDB_H 1
5201| #define HAVE_PATHS_H 1
5202| #define HAVE_POLL_H 1
5203| #define HAVE_READPASSPHRASE_H 1
5204| #define HAVE_RPC_TYPES_H 1
5205| #define HAVE_SECURITY_PAM_APPL_H 1
5206| #define HAVE_STDDEF_H 1
5207| #define HAVE_STDINT_H 1
5208| #define HAVE_STRING_H 1
5209| #define HAVE_STRINGS_H 1
5210| #define HAVE_SYS_CDEFS_H 1
5211| #define HAVE_SYS_FILE_H 1
5212| #define HAVE_SYS_MMAN_H 1
5213| #define HAVE_SYS_PARAM_H 1
5214| #define HAVE_SYS_POLL_H 1
5215| #define HAVE_SYS_PROCCTL_H 1
5216| #define HAVE_SYS_PTRACE_H 1
5217| #define HAVE_SYS_RANDOM_H 1
5218| #define HAVE_SYS_SELECT_H 1
5219| #define HAVE_SYS_STATVFS_H 1
5220| #define HAVE_SYS_TIME_H 1
5221| #define HAVE_SYS_TIMERS_H 1
5222| #define HAVE_TIME_H 1
5223| #define HAVE_TTYENT_H 1
5224| #define HAVE_UNISTD_H 1
5225| #define HAVE_UTIL_H 1
5226| #define HAVE_UTIME_H 1
5227| #define HAVE_UTMPX_H 1
5228| #define HAVE_VIS_H 1
5229| #define HAVE_WCHAR_H 1
5230| #define HAVE_NET_ROUTE_H 1
5231| #define HAVE_SYS_SYSCTL_H 1
5232| #define HAVE_LOGIN_CAP_H 1
5233| #define HAVE_SYS_MOUNT_H 1
5234| #define HAVE_SYS_UN_H 1
5235| #define HAVE_DIRNAME 1
5236| #define HAVE_LIBGEN_H 1
5237| #define HAVE_BASENAME 1
5238| #define WITH_ZLIB 1
5239| #define HAVE_LIBZ 1
5240| #define HAVE_UTIMES 1
5241| #define HAVE_LIBUTIL_H 1
5242| /* end confdefs.h.  */
5243|
5244| /* Override any GCC internal prototype to avoid an error.
5245|    Use char because int might match the return type of a GCC
5246|    builtin and then its argument prototype would still apply.  */
5247| char fmt_scaled ();
5248| int
5249| main (void)
5250| {
5251| return fmt_scaled ();
5252|   ;
5253|   return 0;
5254| }
5255configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
5256conftest.c:89: error: undefined reference to 'fmt_scaled'
5257collect2: error: ld returned 1 exit status
5258configure:14004: $? = 1
5259configure: failed program was:
5260| /* confdefs.h */
5261| #define PACKAGE_NAME "OpenSSH"
5262| #define PACKAGE_TARNAME "openssh"
5263| #define PACKAGE_VERSION "Portable"
5264| #define PACKAGE_STRING "OpenSSH Portable"
5265| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5266| #define PACKAGE_URL ""
5267| #define HAVE_STDIO_H 1
5268| #define HAVE_STDLIB_H 1
5269| #define HAVE_STRING_H 1
5270| #define HAVE_INTTYPES_H 1
5271| #define HAVE_STDINT_H 1
5272| #define HAVE_STRINGS_H 1
5273| #define HAVE_SYS_STAT_H 1
5274| #define HAVE_SYS_TYPES_H 1
5275| #define HAVE_UNISTD_H 1
5276| #define STDC_HEADERS 1
5277| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5278| #define HAVE_RLIMIT_NPROC /**/
5279| #define WITH_OPENSSL 1
5280| #define VARIABLE_LENGTH_ARRAYS 1
5281| #define VARIABLE_DECLARATION_AFTER_CODE 1
5282| #define HAVE_ATTRIBUTE__NONNULL__ 1
5283| #define HAVE_DIRENT_H 1
5284| #define HAVE_ENDIAN_H 1
5285| #define HAVE_ELF_H 1
5286| #define HAVE_ERR_H 1
5287| #define HAVE_FCNTL_H 1
5288| #define HAVE_FLOATINGPOINT_H 1
5289| #define HAVE_FNMATCH_H 1
5290| #define HAVE_GETOPT_H 1
5291| #define HAVE_GLOB_H 1
5292| #define HAVE_IFADDRS_H 1
5293| #define HAVE_INTTYPES_H 1
5294| #define HAVE_LANGINFO_H 1
5295| #define HAVE_LIMITS_H 1
5296| #define HAVE_LOCALE_H 1
5297| #define HAVE_NETDB_H 1
5298| #define HAVE_PATHS_H 1
5299| #define HAVE_POLL_H 1
5300| #define HAVE_READPASSPHRASE_H 1
5301| #define HAVE_RPC_TYPES_H 1
5302| #define HAVE_SECURITY_PAM_APPL_H 1
5303| #define HAVE_STDDEF_H 1
5304| #define HAVE_STDINT_H 1
5305| #define HAVE_STRING_H 1
5306| #define HAVE_STRINGS_H 1
5307| #define HAVE_SYS_CDEFS_H 1
5308| #define HAVE_SYS_FILE_H 1
5309| #define HAVE_SYS_MMAN_H 1
5310| #define HAVE_SYS_PARAM_H 1
5311| #define HAVE_SYS_POLL_H 1
5312| #define HAVE_SYS_PROCCTL_H 1
5313| #define HAVE_SYS_PTRACE_H 1
5314| #define HAVE_SYS_RANDOM_H 1
5315| #define HAVE_SYS_SELECT_H 1
5316| #define HAVE_SYS_STATVFS_H 1
5317| #define HAVE_SYS_TIME_H 1
5318| #define HAVE_SYS_TIMERS_H 1
5319| #define HAVE_TIME_H 1
5320| #define HAVE_TTYENT_H 1
5321| #define HAVE_UNISTD_H 1
5322| #define HAVE_UTIL_H 1
5323| #define HAVE_UTIME_H 1
5324| #define HAVE_UTMPX_H 1
5325| #define HAVE_VIS_H 1
5326| #define HAVE_WCHAR_H 1
5327| #define HAVE_NET_ROUTE_H 1
5328| #define HAVE_SYS_SYSCTL_H 1
5329| #define HAVE_LOGIN_CAP_H 1
5330| #define HAVE_SYS_MOUNT_H 1
5331| #define HAVE_SYS_UN_H 1
5332| #define HAVE_DIRNAME 1
5333| #define HAVE_LIBGEN_H 1
5334| #define HAVE_BASENAME 1
5335| #define WITH_ZLIB 1
5336| #define HAVE_LIBZ 1
5337| #define HAVE_UTIMES 1
5338| #define HAVE_LIBUTIL_H 1
5339| /* end confdefs.h.  */
5340|
5341| /* Override any GCC internal prototype to avoid an error.
5342|    Use char because int might match the return type of a GCC
5343|    builtin and then its argument prototype would still apply.  */
5344| char fmt_scaled ();
5345| int
5346| main (void)
5347| {
5348| return fmt_scaled ();
5349|   ;
5350|   return 0;
5351| }
5352configure:14004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd   >&5
5353/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
5354conftest.c:89: error: undefined reference to 'fmt_scaled'
5355collect2: error: ld returned 1 exit status
5356configure:14004: $? = 1
5357configure: failed program was:
5358| /* confdefs.h */
5359| #define PACKAGE_NAME "OpenSSH"
5360| #define PACKAGE_TARNAME "openssh"
5361| #define PACKAGE_VERSION "Portable"
5362| #define PACKAGE_STRING "OpenSSH Portable"
5363| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5364| #define PACKAGE_URL ""
5365| #define HAVE_STDIO_H 1
5366| #define HAVE_STDLIB_H 1
5367| #define HAVE_STRING_H 1
5368| #define HAVE_INTTYPES_H 1
5369| #define HAVE_STDINT_H 1
5370| #define HAVE_STRINGS_H 1
5371| #define HAVE_SYS_STAT_H 1
5372| #define HAVE_SYS_TYPES_H 1
5373| #define HAVE_UNISTD_H 1
5374| #define STDC_HEADERS 1
5375| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5376| #define HAVE_RLIMIT_NPROC /**/
5377| #define WITH_OPENSSL 1
5378| #define VARIABLE_LENGTH_ARRAYS 1
5379| #define VARIABLE_DECLARATION_AFTER_CODE 1
5380| #define HAVE_ATTRIBUTE__NONNULL__ 1
5381| #define HAVE_DIRENT_H 1
5382| #define HAVE_ENDIAN_H 1
5383| #define HAVE_ELF_H 1
5384| #define HAVE_ERR_H 1
5385| #define HAVE_FCNTL_H 1
5386| #define HAVE_FLOATINGPOINT_H 1
5387| #define HAVE_FNMATCH_H 1
5388| #define HAVE_GETOPT_H 1
5389| #define HAVE_GLOB_H 1
5390| #define HAVE_IFADDRS_H 1
5391| #define HAVE_INTTYPES_H 1
5392| #define HAVE_LANGINFO_H 1
5393| #define HAVE_LIMITS_H 1
5394| #define HAVE_LOCALE_H 1
5395| #define HAVE_NETDB_H 1
5396| #define HAVE_PATHS_H 1
5397| #define HAVE_POLL_H 1
5398| #define HAVE_READPASSPHRASE_H 1
5399| #define HAVE_RPC_TYPES_H 1
5400| #define HAVE_SECURITY_PAM_APPL_H 1
5401| #define HAVE_STDDEF_H 1
5402| #define HAVE_STDINT_H 1
5403| #define HAVE_STRING_H 1
5404| #define HAVE_STRINGS_H 1
5405| #define HAVE_SYS_CDEFS_H 1
5406| #define HAVE_SYS_FILE_H 1
5407| #define HAVE_SYS_MMAN_H 1
5408| #define HAVE_SYS_PARAM_H 1
5409| #define HAVE_SYS_POLL_H 1
5410| #define HAVE_SYS_PROCCTL_H 1
5411| #define HAVE_SYS_PTRACE_H 1
5412| #define HAVE_SYS_RANDOM_H 1
5413| #define HAVE_SYS_SELECT_H 1
5414| #define HAVE_SYS_STATVFS_H 1
5415| #define HAVE_SYS_TIME_H 1
5416| #define HAVE_SYS_TIMERS_H 1
5417| #define HAVE_TIME_H 1
5418| #define HAVE_TTYENT_H 1
5419| #define HAVE_UNISTD_H 1
5420| #define HAVE_UTIL_H 1
5421| #define HAVE_UTIME_H 1
5422| #define HAVE_UTMPX_H 1
5423| #define HAVE_VIS_H 1
5424| #define HAVE_WCHAR_H 1
5425| #define HAVE_NET_ROUTE_H 1
5426| #define HAVE_SYS_SYSCTL_H 1
5427| #define HAVE_LOGIN_CAP_H 1
5428| #define HAVE_SYS_MOUNT_H 1
5429| #define HAVE_SYS_UN_H 1
5430| #define HAVE_DIRNAME 1
5431| #define HAVE_LIBGEN_H 1
5432| #define HAVE_BASENAME 1
5433| #define WITH_ZLIB 1
5434| #define HAVE_LIBZ 1
5435| #define HAVE_UTIMES 1
5436| #define HAVE_LIBUTIL_H 1
5437| /* end confdefs.h.  */
5438|
5439| /* Override any GCC internal prototype to avoid an error.
5440|    Use char because int might match the return type of a GCC
5441|    builtin and then its argument prototype would still apply.  */
5442| char fmt_scaled ();
5443| int
5444| main (void)
5445| {
5446| return fmt_scaled ();
5447|   ;
5448|   return 0;
5449| }
5450configure:14024: result: no
5451configure:14033: checking for library containing scan_scaled
5452configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5453conftest.c:89: error: undefined reference to 'scan_scaled'
5454collect2: error: ld returned 1 exit status
5455configure:14063: $? = 1
5456configure: failed program was:
5457| /* confdefs.h */
5458| #define PACKAGE_NAME "OpenSSH"
5459| #define PACKAGE_TARNAME "openssh"
5460| #define PACKAGE_VERSION "Portable"
5461| #define PACKAGE_STRING "OpenSSH Portable"
5462| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5463| #define PACKAGE_URL ""
5464| #define HAVE_STDIO_H 1
5465| #define HAVE_STDLIB_H 1
5466| #define HAVE_STRING_H 1
5467| #define HAVE_INTTYPES_H 1
5468| #define HAVE_STDINT_H 1
5469| #define HAVE_STRINGS_H 1
5470| #define HAVE_SYS_STAT_H 1
5471| #define HAVE_SYS_TYPES_H 1
5472| #define HAVE_UNISTD_H 1
5473| #define STDC_HEADERS 1
5474| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5475| #define HAVE_RLIMIT_NPROC /**/
5476| #define WITH_OPENSSL 1
5477| #define VARIABLE_LENGTH_ARRAYS 1
5478| #define VARIABLE_DECLARATION_AFTER_CODE 1
5479| #define HAVE_ATTRIBUTE__NONNULL__ 1
5480| #define HAVE_DIRENT_H 1
5481| #define HAVE_ENDIAN_H 1
5482| #define HAVE_ELF_H 1
5483| #define HAVE_ERR_H 1
5484| #define HAVE_FCNTL_H 1
5485| #define HAVE_FLOATINGPOINT_H 1
5486| #define HAVE_FNMATCH_H 1
5487| #define HAVE_GETOPT_H 1
5488| #define HAVE_GLOB_H 1
5489| #define HAVE_IFADDRS_H 1
5490| #define HAVE_INTTYPES_H 1
5491| #define HAVE_LANGINFO_H 1
5492| #define HAVE_LIMITS_H 1
5493| #define HAVE_LOCALE_H 1
5494| #define HAVE_NETDB_H 1
5495| #define HAVE_PATHS_H 1
5496| #define HAVE_POLL_H 1
5497| #define HAVE_READPASSPHRASE_H 1
5498| #define HAVE_RPC_TYPES_H 1
5499| #define HAVE_SECURITY_PAM_APPL_H 1
5500| #define HAVE_STDDEF_H 1
5501| #define HAVE_STDINT_H 1
5502| #define HAVE_STRING_H 1
5503| #define HAVE_STRINGS_H 1
5504| #define HAVE_SYS_CDEFS_H 1
5505| #define HAVE_SYS_FILE_H 1
5506| #define HAVE_SYS_MMAN_H 1
5507| #define HAVE_SYS_PARAM_H 1
5508| #define HAVE_SYS_POLL_H 1
5509| #define HAVE_SYS_PROCCTL_H 1
5510| #define HAVE_SYS_PTRACE_H 1
5511| #define HAVE_SYS_RANDOM_H 1
5512| #define HAVE_SYS_SELECT_H 1
5513| #define HAVE_SYS_STATVFS_H 1
5514| #define HAVE_SYS_TIME_H 1
5515| #define HAVE_SYS_TIMERS_H 1
5516| #define HAVE_TIME_H 1
5517| #define HAVE_TTYENT_H 1
5518| #define HAVE_UNISTD_H 1
5519| #define HAVE_UTIL_H 1
5520| #define HAVE_UTIME_H 1
5521| #define HAVE_UTMPX_H 1
5522| #define HAVE_VIS_H 1
5523| #define HAVE_WCHAR_H 1
5524| #define HAVE_NET_ROUTE_H 1
5525| #define HAVE_SYS_SYSCTL_H 1
5526| #define HAVE_LOGIN_CAP_H 1
5527| #define HAVE_SYS_MOUNT_H 1
5528| #define HAVE_SYS_UN_H 1
5529| #define HAVE_DIRNAME 1
5530| #define HAVE_LIBGEN_H 1
5531| #define HAVE_BASENAME 1
5532| #define WITH_ZLIB 1
5533| #define HAVE_LIBZ 1
5534| #define HAVE_UTIMES 1
5535| #define HAVE_LIBUTIL_H 1
5536| /* end confdefs.h.  */
5537|
5538| /* Override any GCC internal prototype to avoid an error.
5539|    Use char because int might match the return type of a GCC
5540|    builtin and then its argument prototype would still apply.  */
5541| char scan_scaled ();
5542| int
5543| main (void)
5544| {
5545| return scan_scaled ();
5546|   ;
5547|   return 0;
5548| }
5549configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
5550conftest.c:89: error: undefined reference to 'scan_scaled'
5551collect2: error: ld returned 1 exit status
5552configure:14063: $? = 1
5553configure: failed program was:
5554| /* confdefs.h */
5555| #define PACKAGE_NAME "OpenSSH"
5556| #define PACKAGE_TARNAME "openssh"
5557| #define PACKAGE_VERSION "Portable"
5558| #define PACKAGE_STRING "OpenSSH Portable"
5559| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5560| #define PACKAGE_URL ""
5561| #define HAVE_STDIO_H 1
5562| #define HAVE_STDLIB_H 1
5563| #define HAVE_STRING_H 1
5564| #define HAVE_INTTYPES_H 1
5565| #define HAVE_STDINT_H 1
5566| #define HAVE_STRINGS_H 1
5567| #define HAVE_SYS_STAT_H 1
5568| #define HAVE_SYS_TYPES_H 1
5569| #define HAVE_UNISTD_H 1
5570| #define STDC_HEADERS 1
5571| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5572| #define HAVE_RLIMIT_NPROC /**/
5573| #define WITH_OPENSSL 1
5574| #define VARIABLE_LENGTH_ARRAYS 1
5575| #define VARIABLE_DECLARATION_AFTER_CODE 1
5576| #define HAVE_ATTRIBUTE__NONNULL__ 1
5577| #define HAVE_DIRENT_H 1
5578| #define HAVE_ENDIAN_H 1
5579| #define HAVE_ELF_H 1
5580| #define HAVE_ERR_H 1
5581| #define HAVE_FCNTL_H 1
5582| #define HAVE_FLOATINGPOINT_H 1
5583| #define HAVE_FNMATCH_H 1
5584| #define HAVE_GETOPT_H 1
5585| #define HAVE_GLOB_H 1
5586| #define HAVE_IFADDRS_H 1
5587| #define HAVE_INTTYPES_H 1
5588| #define HAVE_LANGINFO_H 1
5589| #define HAVE_LIMITS_H 1
5590| #define HAVE_LOCALE_H 1
5591| #define HAVE_NETDB_H 1
5592| #define HAVE_PATHS_H 1
5593| #define HAVE_POLL_H 1
5594| #define HAVE_READPASSPHRASE_H 1
5595| #define HAVE_RPC_TYPES_H 1
5596| #define HAVE_SECURITY_PAM_APPL_H 1
5597| #define HAVE_STDDEF_H 1
5598| #define HAVE_STDINT_H 1
5599| #define HAVE_STRING_H 1
5600| #define HAVE_STRINGS_H 1
5601| #define HAVE_SYS_CDEFS_H 1
5602| #define HAVE_SYS_FILE_H 1
5603| #define HAVE_SYS_MMAN_H 1
5604| #define HAVE_SYS_PARAM_H 1
5605| #define HAVE_SYS_POLL_H 1
5606| #define HAVE_SYS_PROCCTL_H 1
5607| #define HAVE_SYS_PTRACE_H 1
5608| #define HAVE_SYS_RANDOM_H 1
5609| #define HAVE_SYS_SELECT_H 1
5610| #define HAVE_SYS_STATVFS_H 1
5611| #define HAVE_SYS_TIME_H 1
5612| #define HAVE_SYS_TIMERS_H 1
5613| #define HAVE_TIME_H 1
5614| #define HAVE_TTYENT_H 1
5615| #define HAVE_UNISTD_H 1
5616| #define HAVE_UTIL_H 1
5617| #define HAVE_UTIME_H 1
5618| #define HAVE_UTMPX_H 1
5619| #define HAVE_VIS_H 1
5620| #define HAVE_WCHAR_H 1
5621| #define HAVE_NET_ROUTE_H 1
5622| #define HAVE_SYS_SYSCTL_H 1
5623| #define HAVE_LOGIN_CAP_H 1
5624| #define HAVE_SYS_MOUNT_H 1
5625| #define HAVE_SYS_UN_H 1
5626| #define HAVE_DIRNAME 1
5627| #define HAVE_LIBGEN_H 1
5628| #define HAVE_BASENAME 1
5629| #define WITH_ZLIB 1
5630| #define HAVE_LIBZ 1
5631| #define HAVE_UTIMES 1
5632| #define HAVE_LIBUTIL_H 1
5633| /* end confdefs.h.  */
5634|
5635| /* Override any GCC internal prototype to avoid an error.
5636|    Use char because int might match the return type of a GCC
5637|    builtin and then its argument prototype would still apply.  */
5638| char scan_scaled ();
5639| int
5640| main (void)
5641| {
5642| return scan_scaled ();
5643|   ;
5644|   return 0;
5645| }
5646configure:14063: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd   >&5
5647/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
5648conftest.c:89: error: undefined reference to 'scan_scaled'
5649collect2: error: ld returned 1 exit status
5650configure:14063: $? = 1
5651configure: failed program was:
5652| /* confdefs.h */
5653| #define PACKAGE_NAME "OpenSSH"
5654| #define PACKAGE_TARNAME "openssh"
5655| #define PACKAGE_VERSION "Portable"
5656| #define PACKAGE_STRING "OpenSSH Portable"
5657| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5658| #define PACKAGE_URL ""
5659| #define HAVE_STDIO_H 1
5660| #define HAVE_STDLIB_H 1
5661| #define HAVE_STRING_H 1
5662| #define HAVE_INTTYPES_H 1
5663| #define HAVE_STDINT_H 1
5664| #define HAVE_STRINGS_H 1
5665| #define HAVE_SYS_STAT_H 1
5666| #define HAVE_SYS_TYPES_H 1
5667| #define HAVE_UNISTD_H 1
5668| #define STDC_HEADERS 1
5669| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5670| #define HAVE_RLIMIT_NPROC /**/
5671| #define WITH_OPENSSL 1
5672| #define VARIABLE_LENGTH_ARRAYS 1
5673| #define VARIABLE_DECLARATION_AFTER_CODE 1
5674| #define HAVE_ATTRIBUTE__NONNULL__ 1
5675| #define HAVE_DIRENT_H 1
5676| #define HAVE_ENDIAN_H 1
5677| #define HAVE_ELF_H 1
5678| #define HAVE_ERR_H 1
5679| #define HAVE_FCNTL_H 1
5680| #define HAVE_FLOATINGPOINT_H 1
5681| #define HAVE_FNMATCH_H 1
5682| #define HAVE_GETOPT_H 1
5683| #define HAVE_GLOB_H 1
5684| #define HAVE_IFADDRS_H 1
5685| #define HAVE_INTTYPES_H 1
5686| #define HAVE_LANGINFO_H 1
5687| #define HAVE_LIMITS_H 1
5688| #define HAVE_LOCALE_H 1
5689| #define HAVE_NETDB_H 1
5690| #define HAVE_PATHS_H 1
5691| #define HAVE_POLL_H 1
5692| #define HAVE_READPASSPHRASE_H 1
5693| #define HAVE_RPC_TYPES_H 1
5694| #define HAVE_SECURITY_PAM_APPL_H 1
5695| #define HAVE_STDDEF_H 1
5696| #define HAVE_STDINT_H 1
5697| #define HAVE_STRING_H 1
5698| #define HAVE_STRINGS_H 1
5699| #define HAVE_SYS_CDEFS_H 1
5700| #define HAVE_SYS_FILE_H 1
5701| #define HAVE_SYS_MMAN_H 1
5702| #define HAVE_SYS_PARAM_H 1
5703| #define HAVE_SYS_POLL_H 1
5704| #define HAVE_SYS_PROCCTL_H 1
5705| #define HAVE_SYS_PTRACE_H 1
5706| #define HAVE_SYS_RANDOM_H 1
5707| #define HAVE_SYS_SELECT_H 1
5708| #define HAVE_SYS_STATVFS_H 1
5709| #define HAVE_SYS_TIME_H 1
5710| #define HAVE_SYS_TIMERS_H 1
5711| #define HAVE_TIME_H 1
5712| #define HAVE_TTYENT_H 1
5713| #define HAVE_UNISTD_H 1
5714| #define HAVE_UTIL_H 1
5715| #define HAVE_UTIME_H 1
5716| #define HAVE_UTMPX_H 1
5717| #define HAVE_VIS_H 1
5718| #define HAVE_WCHAR_H 1
5719| #define HAVE_NET_ROUTE_H 1
5720| #define HAVE_SYS_SYSCTL_H 1
5721| #define HAVE_LOGIN_CAP_H 1
5722| #define HAVE_SYS_MOUNT_H 1
5723| #define HAVE_SYS_UN_H 1
5724| #define HAVE_DIRNAME 1
5725| #define HAVE_LIBGEN_H 1
5726| #define HAVE_BASENAME 1
5727| #define WITH_ZLIB 1
5728| #define HAVE_LIBZ 1
5729| #define HAVE_UTIMES 1
5730| #define HAVE_LIBUTIL_H 1
5731| /* end confdefs.h.  */
5732|
5733| /* Override any GCC internal prototype to avoid an error.
5734|    Use char because int might match the return type of a GCC
5735|    builtin and then its argument prototype would still apply.  */
5736| char scan_scaled ();
5737| int
5738| main (void)
5739| {
5740| return scan_scaled ();
5741|   ;
5742|   return 0;
5743| }
5744configure:14083: result: no
5745configure:14092: checking for library containing login
5746configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
5747conftest.c:89: error: undefined reference to 'login'
5748collect2: error: ld returned 1 exit status
5749configure:14122: $? = 1
5750configure: failed program was:
5751| /* confdefs.h */
5752| #define PACKAGE_NAME "OpenSSH"
5753| #define PACKAGE_TARNAME "openssh"
5754| #define PACKAGE_VERSION "Portable"
5755| #define PACKAGE_STRING "OpenSSH Portable"
5756| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5757| #define PACKAGE_URL ""
5758| #define HAVE_STDIO_H 1
5759| #define HAVE_STDLIB_H 1
5760| #define HAVE_STRING_H 1
5761| #define HAVE_INTTYPES_H 1
5762| #define HAVE_STDINT_H 1
5763| #define HAVE_STRINGS_H 1
5764| #define HAVE_SYS_STAT_H 1
5765| #define HAVE_SYS_TYPES_H 1
5766| #define HAVE_UNISTD_H 1
5767| #define STDC_HEADERS 1
5768| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5769| #define HAVE_RLIMIT_NPROC /**/
5770| #define WITH_OPENSSL 1
5771| #define VARIABLE_LENGTH_ARRAYS 1
5772| #define VARIABLE_DECLARATION_AFTER_CODE 1
5773| #define HAVE_ATTRIBUTE__NONNULL__ 1
5774| #define HAVE_DIRENT_H 1
5775| #define HAVE_ENDIAN_H 1
5776| #define HAVE_ELF_H 1
5777| #define HAVE_ERR_H 1
5778| #define HAVE_FCNTL_H 1
5779| #define HAVE_FLOATINGPOINT_H 1
5780| #define HAVE_FNMATCH_H 1
5781| #define HAVE_GETOPT_H 1
5782| #define HAVE_GLOB_H 1
5783| #define HAVE_IFADDRS_H 1
5784| #define HAVE_INTTYPES_H 1
5785| #define HAVE_LANGINFO_H 1
5786| #define HAVE_LIMITS_H 1
5787| #define HAVE_LOCALE_H 1
5788| #define HAVE_NETDB_H 1
5789| #define HAVE_PATHS_H 1
5790| #define HAVE_POLL_H 1
5791| #define HAVE_READPASSPHRASE_H 1
5792| #define HAVE_RPC_TYPES_H 1
5793| #define HAVE_SECURITY_PAM_APPL_H 1
5794| #define HAVE_STDDEF_H 1
5795| #define HAVE_STDINT_H 1
5796| #define HAVE_STRING_H 1
5797| #define HAVE_STRINGS_H 1
5798| #define HAVE_SYS_CDEFS_H 1
5799| #define HAVE_SYS_FILE_H 1
5800| #define HAVE_SYS_MMAN_H 1
5801| #define HAVE_SYS_PARAM_H 1
5802| #define HAVE_SYS_POLL_H 1
5803| #define HAVE_SYS_PROCCTL_H 1
5804| #define HAVE_SYS_PTRACE_H 1
5805| #define HAVE_SYS_RANDOM_H 1
5806| #define HAVE_SYS_SELECT_H 1
5807| #define HAVE_SYS_STATVFS_H 1
5808| #define HAVE_SYS_TIME_H 1
5809| #define HAVE_SYS_TIMERS_H 1
5810| #define HAVE_TIME_H 1
5811| #define HAVE_TTYENT_H 1
5812| #define HAVE_UNISTD_H 1
5813| #define HAVE_UTIL_H 1
5814| #define HAVE_UTIME_H 1
5815| #define HAVE_UTMPX_H 1
5816| #define HAVE_VIS_H 1
5817| #define HAVE_WCHAR_H 1
5818| #define HAVE_NET_ROUTE_H 1
5819| #define HAVE_SYS_SYSCTL_H 1
5820| #define HAVE_LOGIN_CAP_H 1
5821| #define HAVE_SYS_MOUNT_H 1
5822| #define HAVE_SYS_UN_H 1
5823| #define HAVE_DIRNAME 1
5824| #define HAVE_LIBGEN_H 1
5825| #define HAVE_BASENAME 1
5826| #define WITH_ZLIB 1
5827| #define HAVE_LIBZ 1
5828| #define HAVE_UTIMES 1
5829| #define HAVE_LIBUTIL_H 1
5830| /* end confdefs.h.  */
5831|
5832| /* Override any GCC internal prototype to avoid an error.
5833|    Use char because int might match the return type of a GCC
5834|    builtin and then its argument prototype would still apply.  */
5835| char login ();
5836| int
5837| main (void)
5838| {
5839| return login ();
5840|   ;
5841|   return 0;
5842| }
5843configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
5844conftest.c:89: error: undefined reference to 'login'
5845collect2: error: ld returned 1 exit status
5846configure:14122: $? = 1
5847configure: failed program was:
5848| /* confdefs.h */
5849| #define PACKAGE_NAME "OpenSSH"
5850| #define PACKAGE_TARNAME "openssh"
5851| #define PACKAGE_VERSION "Portable"
5852| #define PACKAGE_STRING "OpenSSH Portable"
5853| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5854| #define PACKAGE_URL ""
5855| #define HAVE_STDIO_H 1
5856| #define HAVE_STDLIB_H 1
5857| #define HAVE_STRING_H 1
5858| #define HAVE_INTTYPES_H 1
5859| #define HAVE_STDINT_H 1
5860| #define HAVE_STRINGS_H 1
5861| #define HAVE_SYS_STAT_H 1
5862| #define HAVE_SYS_TYPES_H 1
5863| #define HAVE_UNISTD_H 1
5864| #define STDC_HEADERS 1
5865| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5866| #define HAVE_RLIMIT_NPROC /**/
5867| #define WITH_OPENSSL 1
5868| #define VARIABLE_LENGTH_ARRAYS 1
5869| #define VARIABLE_DECLARATION_AFTER_CODE 1
5870| #define HAVE_ATTRIBUTE__NONNULL__ 1
5871| #define HAVE_DIRENT_H 1
5872| #define HAVE_ENDIAN_H 1
5873| #define HAVE_ELF_H 1
5874| #define HAVE_ERR_H 1
5875| #define HAVE_FCNTL_H 1
5876| #define HAVE_FLOATINGPOINT_H 1
5877| #define HAVE_FNMATCH_H 1
5878| #define HAVE_GETOPT_H 1
5879| #define HAVE_GLOB_H 1
5880| #define HAVE_IFADDRS_H 1
5881| #define HAVE_INTTYPES_H 1
5882| #define HAVE_LANGINFO_H 1
5883| #define HAVE_LIMITS_H 1
5884| #define HAVE_LOCALE_H 1
5885| #define HAVE_NETDB_H 1
5886| #define HAVE_PATHS_H 1
5887| #define HAVE_POLL_H 1
5888| #define HAVE_READPASSPHRASE_H 1
5889| #define HAVE_RPC_TYPES_H 1
5890| #define HAVE_SECURITY_PAM_APPL_H 1
5891| #define HAVE_STDDEF_H 1
5892| #define HAVE_STDINT_H 1
5893| #define HAVE_STRING_H 1
5894| #define HAVE_STRINGS_H 1
5895| #define HAVE_SYS_CDEFS_H 1
5896| #define HAVE_SYS_FILE_H 1
5897| #define HAVE_SYS_MMAN_H 1
5898| #define HAVE_SYS_PARAM_H 1
5899| #define HAVE_SYS_POLL_H 1
5900| #define HAVE_SYS_PROCCTL_H 1
5901| #define HAVE_SYS_PTRACE_H 1
5902| #define HAVE_SYS_RANDOM_H 1
5903| #define HAVE_SYS_SELECT_H 1
5904| #define HAVE_SYS_STATVFS_H 1
5905| #define HAVE_SYS_TIME_H 1
5906| #define HAVE_SYS_TIMERS_H 1
5907| #define HAVE_TIME_H 1
5908| #define HAVE_TTYENT_H 1
5909| #define HAVE_UNISTD_H 1
5910| #define HAVE_UTIL_H 1
5911| #define HAVE_UTIME_H 1
5912| #define HAVE_UTMPX_H 1
5913| #define HAVE_VIS_H 1
5914| #define HAVE_WCHAR_H 1
5915| #define HAVE_NET_ROUTE_H 1
5916| #define HAVE_SYS_SYSCTL_H 1
5917| #define HAVE_LOGIN_CAP_H 1
5918| #define HAVE_SYS_MOUNT_H 1
5919| #define HAVE_SYS_UN_H 1
5920| #define HAVE_DIRNAME 1
5921| #define HAVE_LIBGEN_H 1
5922| #define HAVE_BASENAME 1
5923| #define WITH_ZLIB 1
5924| #define HAVE_LIBZ 1
5925| #define HAVE_UTIMES 1
5926| #define HAVE_LIBUTIL_H 1
5927| /* end confdefs.h.  */
5928|
5929| /* Override any GCC internal prototype to avoid an error.
5930|    Use char because int might match the return type of a GCC
5931|    builtin and then its argument prototype would still apply.  */
5932| char login ();
5933| int
5934| main (void)
5935| {
5936| return login ();
5937|   ;
5938|   return 0;
5939| }
5940configure:14122: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd   >&5
5941/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
5942conftest.c:89: error: undefined reference to 'login'
5943collect2: error: ld returned 1 exit status
5944configure:14122: $? = 1
5945configure: failed program was:
5946| /* confdefs.h */
5947| #define PACKAGE_NAME "OpenSSH"
5948| #define PACKAGE_TARNAME "openssh"
5949| #define PACKAGE_VERSION "Portable"
5950| #define PACKAGE_STRING "OpenSSH Portable"
5951| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
5952| #define PACKAGE_URL ""
5953| #define HAVE_STDIO_H 1
5954| #define HAVE_STDLIB_H 1
5955| #define HAVE_STRING_H 1
5956| #define HAVE_INTTYPES_H 1
5957| #define HAVE_STDINT_H 1
5958| #define HAVE_STRINGS_H 1
5959| #define HAVE_SYS_STAT_H 1
5960| #define HAVE_SYS_TYPES_H 1
5961| #define HAVE_UNISTD_H 1
5962| #define STDC_HEADERS 1
5963| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
5964| #define HAVE_RLIMIT_NPROC /**/
5965| #define WITH_OPENSSL 1
5966| #define VARIABLE_LENGTH_ARRAYS 1
5967| #define VARIABLE_DECLARATION_AFTER_CODE 1
5968| #define HAVE_ATTRIBUTE__NONNULL__ 1
5969| #define HAVE_DIRENT_H 1
5970| #define HAVE_ENDIAN_H 1
5971| #define HAVE_ELF_H 1
5972| #define HAVE_ERR_H 1
5973| #define HAVE_FCNTL_H 1
5974| #define HAVE_FLOATINGPOINT_H 1
5975| #define HAVE_FNMATCH_H 1
5976| #define HAVE_GETOPT_H 1
5977| #define HAVE_GLOB_H 1
5978| #define HAVE_IFADDRS_H 1
5979| #define HAVE_INTTYPES_H 1
5980| #define HAVE_LANGINFO_H 1
5981| #define HAVE_LIMITS_H 1
5982| #define HAVE_LOCALE_H 1
5983| #define HAVE_NETDB_H 1
5984| #define HAVE_PATHS_H 1
5985| #define HAVE_POLL_H 1
5986| #define HAVE_READPASSPHRASE_H 1
5987| #define HAVE_RPC_TYPES_H 1
5988| #define HAVE_SECURITY_PAM_APPL_H 1
5989| #define HAVE_STDDEF_H 1
5990| #define HAVE_STDINT_H 1
5991| #define HAVE_STRING_H 1
5992| #define HAVE_STRINGS_H 1
5993| #define HAVE_SYS_CDEFS_H 1
5994| #define HAVE_SYS_FILE_H 1
5995| #define HAVE_SYS_MMAN_H 1
5996| #define HAVE_SYS_PARAM_H 1
5997| #define HAVE_SYS_POLL_H 1
5998| #define HAVE_SYS_PROCCTL_H 1
5999| #define HAVE_SYS_PTRACE_H 1
6000| #define HAVE_SYS_RANDOM_H 1
6001| #define HAVE_SYS_SELECT_H 1
6002| #define HAVE_SYS_STATVFS_H 1
6003| #define HAVE_SYS_TIME_H 1
6004| #define HAVE_SYS_TIMERS_H 1
6005| #define HAVE_TIME_H 1
6006| #define HAVE_TTYENT_H 1
6007| #define HAVE_UNISTD_H 1
6008| #define HAVE_UTIL_H 1
6009| #define HAVE_UTIME_H 1
6010| #define HAVE_UTMPX_H 1
6011| #define HAVE_VIS_H 1
6012| #define HAVE_WCHAR_H 1
6013| #define HAVE_NET_ROUTE_H 1
6014| #define HAVE_SYS_SYSCTL_H 1
6015| #define HAVE_LOGIN_CAP_H 1
6016| #define HAVE_SYS_MOUNT_H 1
6017| #define HAVE_SYS_UN_H 1
6018| #define HAVE_DIRNAME 1
6019| #define HAVE_LIBGEN_H 1
6020| #define HAVE_BASENAME 1
6021| #define WITH_ZLIB 1
6022| #define HAVE_LIBZ 1
6023| #define HAVE_UTIMES 1
6024| #define HAVE_LIBUTIL_H 1
6025| /* end confdefs.h.  */
6026|
6027| /* Override any GCC internal prototype to avoid an error.
6028|    Use char because int might match the return type of a GCC
6029|    builtin and then its argument prototype would still apply.  */
6030| char login ();
6031| int
6032| main (void)
6033| {
6034| return login ();
6035|   ;
6036|   return 0;
6037| }
6038configure:14142: result: no
6039configure:14151: checking for library containing logout
6040configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
6041conftest.c:89: error: undefined reference to 'logout'
6042collect2: error: ld returned 1 exit status
6043configure:14181: $? = 1
6044configure: failed program was:
6045| /* confdefs.h */
6046| #define PACKAGE_NAME "OpenSSH"
6047| #define PACKAGE_TARNAME "openssh"
6048| #define PACKAGE_VERSION "Portable"
6049| #define PACKAGE_STRING "OpenSSH Portable"
6050| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6051| #define PACKAGE_URL ""
6052| #define HAVE_STDIO_H 1
6053| #define HAVE_STDLIB_H 1
6054| #define HAVE_STRING_H 1
6055| #define HAVE_INTTYPES_H 1
6056| #define HAVE_STDINT_H 1
6057| #define HAVE_STRINGS_H 1
6058| #define HAVE_SYS_STAT_H 1
6059| #define HAVE_SYS_TYPES_H 1
6060| #define HAVE_UNISTD_H 1
6061| #define STDC_HEADERS 1
6062| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6063| #define HAVE_RLIMIT_NPROC /**/
6064| #define WITH_OPENSSL 1
6065| #define VARIABLE_LENGTH_ARRAYS 1
6066| #define VARIABLE_DECLARATION_AFTER_CODE 1
6067| #define HAVE_ATTRIBUTE__NONNULL__ 1
6068| #define HAVE_DIRENT_H 1
6069| #define HAVE_ENDIAN_H 1
6070| #define HAVE_ELF_H 1
6071| #define HAVE_ERR_H 1
6072| #define HAVE_FCNTL_H 1
6073| #define HAVE_FLOATINGPOINT_H 1
6074| #define HAVE_FNMATCH_H 1
6075| #define HAVE_GETOPT_H 1
6076| #define HAVE_GLOB_H 1
6077| #define HAVE_IFADDRS_H 1
6078| #define HAVE_INTTYPES_H 1
6079| #define HAVE_LANGINFO_H 1
6080| #define HAVE_LIMITS_H 1
6081| #define HAVE_LOCALE_H 1
6082| #define HAVE_NETDB_H 1
6083| #define HAVE_PATHS_H 1
6084| #define HAVE_POLL_H 1
6085| #define HAVE_READPASSPHRASE_H 1
6086| #define HAVE_RPC_TYPES_H 1
6087| #define HAVE_SECURITY_PAM_APPL_H 1
6088| #define HAVE_STDDEF_H 1
6089| #define HAVE_STDINT_H 1
6090| #define HAVE_STRING_H 1
6091| #define HAVE_STRINGS_H 1
6092| #define HAVE_SYS_CDEFS_H 1
6093| #define HAVE_SYS_FILE_H 1
6094| #define HAVE_SYS_MMAN_H 1
6095| #define HAVE_SYS_PARAM_H 1
6096| #define HAVE_SYS_POLL_H 1
6097| #define HAVE_SYS_PROCCTL_H 1
6098| #define HAVE_SYS_PTRACE_H 1
6099| #define HAVE_SYS_RANDOM_H 1
6100| #define HAVE_SYS_SELECT_H 1
6101| #define HAVE_SYS_STATVFS_H 1
6102| #define HAVE_SYS_TIME_H 1
6103| #define HAVE_SYS_TIMERS_H 1
6104| #define HAVE_TIME_H 1
6105| #define HAVE_TTYENT_H 1
6106| #define HAVE_UNISTD_H 1
6107| #define HAVE_UTIL_H 1
6108| #define HAVE_UTIME_H 1
6109| #define HAVE_UTMPX_H 1
6110| #define HAVE_VIS_H 1
6111| #define HAVE_WCHAR_H 1
6112| #define HAVE_NET_ROUTE_H 1
6113| #define HAVE_SYS_SYSCTL_H 1
6114| #define HAVE_LOGIN_CAP_H 1
6115| #define HAVE_SYS_MOUNT_H 1
6116| #define HAVE_SYS_UN_H 1
6117| #define HAVE_DIRNAME 1
6118| #define HAVE_LIBGEN_H 1
6119| #define HAVE_BASENAME 1
6120| #define WITH_ZLIB 1
6121| #define HAVE_LIBZ 1
6122| #define HAVE_UTIMES 1
6123| #define HAVE_LIBUTIL_H 1
6124| /* end confdefs.h.  */
6125|
6126| /* Override any GCC internal prototype to avoid an error.
6127|    Use char because int might match the return type of a GCC
6128|    builtin and then its argument prototype would still apply.  */
6129| char logout ();
6130| int
6131| main (void)
6132| {
6133| return logout ();
6134|   ;
6135|   return 0;
6136| }
6137configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
6138conftest.c:89: error: undefined reference to 'logout'
6139collect2: error: ld returned 1 exit status
6140configure:14181: $? = 1
6141configure: failed program was:
6142| /* confdefs.h */
6143| #define PACKAGE_NAME "OpenSSH"
6144| #define PACKAGE_TARNAME "openssh"
6145| #define PACKAGE_VERSION "Portable"
6146| #define PACKAGE_STRING "OpenSSH Portable"
6147| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6148| #define PACKAGE_URL ""
6149| #define HAVE_STDIO_H 1
6150| #define HAVE_STDLIB_H 1
6151| #define HAVE_STRING_H 1
6152| #define HAVE_INTTYPES_H 1
6153| #define HAVE_STDINT_H 1
6154| #define HAVE_STRINGS_H 1
6155| #define HAVE_SYS_STAT_H 1
6156| #define HAVE_SYS_TYPES_H 1
6157| #define HAVE_UNISTD_H 1
6158| #define STDC_HEADERS 1
6159| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6160| #define HAVE_RLIMIT_NPROC /**/
6161| #define WITH_OPENSSL 1
6162| #define VARIABLE_LENGTH_ARRAYS 1
6163| #define VARIABLE_DECLARATION_AFTER_CODE 1
6164| #define HAVE_ATTRIBUTE__NONNULL__ 1
6165| #define HAVE_DIRENT_H 1
6166| #define HAVE_ENDIAN_H 1
6167| #define HAVE_ELF_H 1
6168| #define HAVE_ERR_H 1
6169| #define HAVE_FCNTL_H 1
6170| #define HAVE_FLOATINGPOINT_H 1
6171| #define HAVE_FNMATCH_H 1
6172| #define HAVE_GETOPT_H 1
6173| #define HAVE_GLOB_H 1
6174| #define HAVE_IFADDRS_H 1
6175| #define HAVE_INTTYPES_H 1
6176| #define HAVE_LANGINFO_H 1
6177| #define HAVE_LIMITS_H 1
6178| #define HAVE_LOCALE_H 1
6179| #define HAVE_NETDB_H 1
6180| #define HAVE_PATHS_H 1
6181| #define HAVE_POLL_H 1
6182| #define HAVE_READPASSPHRASE_H 1
6183| #define HAVE_RPC_TYPES_H 1
6184| #define HAVE_SECURITY_PAM_APPL_H 1
6185| #define HAVE_STDDEF_H 1
6186| #define HAVE_STDINT_H 1
6187| #define HAVE_STRING_H 1
6188| #define HAVE_STRINGS_H 1
6189| #define HAVE_SYS_CDEFS_H 1
6190| #define HAVE_SYS_FILE_H 1
6191| #define HAVE_SYS_MMAN_H 1
6192| #define HAVE_SYS_PARAM_H 1
6193| #define HAVE_SYS_POLL_H 1
6194| #define HAVE_SYS_PROCCTL_H 1
6195| #define HAVE_SYS_PTRACE_H 1
6196| #define HAVE_SYS_RANDOM_H 1
6197| #define HAVE_SYS_SELECT_H 1
6198| #define HAVE_SYS_STATVFS_H 1
6199| #define HAVE_SYS_TIME_H 1
6200| #define HAVE_SYS_TIMERS_H 1
6201| #define HAVE_TIME_H 1
6202| #define HAVE_TTYENT_H 1
6203| #define HAVE_UNISTD_H 1
6204| #define HAVE_UTIL_H 1
6205| #define HAVE_UTIME_H 1
6206| #define HAVE_UTMPX_H 1
6207| #define HAVE_VIS_H 1
6208| #define HAVE_WCHAR_H 1
6209| #define HAVE_NET_ROUTE_H 1
6210| #define HAVE_SYS_SYSCTL_H 1
6211| #define HAVE_LOGIN_CAP_H 1
6212| #define HAVE_SYS_MOUNT_H 1
6213| #define HAVE_SYS_UN_H 1
6214| #define HAVE_DIRNAME 1
6215| #define HAVE_LIBGEN_H 1
6216| #define HAVE_BASENAME 1
6217| #define WITH_ZLIB 1
6218| #define HAVE_LIBZ 1
6219| #define HAVE_UTIMES 1
6220| #define HAVE_LIBUTIL_H 1
6221| /* end confdefs.h.  */
6222|
6223| /* Override any GCC internal prototype to avoid an error.
6224|    Use char because int might match the return type of a GCC
6225|    builtin and then its argument prototype would still apply.  */
6226| char logout ();
6227| int
6228| main (void)
6229| {
6230| return logout ();
6231|   ;
6232|   return 0;
6233| }
6234configure:14181: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd   >&5
6235/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
6236conftest.c:89: error: undefined reference to 'logout'
6237collect2: error: ld returned 1 exit status
6238configure:14181: $? = 1
6239configure: failed program was:
6240| /* confdefs.h */
6241| #define PACKAGE_NAME "OpenSSH"
6242| #define PACKAGE_TARNAME "openssh"
6243| #define PACKAGE_VERSION "Portable"
6244| #define PACKAGE_STRING "OpenSSH Portable"
6245| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6246| #define PACKAGE_URL ""
6247| #define HAVE_STDIO_H 1
6248| #define HAVE_STDLIB_H 1
6249| #define HAVE_STRING_H 1
6250| #define HAVE_INTTYPES_H 1
6251| #define HAVE_STDINT_H 1
6252| #define HAVE_STRINGS_H 1
6253| #define HAVE_SYS_STAT_H 1
6254| #define HAVE_SYS_TYPES_H 1
6255| #define HAVE_UNISTD_H 1
6256| #define STDC_HEADERS 1
6257| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6258| #define HAVE_RLIMIT_NPROC /**/
6259| #define WITH_OPENSSL 1
6260| #define VARIABLE_LENGTH_ARRAYS 1
6261| #define VARIABLE_DECLARATION_AFTER_CODE 1
6262| #define HAVE_ATTRIBUTE__NONNULL__ 1
6263| #define HAVE_DIRENT_H 1
6264| #define HAVE_ENDIAN_H 1
6265| #define HAVE_ELF_H 1
6266| #define HAVE_ERR_H 1
6267| #define HAVE_FCNTL_H 1
6268| #define HAVE_FLOATINGPOINT_H 1
6269| #define HAVE_FNMATCH_H 1
6270| #define HAVE_GETOPT_H 1
6271| #define HAVE_GLOB_H 1
6272| #define HAVE_IFADDRS_H 1
6273| #define HAVE_INTTYPES_H 1
6274| #define HAVE_LANGINFO_H 1
6275| #define HAVE_LIMITS_H 1
6276| #define HAVE_LOCALE_H 1
6277| #define HAVE_NETDB_H 1
6278| #define HAVE_PATHS_H 1
6279| #define HAVE_POLL_H 1
6280| #define HAVE_READPASSPHRASE_H 1
6281| #define HAVE_RPC_TYPES_H 1
6282| #define HAVE_SECURITY_PAM_APPL_H 1
6283| #define HAVE_STDDEF_H 1
6284| #define HAVE_STDINT_H 1
6285| #define HAVE_STRING_H 1
6286| #define HAVE_STRINGS_H 1
6287| #define HAVE_SYS_CDEFS_H 1
6288| #define HAVE_SYS_FILE_H 1
6289| #define HAVE_SYS_MMAN_H 1
6290| #define HAVE_SYS_PARAM_H 1
6291| #define HAVE_SYS_POLL_H 1
6292| #define HAVE_SYS_PROCCTL_H 1
6293| #define HAVE_SYS_PTRACE_H 1
6294| #define HAVE_SYS_RANDOM_H 1
6295| #define HAVE_SYS_SELECT_H 1
6296| #define HAVE_SYS_STATVFS_H 1
6297| #define HAVE_SYS_TIME_H 1
6298| #define HAVE_SYS_TIMERS_H 1
6299| #define HAVE_TIME_H 1
6300| #define HAVE_TTYENT_H 1
6301| #define HAVE_UNISTD_H 1
6302| #define HAVE_UTIL_H 1
6303| #define HAVE_UTIME_H 1
6304| #define HAVE_UTMPX_H 1
6305| #define HAVE_VIS_H 1
6306| #define HAVE_WCHAR_H 1
6307| #define HAVE_NET_ROUTE_H 1
6308| #define HAVE_SYS_SYSCTL_H 1
6309| #define HAVE_LOGIN_CAP_H 1
6310| #define HAVE_SYS_MOUNT_H 1
6311| #define HAVE_SYS_UN_H 1
6312| #define HAVE_DIRNAME 1
6313| #define HAVE_LIBGEN_H 1
6314| #define HAVE_BASENAME 1
6315| #define WITH_ZLIB 1
6316| #define HAVE_LIBZ 1
6317| #define HAVE_UTIMES 1
6318| #define HAVE_LIBUTIL_H 1
6319| /* end confdefs.h.  */
6320|
6321| /* Override any GCC internal prototype to avoid an error.
6322|    Use char because int might match the return type of a GCC
6323|    builtin and then its argument prototype would still apply.  */
6324| char logout ();
6325| int
6326| main (void)
6327| {
6328| return logout ();
6329|   ;
6330|   return 0;
6331| }
6332configure:14201: result: no
6333configure:14210: checking for library containing logwtmp
6334configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
6335conftest.c:89: error: undefined reference to 'logwtmp'
6336collect2: error: ld returned 1 exit status
6337configure:14240: $? = 1
6338configure: failed program was:
6339| /* confdefs.h */
6340| #define PACKAGE_NAME "OpenSSH"
6341| #define PACKAGE_TARNAME "openssh"
6342| #define PACKAGE_VERSION "Portable"
6343| #define PACKAGE_STRING "OpenSSH Portable"
6344| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6345| #define PACKAGE_URL ""
6346| #define HAVE_STDIO_H 1
6347| #define HAVE_STDLIB_H 1
6348| #define HAVE_STRING_H 1
6349| #define HAVE_INTTYPES_H 1
6350| #define HAVE_STDINT_H 1
6351| #define HAVE_STRINGS_H 1
6352| #define HAVE_SYS_STAT_H 1
6353| #define HAVE_SYS_TYPES_H 1
6354| #define HAVE_UNISTD_H 1
6355| #define STDC_HEADERS 1
6356| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6357| #define HAVE_RLIMIT_NPROC /**/
6358| #define WITH_OPENSSL 1
6359| #define VARIABLE_LENGTH_ARRAYS 1
6360| #define VARIABLE_DECLARATION_AFTER_CODE 1
6361| #define HAVE_ATTRIBUTE__NONNULL__ 1
6362| #define HAVE_DIRENT_H 1
6363| #define HAVE_ENDIAN_H 1
6364| #define HAVE_ELF_H 1
6365| #define HAVE_ERR_H 1
6366| #define HAVE_FCNTL_H 1
6367| #define HAVE_FLOATINGPOINT_H 1
6368| #define HAVE_FNMATCH_H 1
6369| #define HAVE_GETOPT_H 1
6370| #define HAVE_GLOB_H 1
6371| #define HAVE_IFADDRS_H 1
6372| #define HAVE_INTTYPES_H 1
6373| #define HAVE_LANGINFO_H 1
6374| #define HAVE_LIMITS_H 1
6375| #define HAVE_LOCALE_H 1
6376| #define HAVE_NETDB_H 1
6377| #define HAVE_PATHS_H 1
6378| #define HAVE_POLL_H 1
6379| #define HAVE_READPASSPHRASE_H 1
6380| #define HAVE_RPC_TYPES_H 1
6381| #define HAVE_SECURITY_PAM_APPL_H 1
6382| #define HAVE_STDDEF_H 1
6383| #define HAVE_STDINT_H 1
6384| #define HAVE_STRING_H 1
6385| #define HAVE_STRINGS_H 1
6386| #define HAVE_SYS_CDEFS_H 1
6387| #define HAVE_SYS_FILE_H 1
6388| #define HAVE_SYS_MMAN_H 1
6389| #define HAVE_SYS_PARAM_H 1
6390| #define HAVE_SYS_POLL_H 1
6391| #define HAVE_SYS_PROCCTL_H 1
6392| #define HAVE_SYS_PTRACE_H 1
6393| #define HAVE_SYS_RANDOM_H 1
6394| #define HAVE_SYS_SELECT_H 1
6395| #define HAVE_SYS_STATVFS_H 1
6396| #define HAVE_SYS_TIME_H 1
6397| #define HAVE_SYS_TIMERS_H 1
6398| #define HAVE_TIME_H 1
6399| #define HAVE_TTYENT_H 1
6400| #define HAVE_UNISTD_H 1
6401| #define HAVE_UTIL_H 1
6402| #define HAVE_UTIME_H 1
6403| #define HAVE_UTMPX_H 1
6404| #define HAVE_VIS_H 1
6405| #define HAVE_WCHAR_H 1
6406| #define HAVE_NET_ROUTE_H 1
6407| #define HAVE_SYS_SYSCTL_H 1
6408| #define HAVE_LOGIN_CAP_H 1
6409| #define HAVE_SYS_MOUNT_H 1
6410| #define HAVE_SYS_UN_H 1
6411| #define HAVE_DIRNAME 1
6412| #define HAVE_LIBGEN_H 1
6413| #define HAVE_BASENAME 1
6414| #define WITH_ZLIB 1
6415| #define HAVE_LIBZ 1
6416| #define HAVE_UTIMES 1
6417| #define HAVE_LIBUTIL_H 1
6418| /* end confdefs.h.  */
6419|
6420| /* Override any GCC internal prototype to avoid an error.
6421|    Use char because int might match the return type of a GCC
6422|    builtin and then its argument prototype would still apply.  */
6423| char logwtmp ();
6424| int
6425| main (void)
6426| {
6427| return logwtmp ();
6428|   ;
6429|   return 0;
6430| }
6431configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
6432conftest.c:89: error: undefined reference to 'logwtmp'
6433collect2: error: ld returned 1 exit status
6434configure:14240: $? = 1
6435configure: failed program was:
6436| /* confdefs.h */
6437| #define PACKAGE_NAME "OpenSSH"
6438| #define PACKAGE_TARNAME "openssh"
6439| #define PACKAGE_VERSION "Portable"
6440| #define PACKAGE_STRING "OpenSSH Portable"
6441| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6442| #define PACKAGE_URL ""
6443| #define HAVE_STDIO_H 1
6444| #define HAVE_STDLIB_H 1
6445| #define HAVE_STRING_H 1
6446| #define HAVE_INTTYPES_H 1
6447| #define HAVE_STDINT_H 1
6448| #define HAVE_STRINGS_H 1
6449| #define HAVE_SYS_STAT_H 1
6450| #define HAVE_SYS_TYPES_H 1
6451| #define HAVE_UNISTD_H 1
6452| #define STDC_HEADERS 1
6453| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6454| #define HAVE_RLIMIT_NPROC /**/
6455| #define WITH_OPENSSL 1
6456| #define VARIABLE_LENGTH_ARRAYS 1
6457| #define VARIABLE_DECLARATION_AFTER_CODE 1
6458| #define HAVE_ATTRIBUTE__NONNULL__ 1
6459| #define HAVE_DIRENT_H 1
6460| #define HAVE_ENDIAN_H 1
6461| #define HAVE_ELF_H 1
6462| #define HAVE_ERR_H 1
6463| #define HAVE_FCNTL_H 1
6464| #define HAVE_FLOATINGPOINT_H 1
6465| #define HAVE_FNMATCH_H 1
6466| #define HAVE_GETOPT_H 1
6467| #define HAVE_GLOB_H 1
6468| #define HAVE_IFADDRS_H 1
6469| #define HAVE_INTTYPES_H 1
6470| #define HAVE_LANGINFO_H 1
6471| #define HAVE_LIMITS_H 1
6472| #define HAVE_LOCALE_H 1
6473| #define HAVE_NETDB_H 1
6474| #define HAVE_PATHS_H 1
6475| #define HAVE_POLL_H 1
6476| #define HAVE_READPASSPHRASE_H 1
6477| #define HAVE_RPC_TYPES_H 1
6478| #define HAVE_SECURITY_PAM_APPL_H 1
6479| #define HAVE_STDDEF_H 1
6480| #define HAVE_STDINT_H 1
6481| #define HAVE_STRING_H 1
6482| #define HAVE_STRINGS_H 1
6483| #define HAVE_SYS_CDEFS_H 1
6484| #define HAVE_SYS_FILE_H 1
6485| #define HAVE_SYS_MMAN_H 1
6486| #define HAVE_SYS_PARAM_H 1
6487| #define HAVE_SYS_POLL_H 1
6488| #define HAVE_SYS_PROCCTL_H 1
6489| #define HAVE_SYS_PTRACE_H 1
6490| #define HAVE_SYS_RANDOM_H 1
6491| #define HAVE_SYS_SELECT_H 1
6492| #define HAVE_SYS_STATVFS_H 1
6493| #define HAVE_SYS_TIME_H 1
6494| #define HAVE_SYS_TIMERS_H 1
6495| #define HAVE_TIME_H 1
6496| #define HAVE_TTYENT_H 1
6497| #define HAVE_UNISTD_H 1
6498| #define HAVE_UTIL_H 1
6499| #define HAVE_UTIME_H 1
6500| #define HAVE_UTMPX_H 1
6501| #define HAVE_VIS_H 1
6502| #define HAVE_WCHAR_H 1
6503| #define HAVE_NET_ROUTE_H 1
6504| #define HAVE_SYS_SYSCTL_H 1
6505| #define HAVE_LOGIN_CAP_H 1
6506| #define HAVE_SYS_MOUNT_H 1
6507| #define HAVE_SYS_UN_H 1
6508| #define HAVE_DIRNAME 1
6509| #define HAVE_LIBGEN_H 1
6510| #define HAVE_BASENAME 1
6511| #define WITH_ZLIB 1
6512| #define HAVE_LIBZ 1
6513| #define HAVE_UTIMES 1
6514| #define HAVE_LIBUTIL_H 1
6515| /* end confdefs.h.  */
6516|
6517| /* Override any GCC internal prototype to avoid an error.
6518|    Use char because int might match the return type of a GCC
6519|    builtin and then its argument prototype would still apply.  */
6520| char logwtmp ();
6521| int
6522| main (void)
6523| {
6524| return logwtmp ();
6525|   ;
6526|   return 0;
6527| }
6528configure:14240: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd   >&5
6529/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
6530conftest.c:89: error: undefined reference to 'logwtmp'
6531collect2: error: ld returned 1 exit status
6532configure:14240: $? = 1
6533configure: failed program was:
6534| /* confdefs.h */
6535| #define PACKAGE_NAME "OpenSSH"
6536| #define PACKAGE_TARNAME "openssh"
6537| #define PACKAGE_VERSION "Portable"
6538| #define PACKAGE_STRING "OpenSSH Portable"
6539| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6540| #define PACKAGE_URL ""
6541| #define HAVE_STDIO_H 1
6542| #define HAVE_STDLIB_H 1
6543| #define HAVE_STRING_H 1
6544| #define HAVE_INTTYPES_H 1
6545| #define HAVE_STDINT_H 1
6546| #define HAVE_STRINGS_H 1
6547| #define HAVE_SYS_STAT_H 1
6548| #define HAVE_SYS_TYPES_H 1
6549| #define HAVE_UNISTD_H 1
6550| #define STDC_HEADERS 1
6551| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6552| #define HAVE_RLIMIT_NPROC /**/
6553| #define WITH_OPENSSL 1
6554| #define VARIABLE_LENGTH_ARRAYS 1
6555| #define VARIABLE_DECLARATION_AFTER_CODE 1
6556| #define HAVE_ATTRIBUTE__NONNULL__ 1
6557| #define HAVE_DIRENT_H 1
6558| #define HAVE_ENDIAN_H 1
6559| #define HAVE_ELF_H 1
6560| #define HAVE_ERR_H 1
6561| #define HAVE_FCNTL_H 1
6562| #define HAVE_FLOATINGPOINT_H 1
6563| #define HAVE_FNMATCH_H 1
6564| #define HAVE_GETOPT_H 1
6565| #define HAVE_GLOB_H 1
6566| #define HAVE_IFADDRS_H 1
6567| #define HAVE_INTTYPES_H 1
6568| #define HAVE_LANGINFO_H 1
6569| #define HAVE_LIMITS_H 1
6570| #define HAVE_LOCALE_H 1
6571| #define HAVE_NETDB_H 1
6572| #define HAVE_PATHS_H 1
6573| #define HAVE_POLL_H 1
6574| #define HAVE_READPASSPHRASE_H 1
6575| #define HAVE_RPC_TYPES_H 1
6576| #define HAVE_SECURITY_PAM_APPL_H 1
6577| #define HAVE_STDDEF_H 1
6578| #define HAVE_STDINT_H 1
6579| #define HAVE_STRING_H 1
6580| #define HAVE_STRINGS_H 1
6581| #define HAVE_SYS_CDEFS_H 1
6582| #define HAVE_SYS_FILE_H 1
6583| #define HAVE_SYS_MMAN_H 1
6584| #define HAVE_SYS_PARAM_H 1
6585| #define HAVE_SYS_POLL_H 1
6586| #define HAVE_SYS_PROCCTL_H 1
6587| #define HAVE_SYS_PTRACE_H 1
6588| #define HAVE_SYS_RANDOM_H 1
6589| #define HAVE_SYS_SELECT_H 1
6590| #define HAVE_SYS_STATVFS_H 1
6591| #define HAVE_SYS_TIME_H 1
6592| #define HAVE_SYS_TIMERS_H 1
6593| #define HAVE_TIME_H 1
6594| #define HAVE_TTYENT_H 1
6595| #define HAVE_UNISTD_H 1
6596| #define HAVE_UTIL_H 1
6597| #define HAVE_UTIME_H 1
6598| #define HAVE_UTMPX_H 1
6599| #define HAVE_VIS_H 1
6600| #define HAVE_WCHAR_H 1
6601| #define HAVE_NET_ROUTE_H 1
6602| #define HAVE_SYS_SYSCTL_H 1
6603| #define HAVE_LOGIN_CAP_H 1
6604| #define HAVE_SYS_MOUNT_H 1
6605| #define HAVE_SYS_UN_H 1
6606| #define HAVE_DIRNAME 1
6607| #define HAVE_LIBGEN_H 1
6608| #define HAVE_BASENAME 1
6609| #define WITH_ZLIB 1
6610| #define HAVE_LIBZ 1
6611| #define HAVE_UTIMES 1
6612| #define HAVE_LIBUTIL_H 1
6613| /* end confdefs.h.  */
6614|
6615| /* Override any GCC internal prototype to avoid an error.
6616|    Use char because int might match the return type of a GCC
6617|    builtin and then its argument prototype would still apply.  */
6618| char logwtmp ();
6619| int
6620| main (void)
6621| {
6622| return logwtmp ();
6623|   ;
6624|   return 0;
6625| }
6626configure:14260: result: no
6627configure:14269: checking for library containing openpty
6628configure:14299: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c  >&5
6629conftest.c:89: error: undefined reference to 'openpty'
6630collect2: error: ld returned 1 exit status
6631configure:14299: $? = 1
6632configure: failed program was:
6633| /* confdefs.h */
6634| #define PACKAGE_NAME "OpenSSH"
6635| #define PACKAGE_TARNAME "openssh"
6636| #define PACKAGE_VERSION "Portable"
6637| #define PACKAGE_STRING "OpenSSH Portable"
6638| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6639| #define PACKAGE_URL ""
6640| #define HAVE_STDIO_H 1
6641| #define HAVE_STDLIB_H 1
6642| #define HAVE_STRING_H 1
6643| #define HAVE_INTTYPES_H 1
6644| #define HAVE_STDINT_H 1
6645| #define HAVE_STRINGS_H 1
6646| #define HAVE_SYS_STAT_H 1
6647| #define HAVE_SYS_TYPES_H 1
6648| #define HAVE_UNISTD_H 1
6649| #define STDC_HEADERS 1
6650| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6651| #define HAVE_RLIMIT_NPROC /**/
6652| #define WITH_OPENSSL 1
6653| #define VARIABLE_LENGTH_ARRAYS 1
6654| #define VARIABLE_DECLARATION_AFTER_CODE 1
6655| #define HAVE_ATTRIBUTE__NONNULL__ 1
6656| #define HAVE_DIRENT_H 1
6657| #define HAVE_ENDIAN_H 1
6658| #define HAVE_ELF_H 1
6659| #define HAVE_ERR_H 1
6660| #define HAVE_FCNTL_H 1
6661| #define HAVE_FLOATINGPOINT_H 1
6662| #define HAVE_FNMATCH_H 1
6663| #define HAVE_GETOPT_H 1
6664| #define HAVE_GLOB_H 1
6665| #define HAVE_IFADDRS_H 1
6666| #define HAVE_INTTYPES_H 1
6667| #define HAVE_LANGINFO_H 1
6668| #define HAVE_LIMITS_H 1
6669| #define HAVE_LOCALE_H 1
6670| #define HAVE_NETDB_H 1
6671| #define HAVE_PATHS_H 1
6672| #define HAVE_POLL_H 1
6673| #define HAVE_READPASSPHRASE_H 1
6674| #define HAVE_RPC_TYPES_H 1
6675| #define HAVE_SECURITY_PAM_APPL_H 1
6676| #define HAVE_STDDEF_H 1
6677| #define HAVE_STDINT_H 1
6678| #define HAVE_STRING_H 1
6679| #define HAVE_STRINGS_H 1
6680| #define HAVE_SYS_CDEFS_H 1
6681| #define HAVE_SYS_FILE_H 1
6682| #define HAVE_SYS_MMAN_H 1
6683| #define HAVE_SYS_PARAM_H 1
6684| #define HAVE_SYS_POLL_H 1
6685| #define HAVE_SYS_PROCCTL_H 1
6686| #define HAVE_SYS_PTRACE_H 1
6687| #define HAVE_SYS_RANDOM_H 1
6688| #define HAVE_SYS_SELECT_H 1
6689| #define HAVE_SYS_STATVFS_H 1
6690| #define HAVE_SYS_TIME_H 1
6691| #define HAVE_SYS_TIMERS_H 1
6692| #define HAVE_TIME_H 1
6693| #define HAVE_TTYENT_H 1
6694| #define HAVE_UNISTD_H 1
6695| #define HAVE_UTIL_H 1
6696| #define HAVE_UTIME_H 1
6697| #define HAVE_UTMPX_H 1
6698| #define HAVE_VIS_H 1
6699| #define HAVE_WCHAR_H 1
6700| #define HAVE_NET_ROUTE_H 1
6701| #define HAVE_SYS_SYSCTL_H 1
6702| #define HAVE_LOGIN_CAP_H 1
6703| #define HAVE_SYS_MOUNT_H 1
6704| #define HAVE_SYS_UN_H 1
6705| #define HAVE_DIRNAME 1
6706| #define HAVE_LIBGEN_H 1
6707| #define HAVE_BASENAME 1
6708| #define WITH_ZLIB 1
6709| #define HAVE_LIBZ 1
6710| #define HAVE_UTIMES 1
6711| #define HAVE_LIBUTIL_H 1
6712| /* end confdefs.h.  */
6713|
6714| /* Override any GCC internal prototype to avoid an error.
6715|    Use char because int might match the return type of a GCC
6716|    builtin and then its argument prototype would still apply.  */
6717| char openpty ();
6718| int
6719| main (void)
6720| {
6721| return openpty ();
6722|   ;
6723|   return 0;
6724| }
6725configure:14299: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil   >&5
6726configure:14299: $? = 0
6727configure:14319: result: -lutil
6728configure:14328: checking for library containing updwtmp
6729configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
6730conftest.c:89: error: undefined reference to 'updwtmp'
6731collect2: error: ld returned 1 exit status
6732configure:14358: $? = 1
6733configure: failed program was:
6734| /* confdefs.h */
6735| #define PACKAGE_NAME "OpenSSH"
6736| #define PACKAGE_TARNAME "openssh"
6737| #define PACKAGE_VERSION "Portable"
6738| #define PACKAGE_STRING "OpenSSH Portable"
6739| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6740| #define PACKAGE_URL ""
6741| #define HAVE_STDIO_H 1
6742| #define HAVE_STDLIB_H 1
6743| #define HAVE_STRING_H 1
6744| #define HAVE_INTTYPES_H 1
6745| #define HAVE_STDINT_H 1
6746| #define HAVE_STRINGS_H 1
6747| #define HAVE_SYS_STAT_H 1
6748| #define HAVE_SYS_TYPES_H 1
6749| #define HAVE_UNISTD_H 1
6750| #define STDC_HEADERS 1
6751| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6752| #define HAVE_RLIMIT_NPROC /**/
6753| #define WITH_OPENSSL 1
6754| #define VARIABLE_LENGTH_ARRAYS 1
6755| #define VARIABLE_DECLARATION_AFTER_CODE 1
6756| #define HAVE_ATTRIBUTE__NONNULL__ 1
6757| #define HAVE_DIRENT_H 1
6758| #define HAVE_ENDIAN_H 1
6759| #define HAVE_ELF_H 1
6760| #define HAVE_ERR_H 1
6761| #define HAVE_FCNTL_H 1
6762| #define HAVE_FLOATINGPOINT_H 1
6763| #define HAVE_FNMATCH_H 1
6764| #define HAVE_GETOPT_H 1
6765| #define HAVE_GLOB_H 1
6766| #define HAVE_IFADDRS_H 1
6767| #define HAVE_INTTYPES_H 1
6768| #define HAVE_LANGINFO_H 1
6769| #define HAVE_LIMITS_H 1
6770| #define HAVE_LOCALE_H 1
6771| #define HAVE_NETDB_H 1
6772| #define HAVE_PATHS_H 1
6773| #define HAVE_POLL_H 1
6774| #define HAVE_READPASSPHRASE_H 1
6775| #define HAVE_RPC_TYPES_H 1
6776| #define HAVE_SECURITY_PAM_APPL_H 1
6777| #define HAVE_STDDEF_H 1
6778| #define HAVE_STDINT_H 1
6779| #define HAVE_STRING_H 1
6780| #define HAVE_STRINGS_H 1
6781| #define HAVE_SYS_CDEFS_H 1
6782| #define HAVE_SYS_FILE_H 1
6783| #define HAVE_SYS_MMAN_H 1
6784| #define HAVE_SYS_PARAM_H 1
6785| #define HAVE_SYS_POLL_H 1
6786| #define HAVE_SYS_PROCCTL_H 1
6787| #define HAVE_SYS_PTRACE_H 1
6788| #define HAVE_SYS_RANDOM_H 1
6789| #define HAVE_SYS_SELECT_H 1
6790| #define HAVE_SYS_STATVFS_H 1
6791| #define HAVE_SYS_TIME_H 1
6792| #define HAVE_SYS_TIMERS_H 1
6793| #define HAVE_TIME_H 1
6794| #define HAVE_TTYENT_H 1
6795| #define HAVE_UNISTD_H 1
6796| #define HAVE_UTIL_H 1
6797| #define HAVE_UTIME_H 1
6798| #define HAVE_UTMPX_H 1
6799| #define HAVE_VIS_H 1
6800| #define HAVE_WCHAR_H 1
6801| #define HAVE_NET_ROUTE_H 1
6802| #define HAVE_SYS_SYSCTL_H 1
6803| #define HAVE_LOGIN_CAP_H 1
6804| #define HAVE_SYS_MOUNT_H 1
6805| #define HAVE_SYS_UN_H 1
6806| #define HAVE_DIRNAME 1
6807| #define HAVE_LIBGEN_H 1
6808| #define HAVE_BASENAME 1
6809| #define WITH_ZLIB 1
6810| #define HAVE_LIBZ 1
6811| #define HAVE_UTIMES 1
6812| #define HAVE_LIBUTIL_H 1
6813| /* end confdefs.h.  */
6814|
6815| /* Override any GCC internal prototype to avoid an error.
6816|    Use char because int might match the return type of a GCC
6817|    builtin and then its argument prototype would still apply.  */
6818| char updwtmp ();
6819| int
6820| main (void)
6821| {
6822| return updwtmp ();
6823|   ;
6824|   return 0;
6825| }
6826configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  -lutil  >&5
6827conftest.c:89: error: undefined reference to 'updwtmp'
6828collect2: error: ld returned 1 exit status
6829configure:14358: $? = 1
6830configure: failed program was:
6831| /* confdefs.h */
6832| #define PACKAGE_NAME "OpenSSH"
6833| #define PACKAGE_TARNAME "openssh"
6834| #define PACKAGE_VERSION "Portable"
6835| #define PACKAGE_STRING "OpenSSH Portable"
6836| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6837| #define PACKAGE_URL ""
6838| #define HAVE_STDIO_H 1
6839| #define HAVE_STDLIB_H 1
6840| #define HAVE_STRING_H 1
6841| #define HAVE_INTTYPES_H 1
6842| #define HAVE_STDINT_H 1
6843| #define HAVE_STRINGS_H 1
6844| #define HAVE_SYS_STAT_H 1
6845| #define HAVE_SYS_TYPES_H 1
6846| #define HAVE_UNISTD_H 1
6847| #define STDC_HEADERS 1
6848| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6849| #define HAVE_RLIMIT_NPROC /**/
6850| #define WITH_OPENSSL 1
6851| #define VARIABLE_LENGTH_ARRAYS 1
6852| #define VARIABLE_DECLARATION_AFTER_CODE 1
6853| #define HAVE_ATTRIBUTE__NONNULL__ 1
6854| #define HAVE_DIRENT_H 1
6855| #define HAVE_ENDIAN_H 1
6856| #define HAVE_ELF_H 1
6857| #define HAVE_ERR_H 1
6858| #define HAVE_FCNTL_H 1
6859| #define HAVE_FLOATINGPOINT_H 1
6860| #define HAVE_FNMATCH_H 1
6861| #define HAVE_GETOPT_H 1
6862| #define HAVE_GLOB_H 1
6863| #define HAVE_IFADDRS_H 1
6864| #define HAVE_INTTYPES_H 1
6865| #define HAVE_LANGINFO_H 1
6866| #define HAVE_LIMITS_H 1
6867| #define HAVE_LOCALE_H 1
6868| #define HAVE_NETDB_H 1
6869| #define HAVE_PATHS_H 1
6870| #define HAVE_POLL_H 1
6871| #define HAVE_READPASSPHRASE_H 1
6872| #define HAVE_RPC_TYPES_H 1
6873| #define HAVE_SECURITY_PAM_APPL_H 1
6874| #define HAVE_STDDEF_H 1
6875| #define HAVE_STDINT_H 1
6876| #define HAVE_STRING_H 1
6877| #define HAVE_STRINGS_H 1
6878| #define HAVE_SYS_CDEFS_H 1
6879| #define HAVE_SYS_FILE_H 1
6880| #define HAVE_SYS_MMAN_H 1
6881| #define HAVE_SYS_PARAM_H 1
6882| #define HAVE_SYS_POLL_H 1
6883| #define HAVE_SYS_PROCCTL_H 1
6884| #define HAVE_SYS_PTRACE_H 1
6885| #define HAVE_SYS_RANDOM_H 1
6886| #define HAVE_SYS_SELECT_H 1
6887| #define HAVE_SYS_STATVFS_H 1
6888| #define HAVE_SYS_TIME_H 1
6889| #define HAVE_SYS_TIMERS_H 1
6890| #define HAVE_TIME_H 1
6891| #define HAVE_TTYENT_H 1
6892| #define HAVE_UNISTD_H 1
6893| #define HAVE_UTIL_H 1
6894| #define HAVE_UTIME_H 1
6895| #define HAVE_UTMPX_H 1
6896| #define HAVE_VIS_H 1
6897| #define HAVE_WCHAR_H 1
6898| #define HAVE_NET_ROUTE_H 1
6899| #define HAVE_SYS_SYSCTL_H 1
6900| #define HAVE_LOGIN_CAP_H 1
6901| #define HAVE_SYS_MOUNT_H 1
6902| #define HAVE_SYS_UN_H 1
6903| #define HAVE_DIRNAME 1
6904| #define HAVE_LIBGEN_H 1
6905| #define HAVE_BASENAME 1
6906| #define WITH_ZLIB 1
6907| #define HAVE_LIBZ 1
6908| #define HAVE_UTIMES 1
6909| #define HAVE_LIBUTIL_H 1
6910| /* end confdefs.h.  */
6911|
6912| /* Override any GCC internal prototype to avoid an error.
6913|    Use char because int might match the return type of a GCC
6914|    builtin and then its argument prototype would still apply.  */
6915| char updwtmp ();
6916| int
6917| main (void)
6918| {
6919| return updwtmp ();
6920|   ;
6921|   return 0;
6922| }
6923configure:14358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd  -lutil  >&5
6924/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
6925conftest.c:89: error: undefined reference to 'updwtmp'
6926collect2: error: ld returned 1 exit status
6927configure:14358: $? = 1
6928configure: failed program was:
6929| /* confdefs.h */
6930| #define PACKAGE_NAME "OpenSSH"
6931| #define PACKAGE_TARNAME "openssh"
6932| #define PACKAGE_VERSION "Portable"
6933| #define PACKAGE_STRING "OpenSSH Portable"
6934| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
6935| #define PACKAGE_URL ""
6936| #define HAVE_STDIO_H 1
6937| #define HAVE_STDLIB_H 1
6938| #define HAVE_STRING_H 1
6939| #define HAVE_INTTYPES_H 1
6940| #define HAVE_STDINT_H 1
6941| #define HAVE_STRINGS_H 1
6942| #define HAVE_SYS_STAT_H 1
6943| #define HAVE_SYS_TYPES_H 1
6944| #define HAVE_UNISTD_H 1
6945| #define STDC_HEADERS 1
6946| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
6947| #define HAVE_RLIMIT_NPROC /**/
6948| #define WITH_OPENSSL 1
6949| #define VARIABLE_LENGTH_ARRAYS 1
6950| #define VARIABLE_DECLARATION_AFTER_CODE 1
6951| #define HAVE_ATTRIBUTE__NONNULL__ 1
6952| #define HAVE_DIRENT_H 1
6953| #define HAVE_ENDIAN_H 1
6954| #define HAVE_ELF_H 1
6955| #define HAVE_ERR_H 1
6956| #define HAVE_FCNTL_H 1
6957| #define HAVE_FLOATINGPOINT_H 1
6958| #define HAVE_FNMATCH_H 1
6959| #define HAVE_GETOPT_H 1
6960| #define HAVE_GLOB_H 1
6961| #define HAVE_IFADDRS_H 1
6962| #define HAVE_INTTYPES_H 1
6963| #define HAVE_LANGINFO_H 1
6964| #define HAVE_LIMITS_H 1
6965| #define HAVE_LOCALE_H 1
6966| #define HAVE_NETDB_H 1
6967| #define HAVE_PATHS_H 1
6968| #define HAVE_POLL_H 1
6969| #define HAVE_READPASSPHRASE_H 1
6970| #define HAVE_RPC_TYPES_H 1
6971| #define HAVE_SECURITY_PAM_APPL_H 1
6972| #define HAVE_STDDEF_H 1
6973| #define HAVE_STDINT_H 1
6974| #define HAVE_STRING_H 1
6975| #define HAVE_STRINGS_H 1
6976| #define HAVE_SYS_CDEFS_H 1
6977| #define HAVE_SYS_FILE_H 1
6978| #define HAVE_SYS_MMAN_H 1
6979| #define HAVE_SYS_PARAM_H 1
6980| #define HAVE_SYS_POLL_H 1
6981| #define HAVE_SYS_PROCCTL_H 1
6982| #define HAVE_SYS_PTRACE_H 1
6983| #define HAVE_SYS_RANDOM_H 1
6984| #define HAVE_SYS_SELECT_H 1
6985| #define HAVE_SYS_STATVFS_H 1
6986| #define HAVE_SYS_TIME_H 1
6987| #define HAVE_SYS_TIMERS_H 1
6988| #define HAVE_TIME_H 1
6989| #define HAVE_TTYENT_H 1
6990| #define HAVE_UNISTD_H 1
6991| #define HAVE_UTIL_H 1
6992| #define HAVE_UTIME_H 1
6993| #define HAVE_UTMPX_H 1
6994| #define HAVE_VIS_H 1
6995| #define HAVE_WCHAR_H 1
6996| #define HAVE_NET_ROUTE_H 1
6997| #define HAVE_SYS_SYSCTL_H 1
6998| #define HAVE_LOGIN_CAP_H 1
6999| #define HAVE_SYS_MOUNT_H 1
7000| #define HAVE_SYS_UN_H 1
7001| #define HAVE_DIRNAME 1
7002| #define HAVE_LIBGEN_H 1
7003| #define HAVE_BASENAME 1
7004| #define WITH_ZLIB 1
7005| #define HAVE_LIBZ 1
7006| #define HAVE_UTIMES 1
7007| #define HAVE_LIBUTIL_H 1
7008| /* end confdefs.h.  */
7009|
7010| /* Override any GCC internal prototype to avoid an error.
7011|    Use char because int might match the return type of a GCC
7012|    builtin and then its argument prototype would still apply.  */
7013| char updwtmp ();
7014| int
7015| main (void)
7016| {
7017| return updwtmp ();
7018|   ;
7019|   return 0;
7020| }
7021configure:14378: result: no
7022configure:14387: checking for fmt_scaled
7023configure:14387: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7024conftest.c:108: error: undefined reference to 'fmt_scaled'
7025collect2: error: ld returned 1 exit status
7026configure:14387: $? = 1
7027configure: failed program was:
7028| /* confdefs.h */
7029| #define PACKAGE_NAME "OpenSSH"
7030| #define PACKAGE_TARNAME "openssh"
7031| #define PACKAGE_VERSION "Portable"
7032| #define PACKAGE_STRING "OpenSSH Portable"
7033| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7034| #define PACKAGE_URL ""
7035| #define HAVE_STDIO_H 1
7036| #define HAVE_STDLIB_H 1
7037| #define HAVE_STRING_H 1
7038| #define HAVE_INTTYPES_H 1
7039| #define HAVE_STDINT_H 1
7040| #define HAVE_STRINGS_H 1
7041| #define HAVE_SYS_STAT_H 1
7042| #define HAVE_SYS_TYPES_H 1
7043| #define HAVE_UNISTD_H 1
7044| #define STDC_HEADERS 1
7045| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7046| #define HAVE_RLIMIT_NPROC /**/
7047| #define WITH_OPENSSL 1
7048| #define VARIABLE_LENGTH_ARRAYS 1
7049| #define VARIABLE_DECLARATION_AFTER_CODE 1
7050| #define HAVE_ATTRIBUTE__NONNULL__ 1
7051| #define HAVE_DIRENT_H 1
7052| #define HAVE_ENDIAN_H 1
7053| #define HAVE_ELF_H 1
7054| #define HAVE_ERR_H 1
7055| #define HAVE_FCNTL_H 1
7056| #define HAVE_FLOATINGPOINT_H 1
7057| #define HAVE_FNMATCH_H 1
7058| #define HAVE_GETOPT_H 1
7059| #define HAVE_GLOB_H 1
7060| #define HAVE_IFADDRS_H 1
7061| #define HAVE_INTTYPES_H 1
7062| #define HAVE_LANGINFO_H 1
7063| #define HAVE_LIMITS_H 1
7064| #define HAVE_LOCALE_H 1
7065| #define HAVE_NETDB_H 1
7066| #define HAVE_PATHS_H 1
7067| #define HAVE_POLL_H 1
7068| #define HAVE_READPASSPHRASE_H 1
7069| #define HAVE_RPC_TYPES_H 1
7070| #define HAVE_SECURITY_PAM_APPL_H 1
7071| #define HAVE_STDDEF_H 1
7072| #define HAVE_STDINT_H 1
7073| #define HAVE_STRING_H 1
7074| #define HAVE_STRINGS_H 1
7075| #define HAVE_SYS_CDEFS_H 1
7076| #define HAVE_SYS_FILE_H 1
7077| #define HAVE_SYS_MMAN_H 1
7078| #define HAVE_SYS_PARAM_H 1
7079| #define HAVE_SYS_POLL_H 1
7080| #define HAVE_SYS_PROCCTL_H 1
7081| #define HAVE_SYS_PTRACE_H 1
7082| #define HAVE_SYS_RANDOM_H 1
7083| #define HAVE_SYS_SELECT_H 1
7084| #define HAVE_SYS_STATVFS_H 1
7085| #define HAVE_SYS_TIME_H 1
7086| #define HAVE_SYS_TIMERS_H 1
7087| #define HAVE_TIME_H 1
7088| #define HAVE_TTYENT_H 1
7089| #define HAVE_UNISTD_H 1
7090| #define HAVE_UTIL_H 1
7091| #define HAVE_UTIME_H 1
7092| #define HAVE_UTMPX_H 1
7093| #define HAVE_VIS_H 1
7094| #define HAVE_WCHAR_H 1
7095| #define HAVE_NET_ROUTE_H 1
7096| #define HAVE_SYS_SYSCTL_H 1
7097| #define HAVE_LOGIN_CAP_H 1
7098| #define HAVE_SYS_MOUNT_H 1
7099| #define HAVE_SYS_UN_H 1
7100| #define HAVE_DIRNAME 1
7101| #define HAVE_LIBGEN_H 1
7102| #define HAVE_BASENAME 1
7103| #define WITH_ZLIB 1
7104| #define HAVE_LIBZ 1
7105| #define HAVE_UTIMES 1
7106| #define HAVE_LIBUTIL_H 1
7107| /* end confdefs.h.  */
7108| /* Define fmt_scaled to an innocuous variant, in case <limits.h> declares fmt_scaled.
7109|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7110| #define fmt_scaled innocuous_fmt_scaled
7111|
7112| /* System header to define __stub macros and hopefully few prototypes,
7113|    which can conflict with char fmt_scaled (); below.  */
7114|
7115| #include <limits.h>
7116| #undef fmt_scaled
7117|
7118| /* Override any GCC internal prototype to avoid an error.
7119|    Use char because int might match the return type of a GCC
7120|    builtin and then its argument prototype would still apply.  */
7121| #ifdef __cplusplus
7122| extern "C"
7123| #endif
7124| char fmt_scaled ();
7125| /* The GNU C library defines this for functions which it implements
7126|     to always fail with ENOSYS.  Some functions are actually named
7127|     something starting with __ and the normal name is an alias.  */
7128| #if defined __stub_fmt_scaled || defined __stub___fmt_scaled
7129| choke me
7130| #endif
7131|
7132| int
7133| main (void)
7134| {
7135| return fmt_scaled ();
7136|   ;
7137|   return 0;
7138| }
7139configure:14387: result: no
7140configure:14393: checking for scan_scaled
7141configure:14393: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7142conftest.c:108: error: undefined reference to 'scan_scaled'
7143collect2: error: ld returned 1 exit status
7144configure:14393: $? = 1
7145configure: failed program was:
7146| /* confdefs.h */
7147| #define PACKAGE_NAME "OpenSSH"
7148| #define PACKAGE_TARNAME "openssh"
7149| #define PACKAGE_VERSION "Portable"
7150| #define PACKAGE_STRING "OpenSSH Portable"
7151| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7152| #define PACKAGE_URL ""
7153| #define HAVE_STDIO_H 1
7154| #define HAVE_STDLIB_H 1
7155| #define HAVE_STRING_H 1
7156| #define HAVE_INTTYPES_H 1
7157| #define HAVE_STDINT_H 1
7158| #define HAVE_STRINGS_H 1
7159| #define HAVE_SYS_STAT_H 1
7160| #define HAVE_SYS_TYPES_H 1
7161| #define HAVE_UNISTD_H 1
7162| #define STDC_HEADERS 1
7163| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7164| #define HAVE_RLIMIT_NPROC /**/
7165| #define WITH_OPENSSL 1
7166| #define VARIABLE_LENGTH_ARRAYS 1
7167| #define VARIABLE_DECLARATION_AFTER_CODE 1
7168| #define HAVE_ATTRIBUTE__NONNULL__ 1
7169| #define HAVE_DIRENT_H 1
7170| #define HAVE_ENDIAN_H 1
7171| #define HAVE_ELF_H 1
7172| #define HAVE_ERR_H 1
7173| #define HAVE_FCNTL_H 1
7174| #define HAVE_FLOATINGPOINT_H 1
7175| #define HAVE_FNMATCH_H 1
7176| #define HAVE_GETOPT_H 1
7177| #define HAVE_GLOB_H 1
7178| #define HAVE_IFADDRS_H 1
7179| #define HAVE_INTTYPES_H 1
7180| #define HAVE_LANGINFO_H 1
7181| #define HAVE_LIMITS_H 1
7182| #define HAVE_LOCALE_H 1
7183| #define HAVE_NETDB_H 1
7184| #define HAVE_PATHS_H 1
7185| #define HAVE_POLL_H 1
7186| #define HAVE_READPASSPHRASE_H 1
7187| #define HAVE_RPC_TYPES_H 1
7188| #define HAVE_SECURITY_PAM_APPL_H 1
7189| #define HAVE_STDDEF_H 1
7190| #define HAVE_STDINT_H 1
7191| #define HAVE_STRING_H 1
7192| #define HAVE_STRINGS_H 1
7193| #define HAVE_SYS_CDEFS_H 1
7194| #define HAVE_SYS_FILE_H 1
7195| #define HAVE_SYS_MMAN_H 1
7196| #define HAVE_SYS_PARAM_H 1
7197| #define HAVE_SYS_POLL_H 1
7198| #define HAVE_SYS_PROCCTL_H 1
7199| #define HAVE_SYS_PTRACE_H 1
7200| #define HAVE_SYS_RANDOM_H 1
7201| #define HAVE_SYS_SELECT_H 1
7202| #define HAVE_SYS_STATVFS_H 1
7203| #define HAVE_SYS_TIME_H 1
7204| #define HAVE_SYS_TIMERS_H 1
7205| #define HAVE_TIME_H 1
7206| #define HAVE_TTYENT_H 1
7207| #define HAVE_UNISTD_H 1
7208| #define HAVE_UTIL_H 1
7209| #define HAVE_UTIME_H 1
7210| #define HAVE_UTMPX_H 1
7211| #define HAVE_VIS_H 1
7212| #define HAVE_WCHAR_H 1
7213| #define HAVE_NET_ROUTE_H 1
7214| #define HAVE_SYS_SYSCTL_H 1
7215| #define HAVE_LOGIN_CAP_H 1
7216| #define HAVE_SYS_MOUNT_H 1
7217| #define HAVE_SYS_UN_H 1
7218| #define HAVE_DIRNAME 1
7219| #define HAVE_LIBGEN_H 1
7220| #define HAVE_BASENAME 1
7221| #define WITH_ZLIB 1
7222| #define HAVE_LIBZ 1
7223| #define HAVE_UTIMES 1
7224| #define HAVE_LIBUTIL_H 1
7225| /* end confdefs.h.  */
7226| /* Define scan_scaled to an innocuous variant, in case <limits.h> declares scan_scaled.
7227|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7228| #define scan_scaled innocuous_scan_scaled
7229|
7230| /* System header to define __stub macros and hopefully few prototypes,
7231|    which can conflict with char scan_scaled (); below.  */
7232|
7233| #include <limits.h>
7234| #undef scan_scaled
7235|
7236| /* Override any GCC internal prototype to avoid an error.
7237|    Use char because int might match the return type of a GCC
7238|    builtin and then its argument prototype would still apply.  */
7239| #ifdef __cplusplus
7240| extern "C"
7241| #endif
7242| char scan_scaled ();
7243| /* The GNU C library defines this for functions which it implements
7244|     to always fail with ENOSYS.  Some functions are actually named
7245|     something starting with __ and the normal name is an alias.  */
7246| #if defined __stub_scan_scaled || defined __stub___scan_scaled
7247| choke me
7248| #endif
7249|
7250| int
7251| main (void)
7252| {
7253| return scan_scaled ();
7254|   ;
7255|   return 0;
7256| }
7257configure:14393: result: no
7258configure:14399: checking for login
7259configure:14399: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7260conftest.c:108: error: undefined reference to 'login'
7261collect2: error: ld returned 1 exit status
7262configure:14399: $? = 1
7263configure: failed program was:
7264| /* confdefs.h */
7265| #define PACKAGE_NAME "OpenSSH"
7266| #define PACKAGE_TARNAME "openssh"
7267| #define PACKAGE_VERSION "Portable"
7268| #define PACKAGE_STRING "OpenSSH Portable"
7269| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7270| #define PACKAGE_URL ""
7271| #define HAVE_STDIO_H 1
7272| #define HAVE_STDLIB_H 1
7273| #define HAVE_STRING_H 1
7274| #define HAVE_INTTYPES_H 1
7275| #define HAVE_STDINT_H 1
7276| #define HAVE_STRINGS_H 1
7277| #define HAVE_SYS_STAT_H 1
7278| #define HAVE_SYS_TYPES_H 1
7279| #define HAVE_UNISTD_H 1
7280| #define STDC_HEADERS 1
7281| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7282| #define HAVE_RLIMIT_NPROC /**/
7283| #define WITH_OPENSSL 1
7284| #define VARIABLE_LENGTH_ARRAYS 1
7285| #define VARIABLE_DECLARATION_AFTER_CODE 1
7286| #define HAVE_ATTRIBUTE__NONNULL__ 1
7287| #define HAVE_DIRENT_H 1
7288| #define HAVE_ENDIAN_H 1
7289| #define HAVE_ELF_H 1
7290| #define HAVE_ERR_H 1
7291| #define HAVE_FCNTL_H 1
7292| #define HAVE_FLOATINGPOINT_H 1
7293| #define HAVE_FNMATCH_H 1
7294| #define HAVE_GETOPT_H 1
7295| #define HAVE_GLOB_H 1
7296| #define HAVE_IFADDRS_H 1
7297| #define HAVE_INTTYPES_H 1
7298| #define HAVE_LANGINFO_H 1
7299| #define HAVE_LIMITS_H 1
7300| #define HAVE_LOCALE_H 1
7301| #define HAVE_NETDB_H 1
7302| #define HAVE_PATHS_H 1
7303| #define HAVE_POLL_H 1
7304| #define HAVE_READPASSPHRASE_H 1
7305| #define HAVE_RPC_TYPES_H 1
7306| #define HAVE_SECURITY_PAM_APPL_H 1
7307| #define HAVE_STDDEF_H 1
7308| #define HAVE_STDINT_H 1
7309| #define HAVE_STRING_H 1
7310| #define HAVE_STRINGS_H 1
7311| #define HAVE_SYS_CDEFS_H 1
7312| #define HAVE_SYS_FILE_H 1
7313| #define HAVE_SYS_MMAN_H 1
7314| #define HAVE_SYS_PARAM_H 1
7315| #define HAVE_SYS_POLL_H 1
7316| #define HAVE_SYS_PROCCTL_H 1
7317| #define HAVE_SYS_PTRACE_H 1
7318| #define HAVE_SYS_RANDOM_H 1
7319| #define HAVE_SYS_SELECT_H 1
7320| #define HAVE_SYS_STATVFS_H 1
7321| #define HAVE_SYS_TIME_H 1
7322| #define HAVE_SYS_TIMERS_H 1
7323| #define HAVE_TIME_H 1
7324| #define HAVE_TTYENT_H 1
7325| #define HAVE_UNISTD_H 1
7326| #define HAVE_UTIL_H 1
7327| #define HAVE_UTIME_H 1
7328| #define HAVE_UTMPX_H 1
7329| #define HAVE_VIS_H 1
7330| #define HAVE_WCHAR_H 1
7331| #define HAVE_NET_ROUTE_H 1
7332| #define HAVE_SYS_SYSCTL_H 1
7333| #define HAVE_LOGIN_CAP_H 1
7334| #define HAVE_SYS_MOUNT_H 1
7335| #define HAVE_SYS_UN_H 1
7336| #define HAVE_DIRNAME 1
7337| #define HAVE_LIBGEN_H 1
7338| #define HAVE_BASENAME 1
7339| #define WITH_ZLIB 1
7340| #define HAVE_LIBZ 1
7341| #define HAVE_UTIMES 1
7342| #define HAVE_LIBUTIL_H 1
7343| /* end confdefs.h.  */
7344| /* Define login to an innocuous variant, in case <limits.h> declares login.
7345|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7346| #define login innocuous_login
7347|
7348| /* System header to define __stub macros and hopefully few prototypes,
7349|    which can conflict with char login (); below.  */
7350|
7351| #include <limits.h>
7352| #undef login
7353|
7354| /* Override any GCC internal prototype to avoid an error.
7355|    Use char because int might match the return type of a GCC
7356|    builtin and then its argument prototype would still apply.  */
7357| #ifdef __cplusplus
7358| extern "C"
7359| #endif
7360| char login ();
7361| /* The GNU C library defines this for functions which it implements
7362|     to always fail with ENOSYS.  Some functions are actually named
7363|     something starting with __ and the normal name is an alias.  */
7364| #if defined __stub_login || defined __stub___login
7365| choke me
7366| #endif
7367|
7368| int
7369| main (void)
7370| {
7371| return login ();
7372|   ;
7373|   return 0;
7374| }
7375configure:14399: result: no
7376configure:14405: checking for logout
7377configure:14405: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7378conftest.c:108: error: undefined reference to 'logout'
7379collect2: error: ld returned 1 exit status
7380configure:14405: $? = 1
7381configure: failed program was:
7382| /* confdefs.h */
7383| #define PACKAGE_NAME "OpenSSH"
7384| #define PACKAGE_TARNAME "openssh"
7385| #define PACKAGE_VERSION "Portable"
7386| #define PACKAGE_STRING "OpenSSH Portable"
7387| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7388| #define PACKAGE_URL ""
7389| #define HAVE_STDIO_H 1
7390| #define HAVE_STDLIB_H 1
7391| #define HAVE_STRING_H 1
7392| #define HAVE_INTTYPES_H 1
7393| #define HAVE_STDINT_H 1
7394| #define HAVE_STRINGS_H 1
7395| #define HAVE_SYS_STAT_H 1
7396| #define HAVE_SYS_TYPES_H 1
7397| #define HAVE_UNISTD_H 1
7398| #define STDC_HEADERS 1
7399| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7400| #define HAVE_RLIMIT_NPROC /**/
7401| #define WITH_OPENSSL 1
7402| #define VARIABLE_LENGTH_ARRAYS 1
7403| #define VARIABLE_DECLARATION_AFTER_CODE 1
7404| #define HAVE_ATTRIBUTE__NONNULL__ 1
7405| #define HAVE_DIRENT_H 1
7406| #define HAVE_ENDIAN_H 1
7407| #define HAVE_ELF_H 1
7408| #define HAVE_ERR_H 1
7409| #define HAVE_FCNTL_H 1
7410| #define HAVE_FLOATINGPOINT_H 1
7411| #define HAVE_FNMATCH_H 1
7412| #define HAVE_GETOPT_H 1
7413| #define HAVE_GLOB_H 1
7414| #define HAVE_IFADDRS_H 1
7415| #define HAVE_INTTYPES_H 1
7416| #define HAVE_LANGINFO_H 1
7417| #define HAVE_LIMITS_H 1
7418| #define HAVE_LOCALE_H 1
7419| #define HAVE_NETDB_H 1
7420| #define HAVE_PATHS_H 1
7421| #define HAVE_POLL_H 1
7422| #define HAVE_READPASSPHRASE_H 1
7423| #define HAVE_RPC_TYPES_H 1
7424| #define HAVE_SECURITY_PAM_APPL_H 1
7425| #define HAVE_STDDEF_H 1
7426| #define HAVE_STDINT_H 1
7427| #define HAVE_STRING_H 1
7428| #define HAVE_STRINGS_H 1
7429| #define HAVE_SYS_CDEFS_H 1
7430| #define HAVE_SYS_FILE_H 1
7431| #define HAVE_SYS_MMAN_H 1
7432| #define HAVE_SYS_PARAM_H 1
7433| #define HAVE_SYS_POLL_H 1
7434| #define HAVE_SYS_PROCCTL_H 1
7435| #define HAVE_SYS_PTRACE_H 1
7436| #define HAVE_SYS_RANDOM_H 1
7437| #define HAVE_SYS_SELECT_H 1
7438| #define HAVE_SYS_STATVFS_H 1
7439| #define HAVE_SYS_TIME_H 1
7440| #define HAVE_SYS_TIMERS_H 1
7441| #define HAVE_TIME_H 1
7442| #define HAVE_TTYENT_H 1
7443| #define HAVE_UNISTD_H 1
7444| #define HAVE_UTIL_H 1
7445| #define HAVE_UTIME_H 1
7446| #define HAVE_UTMPX_H 1
7447| #define HAVE_VIS_H 1
7448| #define HAVE_WCHAR_H 1
7449| #define HAVE_NET_ROUTE_H 1
7450| #define HAVE_SYS_SYSCTL_H 1
7451| #define HAVE_LOGIN_CAP_H 1
7452| #define HAVE_SYS_MOUNT_H 1
7453| #define HAVE_SYS_UN_H 1
7454| #define HAVE_DIRNAME 1
7455| #define HAVE_LIBGEN_H 1
7456| #define HAVE_BASENAME 1
7457| #define WITH_ZLIB 1
7458| #define HAVE_LIBZ 1
7459| #define HAVE_UTIMES 1
7460| #define HAVE_LIBUTIL_H 1
7461| /* end confdefs.h.  */
7462| /* Define logout to an innocuous variant, in case <limits.h> declares logout.
7463|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7464| #define logout innocuous_logout
7465|
7466| /* System header to define __stub macros and hopefully few prototypes,
7467|    which can conflict with char logout (); below.  */
7468|
7469| #include <limits.h>
7470| #undef logout
7471|
7472| /* Override any GCC internal prototype to avoid an error.
7473|    Use char because int might match the return type of a GCC
7474|    builtin and then its argument prototype would still apply.  */
7475| #ifdef __cplusplus
7476| extern "C"
7477| #endif
7478| char logout ();
7479| /* The GNU C library defines this for functions which it implements
7480|     to always fail with ENOSYS.  Some functions are actually named
7481|     something starting with __ and the normal name is an alias.  */
7482| #if defined __stub_logout || defined __stub___logout
7483| choke me
7484| #endif
7485|
7486| int
7487| main (void)
7488| {
7489| return logout ();
7490|   ;
7491|   return 0;
7492| }
7493configure:14405: result: no
7494configure:14411: checking for openpty
7495configure:14411: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7496configure:14411: $? = 0
7497configure:14411: result: yes
7498configure:14417: checking for updwtmp
7499configure:14417: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7500conftest.c:109: error: undefined reference to 'updwtmp'
7501collect2: error: ld returned 1 exit status
7502configure:14417: $? = 1
7503configure: failed program was:
7504| /* confdefs.h */
7505| #define PACKAGE_NAME "OpenSSH"
7506| #define PACKAGE_TARNAME "openssh"
7507| #define PACKAGE_VERSION "Portable"
7508| #define PACKAGE_STRING "OpenSSH Portable"
7509| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7510| #define PACKAGE_URL ""
7511| #define HAVE_STDIO_H 1
7512| #define HAVE_STDLIB_H 1
7513| #define HAVE_STRING_H 1
7514| #define HAVE_INTTYPES_H 1
7515| #define HAVE_STDINT_H 1
7516| #define HAVE_STRINGS_H 1
7517| #define HAVE_SYS_STAT_H 1
7518| #define HAVE_SYS_TYPES_H 1
7519| #define HAVE_UNISTD_H 1
7520| #define STDC_HEADERS 1
7521| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7522| #define HAVE_RLIMIT_NPROC /**/
7523| #define WITH_OPENSSL 1
7524| #define VARIABLE_LENGTH_ARRAYS 1
7525| #define VARIABLE_DECLARATION_AFTER_CODE 1
7526| #define HAVE_ATTRIBUTE__NONNULL__ 1
7527| #define HAVE_DIRENT_H 1
7528| #define HAVE_ENDIAN_H 1
7529| #define HAVE_ELF_H 1
7530| #define HAVE_ERR_H 1
7531| #define HAVE_FCNTL_H 1
7532| #define HAVE_FLOATINGPOINT_H 1
7533| #define HAVE_FNMATCH_H 1
7534| #define HAVE_GETOPT_H 1
7535| #define HAVE_GLOB_H 1
7536| #define HAVE_IFADDRS_H 1
7537| #define HAVE_INTTYPES_H 1
7538| #define HAVE_LANGINFO_H 1
7539| #define HAVE_LIMITS_H 1
7540| #define HAVE_LOCALE_H 1
7541| #define HAVE_NETDB_H 1
7542| #define HAVE_PATHS_H 1
7543| #define HAVE_POLL_H 1
7544| #define HAVE_READPASSPHRASE_H 1
7545| #define HAVE_RPC_TYPES_H 1
7546| #define HAVE_SECURITY_PAM_APPL_H 1
7547| #define HAVE_STDDEF_H 1
7548| #define HAVE_STDINT_H 1
7549| #define HAVE_STRING_H 1
7550| #define HAVE_STRINGS_H 1
7551| #define HAVE_SYS_CDEFS_H 1
7552| #define HAVE_SYS_FILE_H 1
7553| #define HAVE_SYS_MMAN_H 1
7554| #define HAVE_SYS_PARAM_H 1
7555| #define HAVE_SYS_POLL_H 1
7556| #define HAVE_SYS_PROCCTL_H 1
7557| #define HAVE_SYS_PTRACE_H 1
7558| #define HAVE_SYS_RANDOM_H 1
7559| #define HAVE_SYS_SELECT_H 1
7560| #define HAVE_SYS_STATVFS_H 1
7561| #define HAVE_SYS_TIME_H 1
7562| #define HAVE_SYS_TIMERS_H 1
7563| #define HAVE_TIME_H 1
7564| #define HAVE_TTYENT_H 1
7565| #define HAVE_UNISTD_H 1
7566| #define HAVE_UTIL_H 1
7567| #define HAVE_UTIME_H 1
7568| #define HAVE_UTMPX_H 1
7569| #define HAVE_VIS_H 1
7570| #define HAVE_WCHAR_H 1
7571| #define HAVE_NET_ROUTE_H 1
7572| #define HAVE_SYS_SYSCTL_H 1
7573| #define HAVE_LOGIN_CAP_H 1
7574| #define HAVE_SYS_MOUNT_H 1
7575| #define HAVE_SYS_UN_H 1
7576| #define HAVE_DIRNAME 1
7577| #define HAVE_LIBGEN_H 1
7578| #define HAVE_BASENAME 1
7579| #define WITH_ZLIB 1
7580| #define HAVE_LIBZ 1
7581| #define HAVE_UTIMES 1
7582| #define HAVE_LIBUTIL_H 1
7583| #define HAVE_OPENPTY 1
7584| /* end confdefs.h.  */
7585| /* Define updwtmp to an innocuous variant, in case <limits.h> declares updwtmp.
7586|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7587| #define updwtmp innocuous_updwtmp
7588|
7589| /* System header to define __stub macros and hopefully few prototypes,
7590|    which can conflict with char updwtmp (); below.  */
7591|
7592| #include <limits.h>
7593| #undef updwtmp
7594|
7595| /* Override any GCC internal prototype to avoid an error.
7596|    Use char because int might match the return type of a GCC
7597|    builtin and then its argument prototype would still apply.  */
7598| #ifdef __cplusplus
7599| extern "C"
7600| #endif
7601| char updwtmp ();
7602| /* The GNU C library defines this for functions which it implements
7603|     to always fail with ENOSYS.  Some functions are actually named
7604|     something starting with __ and the normal name is an alias.  */
7605| #if defined __stub_updwtmp || defined __stub___updwtmp
7606| choke me
7607| #endif
7608|
7609| int
7610| main (void)
7611| {
7612| return updwtmp ();
7613|   ;
7614|   return 0;
7615| }
7616configure:14417: result: no
7617configure:14423: checking for logwtmp
7618configure:14423: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7619conftest.c:109: error: undefined reference to 'logwtmp'
7620collect2: error: ld returned 1 exit status
7621configure:14423: $? = 1
7622configure: failed program was:
7623| /* confdefs.h */
7624| #define PACKAGE_NAME "OpenSSH"
7625| #define PACKAGE_TARNAME "openssh"
7626| #define PACKAGE_VERSION "Portable"
7627| #define PACKAGE_STRING "OpenSSH Portable"
7628| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7629| #define PACKAGE_URL ""
7630| #define HAVE_STDIO_H 1
7631| #define HAVE_STDLIB_H 1
7632| #define HAVE_STRING_H 1
7633| #define HAVE_INTTYPES_H 1
7634| #define HAVE_STDINT_H 1
7635| #define HAVE_STRINGS_H 1
7636| #define HAVE_SYS_STAT_H 1
7637| #define HAVE_SYS_TYPES_H 1
7638| #define HAVE_UNISTD_H 1
7639| #define STDC_HEADERS 1
7640| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7641| #define HAVE_RLIMIT_NPROC /**/
7642| #define WITH_OPENSSL 1
7643| #define VARIABLE_LENGTH_ARRAYS 1
7644| #define VARIABLE_DECLARATION_AFTER_CODE 1
7645| #define HAVE_ATTRIBUTE__NONNULL__ 1
7646| #define HAVE_DIRENT_H 1
7647| #define HAVE_ENDIAN_H 1
7648| #define HAVE_ELF_H 1
7649| #define HAVE_ERR_H 1
7650| #define HAVE_FCNTL_H 1
7651| #define HAVE_FLOATINGPOINT_H 1
7652| #define HAVE_FNMATCH_H 1
7653| #define HAVE_GETOPT_H 1
7654| #define HAVE_GLOB_H 1
7655| #define HAVE_IFADDRS_H 1
7656| #define HAVE_INTTYPES_H 1
7657| #define HAVE_LANGINFO_H 1
7658| #define HAVE_LIMITS_H 1
7659| #define HAVE_LOCALE_H 1
7660| #define HAVE_NETDB_H 1
7661| #define HAVE_PATHS_H 1
7662| #define HAVE_POLL_H 1
7663| #define HAVE_READPASSPHRASE_H 1
7664| #define HAVE_RPC_TYPES_H 1
7665| #define HAVE_SECURITY_PAM_APPL_H 1
7666| #define HAVE_STDDEF_H 1
7667| #define HAVE_STDINT_H 1
7668| #define HAVE_STRING_H 1
7669| #define HAVE_STRINGS_H 1
7670| #define HAVE_SYS_CDEFS_H 1
7671| #define HAVE_SYS_FILE_H 1
7672| #define HAVE_SYS_MMAN_H 1
7673| #define HAVE_SYS_PARAM_H 1
7674| #define HAVE_SYS_POLL_H 1
7675| #define HAVE_SYS_PROCCTL_H 1
7676| #define HAVE_SYS_PTRACE_H 1
7677| #define HAVE_SYS_RANDOM_H 1
7678| #define HAVE_SYS_SELECT_H 1
7679| #define HAVE_SYS_STATVFS_H 1
7680| #define HAVE_SYS_TIME_H 1
7681| #define HAVE_SYS_TIMERS_H 1
7682| #define HAVE_TIME_H 1
7683| #define HAVE_TTYENT_H 1
7684| #define HAVE_UNISTD_H 1
7685| #define HAVE_UTIL_H 1
7686| #define HAVE_UTIME_H 1
7687| #define HAVE_UTMPX_H 1
7688| #define HAVE_VIS_H 1
7689| #define HAVE_WCHAR_H 1
7690| #define HAVE_NET_ROUTE_H 1
7691| #define HAVE_SYS_SYSCTL_H 1
7692| #define HAVE_LOGIN_CAP_H 1
7693| #define HAVE_SYS_MOUNT_H 1
7694| #define HAVE_SYS_UN_H 1
7695| #define HAVE_DIRNAME 1
7696| #define HAVE_LIBGEN_H 1
7697| #define HAVE_BASENAME 1
7698| #define WITH_ZLIB 1
7699| #define HAVE_LIBZ 1
7700| #define HAVE_UTIMES 1
7701| #define HAVE_LIBUTIL_H 1
7702| #define HAVE_OPENPTY 1
7703| /* end confdefs.h.  */
7704| /* Define logwtmp to an innocuous variant, in case <limits.h> declares logwtmp.
7705|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7706| #define logwtmp innocuous_logwtmp
7707|
7708| /* System header to define __stub macros and hopefully few prototypes,
7709|    which can conflict with char logwtmp (); below.  */
7710|
7711| #include <limits.h>
7712| #undef logwtmp
7713|
7714| /* Override any GCC internal prototype to avoid an error.
7715|    Use char because int might match the return type of a GCC
7716|    builtin and then its argument prototype would still apply.  */
7717| #ifdef __cplusplus
7718| extern "C"
7719| #endif
7720| char logwtmp ();
7721| /* The GNU C library defines this for functions which it implements
7722|     to always fail with ENOSYS.  Some functions are actually named
7723|     something starting with __ and the normal name is an alias.  */
7724| #if defined __stub_logwtmp || defined __stub___logwtmp
7725| choke me
7726| #endif
7727|
7728| int
7729| main (void)
7730| {
7731| return logwtmp ();
7732|   ;
7733|   return 0;
7734| }
7735configure:14423: result: no
7736configure:14433: checking for library containing inet_ntop
7737configure:14463: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7738configure:14463: $? = 0
7739configure:14483: result: none required
7740configure:14492: checking for library containing gethostbyname
7741configure:14522: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7742configure:14522: $? = 0
7743configure:14542: result: none required
7744configure:14554: checking for library containing SHA256Update
7745configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
7746conftest.c:90: error: undefined reference to 'SHA256Update'
7747collect2: error: ld returned 1 exit status
7748configure:14584: $? = 1
7749configure: failed program was:
7750| /* confdefs.h */
7751| #define PACKAGE_NAME "OpenSSH"
7752| #define PACKAGE_TARNAME "openssh"
7753| #define PACKAGE_VERSION "Portable"
7754| #define PACKAGE_STRING "OpenSSH Portable"
7755| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7756| #define PACKAGE_URL ""
7757| #define HAVE_STDIO_H 1
7758| #define HAVE_STDLIB_H 1
7759| #define HAVE_STRING_H 1
7760| #define HAVE_INTTYPES_H 1
7761| #define HAVE_STDINT_H 1
7762| #define HAVE_STRINGS_H 1
7763| #define HAVE_SYS_STAT_H 1
7764| #define HAVE_SYS_TYPES_H 1
7765| #define HAVE_UNISTD_H 1
7766| #define STDC_HEADERS 1
7767| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7768| #define HAVE_RLIMIT_NPROC /**/
7769| #define WITH_OPENSSL 1
7770| #define VARIABLE_LENGTH_ARRAYS 1
7771| #define VARIABLE_DECLARATION_AFTER_CODE 1
7772| #define HAVE_ATTRIBUTE__NONNULL__ 1
7773| #define HAVE_DIRENT_H 1
7774| #define HAVE_ENDIAN_H 1
7775| #define HAVE_ELF_H 1
7776| #define HAVE_ERR_H 1
7777| #define HAVE_FCNTL_H 1
7778| #define HAVE_FLOATINGPOINT_H 1
7779| #define HAVE_FNMATCH_H 1
7780| #define HAVE_GETOPT_H 1
7781| #define HAVE_GLOB_H 1
7782| #define HAVE_IFADDRS_H 1
7783| #define HAVE_INTTYPES_H 1
7784| #define HAVE_LANGINFO_H 1
7785| #define HAVE_LIMITS_H 1
7786| #define HAVE_LOCALE_H 1
7787| #define HAVE_NETDB_H 1
7788| #define HAVE_PATHS_H 1
7789| #define HAVE_POLL_H 1
7790| #define HAVE_READPASSPHRASE_H 1
7791| #define HAVE_RPC_TYPES_H 1
7792| #define HAVE_SECURITY_PAM_APPL_H 1
7793| #define HAVE_STDDEF_H 1
7794| #define HAVE_STDINT_H 1
7795| #define HAVE_STRING_H 1
7796| #define HAVE_STRINGS_H 1
7797| #define HAVE_SYS_CDEFS_H 1
7798| #define HAVE_SYS_FILE_H 1
7799| #define HAVE_SYS_MMAN_H 1
7800| #define HAVE_SYS_PARAM_H 1
7801| #define HAVE_SYS_POLL_H 1
7802| #define HAVE_SYS_PROCCTL_H 1
7803| #define HAVE_SYS_PTRACE_H 1
7804| #define HAVE_SYS_RANDOM_H 1
7805| #define HAVE_SYS_SELECT_H 1
7806| #define HAVE_SYS_STATVFS_H 1
7807| #define HAVE_SYS_TIME_H 1
7808| #define HAVE_SYS_TIMERS_H 1
7809| #define HAVE_TIME_H 1
7810| #define HAVE_TTYENT_H 1
7811| #define HAVE_UNISTD_H 1
7812| #define HAVE_UTIL_H 1
7813| #define HAVE_UTIME_H 1
7814| #define HAVE_UTMPX_H 1
7815| #define HAVE_VIS_H 1
7816| #define HAVE_WCHAR_H 1
7817| #define HAVE_NET_ROUTE_H 1
7818| #define HAVE_SYS_SYSCTL_H 1
7819| #define HAVE_LOGIN_CAP_H 1
7820| #define HAVE_SYS_MOUNT_H 1
7821| #define HAVE_SYS_UN_H 1
7822| #define HAVE_DIRNAME 1
7823| #define HAVE_LIBGEN_H 1
7824| #define HAVE_BASENAME 1
7825| #define WITH_ZLIB 1
7826| #define HAVE_LIBZ 1
7827| #define HAVE_UTIMES 1
7828| #define HAVE_LIBUTIL_H 1
7829| #define HAVE_OPENPTY 1
7830| /* end confdefs.h.  */
7831|
7832| /* Override any GCC internal prototype to avoid an error.
7833|    Use char because int might match the return type of a GCC
7834|    builtin and then its argument prototype would still apply.  */
7835| char SHA256Update ();
7836| int
7837| main (void)
7838| {
7839| return SHA256Update ();
7840|   ;
7841|   return 0;
7842| }
7843configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lmd  -lutil  >&5
7844/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lmd
7845conftest.c:90: error: undefined reference to 'SHA256Update'
7846collect2: error: ld returned 1 exit status
7847configure:14584: $? = 1
7848configure: failed program was:
7849| /* confdefs.h */
7850| #define PACKAGE_NAME "OpenSSH"
7851| #define PACKAGE_TARNAME "openssh"
7852| #define PACKAGE_VERSION "Portable"
7853| #define PACKAGE_STRING "OpenSSH Portable"
7854| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7855| #define PACKAGE_URL ""
7856| #define HAVE_STDIO_H 1
7857| #define HAVE_STDLIB_H 1
7858| #define HAVE_STRING_H 1
7859| #define HAVE_INTTYPES_H 1
7860| #define HAVE_STDINT_H 1
7861| #define HAVE_STRINGS_H 1
7862| #define HAVE_SYS_STAT_H 1
7863| #define HAVE_SYS_TYPES_H 1
7864| #define HAVE_UNISTD_H 1
7865| #define STDC_HEADERS 1
7866| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7867| #define HAVE_RLIMIT_NPROC /**/
7868| #define WITH_OPENSSL 1
7869| #define VARIABLE_LENGTH_ARRAYS 1
7870| #define VARIABLE_DECLARATION_AFTER_CODE 1
7871| #define HAVE_ATTRIBUTE__NONNULL__ 1
7872| #define HAVE_DIRENT_H 1
7873| #define HAVE_ENDIAN_H 1
7874| #define HAVE_ELF_H 1
7875| #define HAVE_ERR_H 1
7876| #define HAVE_FCNTL_H 1
7877| #define HAVE_FLOATINGPOINT_H 1
7878| #define HAVE_FNMATCH_H 1
7879| #define HAVE_GETOPT_H 1
7880| #define HAVE_GLOB_H 1
7881| #define HAVE_IFADDRS_H 1
7882| #define HAVE_INTTYPES_H 1
7883| #define HAVE_LANGINFO_H 1
7884| #define HAVE_LIMITS_H 1
7885| #define HAVE_LOCALE_H 1
7886| #define HAVE_NETDB_H 1
7887| #define HAVE_PATHS_H 1
7888| #define HAVE_POLL_H 1
7889| #define HAVE_READPASSPHRASE_H 1
7890| #define HAVE_RPC_TYPES_H 1
7891| #define HAVE_SECURITY_PAM_APPL_H 1
7892| #define HAVE_STDDEF_H 1
7893| #define HAVE_STDINT_H 1
7894| #define HAVE_STRING_H 1
7895| #define HAVE_STRINGS_H 1
7896| #define HAVE_SYS_CDEFS_H 1
7897| #define HAVE_SYS_FILE_H 1
7898| #define HAVE_SYS_MMAN_H 1
7899| #define HAVE_SYS_PARAM_H 1
7900| #define HAVE_SYS_POLL_H 1
7901| #define HAVE_SYS_PROCCTL_H 1
7902| #define HAVE_SYS_PTRACE_H 1
7903| #define HAVE_SYS_RANDOM_H 1
7904| #define HAVE_SYS_SELECT_H 1
7905| #define HAVE_SYS_STATVFS_H 1
7906| #define HAVE_SYS_TIME_H 1
7907| #define HAVE_SYS_TIMERS_H 1
7908| #define HAVE_TIME_H 1
7909| #define HAVE_TTYENT_H 1
7910| #define HAVE_UNISTD_H 1
7911| #define HAVE_UTIL_H 1
7912| #define HAVE_UTIME_H 1
7913| #define HAVE_UTMPX_H 1
7914| #define HAVE_VIS_H 1
7915| #define HAVE_WCHAR_H 1
7916| #define HAVE_NET_ROUTE_H 1
7917| #define HAVE_SYS_SYSCTL_H 1
7918| #define HAVE_LOGIN_CAP_H 1
7919| #define HAVE_SYS_MOUNT_H 1
7920| #define HAVE_SYS_UN_H 1
7921| #define HAVE_DIRNAME 1
7922| #define HAVE_LIBGEN_H 1
7923| #define HAVE_BASENAME 1
7924| #define WITH_ZLIB 1
7925| #define HAVE_LIBZ 1
7926| #define HAVE_UTIMES 1
7927| #define HAVE_LIBUTIL_H 1
7928| #define HAVE_OPENPTY 1
7929| /* end confdefs.h.  */
7930|
7931| /* Override any GCC internal prototype to avoid an error.
7932|    Use char because int might match the return type of a GCC
7933|    builtin and then its argument prototype would still apply.  */
7934| char SHA256Update ();
7935| int
7936| main (void)
7937| {
7938| return SHA256Update ();
7939|   ;
7940|   return 0;
7941| }
7942configure:14584: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lbsd  -lutil  >&5
7943/usr/libexec/binutils234/elf/ld.gold: error: cannot find -lbsd
7944conftest.c:90: error: undefined reference to 'SHA256Update'
7945collect2: error: ld returned 1 exit status
7946configure:14584: $? = 1
7947configure: failed program was:
7948| /* confdefs.h */
7949| #define PACKAGE_NAME "OpenSSH"
7950| #define PACKAGE_TARNAME "openssh"
7951| #define PACKAGE_VERSION "Portable"
7952| #define PACKAGE_STRING "OpenSSH Portable"
7953| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
7954| #define PACKAGE_URL ""
7955| #define HAVE_STDIO_H 1
7956| #define HAVE_STDLIB_H 1
7957| #define HAVE_STRING_H 1
7958| #define HAVE_INTTYPES_H 1
7959| #define HAVE_STDINT_H 1
7960| #define HAVE_STRINGS_H 1
7961| #define HAVE_SYS_STAT_H 1
7962| #define HAVE_SYS_TYPES_H 1
7963| #define HAVE_UNISTD_H 1
7964| #define STDC_HEADERS 1
7965| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
7966| #define HAVE_RLIMIT_NPROC /**/
7967| #define WITH_OPENSSL 1
7968| #define VARIABLE_LENGTH_ARRAYS 1
7969| #define VARIABLE_DECLARATION_AFTER_CODE 1
7970| #define HAVE_ATTRIBUTE__NONNULL__ 1
7971| #define HAVE_DIRENT_H 1
7972| #define HAVE_ENDIAN_H 1
7973| #define HAVE_ELF_H 1
7974| #define HAVE_ERR_H 1
7975| #define HAVE_FCNTL_H 1
7976| #define HAVE_FLOATINGPOINT_H 1
7977| #define HAVE_FNMATCH_H 1
7978| #define HAVE_GETOPT_H 1
7979| #define HAVE_GLOB_H 1
7980| #define HAVE_IFADDRS_H 1
7981| #define HAVE_INTTYPES_H 1
7982| #define HAVE_LANGINFO_H 1
7983| #define HAVE_LIMITS_H 1
7984| #define HAVE_LOCALE_H 1
7985| #define HAVE_NETDB_H 1
7986| #define HAVE_PATHS_H 1
7987| #define HAVE_POLL_H 1
7988| #define HAVE_READPASSPHRASE_H 1
7989| #define HAVE_RPC_TYPES_H 1
7990| #define HAVE_SECURITY_PAM_APPL_H 1
7991| #define HAVE_STDDEF_H 1
7992| #define HAVE_STDINT_H 1
7993| #define HAVE_STRING_H 1
7994| #define HAVE_STRINGS_H 1
7995| #define HAVE_SYS_CDEFS_H 1
7996| #define HAVE_SYS_FILE_H 1
7997| #define HAVE_SYS_MMAN_H 1
7998| #define HAVE_SYS_PARAM_H 1
7999| #define HAVE_SYS_POLL_H 1
8000| #define HAVE_SYS_PROCCTL_H 1
8001| #define HAVE_SYS_PTRACE_H 1
8002| #define HAVE_SYS_RANDOM_H 1
8003| #define HAVE_SYS_SELECT_H 1
8004| #define HAVE_SYS_STATVFS_H 1
8005| #define HAVE_SYS_TIME_H 1
8006| #define HAVE_SYS_TIMERS_H 1
8007| #define HAVE_TIME_H 1
8008| #define HAVE_TTYENT_H 1
8009| #define HAVE_UNISTD_H 1
8010| #define HAVE_UTIL_H 1
8011| #define HAVE_UTIME_H 1
8012| #define HAVE_UTMPX_H 1
8013| #define HAVE_VIS_H 1
8014| #define HAVE_WCHAR_H 1
8015| #define HAVE_NET_ROUTE_H 1
8016| #define HAVE_SYS_SYSCTL_H 1
8017| #define HAVE_LOGIN_CAP_H 1
8018| #define HAVE_SYS_MOUNT_H 1
8019| #define HAVE_SYS_UN_H 1
8020| #define HAVE_DIRNAME 1
8021| #define HAVE_LIBGEN_H 1
8022| #define HAVE_BASENAME 1
8023| #define WITH_ZLIB 1
8024| #define HAVE_LIBZ 1
8025| #define HAVE_UTIMES 1
8026| #define HAVE_LIBUTIL_H 1
8027| #define HAVE_OPENPTY 1
8028| /* end confdefs.h.  */
8029|
8030| /* Override any GCC internal prototype to avoid an error.
8031|    Use char because int might match the return type of a GCC
8032|    builtin and then its argument prototype would still apply.  */
8033| char SHA256Update ();
8034| int
8035| main (void)
8036| {
8037| return SHA256Update ();
8038|   ;
8039|   return 0;
8040| }
8041configure:14604: result: no
8042configure:14619: checking for strftime
8043configure:14619: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8044conftest.c:98:6: warning: conflicting types for built-in function 'strftime' [-Wbuiltin-declaration-mismatch]
8045 char strftime ();
8046      ^~~~~~~~
8047configure:14619: $? = 0
8048configure:14619: result: yes
8049configure:14671: checking for GNU libc compatible malloc
8050configure:14703: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8051configure:14703: $? = 0
8052configure:14703: ./conftest
8053configure:14703: $? = 0
8054configure:14714: result: yes
8055configure:14736: checking for GNU libc compatible realloc
8056configure:14768: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8057configure:14768: $? = 0
8058configure:14768: ./conftest
8059configure:14768: $? = 0
8060configure:14779: result: yes
8061configure:14802: checking if calloc(0, N) returns non-null
8062configure:14823: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8063configure:14823: $? = 0
8064configure:14823: ./conftest
8065configure:14823: $? = 0
8066configure:14833: result: yes
8067configure:14850: checking for GLOB_ALTDIRFUNC support
8068configure:14869: result: yes
8069configure:14883: checking for gl_matchc field in glob_t
8070configure:14896: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
8071conftest.c: In function 'main':
8072conftest.c:91:9: warning: variable 'g' set but not used [-Wunused-but-set-variable]
8073  glob_t g; g.gl_matchc = 1;
8074         ^
8075configure:14896: $? = 0
8076configure:14902: result: yes
8077configure:14914: checking for gl_statv and GLOB_KEEPSTAT extensions for glob
8078configure:14933: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  conftest.c >&5
8079conftest.c: In function 'main':
8080conftest.c:94:2: error: #error "glob does not support GLOB_KEEPSTAT extension"
8081 #error "glob does not support GLOB_KEEPSTAT extension"
8082  ^~~~~
8083conftest.c:97:3: error: 'glob_t' {aka 'struct <anonymous>'} has no member named 'gl_statv'; did you mean 'gl_stat'?
8084 g.gl_statv = NULL;
8085   ^~~~~~~~
8086   gl_stat
8087conftest.c:97:14: error: 'NULL' undeclared (first use in this function)
8088 g.gl_statv = NULL;
8089              ^~~~
8090conftest.c:97:14: note: 'NULL' is defined in header '<stddef.h>'; did you forget to '#include <stddef.h>'?
8091conftest.c:89:1:
8092 int
8093conftest.c:97:14:
8094 g.gl_statv = NULL;
8095              ^~~~
8096conftest.c:97:14: note: each undeclared identifier is reported only once for each function it appears in
8097conftest.c:96:8: warning: variable 'g' set but not used [-Wunused-but-set-variable]
8098 glob_t g;
8099        ^
8100configure:14933: $? = 1
8101configure: failed program was:
8102| /* confdefs.h */
8103| #define PACKAGE_NAME "OpenSSH"
8104| #define PACKAGE_TARNAME "openssh"
8105| #define PACKAGE_VERSION "Portable"
8106| #define PACKAGE_STRING "OpenSSH Portable"
8107| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8108| #define PACKAGE_URL ""
8109| #define HAVE_STDIO_H 1
8110| #define HAVE_STDLIB_H 1
8111| #define HAVE_STRING_H 1
8112| #define HAVE_INTTYPES_H 1
8113| #define HAVE_STDINT_H 1
8114| #define HAVE_STRINGS_H 1
8115| #define HAVE_SYS_STAT_H 1
8116| #define HAVE_SYS_TYPES_H 1
8117| #define HAVE_UNISTD_H 1
8118| #define STDC_HEADERS 1
8119| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8120| #define HAVE_RLIMIT_NPROC /**/
8121| #define WITH_OPENSSL 1
8122| #define VARIABLE_LENGTH_ARRAYS 1
8123| #define VARIABLE_DECLARATION_AFTER_CODE 1
8124| #define HAVE_ATTRIBUTE__NONNULL__ 1
8125| #define HAVE_DIRENT_H 1
8126| #define HAVE_ENDIAN_H 1
8127| #define HAVE_ELF_H 1
8128| #define HAVE_ERR_H 1
8129| #define HAVE_FCNTL_H 1
8130| #define HAVE_FLOATINGPOINT_H 1
8131| #define HAVE_FNMATCH_H 1
8132| #define HAVE_GETOPT_H 1
8133| #define HAVE_GLOB_H 1
8134| #define HAVE_IFADDRS_H 1
8135| #define HAVE_INTTYPES_H 1
8136| #define HAVE_LANGINFO_H 1
8137| #define HAVE_LIMITS_H 1
8138| #define HAVE_LOCALE_H 1
8139| #define HAVE_NETDB_H 1
8140| #define HAVE_PATHS_H 1
8141| #define HAVE_POLL_H 1
8142| #define HAVE_READPASSPHRASE_H 1
8143| #define HAVE_RPC_TYPES_H 1
8144| #define HAVE_SECURITY_PAM_APPL_H 1
8145| #define HAVE_STDDEF_H 1
8146| #define HAVE_STDINT_H 1
8147| #define HAVE_STRING_H 1
8148| #define HAVE_STRINGS_H 1
8149| #define HAVE_SYS_CDEFS_H 1
8150| #define HAVE_SYS_FILE_H 1
8151| #define HAVE_SYS_MMAN_H 1
8152| #define HAVE_SYS_PARAM_H 1
8153| #define HAVE_SYS_POLL_H 1
8154| #define HAVE_SYS_PROCCTL_H 1
8155| #define HAVE_SYS_PTRACE_H 1
8156| #define HAVE_SYS_RANDOM_H 1
8157| #define HAVE_SYS_SELECT_H 1
8158| #define HAVE_SYS_STATVFS_H 1
8159| #define HAVE_SYS_TIME_H 1
8160| #define HAVE_SYS_TIMERS_H 1
8161| #define HAVE_TIME_H 1
8162| #define HAVE_TTYENT_H 1
8163| #define HAVE_UNISTD_H 1
8164| #define HAVE_UTIL_H 1
8165| #define HAVE_UTIME_H 1
8166| #define HAVE_UTMPX_H 1
8167| #define HAVE_VIS_H 1
8168| #define HAVE_WCHAR_H 1
8169| #define HAVE_NET_ROUTE_H 1
8170| #define HAVE_SYS_SYSCTL_H 1
8171| #define HAVE_LOGIN_CAP_H 1
8172| #define HAVE_SYS_MOUNT_H 1
8173| #define HAVE_SYS_UN_H 1
8174| #define HAVE_DIRNAME 1
8175| #define HAVE_LIBGEN_H 1
8176| #define HAVE_BASENAME 1
8177| #define WITH_ZLIB 1
8178| #define HAVE_LIBZ 1
8179| #define HAVE_UTIMES 1
8180| #define HAVE_LIBUTIL_H 1
8181| #define HAVE_OPENPTY 1
8182| #define HAVE_STRFTIME 1
8183| #define HAVE_MALLOC 1
8184| #define HAVE_REALLOC 1
8185| #define HAVE_CALLOC 1
8186| #define GLOB_HAS_ALTDIRFUNC 1
8187| #define GLOB_HAS_GL_MATCHC 1
8188| /* end confdefs.h.  */
8189|  #include <glob.h>
8190| int
8191| main (void)
8192| {
8193|
8194| #ifndef GLOB_KEEPSTAT
8195| #error "glob does not support GLOB_KEEPSTAT extension"
8196| #endif
8197| glob_t g;
8198| g.gl_statv = NULL;
8199|
8200|   ;
8201|   return 0;
8202| }
8203configure:14944: result: no
8204configure:14951: checking whether GLOB_NOMATCH is declared
8205configure:14951: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   conftest.c >&5
8206configure:14951: $? = 0
8207configure:14951: result: yes
8208configure:14962: checking whether VIS_ALL is declared
8209configure:14962: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   conftest.c >&5
8210configure:14962: $? = 0
8211configure:14962: result: yes
8212configure:14973: checking whether struct dirent allocates space for d_name
8213configure:15003: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8214configure:15003: $? = 0
8215configure:15003: ./conftest
8216configure:15003: $? = 0
8217configure:15005: result: yes
8218configure:15021: checking for /proc/pid/fd directory
8219configure:15030: result: no
8220configure:15214: checking if /usr/local/bin/pkg-config knows about libedit
8221configure:15217: result: yes
8222configure:15240: checking for el_init in -ledit
8223configure:15264: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -ledit  -L/usr/local/lib
8224		 -lutil  >&5
8225configure:15264: $? = 0
8226configure:15274: result: yes
8227configure:15288: checking if libedit version is compatible
8228configure:15308: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
8229conftest.c: In function 'main':
8230conftest.c:98:6: warning: unused variable 'i' [-Wunused-variable]
8231  int i = H_SETSIZE;
8232      ^
8233configure:15308: $? = 0
8234configure:15310: result: yes
8235configure:15849: checking whether -fPIC is accepted
8236configure:15864: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIC  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
8237configure:15864: $? = 0
8238configure:15866: result: yes
8239configure:15878: checking for Blowfish_initstate
8240configure:15878: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8241conftest.c:117: error: undefined reference to 'Blowfish_initstate'
8242collect2: error: ld returned 1 exit status
8243configure:15878: $? = 1
8244configure: failed program was:
8245| /* confdefs.h */
8246| #define PACKAGE_NAME "OpenSSH"
8247| #define PACKAGE_TARNAME "openssh"
8248| #define PACKAGE_VERSION "Portable"
8249| #define PACKAGE_STRING "OpenSSH Portable"
8250| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8251| #define PACKAGE_URL ""
8252| #define HAVE_STDIO_H 1
8253| #define HAVE_STDLIB_H 1
8254| #define HAVE_STRING_H 1
8255| #define HAVE_INTTYPES_H 1
8256| #define HAVE_STDINT_H 1
8257| #define HAVE_STRINGS_H 1
8258| #define HAVE_SYS_STAT_H 1
8259| #define HAVE_SYS_TYPES_H 1
8260| #define HAVE_UNISTD_H 1
8261| #define STDC_HEADERS 1
8262| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8263| #define HAVE_RLIMIT_NPROC /**/
8264| #define WITH_OPENSSL 1
8265| #define VARIABLE_LENGTH_ARRAYS 1
8266| #define VARIABLE_DECLARATION_AFTER_CODE 1
8267| #define HAVE_ATTRIBUTE__NONNULL__ 1
8268| #define HAVE_DIRENT_H 1
8269| #define HAVE_ENDIAN_H 1
8270| #define HAVE_ELF_H 1
8271| #define HAVE_ERR_H 1
8272| #define HAVE_FCNTL_H 1
8273| #define HAVE_FLOATINGPOINT_H 1
8274| #define HAVE_FNMATCH_H 1
8275| #define HAVE_GETOPT_H 1
8276| #define HAVE_GLOB_H 1
8277| #define HAVE_IFADDRS_H 1
8278| #define HAVE_INTTYPES_H 1
8279| #define HAVE_LANGINFO_H 1
8280| #define HAVE_LIMITS_H 1
8281| #define HAVE_LOCALE_H 1
8282| #define HAVE_NETDB_H 1
8283| #define HAVE_PATHS_H 1
8284| #define HAVE_POLL_H 1
8285| #define HAVE_READPASSPHRASE_H 1
8286| #define HAVE_RPC_TYPES_H 1
8287| #define HAVE_SECURITY_PAM_APPL_H 1
8288| #define HAVE_STDDEF_H 1
8289| #define HAVE_STDINT_H 1
8290| #define HAVE_STRING_H 1
8291| #define HAVE_STRINGS_H 1
8292| #define HAVE_SYS_CDEFS_H 1
8293| #define HAVE_SYS_FILE_H 1
8294| #define HAVE_SYS_MMAN_H 1
8295| #define HAVE_SYS_PARAM_H 1
8296| #define HAVE_SYS_POLL_H 1
8297| #define HAVE_SYS_PROCCTL_H 1
8298| #define HAVE_SYS_PTRACE_H 1
8299| #define HAVE_SYS_RANDOM_H 1
8300| #define HAVE_SYS_SELECT_H 1
8301| #define HAVE_SYS_STATVFS_H 1
8302| #define HAVE_SYS_TIME_H 1
8303| #define HAVE_SYS_TIMERS_H 1
8304| #define HAVE_TIME_H 1
8305| #define HAVE_TTYENT_H 1
8306| #define HAVE_UNISTD_H 1
8307| #define HAVE_UTIL_H 1
8308| #define HAVE_UTIME_H 1
8309| #define HAVE_UTMPX_H 1
8310| #define HAVE_VIS_H 1
8311| #define HAVE_WCHAR_H 1
8312| #define HAVE_NET_ROUTE_H 1
8313| #define HAVE_SYS_SYSCTL_H 1
8314| #define HAVE_LOGIN_CAP_H 1
8315| #define HAVE_SYS_MOUNT_H 1
8316| #define HAVE_SYS_UN_H 1
8317| #define HAVE_DIRNAME 1
8318| #define HAVE_LIBGEN_H 1
8319| #define HAVE_BASENAME 1
8320| #define WITH_ZLIB 1
8321| #define HAVE_LIBZ 1
8322| #define HAVE_UTIMES 1
8323| #define HAVE_LIBUTIL_H 1
8324| #define HAVE_OPENPTY 1
8325| #define HAVE_STRFTIME 1
8326| #define HAVE_MALLOC 1
8327| #define HAVE_REALLOC 1
8328| #define HAVE_CALLOC 1
8329| #define GLOB_HAS_ALTDIRFUNC 1
8330| #define GLOB_HAS_GL_MATCHC 1
8331| #define HAVE_DECL_GLOB_NOMATCH 1
8332| #define USE_LIBEDIT 1
8333| /* end confdefs.h.  */
8334| /* Define Blowfish_initstate to an innocuous variant, in case <limits.h> declares Blowfish_initstate.
8335|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8336| #define Blowfish_initstate innocuous_Blowfish_initstate
8337|
8338| /* System header to define __stub macros and hopefully few prototypes,
8339|    which can conflict with char Blowfish_initstate (); below.  */
8340|
8341| #include <limits.h>
8342| #undef Blowfish_initstate
8343|
8344| /* Override any GCC internal prototype to avoid an error.
8345|    Use char because int might match the return type of a GCC
8346|    builtin and then its argument prototype would still apply.  */
8347| #ifdef __cplusplus
8348| extern "C"
8349| #endif
8350| char Blowfish_initstate ();
8351| /* The GNU C library defines this for functions which it implements
8352|     to always fail with ENOSYS.  Some functions are actually named
8353|     something starting with __ and the normal name is an alias.  */
8354| #if defined __stub_Blowfish_initstate || defined __stub___Blowfish_initstate
8355| choke me
8356| #endif
8357|
8358| int
8359| main (void)
8360| {
8361| return Blowfish_initstate ();
8362|   ;
8363|   return 0;
8364| }
8365configure:15878: result: no
8366configure:15884: checking for Blowfish_expandstate
8367configure:15884: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8368conftest.c:117: error: undefined reference to 'Blowfish_expandstate'
8369collect2: error: ld returned 1 exit status
8370configure:15884: $? = 1
8371configure: failed program was:
8372| /* confdefs.h */
8373| #define PACKAGE_NAME "OpenSSH"
8374| #define PACKAGE_TARNAME "openssh"
8375| #define PACKAGE_VERSION "Portable"
8376| #define PACKAGE_STRING "OpenSSH Portable"
8377| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8378| #define PACKAGE_URL ""
8379| #define HAVE_STDIO_H 1
8380| #define HAVE_STDLIB_H 1
8381| #define HAVE_STRING_H 1
8382| #define HAVE_INTTYPES_H 1
8383| #define HAVE_STDINT_H 1
8384| #define HAVE_STRINGS_H 1
8385| #define HAVE_SYS_STAT_H 1
8386| #define HAVE_SYS_TYPES_H 1
8387| #define HAVE_UNISTD_H 1
8388| #define STDC_HEADERS 1
8389| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8390| #define HAVE_RLIMIT_NPROC /**/
8391| #define WITH_OPENSSL 1
8392| #define VARIABLE_LENGTH_ARRAYS 1
8393| #define VARIABLE_DECLARATION_AFTER_CODE 1
8394| #define HAVE_ATTRIBUTE__NONNULL__ 1
8395| #define HAVE_DIRENT_H 1
8396| #define HAVE_ENDIAN_H 1
8397| #define HAVE_ELF_H 1
8398| #define HAVE_ERR_H 1
8399| #define HAVE_FCNTL_H 1
8400| #define HAVE_FLOATINGPOINT_H 1
8401| #define HAVE_FNMATCH_H 1
8402| #define HAVE_GETOPT_H 1
8403| #define HAVE_GLOB_H 1
8404| #define HAVE_IFADDRS_H 1
8405| #define HAVE_INTTYPES_H 1
8406| #define HAVE_LANGINFO_H 1
8407| #define HAVE_LIMITS_H 1
8408| #define HAVE_LOCALE_H 1
8409| #define HAVE_NETDB_H 1
8410| #define HAVE_PATHS_H 1
8411| #define HAVE_POLL_H 1
8412| #define HAVE_READPASSPHRASE_H 1
8413| #define HAVE_RPC_TYPES_H 1
8414| #define HAVE_SECURITY_PAM_APPL_H 1
8415| #define HAVE_STDDEF_H 1
8416| #define HAVE_STDINT_H 1
8417| #define HAVE_STRING_H 1
8418| #define HAVE_STRINGS_H 1
8419| #define HAVE_SYS_CDEFS_H 1
8420| #define HAVE_SYS_FILE_H 1
8421| #define HAVE_SYS_MMAN_H 1
8422| #define HAVE_SYS_PARAM_H 1
8423| #define HAVE_SYS_POLL_H 1
8424| #define HAVE_SYS_PROCCTL_H 1
8425| #define HAVE_SYS_PTRACE_H 1
8426| #define HAVE_SYS_RANDOM_H 1
8427| #define HAVE_SYS_SELECT_H 1
8428| #define HAVE_SYS_STATVFS_H 1
8429| #define HAVE_SYS_TIME_H 1
8430| #define HAVE_SYS_TIMERS_H 1
8431| #define HAVE_TIME_H 1
8432| #define HAVE_TTYENT_H 1
8433| #define HAVE_UNISTD_H 1
8434| #define HAVE_UTIL_H 1
8435| #define HAVE_UTIME_H 1
8436| #define HAVE_UTMPX_H 1
8437| #define HAVE_VIS_H 1
8438| #define HAVE_WCHAR_H 1
8439| #define HAVE_NET_ROUTE_H 1
8440| #define HAVE_SYS_SYSCTL_H 1
8441| #define HAVE_LOGIN_CAP_H 1
8442| #define HAVE_SYS_MOUNT_H 1
8443| #define HAVE_SYS_UN_H 1
8444| #define HAVE_DIRNAME 1
8445| #define HAVE_LIBGEN_H 1
8446| #define HAVE_BASENAME 1
8447| #define WITH_ZLIB 1
8448| #define HAVE_LIBZ 1
8449| #define HAVE_UTIMES 1
8450| #define HAVE_LIBUTIL_H 1
8451| #define HAVE_OPENPTY 1
8452| #define HAVE_STRFTIME 1
8453| #define HAVE_MALLOC 1
8454| #define HAVE_REALLOC 1
8455| #define HAVE_CALLOC 1
8456| #define GLOB_HAS_ALTDIRFUNC 1
8457| #define GLOB_HAS_GL_MATCHC 1
8458| #define HAVE_DECL_GLOB_NOMATCH 1
8459| #define USE_LIBEDIT 1
8460| /* end confdefs.h.  */
8461| /* Define Blowfish_expandstate to an innocuous variant, in case <limits.h> declares Blowfish_expandstate.
8462|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8463| #define Blowfish_expandstate innocuous_Blowfish_expandstate
8464|
8465| /* System header to define __stub macros and hopefully few prototypes,
8466|    which can conflict with char Blowfish_expandstate (); below.  */
8467|
8468| #include <limits.h>
8469| #undef Blowfish_expandstate
8470|
8471| /* Override any GCC internal prototype to avoid an error.
8472|    Use char because int might match the return type of a GCC
8473|    builtin and then its argument prototype would still apply.  */
8474| #ifdef __cplusplus
8475| extern "C"
8476| #endif
8477| char Blowfish_expandstate ();
8478| /* The GNU C library defines this for functions which it implements
8479|     to always fail with ENOSYS.  Some functions are actually named
8480|     something starting with __ and the normal name is an alias.  */
8481| #if defined __stub_Blowfish_expandstate || defined __stub___Blowfish_expandstate
8482| choke me
8483| #endif
8484|
8485| int
8486| main (void)
8487| {
8488| return Blowfish_expandstate ();
8489|   ;
8490|   return 0;
8491| }
8492configure:15884: result: no
8493configure:15890: checking for Blowfish_expand0state
8494configure:15890: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8495conftest.c:117: error: undefined reference to 'Blowfish_expand0state'
8496collect2: error: ld returned 1 exit status
8497configure:15890: $? = 1
8498configure: failed program was:
8499| /* confdefs.h */
8500| #define PACKAGE_NAME "OpenSSH"
8501| #define PACKAGE_TARNAME "openssh"
8502| #define PACKAGE_VERSION "Portable"
8503| #define PACKAGE_STRING "OpenSSH Portable"
8504| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8505| #define PACKAGE_URL ""
8506| #define HAVE_STDIO_H 1
8507| #define HAVE_STDLIB_H 1
8508| #define HAVE_STRING_H 1
8509| #define HAVE_INTTYPES_H 1
8510| #define HAVE_STDINT_H 1
8511| #define HAVE_STRINGS_H 1
8512| #define HAVE_SYS_STAT_H 1
8513| #define HAVE_SYS_TYPES_H 1
8514| #define HAVE_UNISTD_H 1
8515| #define STDC_HEADERS 1
8516| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8517| #define HAVE_RLIMIT_NPROC /**/
8518| #define WITH_OPENSSL 1
8519| #define VARIABLE_LENGTH_ARRAYS 1
8520| #define VARIABLE_DECLARATION_AFTER_CODE 1
8521| #define HAVE_ATTRIBUTE__NONNULL__ 1
8522| #define HAVE_DIRENT_H 1
8523| #define HAVE_ENDIAN_H 1
8524| #define HAVE_ELF_H 1
8525| #define HAVE_ERR_H 1
8526| #define HAVE_FCNTL_H 1
8527| #define HAVE_FLOATINGPOINT_H 1
8528| #define HAVE_FNMATCH_H 1
8529| #define HAVE_GETOPT_H 1
8530| #define HAVE_GLOB_H 1
8531| #define HAVE_IFADDRS_H 1
8532| #define HAVE_INTTYPES_H 1
8533| #define HAVE_LANGINFO_H 1
8534| #define HAVE_LIMITS_H 1
8535| #define HAVE_LOCALE_H 1
8536| #define HAVE_NETDB_H 1
8537| #define HAVE_PATHS_H 1
8538| #define HAVE_POLL_H 1
8539| #define HAVE_READPASSPHRASE_H 1
8540| #define HAVE_RPC_TYPES_H 1
8541| #define HAVE_SECURITY_PAM_APPL_H 1
8542| #define HAVE_STDDEF_H 1
8543| #define HAVE_STDINT_H 1
8544| #define HAVE_STRING_H 1
8545| #define HAVE_STRINGS_H 1
8546| #define HAVE_SYS_CDEFS_H 1
8547| #define HAVE_SYS_FILE_H 1
8548| #define HAVE_SYS_MMAN_H 1
8549| #define HAVE_SYS_PARAM_H 1
8550| #define HAVE_SYS_POLL_H 1
8551| #define HAVE_SYS_PROCCTL_H 1
8552| #define HAVE_SYS_PTRACE_H 1
8553| #define HAVE_SYS_RANDOM_H 1
8554| #define HAVE_SYS_SELECT_H 1
8555| #define HAVE_SYS_STATVFS_H 1
8556| #define HAVE_SYS_TIME_H 1
8557| #define HAVE_SYS_TIMERS_H 1
8558| #define HAVE_TIME_H 1
8559| #define HAVE_TTYENT_H 1
8560| #define HAVE_UNISTD_H 1
8561| #define HAVE_UTIL_H 1
8562| #define HAVE_UTIME_H 1
8563| #define HAVE_UTMPX_H 1
8564| #define HAVE_VIS_H 1
8565| #define HAVE_WCHAR_H 1
8566| #define HAVE_NET_ROUTE_H 1
8567| #define HAVE_SYS_SYSCTL_H 1
8568| #define HAVE_LOGIN_CAP_H 1
8569| #define HAVE_SYS_MOUNT_H 1
8570| #define HAVE_SYS_UN_H 1
8571| #define HAVE_DIRNAME 1
8572| #define HAVE_LIBGEN_H 1
8573| #define HAVE_BASENAME 1
8574| #define WITH_ZLIB 1
8575| #define HAVE_LIBZ 1
8576| #define HAVE_UTIMES 1
8577| #define HAVE_LIBUTIL_H 1
8578| #define HAVE_OPENPTY 1
8579| #define HAVE_STRFTIME 1
8580| #define HAVE_MALLOC 1
8581| #define HAVE_REALLOC 1
8582| #define HAVE_CALLOC 1
8583| #define GLOB_HAS_ALTDIRFUNC 1
8584| #define GLOB_HAS_GL_MATCHC 1
8585| #define HAVE_DECL_GLOB_NOMATCH 1
8586| #define USE_LIBEDIT 1
8587| /* end confdefs.h.  */
8588| /* Define Blowfish_expand0state to an innocuous variant, in case <limits.h> declares Blowfish_expand0state.
8589|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8590| #define Blowfish_expand0state innocuous_Blowfish_expand0state
8591|
8592| /* System header to define __stub macros and hopefully few prototypes,
8593|    which can conflict with char Blowfish_expand0state (); below.  */
8594|
8595| #include <limits.h>
8596| #undef Blowfish_expand0state
8597|
8598| /* Override any GCC internal prototype to avoid an error.
8599|    Use char because int might match the return type of a GCC
8600|    builtin and then its argument prototype would still apply.  */
8601| #ifdef __cplusplus
8602| extern "C"
8603| #endif
8604| char Blowfish_expand0state ();
8605| /* The GNU C library defines this for functions which it implements
8606|     to always fail with ENOSYS.  Some functions are actually named
8607|     something starting with __ and the normal name is an alias.  */
8608| #if defined __stub_Blowfish_expand0state || defined __stub___Blowfish_expand0state
8609| choke me
8610| #endif
8611|
8612| int
8613| main (void)
8614| {
8615| return Blowfish_expand0state ();
8616|   ;
8617|   return 0;
8618| }
8619configure:15890: result: no
8620configure:15896: checking for Blowfish_stream2word
8621configure:15896: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8622conftest.c:117: error: undefined reference to 'Blowfish_stream2word'
8623collect2: error: ld returned 1 exit status
8624configure:15896: $? = 1
8625configure: failed program was:
8626| /* confdefs.h */
8627| #define PACKAGE_NAME "OpenSSH"
8628| #define PACKAGE_TARNAME "openssh"
8629| #define PACKAGE_VERSION "Portable"
8630| #define PACKAGE_STRING "OpenSSH Portable"
8631| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8632| #define PACKAGE_URL ""
8633| #define HAVE_STDIO_H 1
8634| #define HAVE_STDLIB_H 1
8635| #define HAVE_STRING_H 1
8636| #define HAVE_INTTYPES_H 1
8637| #define HAVE_STDINT_H 1
8638| #define HAVE_STRINGS_H 1
8639| #define HAVE_SYS_STAT_H 1
8640| #define HAVE_SYS_TYPES_H 1
8641| #define HAVE_UNISTD_H 1
8642| #define STDC_HEADERS 1
8643| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8644| #define HAVE_RLIMIT_NPROC /**/
8645| #define WITH_OPENSSL 1
8646| #define VARIABLE_LENGTH_ARRAYS 1
8647| #define VARIABLE_DECLARATION_AFTER_CODE 1
8648| #define HAVE_ATTRIBUTE__NONNULL__ 1
8649| #define HAVE_DIRENT_H 1
8650| #define HAVE_ENDIAN_H 1
8651| #define HAVE_ELF_H 1
8652| #define HAVE_ERR_H 1
8653| #define HAVE_FCNTL_H 1
8654| #define HAVE_FLOATINGPOINT_H 1
8655| #define HAVE_FNMATCH_H 1
8656| #define HAVE_GETOPT_H 1
8657| #define HAVE_GLOB_H 1
8658| #define HAVE_IFADDRS_H 1
8659| #define HAVE_INTTYPES_H 1
8660| #define HAVE_LANGINFO_H 1
8661| #define HAVE_LIMITS_H 1
8662| #define HAVE_LOCALE_H 1
8663| #define HAVE_NETDB_H 1
8664| #define HAVE_PATHS_H 1
8665| #define HAVE_POLL_H 1
8666| #define HAVE_READPASSPHRASE_H 1
8667| #define HAVE_RPC_TYPES_H 1
8668| #define HAVE_SECURITY_PAM_APPL_H 1
8669| #define HAVE_STDDEF_H 1
8670| #define HAVE_STDINT_H 1
8671| #define HAVE_STRING_H 1
8672| #define HAVE_STRINGS_H 1
8673| #define HAVE_SYS_CDEFS_H 1
8674| #define HAVE_SYS_FILE_H 1
8675| #define HAVE_SYS_MMAN_H 1
8676| #define HAVE_SYS_PARAM_H 1
8677| #define HAVE_SYS_POLL_H 1
8678| #define HAVE_SYS_PROCCTL_H 1
8679| #define HAVE_SYS_PTRACE_H 1
8680| #define HAVE_SYS_RANDOM_H 1
8681| #define HAVE_SYS_SELECT_H 1
8682| #define HAVE_SYS_STATVFS_H 1
8683| #define HAVE_SYS_TIME_H 1
8684| #define HAVE_SYS_TIMERS_H 1
8685| #define HAVE_TIME_H 1
8686| #define HAVE_TTYENT_H 1
8687| #define HAVE_UNISTD_H 1
8688| #define HAVE_UTIL_H 1
8689| #define HAVE_UTIME_H 1
8690| #define HAVE_UTMPX_H 1
8691| #define HAVE_VIS_H 1
8692| #define HAVE_WCHAR_H 1
8693| #define HAVE_NET_ROUTE_H 1
8694| #define HAVE_SYS_SYSCTL_H 1
8695| #define HAVE_LOGIN_CAP_H 1
8696| #define HAVE_SYS_MOUNT_H 1
8697| #define HAVE_SYS_UN_H 1
8698| #define HAVE_DIRNAME 1
8699| #define HAVE_LIBGEN_H 1
8700| #define HAVE_BASENAME 1
8701| #define WITH_ZLIB 1
8702| #define HAVE_LIBZ 1
8703| #define HAVE_UTIMES 1
8704| #define HAVE_LIBUTIL_H 1
8705| #define HAVE_OPENPTY 1
8706| #define HAVE_STRFTIME 1
8707| #define HAVE_MALLOC 1
8708| #define HAVE_REALLOC 1
8709| #define HAVE_CALLOC 1
8710| #define GLOB_HAS_ALTDIRFUNC 1
8711| #define GLOB_HAS_GL_MATCHC 1
8712| #define HAVE_DECL_GLOB_NOMATCH 1
8713| #define USE_LIBEDIT 1
8714| /* end confdefs.h.  */
8715| /* Define Blowfish_stream2word to an innocuous variant, in case <limits.h> declares Blowfish_stream2word.
8716|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8717| #define Blowfish_stream2word innocuous_Blowfish_stream2word
8718|
8719| /* System header to define __stub macros and hopefully few prototypes,
8720|    which can conflict with char Blowfish_stream2word (); below.  */
8721|
8722| #include <limits.h>
8723| #undef Blowfish_stream2word
8724|
8725| /* Override any GCC internal prototype to avoid an error.
8726|    Use char because int might match the return type of a GCC
8727|    builtin and then its argument prototype would still apply.  */
8728| #ifdef __cplusplus
8729| extern "C"
8730| #endif
8731| char Blowfish_stream2word ();
8732| /* The GNU C library defines this for functions which it implements
8733|     to always fail with ENOSYS.  Some functions are actually named
8734|     something starting with __ and the normal name is an alias.  */
8735| #if defined __stub_Blowfish_stream2word || defined __stub___Blowfish_stream2word
8736| choke me
8737| #endif
8738|
8739| int
8740| main (void)
8741| {
8742| return Blowfish_stream2word ();
8743|   ;
8744|   return 0;
8745| }
8746configure:15896: result: no
8747configure:15902: checking for SHA256Update
8748configure:15902: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8749conftest.c:117: error: undefined reference to 'SHA256Update'
8750collect2: error: ld returned 1 exit status
8751configure:15902: $? = 1
8752configure: failed program was:
8753| /* confdefs.h */
8754| #define PACKAGE_NAME "OpenSSH"
8755| #define PACKAGE_TARNAME "openssh"
8756| #define PACKAGE_VERSION "Portable"
8757| #define PACKAGE_STRING "OpenSSH Portable"
8758| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8759| #define PACKAGE_URL ""
8760| #define HAVE_STDIO_H 1
8761| #define HAVE_STDLIB_H 1
8762| #define HAVE_STRING_H 1
8763| #define HAVE_INTTYPES_H 1
8764| #define HAVE_STDINT_H 1
8765| #define HAVE_STRINGS_H 1
8766| #define HAVE_SYS_STAT_H 1
8767| #define HAVE_SYS_TYPES_H 1
8768| #define HAVE_UNISTD_H 1
8769| #define STDC_HEADERS 1
8770| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8771| #define HAVE_RLIMIT_NPROC /**/
8772| #define WITH_OPENSSL 1
8773| #define VARIABLE_LENGTH_ARRAYS 1
8774| #define VARIABLE_DECLARATION_AFTER_CODE 1
8775| #define HAVE_ATTRIBUTE__NONNULL__ 1
8776| #define HAVE_DIRENT_H 1
8777| #define HAVE_ENDIAN_H 1
8778| #define HAVE_ELF_H 1
8779| #define HAVE_ERR_H 1
8780| #define HAVE_FCNTL_H 1
8781| #define HAVE_FLOATINGPOINT_H 1
8782| #define HAVE_FNMATCH_H 1
8783| #define HAVE_GETOPT_H 1
8784| #define HAVE_GLOB_H 1
8785| #define HAVE_IFADDRS_H 1
8786| #define HAVE_INTTYPES_H 1
8787| #define HAVE_LANGINFO_H 1
8788| #define HAVE_LIMITS_H 1
8789| #define HAVE_LOCALE_H 1
8790| #define HAVE_NETDB_H 1
8791| #define HAVE_PATHS_H 1
8792| #define HAVE_POLL_H 1
8793| #define HAVE_READPASSPHRASE_H 1
8794| #define HAVE_RPC_TYPES_H 1
8795| #define HAVE_SECURITY_PAM_APPL_H 1
8796| #define HAVE_STDDEF_H 1
8797| #define HAVE_STDINT_H 1
8798| #define HAVE_STRING_H 1
8799| #define HAVE_STRINGS_H 1
8800| #define HAVE_SYS_CDEFS_H 1
8801| #define HAVE_SYS_FILE_H 1
8802| #define HAVE_SYS_MMAN_H 1
8803| #define HAVE_SYS_PARAM_H 1
8804| #define HAVE_SYS_POLL_H 1
8805| #define HAVE_SYS_PROCCTL_H 1
8806| #define HAVE_SYS_PTRACE_H 1
8807| #define HAVE_SYS_RANDOM_H 1
8808| #define HAVE_SYS_SELECT_H 1
8809| #define HAVE_SYS_STATVFS_H 1
8810| #define HAVE_SYS_TIME_H 1
8811| #define HAVE_SYS_TIMERS_H 1
8812| #define HAVE_TIME_H 1
8813| #define HAVE_TTYENT_H 1
8814| #define HAVE_UNISTD_H 1
8815| #define HAVE_UTIL_H 1
8816| #define HAVE_UTIME_H 1
8817| #define HAVE_UTMPX_H 1
8818| #define HAVE_VIS_H 1
8819| #define HAVE_WCHAR_H 1
8820| #define HAVE_NET_ROUTE_H 1
8821| #define HAVE_SYS_SYSCTL_H 1
8822| #define HAVE_LOGIN_CAP_H 1
8823| #define HAVE_SYS_MOUNT_H 1
8824| #define HAVE_SYS_UN_H 1
8825| #define HAVE_DIRNAME 1
8826| #define HAVE_LIBGEN_H 1
8827| #define HAVE_BASENAME 1
8828| #define WITH_ZLIB 1
8829| #define HAVE_LIBZ 1
8830| #define HAVE_UTIMES 1
8831| #define HAVE_LIBUTIL_H 1
8832| #define HAVE_OPENPTY 1
8833| #define HAVE_STRFTIME 1
8834| #define HAVE_MALLOC 1
8835| #define HAVE_REALLOC 1
8836| #define HAVE_CALLOC 1
8837| #define GLOB_HAS_ALTDIRFUNC 1
8838| #define GLOB_HAS_GL_MATCHC 1
8839| #define HAVE_DECL_GLOB_NOMATCH 1
8840| #define USE_LIBEDIT 1
8841| /* end confdefs.h.  */
8842| /* Define SHA256Update to an innocuous variant, in case <limits.h> declares SHA256Update.
8843|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8844| #define SHA256Update innocuous_SHA256Update
8845|
8846| /* System header to define __stub macros and hopefully few prototypes,
8847|    which can conflict with char SHA256Update (); below.  */
8848|
8849| #include <limits.h>
8850| #undef SHA256Update
8851|
8852| /* Override any GCC internal prototype to avoid an error.
8853|    Use char because int might match the return type of a GCC
8854|    builtin and then its argument prototype would still apply.  */
8855| #ifdef __cplusplus
8856| extern "C"
8857| #endif
8858| char SHA256Update ();
8859| /* The GNU C library defines this for functions which it implements
8860|     to always fail with ENOSYS.  Some functions are actually named
8861|     something starting with __ and the normal name is an alias.  */
8862| #if defined __stub_SHA256Update || defined __stub___SHA256Update
8863| choke me
8864| #endif
8865|
8866| int
8867| main (void)
8868| {
8869| return SHA256Update ();
8870|   ;
8871|   return 0;
8872| }
8873configure:15902: result: no
8874configure:15908: checking for SHA384Update
8875configure:15908: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
8876conftest.c:117: error: undefined reference to 'SHA384Update'
8877collect2: error: ld returned 1 exit status
8878configure:15908: $? = 1
8879configure: failed program was:
8880| /* confdefs.h */
8881| #define PACKAGE_NAME "OpenSSH"
8882| #define PACKAGE_TARNAME "openssh"
8883| #define PACKAGE_VERSION "Portable"
8884| #define PACKAGE_STRING "OpenSSH Portable"
8885| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
8886| #define PACKAGE_URL ""
8887| #define HAVE_STDIO_H 1
8888| #define HAVE_STDLIB_H 1
8889| #define HAVE_STRING_H 1
8890| #define HAVE_INTTYPES_H 1
8891| #define HAVE_STDINT_H 1
8892| #define HAVE_STRINGS_H 1
8893| #define HAVE_SYS_STAT_H 1
8894| #define HAVE_SYS_TYPES_H 1
8895| #define HAVE_UNISTD_H 1
8896| #define STDC_HEADERS 1
8897| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
8898| #define HAVE_RLIMIT_NPROC /**/
8899| #define WITH_OPENSSL 1
8900| #define VARIABLE_LENGTH_ARRAYS 1
8901| #define VARIABLE_DECLARATION_AFTER_CODE 1
8902| #define HAVE_ATTRIBUTE__NONNULL__ 1
8903| #define HAVE_DIRENT_H 1
8904| #define HAVE_ENDIAN_H 1
8905| #define HAVE_ELF_H 1
8906| #define HAVE_ERR_H 1
8907| #define HAVE_FCNTL_H 1
8908| #define HAVE_FLOATINGPOINT_H 1
8909| #define HAVE_FNMATCH_H 1
8910| #define HAVE_GETOPT_H 1
8911| #define HAVE_GLOB_H 1
8912| #define HAVE_IFADDRS_H 1
8913| #define HAVE_INTTYPES_H 1
8914| #define HAVE_LANGINFO_H 1
8915| #define HAVE_LIMITS_H 1
8916| #define HAVE_LOCALE_H 1
8917| #define HAVE_NETDB_H 1
8918| #define HAVE_PATHS_H 1
8919| #define HAVE_POLL_H 1
8920| #define HAVE_READPASSPHRASE_H 1
8921| #define HAVE_RPC_TYPES_H 1
8922| #define HAVE_SECURITY_PAM_APPL_H 1
8923| #define HAVE_STDDEF_H 1
8924| #define HAVE_STDINT_H 1
8925| #define HAVE_STRING_H 1
8926| #define HAVE_STRINGS_H 1
8927| #define HAVE_SYS_CDEFS_H 1
8928| #define HAVE_SYS_FILE_H 1
8929| #define HAVE_SYS_MMAN_H 1
8930| #define HAVE_SYS_PARAM_H 1
8931| #define HAVE_SYS_POLL_H 1
8932| #define HAVE_SYS_PROCCTL_H 1
8933| #define HAVE_SYS_PTRACE_H 1
8934| #define HAVE_SYS_RANDOM_H 1
8935| #define HAVE_SYS_SELECT_H 1
8936| #define HAVE_SYS_STATVFS_H 1
8937| #define HAVE_SYS_TIME_H 1
8938| #define HAVE_SYS_TIMERS_H 1
8939| #define HAVE_TIME_H 1
8940| #define HAVE_TTYENT_H 1
8941| #define HAVE_UNISTD_H 1
8942| #define HAVE_UTIL_H 1
8943| #define HAVE_UTIME_H 1
8944| #define HAVE_UTMPX_H 1
8945| #define HAVE_VIS_H 1
8946| #define HAVE_WCHAR_H 1
8947| #define HAVE_NET_ROUTE_H 1
8948| #define HAVE_SYS_SYSCTL_H 1
8949| #define HAVE_LOGIN_CAP_H 1
8950| #define HAVE_SYS_MOUNT_H 1
8951| #define HAVE_SYS_UN_H 1
8952| #define HAVE_DIRNAME 1
8953| #define HAVE_LIBGEN_H 1
8954| #define HAVE_BASENAME 1
8955| #define WITH_ZLIB 1
8956| #define HAVE_LIBZ 1
8957| #define HAVE_UTIMES 1
8958| #define HAVE_LIBUTIL_H 1
8959| #define HAVE_OPENPTY 1
8960| #define HAVE_STRFTIME 1
8961| #define HAVE_MALLOC 1
8962| #define HAVE_REALLOC 1
8963| #define HAVE_CALLOC 1
8964| #define GLOB_HAS_ALTDIRFUNC 1
8965| #define GLOB_HAS_GL_MATCHC 1
8966| #define HAVE_DECL_GLOB_NOMATCH 1
8967| #define USE_LIBEDIT 1
8968| /* end confdefs.h.  */
8969| /* Define SHA384Update to an innocuous variant, in case <limits.h> declares SHA384Update.
8970|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8971| #define SHA384Update innocuous_SHA384Update
8972|
8973| /* System header to define __stub macros and hopefully few prototypes,
8974|    which can conflict with char SHA384Update (); below.  */
8975|
8976| #include <limits.h>
8977| #undef SHA384Update
8978|
8979| /* Override any GCC internal prototype to avoid an error.
8980|    Use char because int might match the return type of a GCC
8981|    builtin and then its argument prototype would still apply.  */
8982| #ifdef __cplusplus
8983| extern "C"
8984| #endif
8985| char SHA384Update ();
8986| /* The GNU C library defines this for functions which it implements
8987|     to always fail with ENOSYS.  Some functions are actually named
8988|     something starting with __ and the normal name is an alias.  */
8989| #if defined __stub_SHA384Update || defined __stub___SHA384Update
8990| choke me
8991| #endif
8992|
8993| int
8994| main (void)
8995| {
8996| return SHA384Update ();
8997|   ;
8998|   return 0;
8999| }
9000configure:15908: result: no
9001configure:15914: checking for SHA512Update
9002configure:15914: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9003conftest.c:117: error: undefined reference to 'SHA512Update'
9004collect2: error: ld returned 1 exit status
9005configure:15914: $? = 1
9006configure: failed program was:
9007| /* confdefs.h */
9008| #define PACKAGE_NAME "OpenSSH"
9009| #define PACKAGE_TARNAME "openssh"
9010| #define PACKAGE_VERSION "Portable"
9011| #define PACKAGE_STRING "OpenSSH Portable"
9012| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9013| #define PACKAGE_URL ""
9014| #define HAVE_STDIO_H 1
9015| #define HAVE_STDLIB_H 1
9016| #define HAVE_STRING_H 1
9017| #define HAVE_INTTYPES_H 1
9018| #define HAVE_STDINT_H 1
9019| #define HAVE_STRINGS_H 1
9020| #define HAVE_SYS_STAT_H 1
9021| #define HAVE_SYS_TYPES_H 1
9022| #define HAVE_UNISTD_H 1
9023| #define STDC_HEADERS 1
9024| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9025| #define HAVE_RLIMIT_NPROC /**/
9026| #define WITH_OPENSSL 1
9027| #define VARIABLE_LENGTH_ARRAYS 1
9028| #define VARIABLE_DECLARATION_AFTER_CODE 1
9029| #define HAVE_ATTRIBUTE__NONNULL__ 1
9030| #define HAVE_DIRENT_H 1
9031| #define HAVE_ENDIAN_H 1
9032| #define HAVE_ELF_H 1
9033| #define HAVE_ERR_H 1
9034| #define HAVE_FCNTL_H 1
9035| #define HAVE_FLOATINGPOINT_H 1
9036| #define HAVE_FNMATCH_H 1
9037| #define HAVE_GETOPT_H 1
9038| #define HAVE_GLOB_H 1
9039| #define HAVE_IFADDRS_H 1
9040| #define HAVE_INTTYPES_H 1
9041| #define HAVE_LANGINFO_H 1
9042| #define HAVE_LIMITS_H 1
9043| #define HAVE_LOCALE_H 1
9044| #define HAVE_NETDB_H 1
9045| #define HAVE_PATHS_H 1
9046| #define HAVE_POLL_H 1
9047| #define HAVE_READPASSPHRASE_H 1
9048| #define HAVE_RPC_TYPES_H 1
9049| #define HAVE_SECURITY_PAM_APPL_H 1
9050| #define HAVE_STDDEF_H 1
9051| #define HAVE_STDINT_H 1
9052| #define HAVE_STRING_H 1
9053| #define HAVE_STRINGS_H 1
9054| #define HAVE_SYS_CDEFS_H 1
9055| #define HAVE_SYS_FILE_H 1
9056| #define HAVE_SYS_MMAN_H 1
9057| #define HAVE_SYS_PARAM_H 1
9058| #define HAVE_SYS_POLL_H 1
9059| #define HAVE_SYS_PROCCTL_H 1
9060| #define HAVE_SYS_PTRACE_H 1
9061| #define HAVE_SYS_RANDOM_H 1
9062| #define HAVE_SYS_SELECT_H 1
9063| #define HAVE_SYS_STATVFS_H 1
9064| #define HAVE_SYS_TIME_H 1
9065| #define HAVE_SYS_TIMERS_H 1
9066| #define HAVE_TIME_H 1
9067| #define HAVE_TTYENT_H 1
9068| #define HAVE_UNISTD_H 1
9069| #define HAVE_UTIL_H 1
9070| #define HAVE_UTIME_H 1
9071| #define HAVE_UTMPX_H 1
9072| #define HAVE_VIS_H 1
9073| #define HAVE_WCHAR_H 1
9074| #define HAVE_NET_ROUTE_H 1
9075| #define HAVE_SYS_SYSCTL_H 1
9076| #define HAVE_LOGIN_CAP_H 1
9077| #define HAVE_SYS_MOUNT_H 1
9078| #define HAVE_SYS_UN_H 1
9079| #define HAVE_DIRNAME 1
9080| #define HAVE_LIBGEN_H 1
9081| #define HAVE_BASENAME 1
9082| #define WITH_ZLIB 1
9083| #define HAVE_LIBZ 1
9084| #define HAVE_UTIMES 1
9085| #define HAVE_LIBUTIL_H 1
9086| #define HAVE_OPENPTY 1
9087| #define HAVE_STRFTIME 1
9088| #define HAVE_MALLOC 1
9089| #define HAVE_REALLOC 1
9090| #define HAVE_CALLOC 1
9091| #define GLOB_HAS_ALTDIRFUNC 1
9092| #define GLOB_HAS_GL_MATCHC 1
9093| #define HAVE_DECL_GLOB_NOMATCH 1
9094| #define USE_LIBEDIT 1
9095| /* end confdefs.h.  */
9096| /* Define SHA512Update to an innocuous variant, in case <limits.h> declares SHA512Update.
9097|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9098| #define SHA512Update innocuous_SHA512Update
9099|
9100| /* System header to define __stub macros and hopefully few prototypes,
9101|    which can conflict with char SHA512Update (); below.  */
9102|
9103| #include <limits.h>
9104| #undef SHA512Update
9105|
9106| /* Override any GCC internal prototype to avoid an error.
9107|    Use char because int might match the return type of a GCC
9108|    builtin and then its argument prototype would still apply.  */
9109| #ifdef __cplusplus
9110| extern "C"
9111| #endif
9112| char SHA512Update ();
9113| /* The GNU C library defines this for functions which it implements
9114|     to always fail with ENOSYS.  Some functions are actually named
9115|     something starting with __ and the normal name is an alias.  */
9116| #if defined __stub_SHA512Update || defined __stub___SHA512Update
9117| choke me
9118| #endif
9119|
9120| int
9121| main (void)
9122| {
9123| return SHA512Update ();
9124|   ;
9125|   return 0;
9126| }
9127configure:15914: result: no
9128configure:15920: checking for asprintf
9129configure:15920: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9130configure:15920: $? = 0
9131configure:15920: result: yes
9132configure:15926: checking for b64_ntop
9133configure:15926: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9134conftest.c:118: error: undefined reference to 'b64_ntop'
9135collect2: error: ld returned 1 exit status
9136configure:15926: $? = 1
9137configure: failed program was:
9138| /* confdefs.h */
9139| #define PACKAGE_NAME "OpenSSH"
9140| #define PACKAGE_TARNAME "openssh"
9141| #define PACKAGE_VERSION "Portable"
9142| #define PACKAGE_STRING "OpenSSH Portable"
9143| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9144| #define PACKAGE_URL ""
9145| #define HAVE_STDIO_H 1
9146| #define HAVE_STDLIB_H 1
9147| #define HAVE_STRING_H 1
9148| #define HAVE_INTTYPES_H 1
9149| #define HAVE_STDINT_H 1
9150| #define HAVE_STRINGS_H 1
9151| #define HAVE_SYS_STAT_H 1
9152| #define HAVE_SYS_TYPES_H 1
9153| #define HAVE_UNISTD_H 1
9154| #define STDC_HEADERS 1
9155| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9156| #define HAVE_RLIMIT_NPROC /**/
9157| #define WITH_OPENSSL 1
9158| #define VARIABLE_LENGTH_ARRAYS 1
9159| #define VARIABLE_DECLARATION_AFTER_CODE 1
9160| #define HAVE_ATTRIBUTE__NONNULL__ 1
9161| #define HAVE_DIRENT_H 1
9162| #define HAVE_ENDIAN_H 1
9163| #define HAVE_ELF_H 1
9164| #define HAVE_ERR_H 1
9165| #define HAVE_FCNTL_H 1
9166| #define HAVE_FLOATINGPOINT_H 1
9167| #define HAVE_FNMATCH_H 1
9168| #define HAVE_GETOPT_H 1
9169| #define HAVE_GLOB_H 1
9170| #define HAVE_IFADDRS_H 1
9171| #define HAVE_INTTYPES_H 1
9172| #define HAVE_LANGINFO_H 1
9173| #define HAVE_LIMITS_H 1
9174| #define HAVE_LOCALE_H 1
9175| #define HAVE_NETDB_H 1
9176| #define HAVE_PATHS_H 1
9177| #define HAVE_POLL_H 1
9178| #define HAVE_READPASSPHRASE_H 1
9179| #define HAVE_RPC_TYPES_H 1
9180| #define HAVE_SECURITY_PAM_APPL_H 1
9181| #define HAVE_STDDEF_H 1
9182| #define HAVE_STDINT_H 1
9183| #define HAVE_STRING_H 1
9184| #define HAVE_STRINGS_H 1
9185| #define HAVE_SYS_CDEFS_H 1
9186| #define HAVE_SYS_FILE_H 1
9187| #define HAVE_SYS_MMAN_H 1
9188| #define HAVE_SYS_PARAM_H 1
9189| #define HAVE_SYS_POLL_H 1
9190| #define HAVE_SYS_PROCCTL_H 1
9191| #define HAVE_SYS_PTRACE_H 1
9192| #define HAVE_SYS_RANDOM_H 1
9193| #define HAVE_SYS_SELECT_H 1
9194| #define HAVE_SYS_STATVFS_H 1
9195| #define HAVE_SYS_TIME_H 1
9196| #define HAVE_SYS_TIMERS_H 1
9197| #define HAVE_TIME_H 1
9198| #define HAVE_TTYENT_H 1
9199| #define HAVE_UNISTD_H 1
9200| #define HAVE_UTIL_H 1
9201| #define HAVE_UTIME_H 1
9202| #define HAVE_UTMPX_H 1
9203| #define HAVE_VIS_H 1
9204| #define HAVE_WCHAR_H 1
9205| #define HAVE_NET_ROUTE_H 1
9206| #define HAVE_SYS_SYSCTL_H 1
9207| #define HAVE_LOGIN_CAP_H 1
9208| #define HAVE_SYS_MOUNT_H 1
9209| #define HAVE_SYS_UN_H 1
9210| #define HAVE_DIRNAME 1
9211| #define HAVE_LIBGEN_H 1
9212| #define HAVE_BASENAME 1
9213| #define WITH_ZLIB 1
9214| #define HAVE_LIBZ 1
9215| #define HAVE_UTIMES 1
9216| #define HAVE_LIBUTIL_H 1
9217| #define HAVE_OPENPTY 1
9218| #define HAVE_STRFTIME 1
9219| #define HAVE_MALLOC 1
9220| #define HAVE_REALLOC 1
9221| #define HAVE_CALLOC 1
9222| #define GLOB_HAS_ALTDIRFUNC 1
9223| #define GLOB_HAS_GL_MATCHC 1
9224| #define HAVE_DECL_GLOB_NOMATCH 1
9225| #define USE_LIBEDIT 1
9226| #define HAVE_ASPRINTF 1
9227| /* end confdefs.h.  */
9228| /* Define b64_ntop to an innocuous variant, in case <limits.h> declares b64_ntop.
9229|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9230| #define b64_ntop innocuous_b64_ntop
9231|
9232| /* System header to define __stub macros and hopefully few prototypes,
9233|    which can conflict with char b64_ntop (); below.  */
9234|
9235| #include <limits.h>
9236| #undef b64_ntop
9237|
9238| /* Override any GCC internal prototype to avoid an error.
9239|    Use char because int might match the return type of a GCC
9240|    builtin and then its argument prototype would still apply.  */
9241| #ifdef __cplusplus
9242| extern "C"
9243| #endif
9244| char b64_ntop ();
9245| /* The GNU C library defines this for functions which it implements
9246|     to always fail with ENOSYS.  Some functions are actually named
9247|     something starting with __ and the normal name is an alias.  */
9248| #if defined __stub_b64_ntop || defined __stub___b64_ntop
9249| choke me
9250| #endif
9251|
9252| int
9253| main (void)
9254| {
9255| return b64_ntop ();
9256|   ;
9257|   return 0;
9258| }
9259configure:15926: result: no
9260configure:15932: checking for __b64_ntop
9261configure:15932: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9262configure:15932: $? = 0
9263configure:15932: result: yes
9264configure:15938: checking for b64_pton
9265configure:15938: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9266conftest.c:119: error: undefined reference to 'b64_pton'
9267collect2: error: ld returned 1 exit status
9268configure:15938: $? = 1
9269configure: failed program was:
9270| /* confdefs.h */
9271| #define PACKAGE_NAME "OpenSSH"
9272| #define PACKAGE_TARNAME "openssh"
9273| #define PACKAGE_VERSION "Portable"
9274| #define PACKAGE_STRING "OpenSSH Portable"
9275| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9276| #define PACKAGE_URL ""
9277| #define HAVE_STDIO_H 1
9278| #define HAVE_STDLIB_H 1
9279| #define HAVE_STRING_H 1
9280| #define HAVE_INTTYPES_H 1
9281| #define HAVE_STDINT_H 1
9282| #define HAVE_STRINGS_H 1
9283| #define HAVE_SYS_STAT_H 1
9284| #define HAVE_SYS_TYPES_H 1
9285| #define HAVE_UNISTD_H 1
9286| #define STDC_HEADERS 1
9287| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9288| #define HAVE_RLIMIT_NPROC /**/
9289| #define WITH_OPENSSL 1
9290| #define VARIABLE_LENGTH_ARRAYS 1
9291| #define VARIABLE_DECLARATION_AFTER_CODE 1
9292| #define HAVE_ATTRIBUTE__NONNULL__ 1
9293| #define HAVE_DIRENT_H 1
9294| #define HAVE_ENDIAN_H 1
9295| #define HAVE_ELF_H 1
9296| #define HAVE_ERR_H 1
9297| #define HAVE_FCNTL_H 1
9298| #define HAVE_FLOATINGPOINT_H 1
9299| #define HAVE_FNMATCH_H 1
9300| #define HAVE_GETOPT_H 1
9301| #define HAVE_GLOB_H 1
9302| #define HAVE_IFADDRS_H 1
9303| #define HAVE_INTTYPES_H 1
9304| #define HAVE_LANGINFO_H 1
9305| #define HAVE_LIMITS_H 1
9306| #define HAVE_LOCALE_H 1
9307| #define HAVE_NETDB_H 1
9308| #define HAVE_PATHS_H 1
9309| #define HAVE_POLL_H 1
9310| #define HAVE_READPASSPHRASE_H 1
9311| #define HAVE_RPC_TYPES_H 1
9312| #define HAVE_SECURITY_PAM_APPL_H 1
9313| #define HAVE_STDDEF_H 1
9314| #define HAVE_STDINT_H 1
9315| #define HAVE_STRING_H 1
9316| #define HAVE_STRINGS_H 1
9317| #define HAVE_SYS_CDEFS_H 1
9318| #define HAVE_SYS_FILE_H 1
9319| #define HAVE_SYS_MMAN_H 1
9320| #define HAVE_SYS_PARAM_H 1
9321| #define HAVE_SYS_POLL_H 1
9322| #define HAVE_SYS_PROCCTL_H 1
9323| #define HAVE_SYS_PTRACE_H 1
9324| #define HAVE_SYS_RANDOM_H 1
9325| #define HAVE_SYS_SELECT_H 1
9326| #define HAVE_SYS_STATVFS_H 1
9327| #define HAVE_SYS_TIME_H 1
9328| #define HAVE_SYS_TIMERS_H 1
9329| #define HAVE_TIME_H 1
9330| #define HAVE_TTYENT_H 1
9331| #define HAVE_UNISTD_H 1
9332| #define HAVE_UTIL_H 1
9333| #define HAVE_UTIME_H 1
9334| #define HAVE_UTMPX_H 1
9335| #define HAVE_VIS_H 1
9336| #define HAVE_WCHAR_H 1
9337| #define HAVE_NET_ROUTE_H 1
9338| #define HAVE_SYS_SYSCTL_H 1
9339| #define HAVE_LOGIN_CAP_H 1
9340| #define HAVE_SYS_MOUNT_H 1
9341| #define HAVE_SYS_UN_H 1
9342| #define HAVE_DIRNAME 1
9343| #define HAVE_LIBGEN_H 1
9344| #define HAVE_BASENAME 1
9345| #define WITH_ZLIB 1
9346| #define HAVE_LIBZ 1
9347| #define HAVE_UTIMES 1
9348| #define HAVE_LIBUTIL_H 1
9349| #define HAVE_OPENPTY 1
9350| #define HAVE_STRFTIME 1
9351| #define HAVE_MALLOC 1
9352| #define HAVE_REALLOC 1
9353| #define HAVE_CALLOC 1
9354| #define GLOB_HAS_ALTDIRFUNC 1
9355| #define GLOB_HAS_GL_MATCHC 1
9356| #define HAVE_DECL_GLOB_NOMATCH 1
9357| #define USE_LIBEDIT 1
9358| #define HAVE_ASPRINTF 1
9359| #define HAVE___B64_NTOP 1
9360| /* end confdefs.h.  */
9361| /* Define b64_pton to an innocuous variant, in case <limits.h> declares b64_pton.
9362|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9363| #define b64_pton innocuous_b64_pton
9364|
9365| /* System header to define __stub macros and hopefully few prototypes,
9366|    which can conflict with char b64_pton (); below.  */
9367|
9368| #include <limits.h>
9369| #undef b64_pton
9370|
9371| /* Override any GCC internal prototype to avoid an error.
9372|    Use char because int might match the return type of a GCC
9373|    builtin and then its argument prototype would still apply.  */
9374| #ifdef __cplusplus
9375| extern "C"
9376| #endif
9377| char b64_pton ();
9378| /* The GNU C library defines this for functions which it implements
9379|     to always fail with ENOSYS.  Some functions are actually named
9380|     something starting with __ and the normal name is an alias.  */
9381| #if defined __stub_b64_pton || defined __stub___b64_pton
9382| choke me
9383| #endif
9384|
9385| int
9386| main (void)
9387| {
9388| return b64_pton ();
9389|   ;
9390|   return 0;
9391| }
9392configure:15938: result: no
9393configure:15944: checking for __b64_pton
9394configure:15944: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9395configure:15944: $? = 0
9396configure:15944: result: yes
9397configure:15950: checking for bcopy
9398configure:15950: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9399conftest.c:109:6: warning: conflicting types for built-in function 'bcopy' [-Wbuiltin-declaration-mismatch]
9400 char bcopy ();
9401      ^~~~~
9402configure:15950: $? = 0
9403configure:15950: result: yes
9404configure:15956: checking for bcrypt_pbkdf
9405configure:15956: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9406conftest.c:121: error: undefined reference to 'bcrypt_pbkdf'
9407collect2: error: ld returned 1 exit status
9408configure:15956: $? = 1
9409configure: failed program was:
9410| /* confdefs.h */
9411| #define PACKAGE_NAME "OpenSSH"
9412| #define PACKAGE_TARNAME "openssh"
9413| #define PACKAGE_VERSION "Portable"
9414| #define PACKAGE_STRING "OpenSSH Portable"
9415| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9416| #define PACKAGE_URL ""
9417| #define HAVE_STDIO_H 1
9418| #define HAVE_STDLIB_H 1
9419| #define HAVE_STRING_H 1
9420| #define HAVE_INTTYPES_H 1
9421| #define HAVE_STDINT_H 1
9422| #define HAVE_STRINGS_H 1
9423| #define HAVE_SYS_STAT_H 1
9424| #define HAVE_SYS_TYPES_H 1
9425| #define HAVE_UNISTD_H 1
9426| #define STDC_HEADERS 1
9427| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9428| #define HAVE_RLIMIT_NPROC /**/
9429| #define WITH_OPENSSL 1
9430| #define VARIABLE_LENGTH_ARRAYS 1
9431| #define VARIABLE_DECLARATION_AFTER_CODE 1
9432| #define HAVE_ATTRIBUTE__NONNULL__ 1
9433| #define HAVE_DIRENT_H 1
9434| #define HAVE_ENDIAN_H 1
9435| #define HAVE_ELF_H 1
9436| #define HAVE_ERR_H 1
9437| #define HAVE_FCNTL_H 1
9438| #define HAVE_FLOATINGPOINT_H 1
9439| #define HAVE_FNMATCH_H 1
9440| #define HAVE_GETOPT_H 1
9441| #define HAVE_GLOB_H 1
9442| #define HAVE_IFADDRS_H 1
9443| #define HAVE_INTTYPES_H 1
9444| #define HAVE_LANGINFO_H 1
9445| #define HAVE_LIMITS_H 1
9446| #define HAVE_LOCALE_H 1
9447| #define HAVE_NETDB_H 1
9448| #define HAVE_PATHS_H 1
9449| #define HAVE_POLL_H 1
9450| #define HAVE_READPASSPHRASE_H 1
9451| #define HAVE_RPC_TYPES_H 1
9452| #define HAVE_SECURITY_PAM_APPL_H 1
9453| #define HAVE_STDDEF_H 1
9454| #define HAVE_STDINT_H 1
9455| #define HAVE_STRING_H 1
9456| #define HAVE_STRINGS_H 1
9457| #define HAVE_SYS_CDEFS_H 1
9458| #define HAVE_SYS_FILE_H 1
9459| #define HAVE_SYS_MMAN_H 1
9460| #define HAVE_SYS_PARAM_H 1
9461| #define HAVE_SYS_POLL_H 1
9462| #define HAVE_SYS_PROCCTL_H 1
9463| #define HAVE_SYS_PTRACE_H 1
9464| #define HAVE_SYS_RANDOM_H 1
9465| #define HAVE_SYS_SELECT_H 1
9466| #define HAVE_SYS_STATVFS_H 1
9467| #define HAVE_SYS_TIME_H 1
9468| #define HAVE_SYS_TIMERS_H 1
9469| #define HAVE_TIME_H 1
9470| #define HAVE_TTYENT_H 1
9471| #define HAVE_UNISTD_H 1
9472| #define HAVE_UTIL_H 1
9473| #define HAVE_UTIME_H 1
9474| #define HAVE_UTMPX_H 1
9475| #define HAVE_VIS_H 1
9476| #define HAVE_WCHAR_H 1
9477| #define HAVE_NET_ROUTE_H 1
9478| #define HAVE_SYS_SYSCTL_H 1
9479| #define HAVE_LOGIN_CAP_H 1
9480| #define HAVE_SYS_MOUNT_H 1
9481| #define HAVE_SYS_UN_H 1
9482| #define HAVE_DIRNAME 1
9483| #define HAVE_LIBGEN_H 1
9484| #define HAVE_BASENAME 1
9485| #define WITH_ZLIB 1
9486| #define HAVE_LIBZ 1
9487| #define HAVE_UTIMES 1
9488| #define HAVE_LIBUTIL_H 1
9489| #define HAVE_OPENPTY 1
9490| #define HAVE_STRFTIME 1
9491| #define HAVE_MALLOC 1
9492| #define HAVE_REALLOC 1
9493| #define HAVE_CALLOC 1
9494| #define GLOB_HAS_ALTDIRFUNC 1
9495| #define GLOB_HAS_GL_MATCHC 1
9496| #define HAVE_DECL_GLOB_NOMATCH 1
9497| #define USE_LIBEDIT 1
9498| #define HAVE_ASPRINTF 1
9499| #define HAVE___B64_NTOP 1
9500| #define HAVE___B64_PTON 1
9501| #define HAVE_BCOPY 1
9502| /* end confdefs.h.  */
9503| /* Define bcrypt_pbkdf to an innocuous variant, in case <limits.h> declares bcrypt_pbkdf.
9504|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9505| #define bcrypt_pbkdf innocuous_bcrypt_pbkdf
9506|
9507| /* System header to define __stub macros and hopefully few prototypes,
9508|    which can conflict with char bcrypt_pbkdf (); below.  */
9509|
9510| #include <limits.h>
9511| #undef bcrypt_pbkdf
9512|
9513| /* Override any GCC internal prototype to avoid an error.
9514|    Use char because int might match the return type of a GCC
9515|    builtin and then its argument prototype would still apply.  */
9516| #ifdef __cplusplus
9517| extern "C"
9518| #endif
9519| char bcrypt_pbkdf ();
9520| /* The GNU C library defines this for functions which it implements
9521|     to always fail with ENOSYS.  Some functions are actually named
9522|     something starting with __ and the normal name is an alias.  */
9523| #if defined __stub_bcrypt_pbkdf || defined __stub___bcrypt_pbkdf
9524| choke me
9525| #endif
9526|
9527| int
9528| main (void)
9529| {
9530| return bcrypt_pbkdf ();
9531|   ;
9532|   return 0;
9533| }
9534configure:15956: result: no
9535configure:15962: checking for bindresvport_sa
9536configure:15962: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9537configure:15962: $? = 0
9538configure:15962: result: yes
9539configure:15968: checking for blf_enc
9540configure:15968: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9541conftest.c:122: error: undefined reference to 'blf_enc'
9542collect2: error: ld returned 1 exit status
9543configure:15968: $? = 1
9544configure: failed program was:
9545| /* confdefs.h */
9546| #define PACKAGE_NAME "OpenSSH"
9547| #define PACKAGE_TARNAME "openssh"
9548| #define PACKAGE_VERSION "Portable"
9549| #define PACKAGE_STRING "OpenSSH Portable"
9550| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9551| #define PACKAGE_URL ""
9552| #define HAVE_STDIO_H 1
9553| #define HAVE_STDLIB_H 1
9554| #define HAVE_STRING_H 1
9555| #define HAVE_INTTYPES_H 1
9556| #define HAVE_STDINT_H 1
9557| #define HAVE_STRINGS_H 1
9558| #define HAVE_SYS_STAT_H 1
9559| #define HAVE_SYS_TYPES_H 1
9560| #define HAVE_UNISTD_H 1
9561| #define STDC_HEADERS 1
9562| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9563| #define HAVE_RLIMIT_NPROC /**/
9564| #define WITH_OPENSSL 1
9565| #define VARIABLE_LENGTH_ARRAYS 1
9566| #define VARIABLE_DECLARATION_AFTER_CODE 1
9567| #define HAVE_ATTRIBUTE__NONNULL__ 1
9568| #define HAVE_DIRENT_H 1
9569| #define HAVE_ENDIAN_H 1
9570| #define HAVE_ELF_H 1
9571| #define HAVE_ERR_H 1
9572| #define HAVE_FCNTL_H 1
9573| #define HAVE_FLOATINGPOINT_H 1
9574| #define HAVE_FNMATCH_H 1
9575| #define HAVE_GETOPT_H 1
9576| #define HAVE_GLOB_H 1
9577| #define HAVE_IFADDRS_H 1
9578| #define HAVE_INTTYPES_H 1
9579| #define HAVE_LANGINFO_H 1
9580| #define HAVE_LIMITS_H 1
9581| #define HAVE_LOCALE_H 1
9582| #define HAVE_NETDB_H 1
9583| #define HAVE_PATHS_H 1
9584| #define HAVE_POLL_H 1
9585| #define HAVE_READPASSPHRASE_H 1
9586| #define HAVE_RPC_TYPES_H 1
9587| #define HAVE_SECURITY_PAM_APPL_H 1
9588| #define HAVE_STDDEF_H 1
9589| #define HAVE_STDINT_H 1
9590| #define HAVE_STRING_H 1
9591| #define HAVE_STRINGS_H 1
9592| #define HAVE_SYS_CDEFS_H 1
9593| #define HAVE_SYS_FILE_H 1
9594| #define HAVE_SYS_MMAN_H 1
9595| #define HAVE_SYS_PARAM_H 1
9596| #define HAVE_SYS_POLL_H 1
9597| #define HAVE_SYS_PROCCTL_H 1
9598| #define HAVE_SYS_PTRACE_H 1
9599| #define HAVE_SYS_RANDOM_H 1
9600| #define HAVE_SYS_SELECT_H 1
9601| #define HAVE_SYS_STATVFS_H 1
9602| #define HAVE_SYS_TIME_H 1
9603| #define HAVE_SYS_TIMERS_H 1
9604| #define HAVE_TIME_H 1
9605| #define HAVE_TTYENT_H 1
9606| #define HAVE_UNISTD_H 1
9607| #define HAVE_UTIL_H 1
9608| #define HAVE_UTIME_H 1
9609| #define HAVE_UTMPX_H 1
9610| #define HAVE_VIS_H 1
9611| #define HAVE_WCHAR_H 1
9612| #define HAVE_NET_ROUTE_H 1
9613| #define HAVE_SYS_SYSCTL_H 1
9614| #define HAVE_LOGIN_CAP_H 1
9615| #define HAVE_SYS_MOUNT_H 1
9616| #define HAVE_SYS_UN_H 1
9617| #define HAVE_DIRNAME 1
9618| #define HAVE_LIBGEN_H 1
9619| #define HAVE_BASENAME 1
9620| #define WITH_ZLIB 1
9621| #define HAVE_LIBZ 1
9622| #define HAVE_UTIMES 1
9623| #define HAVE_LIBUTIL_H 1
9624| #define HAVE_OPENPTY 1
9625| #define HAVE_STRFTIME 1
9626| #define HAVE_MALLOC 1
9627| #define HAVE_REALLOC 1
9628| #define HAVE_CALLOC 1
9629| #define GLOB_HAS_ALTDIRFUNC 1
9630| #define GLOB_HAS_GL_MATCHC 1
9631| #define HAVE_DECL_GLOB_NOMATCH 1
9632| #define USE_LIBEDIT 1
9633| #define HAVE_ASPRINTF 1
9634| #define HAVE___B64_NTOP 1
9635| #define HAVE___B64_PTON 1
9636| #define HAVE_BCOPY 1
9637| #define HAVE_BINDRESVPORT_SA 1
9638| /* end confdefs.h.  */
9639| /* Define blf_enc to an innocuous variant, in case <limits.h> declares blf_enc.
9640|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9641| #define blf_enc innocuous_blf_enc
9642|
9643| /* System header to define __stub macros and hopefully few prototypes,
9644|    which can conflict with char blf_enc (); below.  */
9645|
9646| #include <limits.h>
9647| #undef blf_enc
9648|
9649| /* Override any GCC internal prototype to avoid an error.
9650|    Use char because int might match the return type of a GCC
9651|    builtin and then its argument prototype would still apply.  */
9652| #ifdef __cplusplus
9653| extern "C"
9654| #endif
9655| char blf_enc ();
9656| /* The GNU C library defines this for functions which it implements
9657|     to always fail with ENOSYS.  Some functions are actually named
9658|     something starting with __ and the normal name is an alias.  */
9659| #if defined __stub_blf_enc || defined __stub___blf_enc
9660| choke me
9661| #endif
9662|
9663| int
9664| main (void)
9665| {
9666| return blf_enc ();
9667|   ;
9668|   return 0;
9669| }
9670configure:15968: result: no
9671configure:15974: checking for bzero
9672configure:15974: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9673conftest.c:111:6: warning: conflicting types for built-in function 'bzero' [-Wbuiltin-declaration-mismatch]
9674 char bzero ();
9675      ^~~~~
9676configure:15974: $? = 0
9677configure:15974: result: yes
9678configure:15980: checking for cap_rights_limit
9679configure:15980: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9680conftest.c:123: error: undefined reference to 'cap_rights_limit'
9681collect2: error: ld returned 1 exit status
9682configure:15980: $? = 1
9683configure: failed program was:
9684| /* confdefs.h */
9685| #define PACKAGE_NAME "OpenSSH"
9686| #define PACKAGE_TARNAME "openssh"
9687| #define PACKAGE_VERSION "Portable"
9688| #define PACKAGE_STRING "OpenSSH Portable"
9689| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9690| #define PACKAGE_URL ""
9691| #define HAVE_STDIO_H 1
9692| #define HAVE_STDLIB_H 1
9693| #define HAVE_STRING_H 1
9694| #define HAVE_INTTYPES_H 1
9695| #define HAVE_STDINT_H 1
9696| #define HAVE_STRINGS_H 1
9697| #define HAVE_SYS_STAT_H 1
9698| #define HAVE_SYS_TYPES_H 1
9699| #define HAVE_UNISTD_H 1
9700| #define STDC_HEADERS 1
9701| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9702| #define HAVE_RLIMIT_NPROC /**/
9703| #define WITH_OPENSSL 1
9704| #define VARIABLE_LENGTH_ARRAYS 1
9705| #define VARIABLE_DECLARATION_AFTER_CODE 1
9706| #define HAVE_ATTRIBUTE__NONNULL__ 1
9707| #define HAVE_DIRENT_H 1
9708| #define HAVE_ENDIAN_H 1
9709| #define HAVE_ELF_H 1
9710| #define HAVE_ERR_H 1
9711| #define HAVE_FCNTL_H 1
9712| #define HAVE_FLOATINGPOINT_H 1
9713| #define HAVE_FNMATCH_H 1
9714| #define HAVE_GETOPT_H 1
9715| #define HAVE_GLOB_H 1
9716| #define HAVE_IFADDRS_H 1
9717| #define HAVE_INTTYPES_H 1
9718| #define HAVE_LANGINFO_H 1
9719| #define HAVE_LIMITS_H 1
9720| #define HAVE_LOCALE_H 1
9721| #define HAVE_NETDB_H 1
9722| #define HAVE_PATHS_H 1
9723| #define HAVE_POLL_H 1
9724| #define HAVE_READPASSPHRASE_H 1
9725| #define HAVE_RPC_TYPES_H 1
9726| #define HAVE_SECURITY_PAM_APPL_H 1
9727| #define HAVE_STDDEF_H 1
9728| #define HAVE_STDINT_H 1
9729| #define HAVE_STRING_H 1
9730| #define HAVE_STRINGS_H 1
9731| #define HAVE_SYS_CDEFS_H 1
9732| #define HAVE_SYS_FILE_H 1
9733| #define HAVE_SYS_MMAN_H 1
9734| #define HAVE_SYS_PARAM_H 1
9735| #define HAVE_SYS_POLL_H 1
9736| #define HAVE_SYS_PROCCTL_H 1
9737| #define HAVE_SYS_PTRACE_H 1
9738| #define HAVE_SYS_RANDOM_H 1
9739| #define HAVE_SYS_SELECT_H 1
9740| #define HAVE_SYS_STATVFS_H 1
9741| #define HAVE_SYS_TIME_H 1
9742| #define HAVE_SYS_TIMERS_H 1
9743| #define HAVE_TIME_H 1
9744| #define HAVE_TTYENT_H 1
9745| #define HAVE_UNISTD_H 1
9746| #define HAVE_UTIL_H 1
9747| #define HAVE_UTIME_H 1
9748| #define HAVE_UTMPX_H 1
9749| #define HAVE_VIS_H 1
9750| #define HAVE_WCHAR_H 1
9751| #define HAVE_NET_ROUTE_H 1
9752| #define HAVE_SYS_SYSCTL_H 1
9753| #define HAVE_LOGIN_CAP_H 1
9754| #define HAVE_SYS_MOUNT_H 1
9755| #define HAVE_SYS_UN_H 1
9756| #define HAVE_DIRNAME 1
9757| #define HAVE_LIBGEN_H 1
9758| #define HAVE_BASENAME 1
9759| #define WITH_ZLIB 1
9760| #define HAVE_LIBZ 1
9761| #define HAVE_UTIMES 1
9762| #define HAVE_LIBUTIL_H 1
9763| #define HAVE_OPENPTY 1
9764| #define HAVE_STRFTIME 1
9765| #define HAVE_MALLOC 1
9766| #define HAVE_REALLOC 1
9767| #define HAVE_CALLOC 1
9768| #define GLOB_HAS_ALTDIRFUNC 1
9769| #define GLOB_HAS_GL_MATCHC 1
9770| #define HAVE_DECL_GLOB_NOMATCH 1
9771| #define USE_LIBEDIT 1
9772| #define HAVE_ASPRINTF 1
9773| #define HAVE___B64_NTOP 1
9774| #define HAVE___B64_PTON 1
9775| #define HAVE_BCOPY 1
9776| #define HAVE_BINDRESVPORT_SA 1
9777| #define HAVE_BZERO 1
9778| /* end confdefs.h.  */
9779| /* Define cap_rights_limit to an innocuous variant, in case <limits.h> declares cap_rights_limit.
9780|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9781| #define cap_rights_limit innocuous_cap_rights_limit
9782|
9783| /* System header to define __stub macros and hopefully few prototypes,
9784|    which can conflict with char cap_rights_limit (); below.  */
9785|
9786| #include <limits.h>
9787| #undef cap_rights_limit
9788|
9789| /* Override any GCC internal prototype to avoid an error.
9790|    Use char because int might match the return type of a GCC
9791|    builtin and then its argument prototype would still apply.  */
9792| #ifdef __cplusplus
9793| extern "C"
9794| #endif
9795| char cap_rights_limit ();
9796| /* The GNU C library defines this for functions which it implements
9797|     to always fail with ENOSYS.  Some functions are actually named
9798|     something starting with __ and the normal name is an alias.  */
9799| #if defined __stub_cap_rights_limit || defined __stub___cap_rights_limit
9800| choke me
9801| #endif
9802|
9803| int
9804| main (void)
9805| {
9806| return cap_rights_limit ();
9807|   ;
9808|   return 0;
9809| }
9810configure:15980: result: no
9811configure:15986: checking for clock
9812configure:15986: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9813configure:15986: $? = 0
9814configure:15986: result: yes
9815configure:15992: checking for closefrom
9816configure:15992: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9817configure:15992: $? = 0
9818configure:15992: result: yes
9819configure:15998: checking for close_range
9820configure:15998: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9821conftest.c:125: error: undefined reference to 'close_range'
9822collect2: error: ld returned 1 exit status
9823configure:15998: $? = 1
9824configure: failed program was:
9825| /* confdefs.h */
9826| #define PACKAGE_NAME "OpenSSH"
9827| #define PACKAGE_TARNAME "openssh"
9828| #define PACKAGE_VERSION "Portable"
9829| #define PACKAGE_STRING "OpenSSH Portable"
9830| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9831| #define PACKAGE_URL ""
9832| #define HAVE_STDIO_H 1
9833| #define HAVE_STDLIB_H 1
9834| #define HAVE_STRING_H 1
9835| #define HAVE_INTTYPES_H 1
9836| #define HAVE_STDINT_H 1
9837| #define HAVE_STRINGS_H 1
9838| #define HAVE_SYS_STAT_H 1
9839| #define HAVE_SYS_TYPES_H 1
9840| #define HAVE_UNISTD_H 1
9841| #define STDC_HEADERS 1
9842| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9843| #define HAVE_RLIMIT_NPROC /**/
9844| #define WITH_OPENSSL 1
9845| #define VARIABLE_LENGTH_ARRAYS 1
9846| #define VARIABLE_DECLARATION_AFTER_CODE 1
9847| #define HAVE_ATTRIBUTE__NONNULL__ 1
9848| #define HAVE_DIRENT_H 1
9849| #define HAVE_ENDIAN_H 1
9850| #define HAVE_ELF_H 1
9851| #define HAVE_ERR_H 1
9852| #define HAVE_FCNTL_H 1
9853| #define HAVE_FLOATINGPOINT_H 1
9854| #define HAVE_FNMATCH_H 1
9855| #define HAVE_GETOPT_H 1
9856| #define HAVE_GLOB_H 1
9857| #define HAVE_IFADDRS_H 1
9858| #define HAVE_INTTYPES_H 1
9859| #define HAVE_LANGINFO_H 1
9860| #define HAVE_LIMITS_H 1
9861| #define HAVE_LOCALE_H 1
9862| #define HAVE_NETDB_H 1
9863| #define HAVE_PATHS_H 1
9864| #define HAVE_POLL_H 1
9865| #define HAVE_READPASSPHRASE_H 1
9866| #define HAVE_RPC_TYPES_H 1
9867| #define HAVE_SECURITY_PAM_APPL_H 1
9868| #define HAVE_STDDEF_H 1
9869| #define HAVE_STDINT_H 1
9870| #define HAVE_STRING_H 1
9871| #define HAVE_STRINGS_H 1
9872| #define HAVE_SYS_CDEFS_H 1
9873| #define HAVE_SYS_FILE_H 1
9874| #define HAVE_SYS_MMAN_H 1
9875| #define HAVE_SYS_PARAM_H 1
9876| #define HAVE_SYS_POLL_H 1
9877| #define HAVE_SYS_PROCCTL_H 1
9878| #define HAVE_SYS_PTRACE_H 1
9879| #define HAVE_SYS_RANDOM_H 1
9880| #define HAVE_SYS_SELECT_H 1
9881| #define HAVE_SYS_STATVFS_H 1
9882| #define HAVE_SYS_TIME_H 1
9883| #define HAVE_SYS_TIMERS_H 1
9884| #define HAVE_TIME_H 1
9885| #define HAVE_TTYENT_H 1
9886| #define HAVE_UNISTD_H 1
9887| #define HAVE_UTIL_H 1
9888| #define HAVE_UTIME_H 1
9889| #define HAVE_UTMPX_H 1
9890| #define HAVE_VIS_H 1
9891| #define HAVE_WCHAR_H 1
9892| #define HAVE_NET_ROUTE_H 1
9893| #define HAVE_SYS_SYSCTL_H 1
9894| #define HAVE_LOGIN_CAP_H 1
9895| #define HAVE_SYS_MOUNT_H 1
9896| #define HAVE_SYS_UN_H 1
9897| #define HAVE_DIRNAME 1
9898| #define HAVE_LIBGEN_H 1
9899| #define HAVE_BASENAME 1
9900| #define WITH_ZLIB 1
9901| #define HAVE_LIBZ 1
9902| #define HAVE_UTIMES 1
9903| #define HAVE_LIBUTIL_H 1
9904| #define HAVE_OPENPTY 1
9905| #define HAVE_STRFTIME 1
9906| #define HAVE_MALLOC 1
9907| #define HAVE_REALLOC 1
9908| #define HAVE_CALLOC 1
9909| #define GLOB_HAS_ALTDIRFUNC 1
9910| #define GLOB_HAS_GL_MATCHC 1
9911| #define HAVE_DECL_GLOB_NOMATCH 1
9912| #define USE_LIBEDIT 1
9913| #define HAVE_ASPRINTF 1
9914| #define HAVE___B64_NTOP 1
9915| #define HAVE___B64_PTON 1
9916| #define HAVE_BCOPY 1
9917| #define HAVE_BINDRESVPORT_SA 1
9918| #define HAVE_BZERO 1
9919| #define HAVE_CLOCK 1
9920| #define HAVE_CLOSEFROM 1
9921| /* end confdefs.h.  */
9922| /* Define close_range to an innocuous variant, in case <limits.h> declares close_range.
9923|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9924| #define close_range innocuous_close_range
9925|
9926| /* System header to define __stub macros and hopefully few prototypes,
9927|    which can conflict with char close_range (); below.  */
9928|
9929| #include <limits.h>
9930| #undef close_range
9931|
9932| /* Override any GCC internal prototype to avoid an error.
9933|    Use char because int might match the return type of a GCC
9934|    builtin and then its argument prototype would still apply.  */
9935| #ifdef __cplusplus
9936| extern "C"
9937| #endif
9938| char close_range ();
9939| /* The GNU C library defines this for functions which it implements
9940|     to always fail with ENOSYS.  Some functions are actually named
9941|     something starting with __ and the normal name is an alias.  */
9942| #if defined __stub_close_range || defined __stub___close_range
9943| choke me
9944| #endif
9945|
9946| int
9947| main (void)
9948| {
9949| return close_range ();
9950|   ;
9951|   return 0;
9952| }
9953configure:15998: result: no
9954configure:16004: checking for dirfd
9955configure:16004: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9956configure:16004: $? = 0
9957configure:16004: result: yes
9958configure:16010: checking for endgrent
9959configure:16010: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9960configure:16010: $? = 0
9961configure:16010: result: yes
9962configure:16016: checking for err
9963configure:16016: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9964configure:16016: $? = 0
9965configure:16016: result: yes
9966configure:16022: checking for errx
9967configure:16022: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9968configure:16022: $? = 0
9969configure:16022: result: yes
9970configure:16028: checking for explicit_bzero
9971configure:16028: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9972configure:16028: $? = 0
9973configure:16028: result: yes
9974configure:16034: checking for explicit_memset
9975configure:16034: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
9976conftest.c:130: error: undefined reference to 'explicit_memset'
9977collect2: error: ld returned 1 exit status
9978configure:16034: $? = 1
9979configure: failed program was:
9980| /* confdefs.h */
9981| #define PACKAGE_NAME "OpenSSH"
9982| #define PACKAGE_TARNAME "openssh"
9983| #define PACKAGE_VERSION "Portable"
9984| #define PACKAGE_STRING "OpenSSH Portable"
9985| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
9986| #define PACKAGE_URL ""
9987| #define HAVE_STDIO_H 1
9988| #define HAVE_STDLIB_H 1
9989| #define HAVE_STRING_H 1
9990| #define HAVE_INTTYPES_H 1
9991| #define HAVE_STDINT_H 1
9992| #define HAVE_STRINGS_H 1
9993| #define HAVE_SYS_STAT_H 1
9994| #define HAVE_SYS_TYPES_H 1
9995| #define HAVE_UNISTD_H 1
9996| #define STDC_HEADERS 1
9997| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
9998| #define HAVE_RLIMIT_NPROC /**/
9999| #define WITH_OPENSSL 1
10000| #define VARIABLE_LENGTH_ARRAYS 1
10001| #define VARIABLE_DECLARATION_AFTER_CODE 1
10002| #define HAVE_ATTRIBUTE__NONNULL__ 1
10003| #define HAVE_DIRENT_H 1
10004| #define HAVE_ENDIAN_H 1
10005| #define HAVE_ELF_H 1
10006| #define HAVE_ERR_H 1
10007| #define HAVE_FCNTL_H 1
10008| #define HAVE_FLOATINGPOINT_H 1
10009| #define HAVE_FNMATCH_H 1
10010| #define HAVE_GETOPT_H 1
10011| #define HAVE_GLOB_H 1
10012| #define HAVE_IFADDRS_H 1
10013| #define HAVE_INTTYPES_H 1
10014| #define HAVE_LANGINFO_H 1
10015| #define HAVE_LIMITS_H 1
10016| #define HAVE_LOCALE_H 1
10017| #define HAVE_NETDB_H 1
10018| #define HAVE_PATHS_H 1
10019| #define HAVE_POLL_H 1
10020| #define HAVE_READPASSPHRASE_H 1
10021| #define HAVE_RPC_TYPES_H 1
10022| #define HAVE_SECURITY_PAM_APPL_H 1
10023| #define HAVE_STDDEF_H 1
10024| #define HAVE_STDINT_H 1
10025| #define HAVE_STRING_H 1
10026| #define HAVE_STRINGS_H 1
10027| #define HAVE_SYS_CDEFS_H 1
10028| #define HAVE_SYS_FILE_H 1
10029| #define HAVE_SYS_MMAN_H 1
10030| #define HAVE_SYS_PARAM_H 1
10031| #define HAVE_SYS_POLL_H 1
10032| #define HAVE_SYS_PROCCTL_H 1
10033| #define HAVE_SYS_PTRACE_H 1
10034| #define HAVE_SYS_RANDOM_H 1
10035| #define HAVE_SYS_SELECT_H 1
10036| #define HAVE_SYS_STATVFS_H 1
10037| #define HAVE_SYS_TIME_H 1
10038| #define HAVE_SYS_TIMERS_H 1
10039| #define HAVE_TIME_H 1
10040| #define HAVE_TTYENT_H 1
10041| #define HAVE_UNISTD_H 1
10042| #define HAVE_UTIL_H 1
10043| #define HAVE_UTIME_H 1
10044| #define HAVE_UTMPX_H 1
10045| #define HAVE_VIS_H 1
10046| #define HAVE_WCHAR_H 1
10047| #define HAVE_NET_ROUTE_H 1
10048| #define HAVE_SYS_SYSCTL_H 1
10049| #define HAVE_LOGIN_CAP_H 1
10050| #define HAVE_SYS_MOUNT_H 1
10051| #define HAVE_SYS_UN_H 1
10052| #define HAVE_DIRNAME 1
10053| #define HAVE_LIBGEN_H 1
10054| #define HAVE_BASENAME 1
10055| #define WITH_ZLIB 1
10056| #define HAVE_LIBZ 1
10057| #define HAVE_UTIMES 1
10058| #define HAVE_LIBUTIL_H 1
10059| #define HAVE_OPENPTY 1
10060| #define HAVE_STRFTIME 1
10061| #define HAVE_MALLOC 1
10062| #define HAVE_REALLOC 1
10063| #define HAVE_CALLOC 1
10064| #define GLOB_HAS_ALTDIRFUNC 1
10065| #define GLOB_HAS_GL_MATCHC 1
10066| #define HAVE_DECL_GLOB_NOMATCH 1
10067| #define USE_LIBEDIT 1
10068| #define HAVE_ASPRINTF 1
10069| #define HAVE___B64_NTOP 1
10070| #define HAVE___B64_PTON 1
10071| #define HAVE_BCOPY 1
10072| #define HAVE_BINDRESVPORT_SA 1
10073| #define HAVE_BZERO 1
10074| #define HAVE_CLOCK 1
10075| #define HAVE_CLOSEFROM 1
10076| #define HAVE_DIRFD 1
10077| #define HAVE_ENDGRENT 1
10078| #define HAVE_ERR 1
10079| #define HAVE_ERRX 1
10080| #define HAVE_EXPLICIT_BZERO 1
10081| /* end confdefs.h.  */
10082| /* Define explicit_memset to an innocuous variant, in case <limits.h> declares explicit_memset.
10083|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10084| #define explicit_memset innocuous_explicit_memset
10085|
10086| /* System header to define __stub macros and hopefully few prototypes,
10087|    which can conflict with char explicit_memset (); below.  */
10088|
10089| #include <limits.h>
10090| #undef explicit_memset
10091|
10092| /* Override any GCC internal prototype to avoid an error.
10093|    Use char because int might match the return type of a GCC
10094|    builtin and then its argument prototype would still apply.  */
10095| #ifdef __cplusplus
10096| extern "C"
10097| #endif
10098| char explicit_memset ();
10099| /* The GNU C library defines this for functions which it implements
10100|     to always fail with ENOSYS.  Some functions are actually named
10101|     something starting with __ and the normal name is an alias.  */
10102| #if defined __stub_explicit_memset || defined __stub___explicit_memset
10103| choke me
10104| #endif
10105|
10106| int
10107| main (void)
10108| {
10109| return explicit_memset ();
10110|   ;
10111|   return 0;
10112| }
10113configure:16034: result: no
10114configure:16040: checking for fchmod
10115configure:16040: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10116configure:16040: $? = 0
10117configure:16040: result: yes
10118configure:16046: checking for fchmodat
10119configure:16046: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10120configure:16046: $? = 0
10121configure:16046: result: yes
10122configure:16052: checking for fchown
10123configure:16052: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10124configure:16052: $? = 0
10125configure:16052: result: yes
10126configure:16058: checking for fchownat
10127configure:16058: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10128configure:16058: $? = 0
10129configure:16058: result: yes
10130configure:16064: checking for flock
10131configure:16064: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10132configure:16064: $? = 0
10133configure:16064: result: yes
10134configure:16070: checking for fnmatch
10135configure:16070: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10136configure:16070: $? = 0
10137configure:16070: result: yes
10138configure:16076: checking for freeaddrinfo
10139configure:16076: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10140configure:16076: $? = 0
10141configure:16076: result: yes
10142configure:16082: checking for freezero
10143configure:16082: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10144configure:16082: $? = 0
10145configure:16082: result: yes
10146configure:16088: checking for fstatfs
10147configure:16088: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10148configure:16088: $? = 0
10149configure:16088: result: yes
10150configure:16094: checking for fstatvfs
10151configure:16094: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10152configure:16094: $? = 0
10153configure:16094: result: yes
10154configure:16100: checking for futimes
10155configure:16100: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10156configure:16100: $? = 0
10157configure:16100: result: yes
10158configure:16106: checking for getaddrinfo
10159configure:16106: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10160configure:16106: $? = 0
10161configure:16106: result: yes
10162configure:16112: checking for getcwd
10163configure:16112: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10164configure:16112: $? = 0
10165configure:16112: result: yes
10166configure:16118: checking for getentropy
10167configure:16118: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10168configure:16118: $? = 0
10169configure:16118: result: yes
10170configure:16124: checking for getgrouplist
10171configure:16124: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10172configure:16124: $? = 0
10173configure:16124: result: yes
10174configure:16130: checking for getline
10175configure:16130: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10176configure:16130: $? = 0
10177configure:16130: result: yes
10178configure:16136: checking for getnameinfo
10179configure:16136: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10180configure:16136: $? = 0
10181configure:16136: result: yes
10182configure:16142: checking for getopt
10183configure:16142: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10184configure:16142: $? = 0
10185configure:16142: result: yes
10186configure:16148: checking for getpagesize
10187configure:16148: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10188configure:16148: $? = 0
10189configure:16148: result: yes
10190configure:16154: checking for getpeereid
10191configure:16154: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10192configure:16154: $? = 0
10193configure:16154: result: yes
10194configure:16160: checking for getpeerucred
10195configure:16160: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10196conftest.c:150: error: undefined reference to 'getpeerucred'
10197collect2: error: ld returned 1 exit status
10198configure:16160: $? = 1
10199configure: failed program was:
10200| /* confdefs.h */
10201| #define PACKAGE_NAME "OpenSSH"
10202| #define PACKAGE_TARNAME "openssh"
10203| #define PACKAGE_VERSION "Portable"
10204| #define PACKAGE_STRING "OpenSSH Portable"
10205| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
10206| #define PACKAGE_URL ""
10207| #define HAVE_STDIO_H 1
10208| #define HAVE_STDLIB_H 1
10209| #define HAVE_STRING_H 1
10210| #define HAVE_INTTYPES_H 1
10211| #define HAVE_STDINT_H 1
10212| #define HAVE_STRINGS_H 1
10213| #define HAVE_SYS_STAT_H 1
10214| #define HAVE_SYS_TYPES_H 1
10215| #define HAVE_UNISTD_H 1
10216| #define STDC_HEADERS 1
10217| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
10218| #define HAVE_RLIMIT_NPROC /**/
10219| #define WITH_OPENSSL 1
10220| #define VARIABLE_LENGTH_ARRAYS 1
10221| #define VARIABLE_DECLARATION_AFTER_CODE 1
10222| #define HAVE_ATTRIBUTE__NONNULL__ 1
10223| #define HAVE_DIRENT_H 1
10224| #define HAVE_ENDIAN_H 1
10225| #define HAVE_ELF_H 1
10226| #define HAVE_ERR_H 1
10227| #define HAVE_FCNTL_H 1
10228| #define HAVE_FLOATINGPOINT_H 1
10229| #define HAVE_FNMATCH_H 1
10230| #define HAVE_GETOPT_H 1
10231| #define HAVE_GLOB_H 1
10232| #define HAVE_IFADDRS_H 1
10233| #define HAVE_INTTYPES_H 1
10234| #define HAVE_LANGINFO_H 1
10235| #define HAVE_LIMITS_H 1
10236| #define HAVE_LOCALE_H 1
10237| #define HAVE_NETDB_H 1
10238| #define HAVE_PATHS_H 1
10239| #define HAVE_POLL_H 1
10240| #define HAVE_READPASSPHRASE_H 1
10241| #define HAVE_RPC_TYPES_H 1
10242| #define HAVE_SECURITY_PAM_APPL_H 1
10243| #define HAVE_STDDEF_H 1
10244| #define HAVE_STDINT_H 1
10245| #define HAVE_STRING_H 1
10246| #define HAVE_STRINGS_H 1
10247| #define HAVE_SYS_CDEFS_H 1
10248| #define HAVE_SYS_FILE_H 1
10249| #define HAVE_SYS_MMAN_H 1
10250| #define HAVE_SYS_PARAM_H 1
10251| #define HAVE_SYS_POLL_H 1
10252| #define HAVE_SYS_PROCCTL_H 1
10253| #define HAVE_SYS_PTRACE_H 1
10254| #define HAVE_SYS_RANDOM_H 1
10255| #define HAVE_SYS_SELECT_H 1
10256| #define HAVE_SYS_STATVFS_H 1
10257| #define HAVE_SYS_TIME_H 1
10258| #define HAVE_SYS_TIMERS_H 1
10259| #define HAVE_TIME_H 1
10260| #define HAVE_TTYENT_H 1
10261| #define HAVE_UNISTD_H 1
10262| #define HAVE_UTIL_H 1
10263| #define HAVE_UTIME_H 1
10264| #define HAVE_UTMPX_H 1
10265| #define HAVE_VIS_H 1
10266| #define HAVE_WCHAR_H 1
10267| #define HAVE_NET_ROUTE_H 1
10268| #define HAVE_SYS_SYSCTL_H 1
10269| #define HAVE_LOGIN_CAP_H 1
10270| #define HAVE_SYS_MOUNT_H 1
10271| #define HAVE_SYS_UN_H 1
10272| #define HAVE_DIRNAME 1
10273| #define HAVE_LIBGEN_H 1
10274| #define HAVE_BASENAME 1
10275| #define WITH_ZLIB 1
10276| #define HAVE_LIBZ 1
10277| #define HAVE_UTIMES 1
10278| #define HAVE_LIBUTIL_H 1
10279| #define HAVE_OPENPTY 1
10280| #define HAVE_STRFTIME 1
10281| #define HAVE_MALLOC 1
10282| #define HAVE_REALLOC 1
10283| #define HAVE_CALLOC 1
10284| #define GLOB_HAS_ALTDIRFUNC 1
10285| #define GLOB_HAS_GL_MATCHC 1
10286| #define HAVE_DECL_GLOB_NOMATCH 1
10287| #define USE_LIBEDIT 1
10288| #define HAVE_ASPRINTF 1
10289| #define HAVE___B64_NTOP 1
10290| #define HAVE___B64_PTON 1
10291| #define HAVE_BCOPY 1
10292| #define HAVE_BINDRESVPORT_SA 1
10293| #define HAVE_BZERO 1
10294| #define HAVE_CLOCK 1
10295| #define HAVE_CLOSEFROM 1
10296| #define HAVE_DIRFD 1
10297| #define HAVE_ENDGRENT 1
10298| #define HAVE_ERR 1
10299| #define HAVE_ERRX 1
10300| #define HAVE_EXPLICIT_BZERO 1
10301| #define HAVE_FCHMOD 1
10302| #define HAVE_FCHMODAT 1
10303| #define HAVE_FCHOWN 1
10304| #define HAVE_FCHOWNAT 1
10305| #define HAVE_FLOCK 1
10306| #define HAVE_FNMATCH 1
10307| #define HAVE_FREEADDRINFO 1
10308| #define HAVE_FREEZERO 1
10309| #define HAVE_FSTATFS 1
10310| #define HAVE_FSTATVFS 1
10311| #define HAVE_FUTIMES 1
10312| #define HAVE_GETADDRINFO 1
10313| #define HAVE_GETCWD 1
10314| #define HAVE_GETENTROPY 1
10315| #define HAVE_GETGROUPLIST 1
10316| #define HAVE_GETLINE 1
10317| #define HAVE_GETNAMEINFO 1
10318| #define HAVE_GETOPT 1
10319| #define HAVE_GETPAGESIZE 1
10320| #define HAVE_GETPEEREID 1
10321| /* end confdefs.h.  */
10322| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
10323|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10324| #define getpeerucred innocuous_getpeerucred
10325|
10326| /* System header to define __stub macros and hopefully few prototypes,
10327|    which can conflict with char getpeerucred (); below.  */
10328|
10329| #include <limits.h>
10330| #undef getpeerucred
10331|
10332| /* Override any GCC internal prototype to avoid an error.
10333|    Use char because int might match the return type of a GCC
10334|    builtin and then its argument prototype would still apply.  */
10335| #ifdef __cplusplus
10336| extern "C"
10337| #endif
10338| char getpeerucred ();
10339| /* The GNU C library defines this for functions which it implements
10340|     to always fail with ENOSYS.  Some functions are actually named
10341|     something starting with __ and the normal name is an alias.  */
10342| #if defined __stub_getpeerucred || defined __stub___getpeerucred
10343| choke me
10344| #endif
10345|
10346| int
10347| main (void)
10348| {
10349| return getpeerucred ();
10350|   ;
10351|   return 0;
10352| }
10353configure:16160: result: no
10354configure:16166: checking for getpgid
10355configure:16166: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10356configure:16166: $? = 0
10357configure:16166: result: yes
10358configure:16172: checking for _getpty
10359configure:16172: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10360conftest.c:151: error: undefined reference to '_getpty'
10361collect2: error: ld returned 1 exit status
10362configure:16172: $? = 1
10363configure: failed program was:
10364| /* confdefs.h */
10365| #define PACKAGE_NAME "OpenSSH"
10366| #define PACKAGE_TARNAME "openssh"
10367| #define PACKAGE_VERSION "Portable"
10368| #define PACKAGE_STRING "OpenSSH Portable"
10369| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
10370| #define PACKAGE_URL ""
10371| #define HAVE_STDIO_H 1
10372| #define HAVE_STDLIB_H 1
10373| #define HAVE_STRING_H 1
10374| #define HAVE_INTTYPES_H 1
10375| #define HAVE_STDINT_H 1
10376| #define HAVE_STRINGS_H 1
10377| #define HAVE_SYS_STAT_H 1
10378| #define HAVE_SYS_TYPES_H 1
10379| #define HAVE_UNISTD_H 1
10380| #define STDC_HEADERS 1
10381| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
10382| #define HAVE_RLIMIT_NPROC /**/
10383| #define WITH_OPENSSL 1
10384| #define VARIABLE_LENGTH_ARRAYS 1
10385| #define VARIABLE_DECLARATION_AFTER_CODE 1
10386| #define HAVE_ATTRIBUTE__NONNULL__ 1
10387| #define HAVE_DIRENT_H 1
10388| #define HAVE_ENDIAN_H 1
10389| #define HAVE_ELF_H 1
10390| #define HAVE_ERR_H 1
10391| #define HAVE_FCNTL_H 1
10392| #define HAVE_FLOATINGPOINT_H 1
10393| #define HAVE_FNMATCH_H 1
10394| #define HAVE_GETOPT_H 1
10395| #define HAVE_GLOB_H 1
10396| #define HAVE_IFADDRS_H 1
10397| #define HAVE_INTTYPES_H 1
10398| #define HAVE_LANGINFO_H 1
10399| #define HAVE_LIMITS_H 1
10400| #define HAVE_LOCALE_H 1
10401| #define HAVE_NETDB_H 1
10402| #define HAVE_PATHS_H 1
10403| #define HAVE_POLL_H 1
10404| #define HAVE_READPASSPHRASE_H 1
10405| #define HAVE_RPC_TYPES_H 1
10406| #define HAVE_SECURITY_PAM_APPL_H 1
10407| #define HAVE_STDDEF_H 1
10408| #define HAVE_STDINT_H 1
10409| #define HAVE_STRING_H 1
10410| #define HAVE_STRINGS_H 1
10411| #define HAVE_SYS_CDEFS_H 1
10412| #define HAVE_SYS_FILE_H 1
10413| #define HAVE_SYS_MMAN_H 1
10414| #define HAVE_SYS_PARAM_H 1
10415| #define HAVE_SYS_POLL_H 1
10416| #define HAVE_SYS_PROCCTL_H 1
10417| #define HAVE_SYS_PTRACE_H 1
10418| #define HAVE_SYS_RANDOM_H 1
10419| #define HAVE_SYS_SELECT_H 1
10420| #define HAVE_SYS_STATVFS_H 1
10421| #define HAVE_SYS_TIME_H 1
10422| #define HAVE_SYS_TIMERS_H 1
10423| #define HAVE_TIME_H 1
10424| #define HAVE_TTYENT_H 1
10425| #define HAVE_UNISTD_H 1
10426| #define HAVE_UTIL_H 1
10427| #define HAVE_UTIME_H 1
10428| #define HAVE_UTMPX_H 1
10429| #define HAVE_VIS_H 1
10430| #define HAVE_WCHAR_H 1
10431| #define HAVE_NET_ROUTE_H 1
10432| #define HAVE_SYS_SYSCTL_H 1
10433| #define HAVE_LOGIN_CAP_H 1
10434| #define HAVE_SYS_MOUNT_H 1
10435| #define HAVE_SYS_UN_H 1
10436| #define HAVE_DIRNAME 1
10437| #define HAVE_LIBGEN_H 1
10438| #define HAVE_BASENAME 1
10439| #define WITH_ZLIB 1
10440| #define HAVE_LIBZ 1
10441| #define HAVE_UTIMES 1
10442| #define HAVE_LIBUTIL_H 1
10443| #define HAVE_OPENPTY 1
10444| #define HAVE_STRFTIME 1
10445| #define HAVE_MALLOC 1
10446| #define HAVE_REALLOC 1
10447| #define HAVE_CALLOC 1
10448| #define GLOB_HAS_ALTDIRFUNC 1
10449| #define GLOB_HAS_GL_MATCHC 1
10450| #define HAVE_DECL_GLOB_NOMATCH 1
10451| #define USE_LIBEDIT 1
10452| #define HAVE_ASPRINTF 1
10453| #define HAVE___B64_NTOP 1
10454| #define HAVE___B64_PTON 1
10455| #define HAVE_BCOPY 1
10456| #define HAVE_BINDRESVPORT_SA 1
10457| #define HAVE_BZERO 1
10458| #define HAVE_CLOCK 1
10459| #define HAVE_CLOSEFROM 1
10460| #define HAVE_DIRFD 1
10461| #define HAVE_ENDGRENT 1
10462| #define HAVE_ERR 1
10463| #define HAVE_ERRX 1
10464| #define HAVE_EXPLICIT_BZERO 1
10465| #define HAVE_FCHMOD 1
10466| #define HAVE_FCHMODAT 1
10467| #define HAVE_FCHOWN 1
10468| #define HAVE_FCHOWNAT 1
10469| #define HAVE_FLOCK 1
10470| #define HAVE_FNMATCH 1
10471| #define HAVE_FREEADDRINFO 1
10472| #define HAVE_FREEZERO 1
10473| #define HAVE_FSTATFS 1
10474| #define HAVE_FSTATVFS 1
10475| #define HAVE_FUTIMES 1
10476| #define HAVE_GETADDRINFO 1
10477| #define HAVE_GETCWD 1
10478| #define HAVE_GETENTROPY 1
10479| #define HAVE_GETGROUPLIST 1
10480| #define HAVE_GETLINE 1
10481| #define HAVE_GETNAMEINFO 1
10482| #define HAVE_GETOPT 1
10483| #define HAVE_GETPAGESIZE 1
10484| #define HAVE_GETPEEREID 1
10485| #define HAVE_GETPGID 1
10486| /* end confdefs.h.  */
10487| /* Define _getpty to an innocuous variant, in case <limits.h> declares _getpty.
10488|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10489| #define _getpty innocuous__getpty
10490|
10491| /* System header to define __stub macros and hopefully few prototypes,
10492|    which can conflict with char _getpty (); below.  */
10493|
10494| #include <limits.h>
10495| #undef _getpty
10496|
10497| /* Override any GCC internal prototype to avoid an error.
10498|    Use char because int might match the return type of a GCC
10499|    builtin and then its argument prototype would still apply.  */
10500| #ifdef __cplusplus
10501| extern "C"
10502| #endif
10503| char _getpty ();
10504| /* The GNU C library defines this for functions which it implements
10505|     to always fail with ENOSYS.  Some functions are actually named
10506|     something starting with __ and the normal name is an alias.  */
10507| #if defined __stub__getpty || defined __stub____getpty
10508| choke me
10509| #endif
10510|
10511| int
10512| main (void)
10513| {
10514| return _getpty ();
10515|   ;
10516|   return 0;
10517| }
10518configure:16172: result: no
10519configure:16178: checking for getrlimit
10520configure:16178: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10521configure:16178: $? = 0
10522configure:16178: result: yes
10523configure:16184: checking for getrandom
10524configure:16184: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10525configure:16184: $? = 0
10526configure:16184: result: yes
10527configure:16190: checking for getsid
10528configure:16190: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10529configure:16190: $? = 0
10530configure:16190: result: yes
10531configure:16196: checking for getttyent
10532configure:16196: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10533configure:16196: $? = 0
10534configure:16196: result: yes
10535configure:16202: checking for glob
10536configure:16202: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10537configure:16202: $? = 0
10538configure:16202: result: yes
10539configure:16208: checking for group_from_gid
10540configure:16208: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10541configure:16208: $? = 0
10542configure:16208: result: yes
10543configure:16214: checking for inet_aton
10544configure:16214: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10545configure:16214: $? = 0
10546configure:16214: result: yes
10547configure:16220: checking for inet_ntoa
10548configure:16220: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10549configure:16220: $? = 0
10550configure:16220: result: yes
10551configure:16226: checking for inet_ntop
10552configure:16226: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10553configure:16226: $? = 0
10554configure:16226: result: yes
10555configure:16232: checking for innetgr
10556configure:16232: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10557configure:16232: $? = 0
10558configure:16232: result: yes
10559configure:16238: checking for killpg
10560configure:16238: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10561configure:16238: $? = 0
10562configure:16238: result: yes
10563configure:16244: checking for llabs
10564configure:16244: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10565conftest.c:151:6: warning: conflicting types for built-in function 'llabs' [-Wbuiltin-declaration-mismatch]
10566 char llabs ();
10567      ^~~~~
10568configure:16244: $? = 0
10569configure:16244: result: yes
10570configure:16250: checking for localtime_r
10571configure:16250: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10572configure:16250: $? = 0
10573configure:16250: result: yes
10574configure:16256: checking for login_getcapbool
10575configure:16256: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10576configure:16256: $? = 0
10577configure:16256: result: yes
10578configure:16262: checking for login_getpwclass
10579configure:16262: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10580configure:16262: $? = 0
10581configure:16262: result: yes
10582configure:16268: checking for memmem
10583configure:16268: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10584configure:16268: $? = 0
10585configure:16268: result: yes
10586configure:16274: checking for memmove
10587configure:16274: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10588conftest.c:156:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
10589 char memmove ();
10590      ^~~~~~~
10591configure:16274: $? = 0
10592configure:16274: result: yes
10593configure:16280: checking for memset_s
10594configure:16280: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10595configure:16280: $? = 0
10596configure:16280: result: yes
10597configure:16286: checking for mkdtemp
10598configure:16286: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10599configure:16286: $? = 0
10600configure:16286: result: yes
10601configure:16292: checking for ngetaddrinfo
10602configure:16292: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10603conftest.c:170: error: undefined reference to 'ngetaddrinfo'
10604collect2: error: ld returned 1 exit status
10605configure:16292: $? = 1
10606configure: failed program was:
10607| /* confdefs.h */
10608| #define PACKAGE_NAME "OpenSSH"
10609| #define PACKAGE_TARNAME "openssh"
10610| #define PACKAGE_VERSION "Portable"
10611| #define PACKAGE_STRING "OpenSSH Portable"
10612| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
10613| #define PACKAGE_URL ""
10614| #define HAVE_STDIO_H 1
10615| #define HAVE_STDLIB_H 1
10616| #define HAVE_STRING_H 1
10617| #define HAVE_INTTYPES_H 1
10618| #define HAVE_STDINT_H 1
10619| #define HAVE_STRINGS_H 1
10620| #define HAVE_SYS_STAT_H 1
10621| #define HAVE_SYS_TYPES_H 1
10622| #define HAVE_UNISTD_H 1
10623| #define STDC_HEADERS 1
10624| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
10625| #define HAVE_RLIMIT_NPROC /**/
10626| #define WITH_OPENSSL 1
10627| #define VARIABLE_LENGTH_ARRAYS 1
10628| #define VARIABLE_DECLARATION_AFTER_CODE 1
10629| #define HAVE_ATTRIBUTE__NONNULL__ 1
10630| #define HAVE_DIRENT_H 1
10631| #define HAVE_ENDIAN_H 1
10632| #define HAVE_ELF_H 1
10633| #define HAVE_ERR_H 1
10634| #define HAVE_FCNTL_H 1
10635| #define HAVE_FLOATINGPOINT_H 1
10636| #define HAVE_FNMATCH_H 1
10637| #define HAVE_GETOPT_H 1
10638| #define HAVE_GLOB_H 1
10639| #define HAVE_IFADDRS_H 1
10640| #define HAVE_INTTYPES_H 1
10641| #define HAVE_LANGINFO_H 1
10642| #define HAVE_LIMITS_H 1
10643| #define HAVE_LOCALE_H 1
10644| #define HAVE_NETDB_H 1
10645| #define HAVE_PATHS_H 1
10646| #define HAVE_POLL_H 1
10647| #define HAVE_READPASSPHRASE_H 1
10648| #define HAVE_RPC_TYPES_H 1
10649| #define HAVE_SECURITY_PAM_APPL_H 1
10650| #define HAVE_STDDEF_H 1
10651| #define HAVE_STDINT_H 1
10652| #define HAVE_STRING_H 1
10653| #define HAVE_STRINGS_H 1
10654| #define HAVE_SYS_CDEFS_H 1
10655| #define HAVE_SYS_FILE_H 1
10656| #define HAVE_SYS_MMAN_H 1
10657| #define HAVE_SYS_PARAM_H 1
10658| #define HAVE_SYS_POLL_H 1
10659| #define HAVE_SYS_PROCCTL_H 1
10660| #define HAVE_SYS_PTRACE_H 1
10661| #define HAVE_SYS_RANDOM_H 1
10662| #define HAVE_SYS_SELECT_H 1
10663| #define HAVE_SYS_STATVFS_H 1
10664| #define HAVE_SYS_TIME_H 1
10665| #define HAVE_SYS_TIMERS_H 1
10666| #define HAVE_TIME_H 1
10667| #define HAVE_TTYENT_H 1
10668| #define HAVE_UNISTD_H 1
10669| #define HAVE_UTIL_H 1
10670| #define HAVE_UTIME_H 1
10671| #define HAVE_UTMPX_H 1
10672| #define HAVE_VIS_H 1
10673| #define HAVE_WCHAR_H 1
10674| #define HAVE_NET_ROUTE_H 1
10675| #define HAVE_SYS_SYSCTL_H 1
10676| #define HAVE_LOGIN_CAP_H 1
10677| #define HAVE_SYS_MOUNT_H 1
10678| #define HAVE_SYS_UN_H 1
10679| #define HAVE_DIRNAME 1
10680| #define HAVE_LIBGEN_H 1
10681| #define HAVE_BASENAME 1
10682| #define WITH_ZLIB 1
10683| #define HAVE_LIBZ 1
10684| #define HAVE_UTIMES 1
10685| #define HAVE_LIBUTIL_H 1
10686| #define HAVE_OPENPTY 1
10687| #define HAVE_STRFTIME 1
10688| #define HAVE_MALLOC 1
10689| #define HAVE_REALLOC 1
10690| #define HAVE_CALLOC 1
10691| #define GLOB_HAS_ALTDIRFUNC 1
10692| #define GLOB_HAS_GL_MATCHC 1
10693| #define HAVE_DECL_GLOB_NOMATCH 1
10694| #define USE_LIBEDIT 1
10695| #define HAVE_ASPRINTF 1
10696| #define HAVE___B64_NTOP 1
10697| #define HAVE___B64_PTON 1
10698| #define HAVE_BCOPY 1
10699| #define HAVE_BINDRESVPORT_SA 1
10700| #define HAVE_BZERO 1
10701| #define HAVE_CLOCK 1
10702| #define HAVE_CLOSEFROM 1
10703| #define HAVE_DIRFD 1
10704| #define HAVE_ENDGRENT 1
10705| #define HAVE_ERR 1
10706| #define HAVE_ERRX 1
10707| #define HAVE_EXPLICIT_BZERO 1
10708| #define HAVE_FCHMOD 1
10709| #define HAVE_FCHMODAT 1
10710| #define HAVE_FCHOWN 1
10711| #define HAVE_FCHOWNAT 1
10712| #define HAVE_FLOCK 1
10713| #define HAVE_FNMATCH 1
10714| #define HAVE_FREEADDRINFO 1
10715| #define HAVE_FREEZERO 1
10716| #define HAVE_FSTATFS 1
10717| #define HAVE_FSTATVFS 1
10718| #define HAVE_FUTIMES 1
10719| #define HAVE_GETADDRINFO 1
10720| #define HAVE_GETCWD 1
10721| #define HAVE_GETENTROPY 1
10722| #define HAVE_GETGROUPLIST 1
10723| #define HAVE_GETLINE 1
10724| #define HAVE_GETNAMEINFO 1
10725| #define HAVE_GETOPT 1
10726| #define HAVE_GETPAGESIZE 1
10727| #define HAVE_GETPEEREID 1
10728| #define HAVE_GETPGID 1
10729| #define HAVE_GETRLIMIT 1
10730| #define HAVE_GETRANDOM 1
10731| #define HAVE_GETSID 1
10732| #define HAVE_GETTTYENT 1
10733| #define HAVE_GLOB 1
10734| #define HAVE_GROUP_FROM_GID 1
10735| #define HAVE_INET_ATON 1
10736| #define HAVE_INET_NTOA 1
10737| #define HAVE_INET_NTOP 1
10738| #define HAVE_INNETGR 1
10739| #define HAVE_KILLPG 1
10740| #define HAVE_LLABS 1
10741| #define HAVE_LOCALTIME_R 1
10742| #define HAVE_LOGIN_GETCAPBOOL 1
10743| #define HAVE_LOGIN_GETPWCLASS 1
10744| #define HAVE_MEMMEM 1
10745| #define HAVE_MEMMOVE 1
10746| #define HAVE_MEMSET_S 1
10747| #define HAVE_MKDTEMP 1
10748| /* end confdefs.h.  */
10749| /* Define ngetaddrinfo to an innocuous variant, in case <limits.h> declares ngetaddrinfo.
10750|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10751| #define ngetaddrinfo innocuous_ngetaddrinfo
10752|
10753| /* System header to define __stub macros and hopefully few prototypes,
10754|    which can conflict with char ngetaddrinfo (); below.  */
10755|
10756| #include <limits.h>
10757| #undef ngetaddrinfo
10758|
10759| /* Override any GCC internal prototype to avoid an error.
10760|    Use char because int might match the return type of a GCC
10761|    builtin and then its argument prototype would still apply.  */
10762| #ifdef __cplusplus
10763| extern "C"
10764| #endif
10765| char ngetaddrinfo ();
10766| /* The GNU C library defines this for functions which it implements
10767|     to always fail with ENOSYS.  Some functions are actually named
10768|     something starting with __ and the normal name is an alias.  */
10769| #if defined __stub_ngetaddrinfo || defined __stub___ngetaddrinfo
10770| choke me
10771| #endif
10772|
10773| int
10774| main (void)
10775| {
10776| return ngetaddrinfo ();
10777|   ;
10778|   return 0;
10779| }
10780configure:16292: result: no
10781configure:16298: checking for nsleep
10782configure:16298: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10783conftest.c:170: error: undefined reference to 'nsleep'
10784collect2: error: ld returned 1 exit status
10785configure:16298: $? = 1
10786configure: failed program was:
10787| /* confdefs.h */
10788| #define PACKAGE_NAME "OpenSSH"
10789| #define PACKAGE_TARNAME "openssh"
10790| #define PACKAGE_VERSION "Portable"
10791| #define PACKAGE_STRING "OpenSSH Portable"
10792| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
10793| #define PACKAGE_URL ""
10794| #define HAVE_STDIO_H 1
10795| #define HAVE_STDLIB_H 1
10796| #define HAVE_STRING_H 1
10797| #define HAVE_INTTYPES_H 1
10798| #define HAVE_STDINT_H 1
10799| #define HAVE_STRINGS_H 1
10800| #define HAVE_SYS_STAT_H 1
10801| #define HAVE_SYS_TYPES_H 1
10802| #define HAVE_UNISTD_H 1
10803| #define STDC_HEADERS 1
10804| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
10805| #define HAVE_RLIMIT_NPROC /**/
10806| #define WITH_OPENSSL 1
10807| #define VARIABLE_LENGTH_ARRAYS 1
10808| #define VARIABLE_DECLARATION_AFTER_CODE 1
10809| #define HAVE_ATTRIBUTE__NONNULL__ 1
10810| #define HAVE_DIRENT_H 1
10811| #define HAVE_ENDIAN_H 1
10812| #define HAVE_ELF_H 1
10813| #define HAVE_ERR_H 1
10814| #define HAVE_FCNTL_H 1
10815| #define HAVE_FLOATINGPOINT_H 1
10816| #define HAVE_FNMATCH_H 1
10817| #define HAVE_GETOPT_H 1
10818| #define HAVE_GLOB_H 1
10819| #define HAVE_IFADDRS_H 1
10820| #define HAVE_INTTYPES_H 1
10821| #define HAVE_LANGINFO_H 1
10822| #define HAVE_LIMITS_H 1
10823| #define HAVE_LOCALE_H 1
10824| #define HAVE_NETDB_H 1
10825| #define HAVE_PATHS_H 1
10826| #define HAVE_POLL_H 1
10827| #define HAVE_READPASSPHRASE_H 1
10828| #define HAVE_RPC_TYPES_H 1
10829| #define HAVE_SECURITY_PAM_APPL_H 1
10830| #define HAVE_STDDEF_H 1
10831| #define HAVE_STDINT_H 1
10832| #define HAVE_STRING_H 1
10833| #define HAVE_STRINGS_H 1
10834| #define HAVE_SYS_CDEFS_H 1
10835| #define HAVE_SYS_FILE_H 1
10836| #define HAVE_SYS_MMAN_H 1
10837| #define HAVE_SYS_PARAM_H 1
10838| #define HAVE_SYS_POLL_H 1
10839| #define HAVE_SYS_PROCCTL_H 1
10840| #define HAVE_SYS_PTRACE_H 1
10841| #define HAVE_SYS_RANDOM_H 1
10842| #define HAVE_SYS_SELECT_H 1
10843| #define HAVE_SYS_STATVFS_H 1
10844| #define HAVE_SYS_TIME_H 1
10845| #define HAVE_SYS_TIMERS_H 1
10846| #define HAVE_TIME_H 1
10847| #define HAVE_TTYENT_H 1
10848| #define HAVE_UNISTD_H 1
10849| #define HAVE_UTIL_H 1
10850| #define HAVE_UTIME_H 1
10851| #define HAVE_UTMPX_H 1
10852| #define HAVE_VIS_H 1
10853| #define HAVE_WCHAR_H 1
10854| #define HAVE_NET_ROUTE_H 1
10855| #define HAVE_SYS_SYSCTL_H 1
10856| #define HAVE_LOGIN_CAP_H 1
10857| #define HAVE_SYS_MOUNT_H 1
10858| #define HAVE_SYS_UN_H 1
10859| #define HAVE_DIRNAME 1
10860| #define HAVE_LIBGEN_H 1
10861| #define HAVE_BASENAME 1
10862| #define WITH_ZLIB 1
10863| #define HAVE_LIBZ 1
10864| #define HAVE_UTIMES 1
10865| #define HAVE_LIBUTIL_H 1
10866| #define HAVE_OPENPTY 1
10867| #define HAVE_STRFTIME 1
10868| #define HAVE_MALLOC 1
10869| #define HAVE_REALLOC 1
10870| #define HAVE_CALLOC 1
10871| #define GLOB_HAS_ALTDIRFUNC 1
10872| #define GLOB_HAS_GL_MATCHC 1
10873| #define HAVE_DECL_GLOB_NOMATCH 1
10874| #define USE_LIBEDIT 1
10875| #define HAVE_ASPRINTF 1
10876| #define HAVE___B64_NTOP 1
10877| #define HAVE___B64_PTON 1
10878| #define HAVE_BCOPY 1
10879| #define HAVE_BINDRESVPORT_SA 1
10880| #define HAVE_BZERO 1
10881| #define HAVE_CLOCK 1
10882| #define HAVE_CLOSEFROM 1
10883| #define HAVE_DIRFD 1
10884| #define HAVE_ENDGRENT 1
10885| #define HAVE_ERR 1
10886| #define HAVE_ERRX 1
10887| #define HAVE_EXPLICIT_BZERO 1
10888| #define HAVE_FCHMOD 1
10889| #define HAVE_FCHMODAT 1
10890| #define HAVE_FCHOWN 1
10891| #define HAVE_FCHOWNAT 1
10892| #define HAVE_FLOCK 1
10893| #define HAVE_FNMATCH 1
10894| #define HAVE_FREEADDRINFO 1
10895| #define HAVE_FREEZERO 1
10896| #define HAVE_FSTATFS 1
10897| #define HAVE_FSTATVFS 1
10898| #define HAVE_FUTIMES 1
10899| #define HAVE_GETADDRINFO 1
10900| #define HAVE_GETCWD 1
10901| #define HAVE_GETENTROPY 1
10902| #define HAVE_GETGROUPLIST 1
10903| #define HAVE_GETLINE 1
10904| #define HAVE_GETNAMEINFO 1
10905| #define HAVE_GETOPT 1
10906| #define HAVE_GETPAGESIZE 1
10907| #define HAVE_GETPEEREID 1
10908| #define HAVE_GETPGID 1
10909| #define HAVE_GETRLIMIT 1
10910| #define HAVE_GETRANDOM 1
10911| #define HAVE_GETSID 1
10912| #define HAVE_GETTTYENT 1
10913| #define HAVE_GLOB 1
10914| #define HAVE_GROUP_FROM_GID 1
10915| #define HAVE_INET_ATON 1
10916| #define HAVE_INET_NTOA 1
10917| #define HAVE_INET_NTOP 1
10918| #define HAVE_INNETGR 1
10919| #define HAVE_KILLPG 1
10920| #define HAVE_LLABS 1
10921| #define HAVE_LOCALTIME_R 1
10922| #define HAVE_LOGIN_GETCAPBOOL 1
10923| #define HAVE_LOGIN_GETPWCLASS 1
10924| #define HAVE_MEMMEM 1
10925| #define HAVE_MEMMOVE 1
10926| #define HAVE_MEMSET_S 1
10927| #define HAVE_MKDTEMP 1
10928| /* end confdefs.h.  */
10929| /* Define nsleep to an innocuous variant, in case <limits.h> declares nsleep.
10930|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10931| #define nsleep innocuous_nsleep
10932|
10933| /* System header to define __stub macros and hopefully few prototypes,
10934|    which can conflict with char nsleep (); below.  */
10935|
10936| #include <limits.h>
10937| #undef nsleep
10938|
10939| /* Override any GCC internal prototype to avoid an error.
10940|    Use char because int might match the return type of a GCC
10941|    builtin and then its argument prototype would still apply.  */
10942| #ifdef __cplusplus
10943| extern "C"
10944| #endif
10945| char nsleep ();
10946| /* The GNU C library defines this for functions which it implements
10947|     to always fail with ENOSYS.  Some functions are actually named
10948|     something starting with __ and the normal name is an alias.  */
10949| #if defined __stub_nsleep || defined __stub___nsleep
10950| choke me
10951| #endif
10952|
10953| int
10954| main (void)
10955| {
10956| return nsleep ();
10957|   ;
10958|   return 0;
10959| }
10960configure:16298: result: no
10961configure:16304: checking for ogetaddrinfo
10962configure:16304: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
10963conftest.c:170: error: undefined reference to 'ogetaddrinfo'
10964collect2: error: ld returned 1 exit status
10965configure:16304: $? = 1
10966configure: failed program was:
10967| /* confdefs.h */
10968| #define PACKAGE_NAME "OpenSSH"
10969| #define PACKAGE_TARNAME "openssh"
10970| #define PACKAGE_VERSION "Portable"
10971| #define PACKAGE_STRING "OpenSSH Portable"
10972| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
10973| #define PACKAGE_URL ""
10974| #define HAVE_STDIO_H 1
10975| #define HAVE_STDLIB_H 1
10976| #define HAVE_STRING_H 1
10977| #define HAVE_INTTYPES_H 1
10978| #define HAVE_STDINT_H 1
10979| #define HAVE_STRINGS_H 1
10980| #define HAVE_SYS_STAT_H 1
10981| #define HAVE_SYS_TYPES_H 1
10982| #define HAVE_UNISTD_H 1
10983| #define STDC_HEADERS 1
10984| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
10985| #define HAVE_RLIMIT_NPROC /**/
10986| #define WITH_OPENSSL 1
10987| #define VARIABLE_LENGTH_ARRAYS 1
10988| #define VARIABLE_DECLARATION_AFTER_CODE 1
10989| #define HAVE_ATTRIBUTE__NONNULL__ 1
10990| #define HAVE_DIRENT_H 1
10991| #define HAVE_ENDIAN_H 1
10992| #define HAVE_ELF_H 1
10993| #define HAVE_ERR_H 1
10994| #define HAVE_FCNTL_H 1
10995| #define HAVE_FLOATINGPOINT_H 1
10996| #define HAVE_FNMATCH_H 1
10997| #define HAVE_GETOPT_H 1
10998| #define HAVE_GLOB_H 1
10999| #define HAVE_IFADDRS_H 1
11000| #define HAVE_INTTYPES_H 1
11001| #define HAVE_LANGINFO_H 1
11002| #define HAVE_LIMITS_H 1
11003| #define HAVE_LOCALE_H 1
11004| #define HAVE_NETDB_H 1
11005| #define HAVE_PATHS_H 1
11006| #define HAVE_POLL_H 1
11007| #define HAVE_READPASSPHRASE_H 1
11008| #define HAVE_RPC_TYPES_H 1
11009| #define HAVE_SECURITY_PAM_APPL_H 1
11010| #define HAVE_STDDEF_H 1
11011| #define HAVE_STDINT_H 1
11012| #define HAVE_STRING_H 1
11013| #define HAVE_STRINGS_H 1
11014| #define HAVE_SYS_CDEFS_H 1
11015| #define HAVE_SYS_FILE_H 1
11016| #define HAVE_SYS_MMAN_H 1
11017| #define HAVE_SYS_PARAM_H 1
11018| #define HAVE_SYS_POLL_H 1
11019| #define HAVE_SYS_PROCCTL_H 1
11020| #define HAVE_SYS_PTRACE_H 1
11021| #define HAVE_SYS_RANDOM_H 1
11022| #define HAVE_SYS_SELECT_H 1
11023| #define HAVE_SYS_STATVFS_H 1
11024| #define HAVE_SYS_TIME_H 1
11025| #define HAVE_SYS_TIMERS_H 1
11026| #define HAVE_TIME_H 1
11027| #define HAVE_TTYENT_H 1
11028| #define HAVE_UNISTD_H 1
11029| #define HAVE_UTIL_H 1
11030| #define HAVE_UTIME_H 1
11031| #define HAVE_UTMPX_H 1
11032| #define HAVE_VIS_H 1
11033| #define HAVE_WCHAR_H 1
11034| #define HAVE_NET_ROUTE_H 1
11035| #define HAVE_SYS_SYSCTL_H 1
11036| #define HAVE_LOGIN_CAP_H 1
11037| #define HAVE_SYS_MOUNT_H 1
11038| #define HAVE_SYS_UN_H 1
11039| #define HAVE_DIRNAME 1
11040| #define HAVE_LIBGEN_H 1
11041| #define HAVE_BASENAME 1
11042| #define WITH_ZLIB 1
11043| #define HAVE_LIBZ 1
11044| #define HAVE_UTIMES 1
11045| #define HAVE_LIBUTIL_H 1
11046| #define HAVE_OPENPTY 1
11047| #define HAVE_STRFTIME 1
11048| #define HAVE_MALLOC 1
11049| #define HAVE_REALLOC 1
11050| #define HAVE_CALLOC 1
11051| #define GLOB_HAS_ALTDIRFUNC 1
11052| #define GLOB_HAS_GL_MATCHC 1
11053| #define HAVE_DECL_GLOB_NOMATCH 1
11054| #define USE_LIBEDIT 1
11055| #define HAVE_ASPRINTF 1
11056| #define HAVE___B64_NTOP 1
11057| #define HAVE___B64_PTON 1
11058| #define HAVE_BCOPY 1
11059| #define HAVE_BINDRESVPORT_SA 1
11060| #define HAVE_BZERO 1
11061| #define HAVE_CLOCK 1
11062| #define HAVE_CLOSEFROM 1
11063| #define HAVE_DIRFD 1
11064| #define HAVE_ENDGRENT 1
11065| #define HAVE_ERR 1
11066| #define HAVE_ERRX 1
11067| #define HAVE_EXPLICIT_BZERO 1
11068| #define HAVE_FCHMOD 1
11069| #define HAVE_FCHMODAT 1
11070| #define HAVE_FCHOWN 1
11071| #define HAVE_FCHOWNAT 1
11072| #define HAVE_FLOCK 1
11073| #define HAVE_FNMATCH 1
11074| #define HAVE_FREEADDRINFO 1
11075| #define HAVE_FREEZERO 1
11076| #define HAVE_FSTATFS 1
11077| #define HAVE_FSTATVFS 1
11078| #define HAVE_FUTIMES 1
11079| #define HAVE_GETADDRINFO 1
11080| #define HAVE_GETCWD 1
11081| #define HAVE_GETENTROPY 1
11082| #define HAVE_GETGROUPLIST 1
11083| #define HAVE_GETLINE 1
11084| #define HAVE_GETNAMEINFO 1
11085| #define HAVE_GETOPT 1
11086| #define HAVE_GETPAGESIZE 1
11087| #define HAVE_GETPEEREID 1
11088| #define HAVE_GETPGID 1
11089| #define HAVE_GETRLIMIT 1
11090| #define HAVE_GETRANDOM 1
11091| #define HAVE_GETSID 1
11092| #define HAVE_GETTTYENT 1
11093| #define HAVE_GLOB 1
11094| #define HAVE_GROUP_FROM_GID 1
11095| #define HAVE_INET_ATON 1
11096| #define HAVE_INET_NTOA 1
11097| #define HAVE_INET_NTOP 1
11098| #define HAVE_INNETGR 1
11099| #define HAVE_KILLPG 1
11100| #define HAVE_LLABS 1
11101| #define HAVE_LOCALTIME_R 1
11102| #define HAVE_LOGIN_GETCAPBOOL 1
11103| #define HAVE_LOGIN_GETPWCLASS 1
11104| #define HAVE_MEMMEM 1
11105| #define HAVE_MEMMOVE 1
11106| #define HAVE_MEMSET_S 1
11107| #define HAVE_MKDTEMP 1
11108| /* end confdefs.h.  */
11109| /* Define ogetaddrinfo to an innocuous variant, in case <limits.h> declares ogetaddrinfo.
11110|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11111| #define ogetaddrinfo innocuous_ogetaddrinfo
11112|
11113| /* System header to define __stub macros and hopefully few prototypes,
11114|    which can conflict with char ogetaddrinfo (); below.  */
11115|
11116| #include <limits.h>
11117| #undef ogetaddrinfo
11118|
11119| /* Override any GCC internal prototype to avoid an error.
11120|    Use char because int might match the return type of a GCC
11121|    builtin and then its argument prototype would still apply.  */
11122| #ifdef __cplusplus
11123| extern "C"
11124| #endif
11125| char ogetaddrinfo ();
11126| /* The GNU C library defines this for functions which it implements
11127|     to always fail with ENOSYS.  Some functions are actually named
11128|     something starting with __ and the normal name is an alias.  */
11129| #if defined __stub_ogetaddrinfo || defined __stub___ogetaddrinfo
11130| choke me
11131| #endif
11132|
11133| int
11134| main (void)
11135| {
11136| return ogetaddrinfo ();
11137|   ;
11138|   return 0;
11139| }
11140configure:16304: result: no
11141configure:16310: checking for openlog_r
11142configure:16310: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11143conftest.c:170: error: undefined reference to 'openlog_r'
11144collect2: error: ld returned 1 exit status
11145configure:16310: $? = 1
11146configure: failed program was:
11147| /* confdefs.h */
11148| #define PACKAGE_NAME "OpenSSH"
11149| #define PACKAGE_TARNAME "openssh"
11150| #define PACKAGE_VERSION "Portable"
11151| #define PACKAGE_STRING "OpenSSH Portable"
11152| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
11153| #define PACKAGE_URL ""
11154| #define HAVE_STDIO_H 1
11155| #define HAVE_STDLIB_H 1
11156| #define HAVE_STRING_H 1
11157| #define HAVE_INTTYPES_H 1
11158| #define HAVE_STDINT_H 1
11159| #define HAVE_STRINGS_H 1
11160| #define HAVE_SYS_STAT_H 1
11161| #define HAVE_SYS_TYPES_H 1
11162| #define HAVE_UNISTD_H 1
11163| #define STDC_HEADERS 1
11164| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
11165| #define HAVE_RLIMIT_NPROC /**/
11166| #define WITH_OPENSSL 1
11167| #define VARIABLE_LENGTH_ARRAYS 1
11168| #define VARIABLE_DECLARATION_AFTER_CODE 1
11169| #define HAVE_ATTRIBUTE__NONNULL__ 1
11170| #define HAVE_DIRENT_H 1
11171| #define HAVE_ENDIAN_H 1
11172| #define HAVE_ELF_H 1
11173| #define HAVE_ERR_H 1
11174| #define HAVE_FCNTL_H 1
11175| #define HAVE_FLOATINGPOINT_H 1
11176| #define HAVE_FNMATCH_H 1
11177| #define HAVE_GETOPT_H 1
11178| #define HAVE_GLOB_H 1
11179| #define HAVE_IFADDRS_H 1
11180| #define HAVE_INTTYPES_H 1
11181| #define HAVE_LANGINFO_H 1
11182| #define HAVE_LIMITS_H 1
11183| #define HAVE_LOCALE_H 1
11184| #define HAVE_NETDB_H 1
11185| #define HAVE_PATHS_H 1
11186| #define HAVE_POLL_H 1
11187| #define HAVE_READPASSPHRASE_H 1
11188| #define HAVE_RPC_TYPES_H 1
11189| #define HAVE_SECURITY_PAM_APPL_H 1
11190| #define HAVE_STDDEF_H 1
11191| #define HAVE_STDINT_H 1
11192| #define HAVE_STRING_H 1
11193| #define HAVE_STRINGS_H 1
11194| #define HAVE_SYS_CDEFS_H 1
11195| #define HAVE_SYS_FILE_H 1
11196| #define HAVE_SYS_MMAN_H 1
11197| #define HAVE_SYS_PARAM_H 1
11198| #define HAVE_SYS_POLL_H 1
11199| #define HAVE_SYS_PROCCTL_H 1
11200| #define HAVE_SYS_PTRACE_H 1
11201| #define HAVE_SYS_RANDOM_H 1
11202| #define HAVE_SYS_SELECT_H 1
11203| #define HAVE_SYS_STATVFS_H 1
11204| #define HAVE_SYS_TIME_H 1
11205| #define HAVE_SYS_TIMERS_H 1
11206| #define HAVE_TIME_H 1
11207| #define HAVE_TTYENT_H 1
11208| #define HAVE_UNISTD_H 1
11209| #define HAVE_UTIL_H 1
11210| #define HAVE_UTIME_H 1
11211| #define HAVE_UTMPX_H 1
11212| #define HAVE_VIS_H 1
11213| #define HAVE_WCHAR_H 1
11214| #define HAVE_NET_ROUTE_H 1
11215| #define HAVE_SYS_SYSCTL_H 1
11216| #define HAVE_LOGIN_CAP_H 1
11217| #define HAVE_SYS_MOUNT_H 1
11218| #define HAVE_SYS_UN_H 1
11219| #define HAVE_DIRNAME 1
11220| #define HAVE_LIBGEN_H 1
11221| #define HAVE_BASENAME 1
11222| #define WITH_ZLIB 1
11223| #define HAVE_LIBZ 1
11224| #define HAVE_UTIMES 1
11225| #define HAVE_LIBUTIL_H 1
11226| #define HAVE_OPENPTY 1
11227| #define HAVE_STRFTIME 1
11228| #define HAVE_MALLOC 1
11229| #define HAVE_REALLOC 1
11230| #define HAVE_CALLOC 1
11231| #define GLOB_HAS_ALTDIRFUNC 1
11232| #define GLOB_HAS_GL_MATCHC 1
11233| #define HAVE_DECL_GLOB_NOMATCH 1
11234| #define USE_LIBEDIT 1
11235| #define HAVE_ASPRINTF 1
11236| #define HAVE___B64_NTOP 1
11237| #define HAVE___B64_PTON 1
11238| #define HAVE_BCOPY 1
11239| #define HAVE_BINDRESVPORT_SA 1
11240| #define HAVE_BZERO 1
11241| #define HAVE_CLOCK 1
11242| #define HAVE_CLOSEFROM 1
11243| #define HAVE_DIRFD 1
11244| #define HAVE_ENDGRENT 1
11245| #define HAVE_ERR 1
11246| #define HAVE_ERRX 1
11247| #define HAVE_EXPLICIT_BZERO 1
11248| #define HAVE_FCHMOD 1
11249| #define HAVE_FCHMODAT 1
11250| #define HAVE_FCHOWN 1
11251| #define HAVE_FCHOWNAT 1
11252| #define HAVE_FLOCK 1
11253| #define HAVE_FNMATCH 1
11254| #define HAVE_FREEADDRINFO 1
11255| #define HAVE_FREEZERO 1
11256| #define HAVE_FSTATFS 1
11257| #define HAVE_FSTATVFS 1
11258| #define HAVE_FUTIMES 1
11259| #define HAVE_GETADDRINFO 1
11260| #define HAVE_GETCWD 1
11261| #define HAVE_GETENTROPY 1
11262| #define HAVE_GETGROUPLIST 1
11263| #define HAVE_GETLINE 1
11264| #define HAVE_GETNAMEINFO 1
11265| #define HAVE_GETOPT 1
11266| #define HAVE_GETPAGESIZE 1
11267| #define HAVE_GETPEEREID 1
11268| #define HAVE_GETPGID 1
11269| #define HAVE_GETRLIMIT 1
11270| #define HAVE_GETRANDOM 1
11271| #define HAVE_GETSID 1
11272| #define HAVE_GETTTYENT 1
11273| #define HAVE_GLOB 1
11274| #define HAVE_GROUP_FROM_GID 1
11275| #define HAVE_INET_ATON 1
11276| #define HAVE_INET_NTOA 1
11277| #define HAVE_INET_NTOP 1
11278| #define HAVE_INNETGR 1
11279| #define HAVE_KILLPG 1
11280| #define HAVE_LLABS 1
11281| #define HAVE_LOCALTIME_R 1
11282| #define HAVE_LOGIN_GETCAPBOOL 1
11283| #define HAVE_LOGIN_GETPWCLASS 1
11284| #define HAVE_MEMMEM 1
11285| #define HAVE_MEMMOVE 1
11286| #define HAVE_MEMSET_S 1
11287| #define HAVE_MKDTEMP 1
11288| /* end confdefs.h.  */
11289| /* Define openlog_r to an innocuous variant, in case <limits.h> declares openlog_r.
11290|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11291| #define openlog_r innocuous_openlog_r
11292|
11293| /* System header to define __stub macros and hopefully few prototypes,
11294|    which can conflict with char openlog_r (); below.  */
11295|
11296| #include <limits.h>
11297| #undef openlog_r
11298|
11299| /* Override any GCC internal prototype to avoid an error.
11300|    Use char because int might match the return type of a GCC
11301|    builtin and then its argument prototype would still apply.  */
11302| #ifdef __cplusplus
11303| extern "C"
11304| #endif
11305| char openlog_r ();
11306| /* The GNU C library defines this for functions which it implements
11307|     to always fail with ENOSYS.  Some functions are actually named
11308|     something starting with __ and the normal name is an alias.  */
11309| #if defined __stub_openlog_r || defined __stub___openlog_r
11310| choke me
11311| #endif
11312|
11313| int
11314| main (void)
11315| {
11316| return openlog_r ();
11317|   ;
11318|   return 0;
11319| }
11320configure:16310: result: no
11321configure:16316: checking for pledge
11322configure:16316: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11323conftest.c:170: error: undefined reference to 'pledge'
11324collect2: error: ld returned 1 exit status
11325configure:16316: $? = 1
11326configure: failed program was:
11327| /* confdefs.h */
11328| #define PACKAGE_NAME "OpenSSH"
11329| #define PACKAGE_TARNAME "openssh"
11330| #define PACKAGE_VERSION "Portable"
11331| #define PACKAGE_STRING "OpenSSH Portable"
11332| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
11333| #define PACKAGE_URL ""
11334| #define HAVE_STDIO_H 1
11335| #define HAVE_STDLIB_H 1
11336| #define HAVE_STRING_H 1
11337| #define HAVE_INTTYPES_H 1
11338| #define HAVE_STDINT_H 1
11339| #define HAVE_STRINGS_H 1
11340| #define HAVE_SYS_STAT_H 1
11341| #define HAVE_SYS_TYPES_H 1
11342| #define HAVE_UNISTD_H 1
11343| #define STDC_HEADERS 1
11344| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
11345| #define HAVE_RLIMIT_NPROC /**/
11346| #define WITH_OPENSSL 1
11347| #define VARIABLE_LENGTH_ARRAYS 1
11348| #define VARIABLE_DECLARATION_AFTER_CODE 1
11349| #define HAVE_ATTRIBUTE__NONNULL__ 1
11350| #define HAVE_DIRENT_H 1
11351| #define HAVE_ENDIAN_H 1
11352| #define HAVE_ELF_H 1
11353| #define HAVE_ERR_H 1
11354| #define HAVE_FCNTL_H 1
11355| #define HAVE_FLOATINGPOINT_H 1
11356| #define HAVE_FNMATCH_H 1
11357| #define HAVE_GETOPT_H 1
11358| #define HAVE_GLOB_H 1
11359| #define HAVE_IFADDRS_H 1
11360| #define HAVE_INTTYPES_H 1
11361| #define HAVE_LANGINFO_H 1
11362| #define HAVE_LIMITS_H 1
11363| #define HAVE_LOCALE_H 1
11364| #define HAVE_NETDB_H 1
11365| #define HAVE_PATHS_H 1
11366| #define HAVE_POLL_H 1
11367| #define HAVE_READPASSPHRASE_H 1
11368| #define HAVE_RPC_TYPES_H 1
11369| #define HAVE_SECURITY_PAM_APPL_H 1
11370| #define HAVE_STDDEF_H 1
11371| #define HAVE_STDINT_H 1
11372| #define HAVE_STRING_H 1
11373| #define HAVE_STRINGS_H 1
11374| #define HAVE_SYS_CDEFS_H 1
11375| #define HAVE_SYS_FILE_H 1
11376| #define HAVE_SYS_MMAN_H 1
11377| #define HAVE_SYS_PARAM_H 1
11378| #define HAVE_SYS_POLL_H 1
11379| #define HAVE_SYS_PROCCTL_H 1
11380| #define HAVE_SYS_PTRACE_H 1
11381| #define HAVE_SYS_RANDOM_H 1
11382| #define HAVE_SYS_SELECT_H 1
11383| #define HAVE_SYS_STATVFS_H 1
11384| #define HAVE_SYS_TIME_H 1
11385| #define HAVE_SYS_TIMERS_H 1
11386| #define HAVE_TIME_H 1
11387| #define HAVE_TTYENT_H 1
11388| #define HAVE_UNISTD_H 1
11389| #define HAVE_UTIL_H 1
11390| #define HAVE_UTIME_H 1
11391| #define HAVE_UTMPX_H 1
11392| #define HAVE_VIS_H 1
11393| #define HAVE_WCHAR_H 1
11394| #define HAVE_NET_ROUTE_H 1
11395| #define HAVE_SYS_SYSCTL_H 1
11396| #define HAVE_LOGIN_CAP_H 1
11397| #define HAVE_SYS_MOUNT_H 1
11398| #define HAVE_SYS_UN_H 1
11399| #define HAVE_DIRNAME 1
11400| #define HAVE_LIBGEN_H 1
11401| #define HAVE_BASENAME 1
11402| #define WITH_ZLIB 1
11403| #define HAVE_LIBZ 1
11404| #define HAVE_UTIMES 1
11405| #define HAVE_LIBUTIL_H 1
11406| #define HAVE_OPENPTY 1
11407| #define HAVE_STRFTIME 1
11408| #define HAVE_MALLOC 1
11409| #define HAVE_REALLOC 1
11410| #define HAVE_CALLOC 1
11411| #define GLOB_HAS_ALTDIRFUNC 1
11412| #define GLOB_HAS_GL_MATCHC 1
11413| #define HAVE_DECL_GLOB_NOMATCH 1
11414| #define USE_LIBEDIT 1
11415| #define HAVE_ASPRINTF 1
11416| #define HAVE___B64_NTOP 1
11417| #define HAVE___B64_PTON 1
11418| #define HAVE_BCOPY 1
11419| #define HAVE_BINDRESVPORT_SA 1
11420| #define HAVE_BZERO 1
11421| #define HAVE_CLOCK 1
11422| #define HAVE_CLOSEFROM 1
11423| #define HAVE_DIRFD 1
11424| #define HAVE_ENDGRENT 1
11425| #define HAVE_ERR 1
11426| #define HAVE_ERRX 1
11427| #define HAVE_EXPLICIT_BZERO 1
11428| #define HAVE_FCHMOD 1
11429| #define HAVE_FCHMODAT 1
11430| #define HAVE_FCHOWN 1
11431| #define HAVE_FCHOWNAT 1
11432| #define HAVE_FLOCK 1
11433| #define HAVE_FNMATCH 1
11434| #define HAVE_FREEADDRINFO 1
11435| #define HAVE_FREEZERO 1
11436| #define HAVE_FSTATFS 1
11437| #define HAVE_FSTATVFS 1
11438| #define HAVE_FUTIMES 1
11439| #define HAVE_GETADDRINFO 1
11440| #define HAVE_GETCWD 1
11441| #define HAVE_GETENTROPY 1
11442| #define HAVE_GETGROUPLIST 1
11443| #define HAVE_GETLINE 1
11444| #define HAVE_GETNAMEINFO 1
11445| #define HAVE_GETOPT 1
11446| #define HAVE_GETPAGESIZE 1
11447| #define HAVE_GETPEEREID 1
11448| #define HAVE_GETPGID 1
11449| #define HAVE_GETRLIMIT 1
11450| #define HAVE_GETRANDOM 1
11451| #define HAVE_GETSID 1
11452| #define HAVE_GETTTYENT 1
11453| #define HAVE_GLOB 1
11454| #define HAVE_GROUP_FROM_GID 1
11455| #define HAVE_INET_ATON 1
11456| #define HAVE_INET_NTOA 1
11457| #define HAVE_INET_NTOP 1
11458| #define HAVE_INNETGR 1
11459| #define HAVE_KILLPG 1
11460| #define HAVE_LLABS 1
11461| #define HAVE_LOCALTIME_R 1
11462| #define HAVE_LOGIN_GETCAPBOOL 1
11463| #define HAVE_LOGIN_GETPWCLASS 1
11464| #define HAVE_MEMMEM 1
11465| #define HAVE_MEMMOVE 1
11466| #define HAVE_MEMSET_S 1
11467| #define HAVE_MKDTEMP 1
11468| /* end confdefs.h.  */
11469| /* Define pledge to an innocuous variant, in case <limits.h> declares pledge.
11470|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11471| #define pledge innocuous_pledge
11472|
11473| /* System header to define __stub macros and hopefully few prototypes,
11474|    which can conflict with char pledge (); below.  */
11475|
11476| #include <limits.h>
11477| #undef pledge
11478|
11479| /* Override any GCC internal prototype to avoid an error.
11480|    Use char because int might match the return type of a GCC
11481|    builtin and then its argument prototype would still apply.  */
11482| #ifdef __cplusplus
11483| extern "C"
11484| #endif
11485| char pledge ();
11486| /* The GNU C library defines this for functions which it implements
11487|     to always fail with ENOSYS.  Some functions are actually named
11488|     something starting with __ and the normal name is an alias.  */
11489| #if defined __stub_pledge || defined __stub___pledge
11490| choke me
11491| #endif
11492|
11493| int
11494| main (void)
11495| {
11496| return pledge ();
11497|   ;
11498|   return 0;
11499| }
11500configure:16316: result: no
11501configure:16322: checking for poll
11502configure:16322: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11503configure:16322: $? = 0
11504configure:16322: result: yes
11505configure:16328: checking for ppoll
11506configure:16328: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11507configure:16328: $? = 0
11508configure:16328: result: yes
11509configure:16334: checking for prctl
11510configure:16334: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11511conftest.c:172: error: undefined reference to 'prctl'
11512collect2: error: ld returned 1 exit status
11513configure:16334: $? = 1
11514configure: failed program was:
11515| /* confdefs.h */
11516| #define PACKAGE_NAME "OpenSSH"
11517| #define PACKAGE_TARNAME "openssh"
11518| #define PACKAGE_VERSION "Portable"
11519| #define PACKAGE_STRING "OpenSSH Portable"
11520| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
11521| #define PACKAGE_URL ""
11522| #define HAVE_STDIO_H 1
11523| #define HAVE_STDLIB_H 1
11524| #define HAVE_STRING_H 1
11525| #define HAVE_INTTYPES_H 1
11526| #define HAVE_STDINT_H 1
11527| #define HAVE_STRINGS_H 1
11528| #define HAVE_SYS_STAT_H 1
11529| #define HAVE_SYS_TYPES_H 1
11530| #define HAVE_UNISTD_H 1
11531| #define STDC_HEADERS 1
11532| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
11533| #define HAVE_RLIMIT_NPROC /**/
11534| #define WITH_OPENSSL 1
11535| #define VARIABLE_LENGTH_ARRAYS 1
11536| #define VARIABLE_DECLARATION_AFTER_CODE 1
11537| #define HAVE_ATTRIBUTE__NONNULL__ 1
11538| #define HAVE_DIRENT_H 1
11539| #define HAVE_ENDIAN_H 1
11540| #define HAVE_ELF_H 1
11541| #define HAVE_ERR_H 1
11542| #define HAVE_FCNTL_H 1
11543| #define HAVE_FLOATINGPOINT_H 1
11544| #define HAVE_FNMATCH_H 1
11545| #define HAVE_GETOPT_H 1
11546| #define HAVE_GLOB_H 1
11547| #define HAVE_IFADDRS_H 1
11548| #define HAVE_INTTYPES_H 1
11549| #define HAVE_LANGINFO_H 1
11550| #define HAVE_LIMITS_H 1
11551| #define HAVE_LOCALE_H 1
11552| #define HAVE_NETDB_H 1
11553| #define HAVE_PATHS_H 1
11554| #define HAVE_POLL_H 1
11555| #define HAVE_READPASSPHRASE_H 1
11556| #define HAVE_RPC_TYPES_H 1
11557| #define HAVE_SECURITY_PAM_APPL_H 1
11558| #define HAVE_STDDEF_H 1
11559| #define HAVE_STDINT_H 1
11560| #define HAVE_STRING_H 1
11561| #define HAVE_STRINGS_H 1
11562| #define HAVE_SYS_CDEFS_H 1
11563| #define HAVE_SYS_FILE_H 1
11564| #define HAVE_SYS_MMAN_H 1
11565| #define HAVE_SYS_PARAM_H 1
11566| #define HAVE_SYS_POLL_H 1
11567| #define HAVE_SYS_PROCCTL_H 1
11568| #define HAVE_SYS_PTRACE_H 1
11569| #define HAVE_SYS_RANDOM_H 1
11570| #define HAVE_SYS_SELECT_H 1
11571| #define HAVE_SYS_STATVFS_H 1
11572| #define HAVE_SYS_TIME_H 1
11573| #define HAVE_SYS_TIMERS_H 1
11574| #define HAVE_TIME_H 1
11575| #define HAVE_TTYENT_H 1
11576| #define HAVE_UNISTD_H 1
11577| #define HAVE_UTIL_H 1
11578| #define HAVE_UTIME_H 1
11579| #define HAVE_UTMPX_H 1
11580| #define HAVE_VIS_H 1
11581| #define HAVE_WCHAR_H 1
11582| #define HAVE_NET_ROUTE_H 1
11583| #define HAVE_SYS_SYSCTL_H 1
11584| #define HAVE_LOGIN_CAP_H 1
11585| #define HAVE_SYS_MOUNT_H 1
11586| #define HAVE_SYS_UN_H 1
11587| #define HAVE_DIRNAME 1
11588| #define HAVE_LIBGEN_H 1
11589| #define HAVE_BASENAME 1
11590| #define WITH_ZLIB 1
11591| #define HAVE_LIBZ 1
11592| #define HAVE_UTIMES 1
11593| #define HAVE_LIBUTIL_H 1
11594| #define HAVE_OPENPTY 1
11595| #define HAVE_STRFTIME 1
11596| #define HAVE_MALLOC 1
11597| #define HAVE_REALLOC 1
11598| #define HAVE_CALLOC 1
11599| #define GLOB_HAS_ALTDIRFUNC 1
11600| #define GLOB_HAS_GL_MATCHC 1
11601| #define HAVE_DECL_GLOB_NOMATCH 1
11602| #define USE_LIBEDIT 1
11603| #define HAVE_ASPRINTF 1
11604| #define HAVE___B64_NTOP 1
11605| #define HAVE___B64_PTON 1
11606| #define HAVE_BCOPY 1
11607| #define HAVE_BINDRESVPORT_SA 1
11608| #define HAVE_BZERO 1
11609| #define HAVE_CLOCK 1
11610| #define HAVE_CLOSEFROM 1
11611| #define HAVE_DIRFD 1
11612| #define HAVE_ENDGRENT 1
11613| #define HAVE_ERR 1
11614| #define HAVE_ERRX 1
11615| #define HAVE_EXPLICIT_BZERO 1
11616| #define HAVE_FCHMOD 1
11617| #define HAVE_FCHMODAT 1
11618| #define HAVE_FCHOWN 1
11619| #define HAVE_FCHOWNAT 1
11620| #define HAVE_FLOCK 1
11621| #define HAVE_FNMATCH 1
11622| #define HAVE_FREEADDRINFO 1
11623| #define HAVE_FREEZERO 1
11624| #define HAVE_FSTATFS 1
11625| #define HAVE_FSTATVFS 1
11626| #define HAVE_FUTIMES 1
11627| #define HAVE_GETADDRINFO 1
11628| #define HAVE_GETCWD 1
11629| #define HAVE_GETENTROPY 1
11630| #define HAVE_GETGROUPLIST 1
11631| #define HAVE_GETLINE 1
11632| #define HAVE_GETNAMEINFO 1
11633| #define HAVE_GETOPT 1
11634| #define HAVE_GETPAGESIZE 1
11635| #define HAVE_GETPEEREID 1
11636| #define HAVE_GETPGID 1
11637| #define HAVE_GETRLIMIT 1
11638| #define HAVE_GETRANDOM 1
11639| #define HAVE_GETSID 1
11640| #define HAVE_GETTTYENT 1
11641| #define HAVE_GLOB 1
11642| #define HAVE_GROUP_FROM_GID 1
11643| #define HAVE_INET_ATON 1
11644| #define HAVE_INET_NTOA 1
11645| #define HAVE_INET_NTOP 1
11646| #define HAVE_INNETGR 1
11647| #define HAVE_KILLPG 1
11648| #define HAVE_LLABS 1
11649| #define HAVE_LOCALTIME_R 1
11650| #define HAVE_LOGIN_GETCAPBOOL 1
11651| #define HAVE_LOGIN_GETPWCLASS 1
11652| #define HAVE_MEMMEM 1
11653| #define HAVE_MEMMOVE 1
11654| #define HAVE_MEMSET_S 1
11655| #define HAVE_MKDTEMP 1
11656| #define HAVE_POLL 1
11657| #define HAVE_PPOLL 1
11658| /* end confdefs.h.  */
11659| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
11660|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11661| #define prctl innocuous_prctl
11662|
11663| /* System header to define __stub macros and hopefully few prototypes,
11664|    which can conflict with char prctl (); below.  */
11665|
11666| #include <limits.h>
11667| #undef prctl
11668|
11669| /* Override any GCC internal prototype to avoid an error.
11670|    Use char because int might match the return type of a GCC
11671|    builtin and then its argument prototype would still apply.  */
11672| #ifdef __cplusplus
11673| extern "C"
11674| #endif
11675| char prctl ();
11676| /* The GNU C library defines this for functions which it implements
11677|     to always fail with ENOSYS.  Some functions are actually named
11678|     something starting with __ and the normal name is an alias.  */
11679| #if defined __stub_prctl || defined __stub___prctl
11680| choke me
11681| #endif
11682|
11683| int
11684| main (void)
11685| {
11686| return prctl ();
11687|   ;
11688|   return 0;
11689| }
11690configure:16334: result: no
11691configure:16340: checking for procctl
11692configure:16340: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11693configure:16340: $? = 0
11694configure:16340: result: yes
11695configure:16346: checking for pselect
11696configure:16346: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11697configure:16346: $? = 0
11698configure:16346: result: yes
11699configure:16352: checking for pstat
11700configure:16352: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11701conftest.c:174: error: undefined reference to 'pstat'
11702collect2: error: ld returned 1 exit status
11703configure:16352: $? = 1
11704configure: failed program was:
11705| /* confdefs.h */
11706| #define PACKAGE_NAME "OpenSSH"
11707| #define PACKAGE_TARNAME "openssh"
11708| #define PACKAGE_VERSION "Portable"
11709| #define PACKAGE_STRING "OpenSSH Portable"
11710| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
11711| #define PACKAGE_URL ""
11712| #define HAVE_STDIO_H 1
11713| #define HAVE_STDLIB_H 1
11714| #define HAVE_STRING_H 1
11715| #define HAVE_INTTYPES_H 1
11716| #define HAVE_STDINT_H 1
11717| #define HAVE_STRINGS_H 1
11718| #define HAVE_SYS_STAT_H 1
11719| #define HAVE_SYS_TYPES_H 1
11720| #define HAVE_UNISTD_H 1
11721| #define STDC_HEADERS 1
11722| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
11723| #define HAVE_RLIMIT_NPROC /**/
11724| #define WITH_OPENSSL 1
11725| #define VARIABLE_LENGTH_ARRAYS 1
11726| #define VARIABLE_DECLARATION_AFTER_CODE 1
11727| #define HAVE_ATTRIBUTE__NONNULL__ 1
11728| #define HAVE_DIRENT_H 1
11729| #define HAVE_ENDIAN_H 1
11730| #define HAVE_ELF_H 1
11731| #define HAVE_ERR_H 1
11732| #define HAVE_FCNTL_H 1
11733| #define HAVE_FLOATINGPOINT_H 1
11734| #define HAVE_FNMATCH_H 1
11735| #define HAVE_GETOPT_H 1
11736| #define HAVE_GLOB_H 1
11737| #define HAVE_IFADDRS_H 1
11738| #define HAVE_INTTYPES_H 1
11739| #define HAVE_LANGINFO_H 1
11740| #define HAVE_LIMITS_H 1
11741| #define HAVE_LOCALE_H 1
11742| #define HAVE_NETDB_H 1
11743| #define HAVE_PATHS_H 1
11744| #define HAVE_POLL_H 1
11745| #define HAVE_READPASSPHRASE_H 1
11746| #define HAVE_RPC_TYPES_H 1
11747| #define HAVE_SECURITY_PAM_APPL_H 1
11748| #define HAVE_STDDEF_H 1
11749| #define HAVE_STDINT_H 1
11750| #define HAVE_STRING_H 1
11751| #define HAVE_STRINGS_H 1
11752| #define HAVE_SYS_CDEFS_H 1
11753| #define HAVE_SYS_FILE_H 1
11754| #define HAVE_SYS_MMAN_H 1
11755| #define HAVE_SYS_PARAM_H 1
11756| #define HAVE_SYS_POLL_H 1
11757| #define HAVE_SYS_PROCCTL_H 1
11758| #define HAVE_SYS_PTRACE_H 1
11759| #define HAVE_SYS_RANDOM_H 1
11760| #define HAVE_SYS_SELECT_H 1
11761| #define HAVE_SYS_STATVFS_H 1
11762| #define HAVE_SYS_TIME_H 1
11763| #define HAVE_SYS_TIMERS_H 1
11764| #define HAVE_TIME_H 1
11765| #define HAVE_TTYENT_H 1
11766| #define HAVE_UNISTD_H 1
11767| #define HAVE_UTIL_H 1
11768| #define HAVE_UTIME_H 1
11769| #define HAVE_UTMPX_H 1
11770| #define HAVE_VIS_H 1
11771| #define HAVE_WCHAR_H 1
11772| #define HAVE_NET_ROUTE_H 1
11773| #define HAVE_SYS_SYSCTL_H 1
11774| #define HAVE_LOGIN_CAP_H 1
11775| #define HAVE_SYS_MOUNT_H 1
11776| #define HAVE_SYS_UN_H 1
11777| #define HAVE_DIRNAME 1
11778| #define HAVE_LIBGEN_H 1
11779| #define HAVE_BASENAME 1
11780| #define WITH_ZLIB 1
11781| #define HAVE_LIBZ 1
11782| #define HAVE_UTIMES 1
11783| #define HAVE_LIBUTIL_H 1
11784| #define HAVE_OPENPTY 1
11785| #define HAVE_STRFTIME 1
11786| #define HAVE_MALLOC 1
11787| #define HAVE_REALLOC 1
11788| #define HAVE_CALLOC 1
11789| #define GLOB_HAS_ALTDIRFUNC 1
11790| #define GLOB_HAS_GL_MATCHC 1
11791| #define HAVE_DECL_GLOB_NOMATCH 1
11792| #define USE_LIBEDIT 1
11793| #define HAVE_ASPRINTF 1
11794| #define HAVE___B64_NTOP 1
11795| #define HAVE___B64_PTON 1
11796| #define HAVE_BCOPY 1
11797| #define HAVE_BINDRESVPORT_SA 1
11798| #define HAVE_BZERO 1
11799| #define HAVE_CLOCK 1
11800| #define HAVE_CLOSEFROM 1
11801| #define HAVE_DIRFD 1
11802| #define HAVE_ENDGRENT 1
11803| #define HAVE_ERR 1
11804| #define HAVE_ERRX 1
11805| #define HAVE_EXPLICIT_BZERO 1
11806| #define HAVE_FCHMOD 1
11807| #define HAVE_FCHMODAT 1
11808| #define HAVE_FCHOWN 1
11809| #define HAVE_FCHOWNAT 1
11810| #define HAVE_FLOCK 1
11811| #define HAVE_FNMATCH 1
11812| #define HAVE_FREEADDRINFO 1
11813| #define HAVE_FREEZERO 1
11814| #define HAVE_FSTATFS 1
11815| #define HAVE_FSTATVFS 1
11816| #define HAVE_FUTIMES 1
11817| #define HAVE_GETADDRINFO 1
11818| #define HAVE_GETCWD 1
11819| #define HAVE_GETENTROPY 1
11820| #define HAVE_GETGROUPLIST 1
11821| #define HAVE_GETLINE 1
11822| #define HAVE_GETNAMEINFO 1
11823| #define HAVE_GETOPT 1
11824| #define HAVE_GETPAGESIZE 1
11825| #define HAVE_GETPEEREID 1
11826| #define HAVE_GETPGID 1
11827| #define HAVE_GETRLIMIT 1
11828| #define HAVE_GETRANDOM 1
11829| #define HAVE_GETSID 1
11830| #define HAVE_GETTTYENT 1
11831| #define HAVE_GLOB 1
11832| #define HAVE_GROUP_FROM_GID 1
11833| #define HAVE_INET_ATON 1
11834| #define HAVE_INET_NTOA 1
11835| #define HAVE_INET_NTOP 1
11836| #define HAVE_INNETGR 1
11837| #define HAVE_KILLPG 1
11838| #define HAVE_LLABS 1
11839| #define HAVE_LOCALTIME_R 1
11840| #define HAVE_LOGIN_GETCAPBOOL 1
11841| #define HAVE_LOGIN_GETPWCLASS 1
11842| #define HAVE_MEMMEM 1
11843| #define HAVE_MEMMOVE 1
11844| #define HAVE_MEMSET_S 1
11845| #define HAVE_MKDTEMP 1
11846| #define HAVE_POLL 1
11847| #define HAVE_PPOLL 1
11848| #define HAVE_PROCCTL 1
11849| #define HAVE_PSELECT 1
11850| /* end confdefs.h.  */
11851| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
11852|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11853| #define pstat innocuous_pstat
11854|
11855| /* System header to define __stub macros and hopefully few prototypes,
11856|    which can conflict with char pstat (); below.  */
11857|
11858| #include <limits.h>
11859| #undef pstat
11860|
11861| /* Override any GCC internal prototype to avoid an error.
11862|    Use char because int might match the return type of a GCC
11863|    builtin and then its argument prototype would still apply.  */
11864| #ifdef __cplusplus
11865| extern "C"
11866| #endif
11867| char pstat ();
11868| /* The GNU C library defines this for functions which it implements
11869|     to always fail with ENOSYS.  Some functions are actually named
11870|     something starting with __ and the normal name is an alias.  */
11871| #if defined __stub_pstat || defined __stub___pstat
11872| choke me
11873| #endif
11874|
11875| int
11876| main (void)
11877| {
11878| return pstat ();
11879|   ;
11880|   return 0;
11881| }
11882configure:16352: result: no
11883configure:16358: checking for raise
11884configure:16358: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11885configure:16358: $? = 0
11886configure:16358: result: yes
11887configure:16364: checking for readpassphrase
11888configure:16364: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11889configure:16364: $? = 0
11890configure:16364: result: yes
11891configure:16370: checking for reallocarray
11892configure:16370: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11893configure:16370: $? = 0
11894configure:16370: result: yes
11895configure:16376: checking for realpath
11896configure:16376: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11897configure:16376: $? = 0
11898configure:16376: result: yes
11899configure:16382: checking for recvmsg
11900configure:16382: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11901configure:16382: $? = 0
11902configure:16382: result: yes
11903configure:16388: checking for recallocarray
11904configure:16388: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11905configure:16388: $? = 0
11906configure:16388: result: yes
11907configure:16394: checking for rresvport_af
11908configure:16394: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11909configure:16394: $? = 0
11910configure:16394: result: yes
11911configure:16400: checking for sendmsg
11912configure:16400: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11913configure:16400: $? = 0
11914configure:16400: result: yes
11915configure:16406: checking for setdtablesize
11916configure:16406: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
11917conftest.c:182: error: undefined reference to 'setdtablesize'
11918collect2: error: ld returned 1 exit status
11919configure:16406: $? = 1
11920configure: failed program was:
11921| /* confdefs.h */
11922| #define PACKAGE_NAME "OpenSSH"
11923| #define PACKAGE_TARNAME "openssh"
11924| #define PACKAGE_VERSION "Portable"
11925| #define PACKAGE_STRING "OpenSSH Portable"
11926| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
11927| #define PACKAGE_URL ""
11928| #define HAVE_STDIO_H 1
11929| #define HAVE_STDLIB_H 1
11930| #define HAVE_STRING_H 1
11931| #define HAVE_INTTYPES_H 1
11932| #define HAVE_STDINT_H 1
11933| #define HAVE_STRINGS_H 1
11934| #define HAVE_SYS_STAT_H 1
11935| #define HAVE_SYS_TYPES_H 1
11936| #define HAVE_UNISTD_H 1
11937| #define STDC_HEADERS 1
11938| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
11939| #define HAVE_RLIMIT_NPROC /**/
11940| #define WITH_OPENSSL 1
11941| #define VARIABLE_LENGTH_ARRAYS 1
11942| #define VARIABLE_DECLARATION_AFTER_CODE 1
11943| #define HAVE_ATTRIBUTE__NONNULL__ 1
11944| #define HAVE_DIRENT_H 1
11945| #define HAVE_ENDIAN_H 1
11946| #define HAVE_ELF_H 1
11947| #define HAVE_ERR_H 1
11948| #define HAVE_FCNTL_H 1
11949| #define HAVE_FLOATINGPOINT_H 1
11950| #define HAVE_FNMATCH_H 1
11951| #define HAVE_GETOPT_H 1
11952| #define HAVE_GLOB_H 1
11953| #define HAVE_IFADDRS_H 1
11954| #define HAVE_INTTYPES_H 1
11955| #define HAVE_LANGINFO_H 1
11956| #define HAVE_LIMITS_H 1
11957| #define HAVE_LOCALE_H 1
11958| #define HAVE_NETDB_H 1
11959| #define HAVE_PATHS_H 1
11960| #define HAVE_POLL_H 1
11961| #define HAVE_READPASSPHRASE_H 1
11962| #define HAVE_RPC_TYPES_H 1
11963| #define HAVE_SECURITY_PAM_APPL_H 1
11964| #define HAVE_STDDEF_H 1
11965| #define HAVE_STDINT_H 1
11966| #define HAVE_STRING_H 1
11967| #define HAVE_STRINGS_H 1
11968| #define HAVE_SYS_CDEFS_H 1
11969| #define HAVE_SYS_FILE_H 1
11970| #define HAVE_SYS_MMAN_H 1
11971| #define HAVE_SYS_PARAM_H 1
11972| #define HAVE_SYS_POLL_H 1
11973| #define HAVE_SYS_PROCCTL_H 1
11974| #define HAVE_SYS_PTRACE_H 1
11975| #define HAVE_SYS_RANDOM_H 1
11976| #define HAVE_SYS_SELECT_H 1
11977| #define HAVE_SYS_STATVFS_H 1
11978| #define HAVE_SYS_TIME_H 1
11979| #define HAVE_SYS_TIMERS_H 1
11980| #define HAVE_TIME_H 1
11981| #define HAVE_TTYENT_H 1
11982| #define HAVE_UNISTD_H 1
11983| #define HAVE_UTIL_H 1
11984| #define HAVE_UTIME_H 1
11985| #define HAVE_UTMPX_H 1
11986| #define HAVE_VIS_H 1
11987| #define HAVE_WCHAR_H 1
11988| #define HAVE_NET_ROUTE_H 1
11989| #define HAVE_SYS_SYSCTL_H 1
11990| #define HAVE_LOGIN_CAP_H 1
11991| #define HAVE_SYS_MOUNT_H 1
11992| #define HAVE_SYS_UN_H 1
11993| #define HAVE_DIRNAME 1
11994| #define HAVE_LIBGEN_H 1
11995| #define HAVE_BASENAME 1
11996| #define WITH_ZLIB 1
11997| #define HAVE_LIBZ 1
11998| #define HAVE_UTIMES 1
11999| #define HAVE_LIBUTIL_H 1
12000| #define HAVE_OPENPTY 1
12001| #define HAVE_STRFTIME 1
12002| #define HAVE_MALLOC 1
12003| #define HAVE_REALLOC 1
12004| #define HAVE_CALLOC 1
12005| #define GLOB_HAS_ALTDIRFUNC 1
12006| #define GLOB_HAS_GL_MATCHC 1
12007| #define HAVE_DECL_GLOB_NOMATCH 1
12008| #define USE_LIBEDIT 1
12009| #define HAVE_ASPRINTF 1
12010| #define HAVE___B64_NTOP 1
12011| #define HAVE___B64_PTON 1
12012| #define HAVE_BCOPY 1
12013| #define HAVE_BINDRESVPORT_SA 1
12014| #define HAVE_BZERO 1
12015| #define HAVE_CLOCK 1
12016| #define HAVE_CLOSEFROM 1
12017| #define HAVE_DIRFD 1
12018| #define HAVE_ENDGRENT 1
12019| #define HAVE_ERR 1
12020| #define HAVE_ERRX 1
12021| #define HAVE_EXPLICIT_BZERO 1
12022| #define HAVE_FCHMOD 1
12023| #define HAVE_FCHMODAT 1
12024| #define HAVE_FCHOWN 1
12025| #define HAVE_FCHOWNAT 1
12026| #define HAVE_FLOCK 1
12027| #define HAVE_FNMATCH 1
12028| #define HAVE_FREEADDRINFO 1
12029| #define HAVE_FREEZERO 1
12030| #define HAVE_FSTATFS 1
12031| #define HAVE_FSTATVFS 1
12032| #define HAVE_FUTIMES 1
12033| #define HAVE_GETADDRINFO 1
12034| #define HAVE_GETCWD 1
12035| #define HAVE_GETENTROPY 1
12036| #define HAVE_GETGROUPLIST 1
12037| #define HAVE_GETLINE 1
12038| #define HAVE_GETNAMEINFO 1
12039| #define HAVE_GETOPT 1
12040| #define HAVE_GETPAGESIZE 1
12041| #define HAVE_GETPEEREID 1
12042| #define HAVE_GETPGID 1
12043| #define HAVE_GETRLIMIT 1
12044| #define HAVE_GETRANDOM 1
12045| #define HAVE_GETSID 1
12046| #define HAVE_GETTTYENT 1
12047| #define HAVE_GLOB 1
12048| #define HAVE_GROUP_FROM_GID 1
12049| #define HAVE_INET_ATON 1
12050| #define HAVE_INET_NTOA 1
12051| #define HAVE_INET_NTOP 1
12052| #define HAVE_INNETGR 1
12053| #define HAVE_KILLPG 1
12054| #define HAVE_LLABS 1
12055| #define HAVE_LOCALTIME_R 1
12056| #define HAVE_LOGIN_GETCAPBOOL 1
12057| #define HAVE_LOGIN_GETPWCLASS 1
12058| #define HAVE_MEMMEM 1
12059| #define HAVE_MEMMOVE 1
12060| #define HAVE_MEMSET_S 1
12061| #define HAVE_MKDTEMP 1
12062| #define HAVE_POLL 1
12063| #define HAVE_PPOLL 1
12064| #define HAVE_PROCCTL 1
12065| #define HAVE_PSELECT 1
12066| #define HAVE_RAISE 1
12067| #define HAVE_READPASSPHRASE 1
12068| #define HAVE_REALLOCARRAY 1
12069| #define HAVE_REALPATH 1
12070| #define HAVE_RECVMSG 1
12071| #define HAVE_RECALLOCARRAY 1
12072| #define HAVE_RRESVPORT_AF 1
12073| #define HAVE_SENDMSG 1
12074| /* end confdefs.h.  */
12075| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize.
12076|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12077| #define setdtablesize innocuous_setdtablesize
12078|
12079| /* System header to define __stub macros and hopefully few prototypes,
12080|    which can conflict with char setdtablesize (); below.  */
12081|
12082| #include <limits.h>
12083| #undef setdtablesize
12084|
12085| /* Override any GCC internal prototype to avoid an error.
12086|    Use char because int might match the return type of a GCC
12087|    builtin and then its argument prototype would still apply.  */
12088| #ifdef __cplusplus
12089| extern "C"
12090| #endif
12091| char setdtablesize ();
12092| /* The GNU C library defines this for functions which it implements
12093|     to always fail with ENOSYS.  Some functions are actually named
12094|     something starting with __ and the normal name is an alias.  */
12095| #if defined __stub_setdtablesize || defined __stub___setdtablesize
12096| choke me
12097| #endif
12098|
12099| int
12100| main (void)
12101| {
12102| return setdtablesize ();
12103|   ;
12104|   return 0;
12105| }
12106configure:16406: result: no
12107configure:16412: checking for setegid
12108configure:16412: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12109configure:16412: $? = 0
12110configure:16412: result: yes
12111configure:16418: checking for setenv
12112configure:16418: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12113configure:16418: $? = 0
12114configure:16418: result: yes
12115configure:16424: checking for seteuid
12116configure:16424: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12117configure:16424: $? = 0
12118configure:16424: result: yes
12119configure:16430: checking for setgroupent
12120configure:16430: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12121configure:16430: $? = 0
12122configure:16430: result: yes
12123configure:16436: checking for setgroups
12124configure:16436: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12125configure:16436: $? = 0
12126configure:16436: result: yes
12127configure:16442: checking for setlinebuf
12128configure:16442: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12129configure:16442: $? = 0
12130configure:16442: result: yes
12131configure:16448: checking for setlogin
12132configure:16448: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12133configure:16448: $? = 0
12134configure:16448: result: yes
12135configure:16454: checking for setpassent
12136configure:16454: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12137configure:16454: $? = 0
12138configure:16454: result: yes
12139configure:16460: checking for setpcred
12140configure:16460: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12141conftest.c:190: error: undefined reference to 'setpcred'
12142collect2: error: ld returned 1 exit status
12143configure:16460: $? = 1
12144configure: failed program was:
12145| /* confdefs.h */
12146| #define PACKAGE_NAME "OpenSSH"
12147| #define PACKAGE_TARNAME "openssh"
12148| #define PACKAGE_VERSION "Portable"
12149| #define PACKAGE_STRING "OpenSSH Portable"
12150| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
12151| #define PACKAGE_URL ""
12152| #define HAVE_STDIO_H 1
12153| #define HAVE_STDLIB_H 1
12154| #define HAVE_STRING_H 1
12155| #define HAVE_INTTYPES_H 1
12156| #define HAVE_STDINT_H 1
12157| #define HAVE_STRINGS_H 1
12158| #define HAVE_SYS_STAT_H 1
12159| #define HAVE_SYS_TYPES_H 1
12160| #define HAVE_UNISTD_H 1
12161| #define STDC_HEADERS 1
12162| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
12163| #define HAVE_RLIMIT_NPROC /**/
12164| #define WITH_OPENSSL 1
12165| #define VARIABLE_LENGTH_ARRAYS 1
12166| #define VARIABLE_DECLARATION_AFTER_CODE 1
12167| #define HAVE_ATTRIBUTE__NONNULL__ 1
12168| #define HAVE_DIRENT_H 1
12169| #define HAVE_ENDIAN_H 1
12170| #define HAVE_ELF_H 1
12171| #define HAVE_ERR_H 1
12172| #define HAVE_FCNTL_H 1
12173| #define HAVE_FLOATINGPOINT_H 1
12174| #define HAVE_FNMATCH_H 1
12175| #define HAVE_GETOPT_H 1
12176| #define HAVE_GLOB_H 1
12177| #define HAVE_IFADDRS_H 1
12178| #define HAVE_INTTYPES_H 1
12179| #define HAVE_LANGINFO_H 1
12180| #define HAVE_LIMITS_H 1
12181| #define HAVE_LOCALE_H 1
12182| #define HAVE_NETDB_H 1
12183| #define HAVE_PATHS_H 1
12184| #define HAVE_POLL_H 1
12185| #define HAVE_READPASSPHRASE_H 1
12186| #define HAVE_RPC_TYPES_H 1
12187| #define HAVE_SECURITY_PAM_APPL_H 1
12188| #define HAVE_STDDEF_H 1
12189| #define HAVE_STDINT_H 1
12190| #define HAVE_STRING_H 1
12191| #define HAVE_STRINGS_H 1
12192| #define HAVE_SYS_CDEFS_H 1
12193| #define HAVE_SYS_FILE_H 1
12194| #define HAVE_SYS_MMAN_H 1
12195| #define HAVE_SYS_PARAM_H 1
12196| #define HAVE_SYS_POLL_H 1
12197| #define HAVE_SYS_PROCCTL_H 1
12198| #define HAVE_SYS_PTRACE_H 1
12199| #define HAVE_SYS_RANDOM_H 1
12200| #define HAVE_SYS_SELECT_H 1
12201| #define HAVE_SYS_STATVFS_H 1
12202| #define HAVE_SYS_TIME_H 1
12203| #define HAVE_SYS_TIMERS_H 1
12204| #define HAVE_TIME_H 1
12205| #define HAVE_TTYENT_H 1
12206| #define HAVE_UNISTD_H 1
12207| #define HAVE_UTIL_H 1
12208| #define HAVE_UTIME_H 1
12209| #define HAVE_UTMPX_H 1
12210| #define HAVE_VIS_H 1
12211| #define HAVE_WCHAR_H 1
12212| #define HAVE_NET_ROUTE_H 1
12213| #define HAVE_SYS_SYSCTL_H 1
12214| #define HAVE_LOGIN_CAP_H 1
12215| #define HAVE_SYS_MOUNT_H 1
12216| #define HAVE_SYS_UN_H 1
12217| #define HAVE_DIRNAME 1
12218| #define HAVE_LIBGEN_H 1
12219| #define HAVE_BASENAME 1
12220| #define WITH_ZLIB 1
12221| #define HAVE_LIBZ 1
12222| #define HAVE_UTIMES 1
12223| #define HAVE_LIBUTIL_H 1
12224| #define HAVE_OPENPTY 1
12225| #define HAVE_STRFTIME 1
12226| #define HAVE_MALLOC 1
12227| #define HAVE_REALLOC 1
12228| #define HAVE_CALLOC 1
12229| #define GLOB_HAS_ALTDIRFUNC 1
12230| #define GLOB_HAS_GL_MATCHC 1
12231| #define HAVE_DECL_GLOB_NOMATCH 1
12232| #define USE_LIBEDIT 1
12233| #define HAVE_ASPRINTF 1
12234| #define HAVE___B64_NTOP 1
12235| #define HAVE___B64_PTON 1
12236| #define HAVE_BCOPY 1
12237| #define HAVE_BINDRESVPORT_SA 1
12238| #define HAVE_BZERO 1
12239| #define HAVE_CLOCK 1
12240| #define HAVE_CLOSEFROM 1
12241| #define HAVE_DIRFD 1
12242| #define HAVE_ENDGRENT 1
12243| #define HAVE_ERR 1
12244| #define HAVE_ERRX 1
12245| #define HAVE_EXPLICIT_BZERO 1
12246| #define HAVE_FCHMOD 1
12247| #define HAVE_FCHMODAT 1
12248| #define HAVE_FCHOWN 1
12249| #define HAVE_FCHOWNAT 1
12250| #define HAVE_FLOCK 1
12251| #define HAVE_FNMATCH 1
12252| #define HAVE_FREEADDRINFO 1
12253| #define HAVE_FREEZERO 1
12254| #define HAVE_FSTATFS 1
12255| #define HAVE_FSTATVFS 1
12256| #define HAVE_FUTIMES 1
12257| #define HAVE_GETADDRINFO 1
12258| #define HAVE_GETCWD 1
12259| #define HAVE_GETENTROPY 1
12260| #define HAVE_GETGROUPLIST 1
12261| #define HAVE_GETLINE 1
12262| #define HAVE_GETNAMEINFO 1
12263| #define HAVE_GETOPT 1
12264| #define HAVE_GETPAGESIZE 1
12265| #define HAVE_GETPEEREID 1
12266| #define HAVE_GETPGID 1
12267| #define HAVE_GETRLIMIT 1
12268| #define HAVE_GETRANDOM 1
12269| #define HAVE_GETSID 1
12270| #define HAVE_GETTTYENT 1
12271| #define HAVE_GLOB 1
12272| #define HAVE_GROUP_FROM_GID 1
12273| #define HAVE_INET_ATON 1
12274| #define HAVE_INET_NTOA 1
12275| #define HAVE_INET_NTOP 1
12276| #define HAVE_INNETGR 1
12277| #define HAVE_KILLPG 1
12278| #define HAVE_LLABS 1
12279| #define HAVE_LOCALTIME_R 1
12280| #define HAVE_LOGIN_GETCAPBOOL 1
12281| #define HAVE_LOGIN_GETPWCLASS 1
12282| #define HAVE_MEMMEM 1
12283| #define HAVE_MEMMOVE 1
12284| #define HAVE_MEMSET_S 1
12285| #define HAVE_MKDTEMP 1
12286| #define HAVE_POLL 1
12287| #define HAVE_PPOLL 1
12288| #define HAVE_PROCCTL 1
12289| #define HAVE_PSELECT 1
12290| #define HAVE_RAISE 1
12291| #define HAVE_READPASSPHRASE 1
12292| #define HAVE_REALLOCARRAY 1
12293| #define HAVE_REALPATH 1
12294| #define HAVE_RECVMSG 1
12295| #define HAVE_RECALLOCARRAY 1
12296| #define HAVE_RRESVPORT_AF 1
12297| #define HAVE_SENDMSG 1
12298| #define HAVE_SETEGID 1
12299| #define HAVE_SETENV 1
12300| #define HAVE_SETEUID 1
12301| #define HAVE_SETGROUPENT 1
12302| #define HAVE_SETGROUPS 1
12303| #define HAVE_SETLINEBUF 1
12304| #define HAVE_SETLOGIN 1
12305| #define HAVE_SETPASSENT 1
12306| /* end confdefs.h.  */
12307| /* Define setpcred to an innocuous variant, in case <limits.h> declares setpcred.
12308|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12309| #define setpcred innocuous_setpcred
12310|
12311| /* System header to define __stub macros and hopefully few prototypes,
12312|    which can conflict with char setpcred (); below.  */
12313|
12314| #include <limits.h>
12315| #undef setpcred
12316|
12317| /* Override any GCC internal prototype to avoid an error.
12318|    Use char because int might match the return type of a GCC
12319|    builtin and then its argument prototype would still apply.  */
12320| #ifdef __cplusplus
12321| extern "C"
12322| #endif
12323| char setpcred ();
12324| /* The GNU C library defines this for functions which it implements
12325|     to always fail with ENOSYS.  Some functions are actually named
12326|     something starting with __ and the normal name is an alias.  */
12327| #if defined __stub_setpcred || defined __stub___setpcred
12328| choke me
12329| #endif
12330|
12331| int
12332| main (void)
12333| {
12334| return setpcred ();
12335|   ;
12336|   return 0;
12337| }
12338configure:16460: result: no
12339configure:16466: checking for setproctitle
12340configure:16466: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12341configure:16466: $? = 0
12342configure:16466: result: yes
12343configure:16472: checking for setregid
12344configure:16472: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12345configure:16472: $? = 0
12346configure:16472: result: yes
12347configure:16478: checking for setreuid
12348configure:16478: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12349configure:16478: $? = 0
12350configure:16478: result: yes
12351configure:16484: checking for setrlimit
12352configure:16484: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12353configure:16484: $? = 0
12354configure:16484: result: yes
12355configure:16490: checking for setsid
12356configure:16490: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12357configure:16490: $? = 0
12358configure:16490: result: yes
12359configure:16496: checking for setvbuf
12360configure:16496: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12361configure:16496: $? = 0
12362configure:16496: result: yes
12363configure:16502: checking for sigaction
12364configure:16502: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12365configure:16502: $? = 0
12366configure:16502: result: yes
12367configure:16508: checking for sigvec
12368configure:16508: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12369configure:16508: $? = 0
12370configure:16508: result: yes
12371configure:16514: checking for snprintf
12372configure:16514: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12373conftest.c:187:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch]
12374 char snprintf ();
12375      ^~~~~~~~
12376configure:16514: $? = 0
12377configure:16514: result: yes
12378configure:16520: checking for socketpair
12379configure:16520: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12380configure:16520: $? = 0
12381configure:16520: result: yes
12382configure:16526: checking for statfs
12383configure:16526: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12384configure:16526: $? = 0
12385configure:16526: result: yes
12386configure:16532: checking for statvfs
12387configure:16532: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12388configure:16532: $? = 0
12389configure:16532: result: yes
12390configure:16538: checking for strcasestr
12391configure:16538: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12392configure:16538: $? = 0
12393configure:16538: result: yes
12394configure:16544: checking for strdup
12395configure:16544: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12396conftest.c:192:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch]
12397 char strdup ();
12398      ^~~~~~
12399configure:16544: $? = 0
12400configure:16544: result: yes
12401configure:16550: checking for strerror
12402configure:16550: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12403configure:16550: $? = 0
12404configure:16550: result: yes
12405configure:16556: checking for strlcat
12406configure:16556: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12407configure:16556: $? = 0
12408configure:16556: result: yes
12409configure:16562: checking for strlcpy
12410configure:16562: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12411configure:16562: $? = 0
12412configure:16562: result: yes
12413configure:16568: checking for strmode
12414configure:16568: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12415configure:16568: $? = 0
12416configure:16568: result: yes
12417configure:16574: checking for strndup
12418configure:16574: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12419conftest.c:197:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch]
12420 char strndup ();
12421      ^~~~~~~
12422configure:16574: $? = 0
12423configure:16574: result: yes
12424configure:16580: checking for strnlen
12425configure:16580: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12426configure:16580: $? = 0
12427configure:16580: result: yes
12428configure:16586: checking for strnvis
12429configure:16586: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12430configure:16586: $? = 0
12431configure:16586: result: yes
12432configure:16592: checking for strptime
12433configure:16592: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12434configure:16592: $? = 0
12435configure:16592: result: yes
12436configure:16598: checking for strsignal
12437configure:16598: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12438configure:16598: $? = 0
12439configure:16598: result: yes
12440configure:16604: checking for strtonum
12441configure:16604: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12442configure:16604: $? = 0
12443configure:16604: result: yes
12444configure:16610: checking for strtoll
12445configure:16610: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12446configure:16610: $? = 0
12447configure:16610: result: yes
12448configure:16616: checking for strtoul
12449configure:16616: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12450configure:16616: $? = 0
12451configure:16616: result: yes
12452configure:16622: checking for strtoull
12453configure:16622: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12454configure:16622: $? = 0
12455configure:16622: result: yes
12456configure:16628: checking for swap32
12457configure:16628: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12458conftest.c:217: error: undefined reference to 'swap32'
12459collect2: error: ld returned 1 exit status
12460configure:16628: $? = 1
12461configure: failed program was:
12462| /* confdefs.h */
12463| #define PACKAGE_NAME "OpenSSH"
12464| #define PACKAGE_TARNAME "openssh"
12465| #define PACKAGE_VERSION "Portable"
12466| #define PACKAGE_STRING "OpenSSH Portable"
12467| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
12468| #define PACKAGE_URL ""
12469| #define HAVE_STDIO_H 1
12470| #define HAVE_STDLIB_H 1
12471| #define HAVE_STRING_H 1
12472| #define HAVE_INTTYPES_H 1
12473| #define HAVE_STDINT_H 1
12474| #define HAVE_STRINGS_H 1
12475| #define HAVE_SYS_STAT_H 1
12476| #define HAVE_SYS_TYPES_H 1
12477| #define HAVE_UNISTD_H 1
12478| #define STDC_HEADERS 1
12479| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
12480| #define HAVE_RLIMIT_NPROC /**/
12481| #define WITH_OPENSSL 1
12482| #define VARIABLE_LENGTH_ARRAYS 1
12483| #define VARIABLE_DECLARATION_AFTER_CODE 1
12484| #define HAVE_ATTRIBUTE__NONNULL__ 1
12485| #define HAVE_DIRENT_H 1
12486| #define HAVE_ENDIAN_H 1
12487| #define HAVE_ELF_H 1
12488| #define HAVE_ERR_H 1
12489| #define HAVE_FCNTL_H 1
12490| #define HAVE_FLOATINGPOINT_H 1
12491| #define HAVE_FNMATCH_H 1
12492| #define HAVE_GETOPT_H 1
12493| #define HAVE_GLOB_H 1
12494| #define HAVE_IFADDRS_H 1
12495| #define HAVE_INTTYPES_H 1
12496| #define HAVE_LANGINFO_H 1
12497| #define HAVE_LIMITS_H 1
12498| #define HAVE_LOCALE_H 1
12499| #define HAVE_NETDB_H 1
12500| #define HAVE_PATHS_H 1
12501| #define HAVE_POLL_H 1
12502| #define HAVE_READPASSPHRASE_H 1
12503| #define HAVE_RPC_TYPES_H 1
12504| #define HAVE_SECURITY_PAM_APPL_H 1
12505| #define HAVE_STDDEF_H 1
12506| #define HAVE_STDINT_H 1
12507| #define HAVE_STRING_H 1
12508| #define HAVE_STRINGS_H 1
12509| #define HAVE_SYS_CDEFS_H 1
12510| #define HAVE_SYS_FILE_H 1
12511| #define HAVE_SYS_MMAN_H 1
12512| #define HAVE_SYS_PARAM_H 1
12513| #define HAVE_SYS_POLL_H 1
12514| #define HAVE_SYS_PROCCTL_H 1
12515| #define HAVE_SYS_PTRACE_H 1
12516| #define HAVE_SYS_RANDOM_H 1
12517| #define HAVE_SYS_SELECT_H 1
12518| #define HAVE_SYS_STATVFS_H 1
12519| #define HAVE_SYS_TIME_H 1
12520| #define HAVE_SYS_TIMERS_H 1
12521| #define HAVE_TIME_H 1
12522| #define HAVE_TTYENT_H 1
12523| #define HAVE_UNISTD_H 1
12524| #define HAVE_UTIL_H 1
12525| #define HAVE_UTIME_H 1
12526| #define HAVE_UTMPX_H 1
12527| #define HAVE_VIS_H 1
12528| #define HAVE_WCHAR_H 1
12529| #define HAVE_NET_ROUTE_H 1
12530| #define HAVE_SYS_SYSCTL_H 1
12531| #define HAVE_LOGIN_CAP_H 1
12532| #define HAVE_SYS_MOUNT_H 1
12533| #define HAVE_SYS_UN_H 1
12534| #define HAVE_DIRNAME 1
12535| #define HAVE_LIBGEN_H 1
12536| #define HAVE_BASENAME 1
12537| #define WITH_ZLIB 1
12538| #define HAVE_LIBZ 1
12539| #define HAVE_UTIMES 1
12540| #define HAVE_LIBUTIL_H 1
12541| #define HAVE_OPENPTY 1
12542| #define HAVE_STRFTIME 1
12543| #define HAVE_MALLOC 1
12544| #define HAVE_REALLOC 1
12545| #define HAVE_CALLOC 1
12546| #define GLOB_HAS_ALTDIRFUNC 1
12547| #define GLOB_HAS_GL_MATCHC 1
12548| #define HAVE_DECL_GLOB_NOMATCH 1
12549| #define USE_LIBEDIT 1
12550| #define HAVE_ASPRINTF 1
12551| #define HAVE___B64_NTOP 1
12552| #define HAVE___B64_PTON 1
12553| #define HAVE_BCOPY 1
12554| #define HAVE_BINDRESVPORT_SA 1
12555| #define HAVE_BZERO 1
12556| #define HAVE_CLOCK 1
12557| #define HAVE_CLOSEFROM 1
12558| #define HAVE_DIRFD 1
12559| #define HAVE_ENDGRENT 1
12560| #define HAVE_ERR 1
12561| #define HAVE_ERRX 1
12562| #define HAVE_EXPLICIT_BZERO 1
12563| #define HAVE_FCHMOD 1
12564| #define HAVE_FCHMODAT 1
12565| #define HAVE_FCHOWN 1
12566| #define HAVE_FCHOWNAT 1
12567| #define HAVE_FLOCK 1
12568| #define HAVE_FNMATCH 1
12569| #define HAVE_FREEADDRINFO 1
12570| #define HAVE_FREEZERO 1
12571| #define HAVE_FSTATFS 1
12572| #define HAVE_FSTATVFS 1
12573| #define HAVE_FUTIMES 1
12574| #define HAVE_GETADDRINFO 1
12575| #define HAVE_GETCWD 1
12576| #define HAVE_GETENTROPY 1
12577| #define HAVE_GETGROUPLIST 1
12578| #define HAVE_GETLINE 1
12579| #define HAVE_GETNAMEINFO 1
12580| #define HAVE_GETOPT 1
12581| #define HAVE_GETPAGESIZE 1
12582| #define HAVE_GETPEEREID 1
12583| #define HAVE_GETPGID 1
12584| #define HAVE_GETRLIMIT 1
12585| #define HAVE_GETRANDOM 1
12586| #define HAVE_GETSID 1
12587| #define HAVE_GETTTYENT 1
12588| #define HAVE_GLOB 1
12589| #define HAVE_GROUP_FROM_GID 1
12590| #define HAVE_INET_ATON 1
12591| #define HAVE_INET_NTOA 1
12592| #define HAVE_INET_NTOP 1
12593| #define HAVE_INNETGR 1
12594| #define HAVE_KILLPG 1
12595| #define HAVE_LLABS 1
12596| #define HAVE_LOCALTIME_R 1
12597| #define HAVE_LOGIN_GETCAPBOOL 1
12598| #define HAVE_LOGIN_GETPWCLASS 1
12599| #define HAVE_MEMMEM 1
12600| #define HAVE_MEMMOVE 1
12601| #define HAVE_MEMSET_S 1
12602| #define HAVE_MKDTEMP 1
12603| #define HAVE_POLL 1
12604| #define HAVE_PPOLL 1
12605| #define HAVE_PROCCTL 1
12606| #define HAVE_PSELECT 1
12607| #define HAVE_RAISE 1
12608| #define HAVE_READPASSPHRASE 1
12609| #define HAVE_REALLOCARRAY 1
12610| #define HAVE_REALPATH 1
12611| #define HAVE_RECVMSG 1
12612| #define HAVE_RECALLOCARRAY 1
12613| #define HAVE_RRESVPORT_AF 1
12614| #define HAVE_SENDMSG 1
12615| #define HAVE_SETEGID 1
12616| #define HAVE_SETENV 1
12617| #define HAVE_SETEUID 1
12618| #define HAVE_SETGROUPENT 1
12619| #define HAVE_SETGROUPS 1
12620| #define HAVE_SETLINEBUF 1
12621| #define HAVE_SETLOGIN 1
12622| #define HAVE_SETPASSENT 1
12623| #define HAVE_SETPROCTITLE 1
12624| #define HAVE_SETREGID 1
12625| #define HAVE_SETREUID 1
12626| #define HAVE_SETRLIMIT 1
12627| #define HAVE_SETSID 1
12628| #define HAVE_SETVBUF 1
12629| #define HAVE_SIGACTION 1
12630| #define HAVE_SIGVEC 1
12631| #define HAVE_SNPRINTF 1
12632| #define HAVE_SOCKETPAIR 1
12633| #define HAVE_STATFS 1
12634| #define HAVE_STATVFS 1
12635| #define HAVE_STRCASESTR 1
12636| #define HAVE_STRDUP 1
12637| #define HAVE_STRERROR 1
12638| #define HAVE_STRLCAT 1
12639| #define HAVE_STRLCPY 1
12640| #define HAVE_STRMODE 1
12641| #define HAVE_STRNDUP 1
12642| #define HAVE_STRNLEN 1
12643| #define HAVE_STRNVIS 1
12644| #define HAVE_STRPTIME 1
12645| #define HAVE_STRSIGNAL 1
12646| #define HAVE_STRTONUM 1
12647| #define HAVE_STRTOLL 1
12648| #define HAVE_STRTOUL 1
12649| #define HAVE_STRTOULL 1
12650| /* end confdefs.h.  */
12651| /* Define swap32 to an innocuous variant, in case <limits.h> declares swap32.
12652|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12653| #define swap32 innocuous_swap32
12654|
12655| /* System header to define __stub macros and hopefully few prototypes,
12656|    which can conflict with char swap32 (); below.  */
12657|
12658| #include <limits.h>
12659| #undef swap32
12660|
12661| /* Override any GCC internal prototype to avoid an error.
12662|    Use char because int might match the return type of a GCC
12663|    builtin and then its argument prototype would still apply.  */
12664| #ifdef __cplusplus
12665| extern "C"
12666| #endif
12667| char swap32 ();
12668| /* The GNU C library defines this for functions which it implements
12669|     to always fail with ENOSYS.  Some functions are actually named
12670|     something starting with __ and the normal name is an alias.  */
12671| #if defined __stub_swap32 || defined __stub___swap32
12672| choke me
12673| #endif
12674|
12675| int
12676| main (void)
12677| {
12678| return swap32 ();
12679|   ;
12680|   return 0;
12681| }
12682configure:16628: result: no
12683configure:16634: checking for sysconf
12684configure:16634: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12685configure:16634: $? = 0
12686configure:16634: result: yes
12687configure:16640: checking for tcgetpgrp
12688configure:16640: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12689configure:16640: $? = 0
12690configure:16640: result: yes
12691configure:16646: checking for timegm
12692configure:16646: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12693configure:16646: $? = 0
12694configure:16646: result: yes
12695configure:16652: checking for timingsafe_bcmp
12696configure:16652: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12697configure:16652: $? = 0
12698configure:16652: result: yes
12699configure:16658: checking for truncate
12700configure:16658: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12701configure:16658: $? = 0
12702configure:16658: result: yes
12703configure:16664: checking for unsetenv
12704configure:16664: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12705configure:16664: $? = 0
12706configure:16664: result: yes
12707configure:16670: checking for updwtmpx
12708configure:16670: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12709configure:16670: $? = 0
12710configure:16670: result: yes
12711configure:16676: checking for utimensat
12712configure:16676: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12713configure:16676: $? = 0
12714configure:16676: result: yes
12715configure:16682: checking for user_from_uid
12716configure:16682: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12717configure:16682: $? = 0
12718configure:16682: result: yes
12719configure:16688: checking for usleep
12720configure:16688: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12721configure:16688: $? = 0
12722configure:16688: result: yes
12723configure:16694: checking for vasprintf
12724configure:16694: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12725configure:16694: $? = 0
12726configure:16694: result: yes
12727configure:16700: checking for vsnprintf
12728configure:16700: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12729conftest.c:217:6: warning: conflicting types for built-in function 'vsnprintf' [-Wbuiltin-declaration-mismatch]
12730 char vsnprintf ();
12731      ^~~~~~~~~
12732configure:16700: $? = 0
12733configure:16700: result: yes
12734configure:16706: checking for waitpid
12735configure:16706: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12736configure:16706: $? = 0
12737configure:16706: result: yes
12738configure:16712: checking for warn
12739configure:16712: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12740configure:16712: $? = 0
12741configure:16712: result: yes
12742configure:16720: checking whether bzero is declared
12743configure:16720: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12744configure:16720: $? = 0
12745configure:16720: result: yes
12746configure:16728: checking whether memmem is declared
12747configure:16728: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12748configure:16728: $? = 0
12749configure:16728: result: yes
12750configure:16738: checking for mblen
12751configure:16738: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12752configure:16738: $? = 0
12753configure:16738: result: yes
12754configure:16744: checking for mbtowc
12755configure:16744: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12756configure:16744: $? = 0
12757configure:16744: result: yes
12758configure:16750: checking for nl_langinfo
12759configure:16750: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12760configure:16750: $? = 0
12761configure:16750: result: yes
12762configure:16756: checking for wcwidth
12763configure:16756: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12764configure:16756: $? = 0
12765configure:16756: result: yes
12766configure:16765: checking for utf8 locale support
12767configure:16792: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12768configure:16792: $? = 0
12769configure:16792: ./conftest
12770configure:16792: $? = 0
12771configure:16794: result: yes
12772configure:16817: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12773configure:16817: $? = 0
12774configure:16875: checking for library containing dlopen
12775configure:16905: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12776configure:16905: $? = 0
12777configure:16925: result: none required
12778configure:16934: checking for dlopen
12779configure:16934: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12780configure:16934: $? = 0
12781configure:16934: result: yes
12782configure:16941: checking whether RTLD_NOW is declared
12783configure:16941: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12784configure:16941: $? = 0
12785configure:16941: result: yes
12786configure:16952: checking for gai_strerror
12787configure:16952: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12788configure:16952: $? = 0
12789configure:16952: result: yes
12790configure:16979: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12791conftest.c: In function 'main':
12792conftest.c:226:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
12793  str = gai_strerror(0);
12794      ^
12795conftest.c:225:8: warning: variable 'str' set but not used [-Wunused-but-set-variable]
12796  char *str;
12797        ^~~
12798configure:16979: $? = 0
12799configure:16991: checking for library containing nanosleep
12800configure:17021: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12801configure:17021: $? = 0
12802configure:17041: result: none required
12803configure:17053: checking for library containing clock_gettime
12804configure:17083: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12805configure:17083: $? = 0
12806configure:17103: result: none required
12807configure:17115: checking whether localtime_r is declared
12808configure:17115: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12809configure:17115: $? = 0
12810configure:17115: result: yes
12811configure:17137: checking whether strsep is declared
12812configure:17137: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12813configure:17137: $? = 0
12814configure:17137: result: yes
12815configure:17145: checking for strsep
12816configure:17145: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
12817configure:17145: $? = 0
12818configure:17145: result: yes
12819configure:17154: checking whether tcsendbreak is declared
12820configure:17154: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12821configure:17154: $? = 0
12822configure:17154: result: yes
12823configure:17171: checking whether h_errno is declared
12824configure:17171: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12825configure:17171: $? = 0
12826configure:17171: result: yes
12827configure:17182: checking whether SHUT_RD is declared
12828configure:17182: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12829configure:17182: $? = 0
12830configure:17182: result: yes
12831configure:17195: checking whether getpeereid is declared
12832configure:17195: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12833configure:17195: $? = 0
12834configure:17195: result: yes
12835configure:17210: checking whether O_NONBLOCK is declared
12836configure:17210: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12837configure:17210: $? = 0
12838configure:17210: result: yes
12839configure:17229: checking whether ftruncate is declared
12840configure:17229: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12841configure:17229: $? = 0
12842configure:17229: result: yes
12843configure:17241: checking whether getentropy is declared
12844configure:17241: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12845configure:17241: $? = 0
12846configure:17241: result: yes
12847configure:17255: checking whether readv is declared
12848configure:17255: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12849configure:17255: $? = 0
12850configure:17255: result: yes
12851configure:17268: checking whether writev is declared
12852configure:17268: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12853configure:17268: $? = 0
12854configure:17268: result: yes
12855configure:17283: checking whether MAXSYMLINKS is declared
12856configure:17283: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12857configure:17283: $? = 0
12858configure:17283: result: yes
12859configure:17296: checking whether offsetof is declared
12860configure:17296: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12861configure:17296: $? = 0
12862configure:17296: result: yes
12863configure:17310: checking whether howmany is declared
12864configure:17310: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12865configure:17310: $? = 0
12866configure:17310: result: yes
12867configure:17334: checking whether NFDBITS is declared
12868configure:17334: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12869configure:17334: $? = 0
12870configure:17334: result: yes
12871configure:17359: checking for fd_mask
12872configure:17359: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12873configure:17359: $? = 0
12874configure:17359: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
12875conftest.c: In function 'main':
12876conftest.c:248:22: error: expected expression before ')' token
12877 if (sizeof ((fd_mask)))
12878                      ^
12879configure:17359: $? = 1
12880configure: failed program was:
12881| /* confdefs.h */
12882| #define PACKAGE_NAME "OpenSSH"
12883| #define PACKAGE_TARNAME "openssh"
12884| #define PACKAGE_VERSION "Portable"
12885| #define PACKAGE_STRING "OpenSSH Portable"
12886| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
12887| #define PACKAGE_URL ""
12888| #define HAVE_STDIO_H 1
12889| #define HAVE_STDLIB_H 1
12890| #define HAVE_STRING_H 1
12891| #define HAVE_INTTYPES_H 1
12892| #define HAVE_STDINT_H 1
12893| #define HAVE_STRINGS_H 1
12894| #define HAVE_SYS_STAT_H 1
12895| #define HAVE_SYS_TYPES_H 1
12896| #define HAVE_UNISTD_H 1
12897| #define STDC_HEADERS 1
12898| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
12899| #define HAVE_RLIMIT_NPROC /**/
12900| #define WITH_OPENSSL 1
12901| #define VARIABLE_LENGTH_ARRAYS 1
12902| #define VARIABLE_DECLARATION_AFTER_CODE 1
12903| #define HAVE_ATTRIBUTE__NONNULL__ 1
12904| #define HAVE_DIRENT_H 1
12905| #define HAVE_ENDIAN_H 1
12906| #define HAVE_ELF_H 1
12907| #define HAVE_ERR_H 1
12908| #define HAVE_FCNTL_H 1
12909| #define HAVE_FLOATINGPOINT_H 1
12910| #define HAVE_FNMATCH_H 1
12911| #define HAVE_GETOPT_H 1
12912| #define HAVE_GLOB_H 1
12913| #define HAVE_IFADDRS_H 1
12914| #define HAVE_INTTYPES_H 1
12915| #define HAVE_LANGINFO_H 1
12916| #define HAVE_LIMITS_H 1
12917| #define HAVE_LOCALE_H 1
12918| #define HAVE_NETDB_H 1
12919| #define HAVE_PATHS_H 1
12920| #define HAVE_POLL_H 1
12921| #define HAVE_READPASSPHRASE_H 1
12922| #define HAVE_RPC_TYPES_H 1
12923| #define HAVE_SECURITY_PAM_APPL_H 1
12924| #define HAVE_STDDEF_H 1
12925| #define HAVE_STDINT_H 1
12926| #define HAVE_STRING_H 1
12927| #define HAVE_STRINGS_H 1
12928| #define HAVE_SYS_CDEFS_H 1
12929| #define HAVE_SYS_FILE_H 1
12930| #define HAVE_SYS_MMAN_H 1
12931| #define HAVE_SYS_PARAM_H 1
12932| #define HAVE_SYS_POLL_H 1
12933| #define HAVE_SYS_PROCCTL_H 1
12934| #define HAVE_SYS_PTRACE_H 1
12935| #define HAVE_SYS_RANDOM_H 1
12936| #define HAVE_SYS_SELECT_H 1
12937| #define HAVE_SYS_STATVFS_H 1
12938| #define HAVE_SYS_TIME_H 1
12939| #define HAVE_SYS_TIMERS_H 1
12940| #define HAVE_TIME_H 1
12941| #define HAVE_TTYENT_H 1
12942| #define HAVE_UNISTD_H 1
12943| #define HAVE_UTIL_H 1
12944| #define HAVE_UTIME_H 1
12945| #define HAVE_UTMPX_H 1
12946| #define HAVE_VIS_H 1
12947| #define HAVE_WCHAR_H 1
12948| #define HAVE_NET_ROUTE_H 1
12949| #define HAVE_SYS_SYSCTL_H 1
12950| #define HAVE_LOGIN_CAP_H 1
12951| #define HAVE_SYS_MOUNT_H 1
12952| #define HAVE_SYS_UN_H 1
12953| #define HAVE_DIRNAME 1
12954| #define HAVE_LIBGEN_H 1
12955| #define HAVE_BASENAME 1
12956| #define WITH_ZLIB 1
12957| #define HAVE_LIBZ 1
12958| #define HAVE_UTIMES 1
12959| #define HAVE_LIBUTIL_H 1
12960| #define HAVE_OPENPTY 1
12961| #define HAVE_STRFTIME 1
12962| #define HAVE_MALLOC 1
12963| #define HAVE_REALLOC 1
12964| #define HAVE_CALLOC 1
12965| #define GLOB_HAS_ALTDIRFUNC 1
12966| #define GLOB_HAS_GL_MATCHC 1
12967| #define HAVE_DECL_GLOB_NOMATCH 1
12968| #define USE_LIBEDIT 1
12969| #define HAVE_ASPRINTF 1
12970| #define HAVE___B64_NTOP 1
12971| #define HAVE___B64_PTON 1
12972| #define HAVE_BCOPY 1
12973| #define HAVE_BINDRESVPORT_SA 1
12974| #define HAVE_BZERO 1
12975| #define HAVE_CLOCK 1
12976| #define HAVE_CLOSEFROM 1
12977| #define HAVE_DIRFD 1
12978| #define HAVE_ENDGRENT 1
12979| #define HAVE_ERR 1
12980| #define HAVE_ERRX 1
12981| #define HAVE_EXPLICIT_BZERO 1
12982| #define HAVE_FCHMOD 1
12983| #define HAVE_FCHMODAT 1
12984| #define HAVE_FCHOWN 1
12985| #define HAVE_FCHOWNAT 1
12986| #define HAVE_FLOCK 1
12987| #define HAVE_FNMATCH 1
12988| #define HAVE_FREEADDRINFO 1
12989| #define HAVE_FREEZERO 1
12990| #define HAVE_FSTATFS 1
12991| #define HAVE_FSTATVFS 1
12992| #define HAVE_FUTIMES 1
12993| #define HAVE_GETADDRINFO 1
12994| #define HAVE_GETCWD 1
12995| #define HAVE_GETENTROPY 1
12996| #define HAVE_GETGROUPLIST 1
12997| #define HAVE_GETLINE 1
12998| #define HAVE_GETNAMEINFO 1
12999| #define HAVE_GETOPT 1
13000| #define HAVE_GETPAGESIZE 1
13001| #define HAVE_GETPEEREID 1
13002| #define HAVE_GETPGID 1
13003| #define HAVE_GETRLIMIT 1
13004| #define HAVE_GETRANDOM 1
13005| #define HAVE_GETSID 1
13006| #define HAVE_GETTTYENT 1
13007| #define HAVE_GLOB 1
13008| #define HAVE_GROUP_FROM_GID 1
13009| #define HAVE_INET_ATON 1
13010| #define HAVE_INET_NTOA 1
13011| #define HAVE_INET_NTOP 1
13012| #define HAVE_INNETGR 1
13013| #define HAVE_KILLPG 1
13014| #define HAVE_LLABS 1
13015| #define HAVE_LOCALTIME_R 1
13016| #define HAVE_LOGIN_GETCAPBOOL 1
13017| #define HAVE_LOGIN_GETPWCLASS 1
13018| #define HAVE_MEMMEM 1
13019| #define HAVE_MEMMOVE 1
13020| #define HAVE_MEMSET_S 1
13021| #define HAVE_MKDTEMP 1
13022| #define HAVE_POLL 1
13023| #define HAVE_PPOLL 1
13024| #define HAVE_PROCCTL 1
13025| #define HAVE_PSELECT 1
13026| #define HAVE_RAISE 1
13027| #define HAVE_READPASSPHRASE 1
13028| #define HAVE_REALLOCARRAY 1
13029| #define HAVE_REALPATH 1
13030| #define HAVE_RECVMSG 1
13031| #define HAVE_RECALLOCARRAY 1
13032| #define HAVE_RRESVPORT_AF 1
13033| #define HAVE_SENDMSG 1
13034| #define HAVE_SETEGID 1
13035| #define HAVE_SETENV 1
13036| #define HAVE_SETEUID 1
13037| #define HAVE_SETGROUPENT 1
13038| #define HAVE_SETGROUPS 1
13039| #define HAVE_SETLINEBUF 1
13040| #define HAVE_SETLOGIN 1
13041| #define HAVE_SETPASSENT 1
13042| #define HAVE_SETPROCTITLE 1
13043| #define HAVE_SETREGID 1
13044| #define HAVE_SETREUID 1
13045| #define HAVE_SETRLIMIT 1
13046| #define HAVE_SETSID 1
13047| #define HAVE_SETVBUF 1
13048| #define HAVE_SIGACTION 1
13049| #define HAVE_SIGVEC 1
13050| #define HAVE_SNPRINTF 1
13051| #define HAVE_SOCKETPAIR 1
13052| #define HAVE_STATFS 1
13053| #define HAVE_STATVFS 1
13054| #define HAVE_STRCASESTR 1
13055| #define HAVE_STRDUP 1
13056| #define HAVE_STRERROR 1
13057| #define HAVE_STRLCAT 1
13058| #define HAVE_STRLCPY 1
13059| #define HAVE_STRMODE 1
13060| #define HAVE_STRNDUP 1
13061| #define HAVE_STRNLEN 1
13062| #define HAVE_STRNVIS 1
13063| #define HAVE_STRPTIME 1
13064| #define HAVE_STRSIGNAL 1
13065| #define HAVE_STRTONUM 1
13066| #define HAVE_STRTOLL 1
13067| #define HAVE_STRTOUL 1
13068| #define HAVE_STRTOULL 1
13069| #define HAVE_SYSCONF 1
13070| #define HAVE_TCGETPGRP 1
13071| #define HAVE_TIMEGM 1
13072| #define HAVE_TIMINGSAFE_BCMP 1
13073| #define HAVE_TRUNCATE 1
13074| #define HAVE_UNSETENV 1
13075| #define HAVE_UPDWTMPX 1
13076| #define HAVE_UTIMENSAT 1
13077| #define HAVE_USER_FROM_UID 1
13078| #define HAVE_USLEEP 1
13079| #define HAVE_VASPRINTF 1
13080| #define HAVE_VSNPRINTF 1
13081| #define HAVE_WAITPID 1
13082| #define HAVE_WARN 1
13083| #define HAVE_DECL_BZERO 1
13084| #define HAVE_DECL_MEMMEM 1
13085| #define HAVE_MBLEN 1
13086| #define HAVE_MBTOWC 1
13087| #define HAVE_NL_LANGINFO 1
13088| #define HAVE_WCWIDTH 1
13089| #define HAVE_ISBLANK 1
13090| #define HAVE_DLOPEN 1
13091| #define HAVE_GAI_STRERROR 1
13092| #define HAVE_GAI_STRERROR 1
13093| #define HAVE_CONST_GAI_STRERROR_PROTO 1
13094| #define HAVE_NANOSLEEP 1
13095| #define HAVE_CLOCK_GETTIME 1
13096| #define HAVE_STRSEP 1
13097| #define HAVE_TCSENDBREAK 1
13098| #define HAVE_DECL_H_ERRNO 1
13099| #define HAVE_DECL_SHUT_RD 1
13100| #define HAVE_DECL_GETPEEREID 1
13101| #define HAVE_DECL_O_NONBLOCK 1
13102| #define HAVE_DECL_FTRUNCATE 1
13103| #define HAVE_DECL_GETENTROPY 1
13104| #define HAVE_DECL_READV 1
13105| #define HAVE_DECL_WRITEV 1
13106| #define HAVE_DECL_MAXSYMLINKS 1
13107| #define HAVE_DECL_OFFSETOF 1
13108| #define HAVE_DECL_HOWMANY 1
13109| #define HAVE_DECL_NFDBITS 1
13110| /* end confdefs.h.  */
13111|
13112| #include <sys/param.h>
13113| #include <sys/types.h>
13114| #ifdef HAVE_SYS_SELECT_H
13115| #include <sys/select.h>
13116| #endif
13117| #ifdef HAVE_SYS_TIME_H
13118| #include <sys/time.h>
13119| #endif
13120| #ifdef HAVE_UNISTD_H
13121| #include <unistd.h>
13122| #endif
13123|
13124|
13125| int
13126| main (void)
13127| {
13128| if (sizeof ((fd_mask)))
13129| 	    return 0;
13130|   ;
13131|   return 0;
13132| }
13133configure:17359: result: yes
13134configure:17385: checking for setresuid
13135configure:17385: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13136configure:17385: $? = 0
13137configure:17385: result: yes
13138configure:17390: checking if setresuid seems to work
13139configure:17420: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13140configure:17420: $? = 0
13141configure:17420: ./conftest
13142configure:17420: $? = 0
13143configure:17422: result: yes
13144configure:17443: checking for setresgid
13145configure:17443: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13146configure:17443: $? = 0
13147configure:17443: result: yes
13148configure:17448: checking if setresgid seems to work
13149configure:17478: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13150configure:17478: $? = 0
13151configure:17478: ./conftest
13152configure:17478: $? = 0
13153configure:17480: result: yes
13154configure:17498: checking for working fflush(NULL)
13155configure:17520: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13156configure:17520: $? = 0
13157configure:17520: ./conftest
13158configure:17520: $? = 0
13159configure:17522: result: yes
13160configure:17536: checking for gettimeofday
13161configure:17536: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13162configure:17536: $? = 0
13163configure:17536: result: yes
13164configure:17542: checking for time
13165configure:17542: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13166configure:17542: $? = 0
13167configure:17542: result: yes
13168configure:17549: checking for endutent
13169configure:17549: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13170conftest.c:263: error: undefined reference to 'endutent'
13171collect2: error: ld returned 1 exit status
13172configure:17549: $? = 1
13173configure: failed program was:
13174| /* confdefs.h */
13175| #define PACKAGE_NAME "OpenSSH"
13176| #define PACKAGE_TARNAME "openssh"
13177| #define PACKAGE_VERSION "Portable"
13178| #define PACKAGE_STRING "OpenSSH Portable"
13179| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
13180| #define PACKAGE_URL ""
13181| #define HAVE_STDIO_H 1
13182| #define HAVE_STDLIB_H 1
13183| #define HAVE_STRING_H 1
13184| #define HAVE_INTTYPES_H 1
13185| #define HAVE_STDINT_H 1
13186| #define HAVE_STRINGS_H 1
13187| #define HAVE_SYS_STAT_H 1
13188| #define HAVE_SYS_TYPES_H 1
13189| #define HAVE_UNISTD_H 1
13190| #define STDC_HEADERS 1
13191| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
13192| #define HAVE_RLIMIT_NPROC /**/
13193| #define WITH_OPENSSL 1
13194| #define VARIABLE_LENGTH_ARRAYS 1
13195| #define VARIABLE_DECLARATION_AFTER_CODE 1
13196| #define HAVE_ATTRIBUTE__NONNULL__ 1
13197| #define HAVE_DIRENT_H 1
13198| #define HAVE_ENDIAN_H 1
13199| #define HAVE_ELF_H 1
13200| #define HAVE_ERR_H 1
13201| #define HAVE_FCNTL_H 1
13202| #define HAVE_FLOATINGPOINT_H 1
13203| #define HAVE_FNMATCH_H 1
13204| #define HAVE_GETOPT_H 1
13205| #define HAVE_GLOB_H 1
13206| #define HAVE_IFADDRS_H 1
13207| #define HAVE_INTTYPES_H 1
13208| #define HAVE_LANGINFO_H 1
13209| #define HAVE_LIMITS_H 1
13210| #define HAVE_LOCALE_H 1
13211| #define HAVE_NETDB_H 1
13212| #define HAVE_PATHS_H 1
13213| #define HAVE_POLL_H 1
13214| #define HAVE_READPASSPHRASE_H 1
13215| #define HAVE_RPC_TYPES_H 1
13216| #define HAVE_SECURITY_PAM_APPL_H 1
13217| #define HAVE_STDDEF_H 1
13218| #define HAVE_STDINT_H 1
13219| #define HAVE_STRING_H 1
13220| #define HAVE_STRINGS_H 1
13221| #define HAVE_SYS_CDEFS_H 1
13222| #define HAVE_SYS_FILE_H 1
13223| #define HAVE_SYS_MMAN_H 1
13224| #define HAVE_SYS_PARAM_H 1
13225| #define HAVE_SYS_POLL_H 1
13226| #define HAVE_SYS_PROCCTL_H 1
13227| #define HAVE_SYS_PTRACE_H 1
13228| #define HAVE_SYS_RANDOM_H 1
13229| #define HAVE_SYS_SELECT_H 1
13230| #define HAVE_SYS_STATVFS_H 1
13231| #define HAVE_SYS_TIME_H 1
13232| #define HAVE_SYS_TIMERS_H 1
13233| #define HAVE_TIME_H 1
13234| #define HAVE_TTYENT_H 1
13235| #define HAVE_UNISTD_H 1
13236| #define HAVE_UTIL_H 1
13237| #define HAVE_UTIME_H 1
13238| #define HAVE_UTMPX_H 1
13239| #define HAVE_VIS_H 1
13240| #define HAVE_WCHAR_H 1
13241| #define HAVE_NET_ROUTE_H 1
13242| #define HAVE_SYS_SYSCTL_H 1
13243| #define HAVE_LOGIN_CAP_H 1
13244| #define HAVE_SYS_MOUNT_H 1
13245| #define HAVE_SYS_UN_H 1
13246| #define HAVE_DIRNAME 1
13247| #define HAVE_LIBGEN_H 1
13248| #define HAVE_BASENAME 1
13249| #define WITH_ZLIB 1
13250| #define HAVE_LIBZ 1
13251| #define HAVE_UTIMES 1
13252| #define HAVE_LIBUTIL_H 1
13253| #define HAVE_OPENPTY 1
13254| #define HAVE_STRFTIME 1
13255| #define HAVE_MALLOC 1
13256| #define HAVE_REALLOC 1
13257| #define HAVE_CALLOC 1
13258| #define GLOB_HAS_ALTDIRFUNC 1
13259| #define GLOB_HAS_GL_MATCHC 1
13260| #define HAVE_DECL_GLOB_NOMATCH 1
13261| #define USE_LIBEDIT 1
13262| #define HAVE_ASPRINTF 1
13263| #define HAVE___B64_NTOP 1
13264| #define HAVE___B64_PTON 1
13265| #define HAVE_BCOPY 1
13266| #define HAVE_BINDRESVPORT_SA 1
13267| #define HAVE_BZERO 1
13268| #define HAVE_CLOCK 1
13269| #define HAVE_CLOSEFROM 1
13270| #define HAVE_DIRFD 1
13271| #define HAVE_ENDGRENT 1
13272| #define HAVE_ERR 1
13273| #define HAVE_ERRX 1
13274| #define HAVE_EXPLICIT_BZERO 1
13275| #define HAVE_FCHMOD 1
13276| #define HAVE_FCHMODAT 1
13277| #define HAVE_FCHOWN 1
13278| #define HAVE_FCHOWNAT 1
13279| #define HAVE_FLOCK 1
13280| #define HAVE_FNMATCH 1
13281| #define HAVE_FREEADDRINFO 1
13282| #define HAVE_FREEZERO 1
13283| #define HAVE_FSTATFS 1
13284| #define HAVE_FSTATVFS 1
13285| #define HAVE_FUTIMES 1
13286| #define HAVE_GETADDRINFO 1
13287| #define HAVE_GETCWD 1
13288| #define HAVE_GETENTROPY 1
13289| #define HAVE_GETGROUPLIST 1
13290| #define HAVE_GETLINE 1
13291| #define HAVE_GETNAMEINFO 1
13292| #define HAVE_GETOPT 1
13293| #define HAVE_GETPAGESIZE 1
13294| #define HAVE_GETPEEREID 1
13295| #define HAVE_GETPGID 1
13296| #define HAVE_GETRLIMIT 1
13297| #define HAVE_GETRANDOM 1
13298| #define HAVE_GETSID 1
13299| #define HAVE_GETTTYENT 1
13300| #define HAVE_GLOB 1
13301| #define HAVE_GROUP_FROM_GID 1
13302| #define HAVE_INET_ATON 1
13303| #define HAVE_INET_NTOA 1
13304| #define HAVE_INET_NTOP 1
13305| #define HAVE_INNETGR 1
13306| #define HAVE_KILLPG 1
13307| #define HAVE_LLABS 1
13308| #define HAVE_LOCALTIME_R 1
13309| #define HAVE_LOGIN_GETCAPBOOL 1
13310| #define HAVE_LOGIN_GETPWCLASS 1
13311| #define HAVE_MEMMEM 1
13312| #define HAVE_MEMMOVE 1
13313| #define HAVE_MEMSET_S 1
13314| #define HAVE_MKDTEMP 1
13315| #define HAVE_POLL 1
13316| #define HAVE_PPOLL 1
13317| #define HAVE_PROCCTL 1
13318| #define HAVE_PSELECT 1
13319| #define HAVE_RAISE 1
13320| #define HAVE_READPASSPHRASE 1
13321| #define HAVE_REALLOCARRAY 1
13322| #define HAVE_REALPATH 1
13323| #define HAVE_RECVMSG 1
13324| #define HAVE_RECALLOCARRAY 1
13325| #define HAVE_RRESVPORT_AF 1
13326| #define HAVE_SENDMSG 1
13327| #define HAVE_SETEGID 1
13328| #define HAVE_SETENV 1
13329| #define HAVE_SETEUID 1
13330| #define HAVE_SETGROUPENT 1
13331| #define HAVE_SETGROUPS 1
13332| #define HAVE_SETLINEBUF 1
13333| #define HAVE_SETLOGIN 1
13334| #define HAVE_SETPASSENT 1
13335| #define HAVE_SETPROCTITLE 1
13336| #define HAVE_SETREGID 1
13337| #define HAVE_SETREUID 1
13338| #define HAVE_SETRLIMIT 1
13339| #define HAVE_SETSID 1
13340| #define HAVE_SETVBUF 1
13341| #define HAVE_SIGACTION 1
13342| #define HAVE_SIGVEC 1
13343| #define HAVE_SNPRINTF 1
13344| #define HAVE_SOCKETPAIR 1
13345| #define HAVE_STATFS 1
13346| #define HAVE_STATVFS 1
13347| #define HAVE_STRCASESTR 1
13348| #define HAVE_STRDUP 1
13349| #define HAVE_STRERROR 1
13350| #define HAVE_STRLCAT 1
13351| #define HAVE_STRLCPY 1
13352| #define HAVE_STRMODE 1
13353| #define HAVE_STRNDUP 1
13354| #define HAVE_STRNLEN 1
13355| #define HAVE_STRNVIS 1
13356| #define HAVE_STRPTIME 1
13357| #define HAVE_STRSIGNAL 1
13358| #define HAVE_STRTONUM 1
13359| #define HAVE_STRTOLL 1
13360| #define HAVE_STRTOUL 1
13361| #define HAVE_STRTOULL 1
13362| #define HAVE_SYSCONF 1
13363| #define HAVE_TCGETPGRP 1
13364| #define HAVE_TIMEGM 1
13365| #define HAVE_TIMINGSAFE_BCMP 1
13366| #define HAVE_TRUNCATE 1
13367| #define HAVE_UNSETENV 1
13368| #define HAVE_UPDWTMPX 1
13369| #define HAVE_UTIMENSAT 1
13370| #define HAVE_USER_FROM_UID 1
13371| #define HAVE_USLEEP 1
13372| #define HAVE_VASPRINTF 1
13373| #define HAVE_VSNPRINTF 1
13374| #define HAVE_WAITPID 1
13375| #define HAVE_WARN 1
13376| #define HAVE_DECL_BZERO 1
13377| #define HAVE_DECL_MEMMEM 1
13378| #define HAVE_MBLEN 1
13379| #define HAVE_MBTOWC 1
13380| #define HAVE_NL_LANGINFO 1
13381| #define HAVE_WCWIDTH 1
13382| #define HAVE_ISBLANK 1
13383| #define HAVE_DLOPEN 1
13384| #define HAVE_GAI_STRERROR 1
13385| #define HAVE_GAI_STRERROR 1
13386| #define HAVE_CONST_GAI_STRERROR_PROTO 1
13387| #define HAVE_NANOSLEEP 1
13388| #define HAVE_CLOCK_GETTIME 1
13389| #define HAVE_STRSEP 1
13390| #define HAVE_TCSENDBREAK 1
13391| #define HAVE_DECL_H_ERRNO 1
13392| #define HAVE_DECL_SHUT_RD 1
13393| #define HAVE_DECL_GETPEEREID 1
13394| #define HAVE_DECL_O_NONBLOCK 1
13395| #define HAVE_DECL_FTRUNCATE 1
13396| #define HAVE_DECL_GETENTROPY 1
13397| #define HAVE_DECL_READV 1
13398| #define HAVE_DECL_WRITEV 1
13399| #define HAVE_DECL_MAXSYMLINKS 1
13400| #define HAVE_DECL_OFFSETOF 1
13401| #define HAVE_DECL_HOWMANY 1
13402| #define HAVE_DECL_NFDBITS 1
13403| #define HAVE_FD_MASK 1
13404| #define HAVE_SETRESUID 1
13405| #define HAVE_SETRESGID 1
13406| #define HAVE_GETTIMEOFDAY 1
13407| #define HAVE_TIME 1
13408| /* end confdefs.h.  */
13409| /* Define endutent to an innocuous variant, in case <limits.h> declares endutent.
13410|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13411| #define endutent innocuous_endutent
13412|
13413| /* System header to define __stub macros and hopefully few prototypes,
13414|    which can conflict with char endutent (); below.  */
13415|
13416| #include <limits.h>
13417| #undef endutent
13418|
13419| /* Override any GCC internal prototype to avoid an error.
13420|    Use char because int might match the return type of a GCC
13421|    builtin and then its argument prototype would still apply.  */
13422| #ifdef __cplusplus
13423| extern "C"
13424| #endif
13425| char endutent ();
13426| /* The GNU C library defines this for functions which it implements
13427|     to always fail with ENOSYS.  Some functions are actually named
13428|     something starting with __ and the normal name is an alias.  */
13429| #if defined __stub_endutent || defined __stub___endutent
13430| choke me
13431| #endif
13432|
13433| int
13434| main (void)
13435| {
13436| return endutent ();
13437|   ;
13438|   return 0;
13439| }
13440configure:17549: result: no
13441configure:17555: checking for getutent
13442configure:17555: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13443conftest.c:263: error: undefined reference to 'getutent'
13444collect2: error: ld returned 1 exit status
13445configure:17555: $? = 1
13446configure: failed program was:
13447| /* confdefs.h */
13448| #define PACKAGE_NAME "OpenSSH"
13449| #define PACKAGE_TARNAME "openssh"
13450| #define PACKAGE_VERSION "Portable"
13451| #define PACKAGE_STRING "OpenSSH Portable"
13452| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
13453| #define PACKAGE_URL ""
13454| #define HAVE_STDIO_H 1
13455| #define HAVE_STDLIB_H 1
13456| #define HAVE_STRING_H 1
13457| #define HAVE_INTTYPES_H 1
13458| #define HAVE_STDINT_H 1
13459| #define HAVE_STRINGS_H 1
13460| #define HAVE_SYS_STAT_H 1
13461| #define HAVE_SYS_TYPES_H 1
13462| #define HAVE_UNISTD_H 1
13463| #define STDC_HEADERS 1
13464| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
13465| #define HAVE_RLIMIT_NPROC /**/
13466| #define WITH_OPENSSL 1
13467| #define VARIABLE_LENGTH_ARRAYS 1
13468| #define VARIABLE_DECLARATION_AFTER_CODE 1
13469| #define HAVE_ATTRIBUTE__NONNULL__ 1
13470| #define HAVE_DIRENT_H 1
13471| #define HAVE_ENDIAN_H 1
13472| #define HAVE_ELF_H 1
13473| #define HAVE_ERR_H 1
13474| #define HAVE_FCNTL_H 1
13475| #define HAVE_FLOATINGPOINT_H 1
13476| #define HAVE_FNMATCH_H 1
13477| #define HAVE_GETOPT_H 1
13478| #define HAVE_GLOB_H 1
13479| #define HAVE_IFADDRS_H 1
13480| #define HAVE_INTTYPES_H 1
13481| #define HAVE_LANGINFO_H 1
13482| #define HAVE_LIMITS_H 1
13483| #define HAVE_LOCALE_H 1
13484| #define HAVE_NETDB_H 1
13485| #define HAVE_PATHS_H 1
13486| #define HAVE_POLL_H 1
13487| #define HAVE_READPASSPHRASE_H 1
13488| #define HAVE_RPC_TYPES_H 1
13489| #define HAVE_SECURITY_PAM_APPL_H 1
13490| #define HAVE_STDDEF_H 1
13491| #define HAVE_STDINT_H 1
13492| #define HAVE_STRING_H 1
13493| #define HAVE_STRINGS_H 1
13494| #define HAVE_SYS_CDEFS_H 1
13495| #define HAVE_SYS_FILE_H 1
13496| #define HAVE_SYS_MMAN_H 1
13497| #define HAVE_SYS_PARAM_H 1
13498| #define HAVE_SYS_POLL_H 1
13499| #define HAVE_SYS_PROCCTL_H 1
13500| #define HAVE_SYS_PTRACE_H 1
13501| #define HAVE_SYS_RANDOM_H 1
13502| #define HAVE_SYS_SELECT_H 1
13503| #define HAVE_SYS_STATVFS_H 1
13504| #define HAVE_SYS_TIME_H 1
13505| #define HAVE_SYS_TIMERS_H 1
13506| #define HAVE_TIME_H 1
13507| #define HAVE_TTYENT_H 1
13508| #define HAVE_UNISTD_H 1
13509| #define HAVE_UTIL_H 1
13510| #define HAVE_UTIME_H 1
13511| #define HAVE_UTMPX_H 1
13512| #define HAVE_VIS_H 1
13513| #define HAVE_WCHAR_H 1
13514| #define HAVE_NET_ROUTE_H 1
13515| #define HAVE_SYS_SYSCTL_H 1
13516| #define HAVE_LOGIN_CAP_H 1
13517| #define HAVE_SYS_MOUNT_H 1
13518| #define HAVE_SYS_UN_H 1
13519| #define HAVE_DIRNAME 1
13520| #define HAVE_LIBGEN_H 1
13521| #define HAVE_BASENAME 1
13522| #define WITH_ZLIB 1
13523| #define HAVE_LIBZ 1
13524| #define HAVE_UTIMES 1
13525| #define HAVE_LIBUTIL_H 1
13526| #define HAVE_OPENPTY 1
13527| #define HAVE_STRFTIME 1
13528| #define HAVE_MALLOC 1
13529| #define HAVE_REALLOC 1
13530| #define HAVE_CALLOC 1
13531| #define GLOB_HAS_ALTDIRFUNC 1
13532| #define GLOB_HAS_GL_MATCHC 1
13533| #define HAVE_DECL_GLOB_NOMATCH 1
13534| #define USE_LIBEDIT 1
13535| #define HAVE_ASPRINTF 1
13536| #define HAVE___B64_NTOP 1
13537| #define HAVE___B64_PTON 1
13538| #define HAVE_BCOPY 1
13539| #define HAVE_BINDRESVPORT_SA 1
13540| #define HAVE_BZERO 1
13541| #define HAVE_CLOCK 1
13542| #define HAVE_CLOSEFROM 1
13543| #define HAVE_DIRFD 1
13544| #define HAVE_ENDGRENT 1
13545| #define HAVE_ERR 1
13546| #define HAVE_ERRX 1
13547| #define HAVE_EXPLICIT_BZERO 1
13548| #define HAVE_FCHMOD 1
13549| #define HAVE_FCHMODAT 1
13550| #define HAVE_FCHOWN 1
13551| #define HAVE_FCHOWNAT 1
13552| #define HAVE_FLOCK 1
13553| #define HAVE_FNMATCH 1
13554| #define HAVE_FREEADDRINFO 1
13555| #define HAVE_FREEZERO 1
13556| #define HAVE_FSTATFS 1
13557| #define HAVE_FSTATVFS 1
13558| #define HAVE_FUTIMES 1
13559| #define HAVE_GETADDRINFO 1
13560| #define HAVE_GETCWD 1
13561| #define HAVE_GETENTROPY 1
13562| #define HAVE_GETGROUPLIST 1
13563| #define HAVE_GETLINE 1
13564| #define HAVE_GETNAMEINFO 1
13565| #define HAVE_GETOPT 1
13566| #define HAVE_GETPAGESIZE 1
13567| #define HAVE_GETPEEREID 1
13568| #define HAVE_GETPGID 1
13569| #define HAVE_GETRLIMIT 1
13570| #define HAVE_GETRANDOM 1
13571| #define HAVE_GETSID 1
13572| #define HAVE_GETTTYENT 1
13573| #define HAVE_GLOB 1
13574| #define HAVE_GROUP_FROM_GID 1
13575| #define HAVE_INET_ATON 1
13576| #define HAVE_INET_NTOA 1
13577| #define HAVE_INET_NTOP 1
13578| #define HAVE_INNETGR 1
13579| #define HAVE_KILLPG 1
13580| #define HAVE_LLABS 1
13581| #define HAVE_LOCALTIME_R 1
13582| #define HAVE_LOGIN_GETCAPBOOL 1
13583| #define HAVE_LOGIN_GETPWCLASS 1
13584| #define HAVE_MEMMEM 1
13585| #define HAVE_MEMMOVE 1
13586| #define HAVE_MEMSET_S 1
13587| #define HAVE_MKDTEMP 1
13588| #define HAVE_POLL 1
13589| #define HAVE_PPOLL 1
13590| #define HAVE_PROCCTL 1
13591| #define HAVE_PSELECT 1
13592| #define HAVE_RAISE 1
13593| #define HAVE_READPASSPHRASE 1
13594| #define HAVE_REALLOCARRAY 1
13595| #define HAVE_REALPATH 1
13596| #define HAVE_RECVMSG 1
13597| #define HAVE_RECALLOCARRAY 1
13598| #define HAVE_RRESVPORT_AF 1
13599| #define HAVE_SENDMSG 1
13600| #define HAVE_SETEGID 1
13601| #define HAVE_SETENV 1
13602| #define HAVE_SETEUID 1
13603| #define HAVE_SETGROUPENT 1
13604| #define HAVE_SETGROUPS 1
13605| #define HAVE_SETLINEBUF 1
13606| #define HAVE_SETLOGIN 1
13607| #define HAVE_SETPASSENT 1
13608| #define HAVE_SETPROCTITLE 1
13609| #define HAVE_SETREGID 1
13610| #define HAVE_SETREUID 1
13611| #define HAVE_SETRLIMIT 1
13612| #define HAVE_SETSID 1
13613| #define HAVE_SETVBUF 1
13614| #define HAVE_SIGACTION 1
13615| #define HAVE_SIGVEC 1
13616| #define HAVE_SNPRINTF 1
13617| #define HAVE_SOCKETPAIR 1
13618| #define HAVE_STATFS 1
13619| #define HAVE_STATVFS 1
13620| #define HAVE_STRCASESTR 1
13621| #define HAVE_STRDUP 1
13622| #define HAVE_STRERROR 1
13623| #define HAVE_STRLCAT 1
13624| #define HAVE_STRLCPY 1
13625| #define HAVE_STRMODE 1
13626| #define HAVE_STRNDUP 1
13627| #define HAVE_STRNLEN 1
13628| #define HAVE_STRNVIS 1
13629| #define HAVE_STRPTIME 1
13630| #define HAVE_STRSIGNAL 1
13631| #define HAVE_STRTONUM 1
13632| #define HAVE_STRTOLL 1
13633| #define HAVE_STRTOUL 1
13634| #define HAVE_STRTOULL 1
13635| #define HAVE_SYSCONF 1
13636| #define HAVE_TCGETPGRP 1
13637| #define HAVE_TIMEGM 1
13638| #define HAVE_TIMINGSAFE_BCMP 1
13639| #define HAVE_TRUNCATE 1
13640| #define HAVE_UNSETENV 1
13641| #define HAVE_UPDWTMPX 1
13642| #define HAVE_UTIMENSAT 1
13643| #define HAVE_USER_FROM_UID 1
13644| #define HAVE_USLEEP 1
13645| #define HAVE_VASPRINTF 1
13646| #define HAVE_VSNPRINTF 1
13647| #define HAVE_WAITPID 1
13648| #define HAVE_WARN 1
13649| #define HAVE_DECL_BZERO 1
13650| #define HAVE_DECL_MEMMEM 1
13651| #define HAVE_MBLEN 1
13652| #define HAVE_MBTOWC 1
13653| #define HAVE_NL_LANGINFO 1
13654| #define HAVE_WCWIDTH 1
13655| #define HAVE_ISBLANK 1
13656| #define HAVE_DLOPEN 1
13657| #define HAVE_GAI_STRERROR 1
13658| #define HAVE_GAI_STRERROR 1
13659| #define HAVE_CONST_GAI_STRERROR_PROTO 1
13660| #define HAVE_NANOSLEEP 1
13661| #define HAVE_CLOCK_GETTIME 1
13662| #define HAVE_STRSEP 1
13663| #define HAVE_TCSENDBREAK 1
13664| #define HAVE_DECL_H_ERRNO 1
13665| #define HAVE_DECL_SHUT_RD 1
13666| #define HAVE_DECL_GETPEEREID 1
13667| #define HAVE_DECL_O_NONBLOCK 1
13668| #define HAVE_DECL_FTRUNCATE 1
13669| #define HAVE_DECL_GETENTROPY 1
13670| #define HAVE_DECL_READV 1
13671| #define HAVE_DECL_WRITEV 1
13672| #define HAVE_DECL_MAXSYMLINKS 1
13673| #define HAVE_DECL_OFFSETOF 1
13674| #define HAVE_DECL_HOWMANY 1
13675| #define HAVE_DECL_NFDBITS 1
13676| #define HAVE_FD_MASK 1
13677| #define HAVE_SETRESUID 1
13678| #define HAVE_SETRESGID 1
13679| #define HAVE_GETTIMEOFDAY 1
13680| #define HAVE_TIME 1
13681| /* end confdefs.h.  */
13682| /* Define getutent to an innocuous variant, in case <limits.h> declares getutent.
13683|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13684| #define getutent innocuous_getutent
13685|
13686| /* System header to define __stub macros and hopefully few prototypes,
13687|    which can conflict with char getutent (); below.  */
13688|
13689| #include <limits.h>
13690| #undef getutent
13691|
13692| /* Override any GCC internal prototype to avoid an error.
13693|    Use char because int might match the return type of a GCC
13694|    builtin and then its argument prototype would still apply.  */
13695| #ifdef __cplusplus
13696| extern "C"
13697| #endif
13698| char getutent ();
13699| /* The GNU C library defines this for functions which it implements
13700|     to always fail with ENOSYS.  Some functions are actually named
13701|     something starting with __ and the normal name is an alias.  */
13702| #if defined __stub_getutent || defined __stub___getutent
13703| choke me
13704| #endif
13705|
13706| int
13707| main (void)
13708| {
13709| return getutent ();
13710|   ;
13711|   return 0;
13712| }
13713configure:17555: result: no
13714configure:17561: checking for getutid
13715configure:17561: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13716conftest.c:263: error: undefined reference to 'getutid'
13717collect2: error: ld returned 1 exit status
13718configure:17561: $? = 1
13719configure: failed program was:
13720| /* confdefs.h */
13721| #define PACKAGE_NAME "OpenSSH"
13722| #define PACKAGE_TARNAME "openssh"
13723| #define PACKAGE_VERSION "Portable"
13724| #define PACKAGE_STRING "OpenSSH Portable"
13725| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
13726| #define PACKAGE_URL ""
13727| #define HAVE_STDIO_H 1
13728| #define HAVE_STDLIB_H 1
13729| #define HAVE_STRING_H 1
13730| #define HAVE_INTTYPES_H 1
13731| #define HAVE_STDINT_H 1
13732| #define HAVE_STRINGS_H 1
13733| #define HAVE_SYS_STAT_H 1
13734| #define HAVE_SYS_TYPES_H 1
13735| #define HAVE_UNISTD_H 1
13736| #define STDC_HEADERS 1
13737| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
13738| #define HAVE_RLIMIT_NPROC /**/
13739| #define WITH_OPENSSL 1
13740| #define VARIABLE_LENGTH_ARRAYS 1
13741| #define VARIABLE_DECLARATION_AFTER_CODE 1
13742| #define HAVE_ATTRIBUTE__NONNULL__ 1
13743| #define HAVE_DIRENT_H 1
13744| #define HAVE_ENDIAN_H 1
13745| #define HAVE_ELF_H 1
13746| #define HAVE_ERR_H 1
13747| #define HAVE_FCNTL_H 1
13748| #define HAVE_FLOATINGPOINT_H 1
13749| #define HAVE_FNMATCH_H 1
13750| #define HAVE_GETOPT_H 1
13751| #define HAVE_GLOB_H 1
13752| #define HAVE_IFADDRS_H 1
13753| #define HAVE_INTTYPES_H 1
13754| #define HAVE_LANGINFO_H 1
13755| #define HAVE_LIMITS_H 1
13756| #define HAVE_LOCALE_H 1
13757| #define HAVE_NETDB_H 1
13758| #define HAVE_PATHS_H 1
13759| #define HAVE_POLL_H 1
13760| #define HAVE_READPASSPHRASE_H 1
13761| #define HAVE_RPC_TYPES_H 1
13762| #define HAVE_SECURITY_PAM_APPL_H 1
13763| #define HAVE_STDDEF_H 1
13764| #define HAVE_STDINT_H 1
13765| #define HAVE_STRING_H 1
13766| #define HAVE_STRINGS_H 1
13767| #define HAVE_SYS_CDEFS_H 1
13768| #define HAVE_SYS_FILE_H 1
13769| #define HAVE_SYS_MMAN_H 1
13770| #define HAVE_SYS_PARAM_H 1
13771| #define HAVE_SYS_POLL_H 1
13772| #define HAVE_SYS_PROCCTL_H 1
13773| #define HAVE_SYS_PTRACE_H 1
13774| #define HAVE_SYS_RANDOM_H 1
13775| #define HAVE_SYS_SELECT_H 1
13776| #define HAVE_SYS_STATVFS_H 1
13777| #define HAVE_SYS_TIME_H 1
13778| #define HAVE_SYS_TIMERS_H 1
13779| #define HAVE_TIME_H 1
13780| #define HAVE_TTYENT_H 1
13781| #define HAVE_UNISTD_H 1
13782| #define HAVE_UTIL_H 1
13783| #define HAVE_UTIME_H 1
13784| #define HAVE_UTMPX_H 1
13785| #define HAVE_VIS_H 1
13786| #define HAVE_WCHAR_H 1
13787| #define HAVE_NET_ROUTE_H 1
13788| #define HAVE_SYS_SYSCTL_H 1
13789| #define HAVE_LOGIN_CAP_H 1
13790| #define HAVE_SYS_MOUNT_H 1
13791| #define HAVE_SYS_UN_H 1
13792| #define HAVE_DIRNAME 1
13793| #define HAVE_LIBGEN_H 1
13794| #define HAVE_BASENAME 1
13795| #define WITH_ZLIB 1
13796| #define HAVE_LIBZ 1
13797| #define HAVE_UTIMES 1
13798| #define HAVE_LIBUTIL_H 1
13799| #define HAVE_OPENPTY 1
13800| #define HAVE_STRFTIME 1
13801| #define HAVE_MALLOC 1
13802| #define HAVE_REALLOC 1
13803| #define HAVE_CALLOC 1
13804| #define GLOB_HAS_ALTDIRFUNC 1
13805| #define GLOB_HAS_GL_MATCHC 1
13806| #define HAVE_DECL_GLOB_NOMATCH 1
13807| #define USE_LIBEDIT 1
13808| #define HAVE_ASPRINTF 1
13809| #define HAVE___B64_NTOP 1
13810| #define HAVE___B64_PTON 1
13811| #define HAVE_BCOPY 1
13812| #define HAVE_BINDRESVPORT_SA 1
13813| #define HAVE_BZERO 1
13814| #define HAVE_CLOCK 1
13815| #define HAVE_CLOSEFROM 1
13816| #define HAVE_DIRFD 1
13817| #define HAVE_ENDGRENT 1
13818| #define HAVE_ERR 1
13819| #define HAVE_ERRX 1
13820| #define HAVE_EXPLICIT_BZERO 1
13821| #define HAVE_FCHMOD 1
13822| #define HAVE_FCHMODAT 1
13823| #define HAVE_FCHOWN 1
13824| #define HAVE_FCHOWNAT 1
13825| #define HAVE_FLOCK 1
13826| #define HAVE_FNMATCH 1
13827| #define HAVE_FREEADDRINFO 1
13828| #define HAVE_FREEZERO 1
13829| #define HAVE_FSTATFS 1
13830| #define HAVE_FSTATVFS 1
13831| #define HAVE_FUTIMES 1
13832| #define HAVE_GETADDRINFO 1
13833| #define HAVE_GETCWD 1
13834| #define HAVE_GETENTROPY 1
13835| #define HAVE_GETGROUPLIST 1
13836| #define HAVE_GETLINE 1
13837| #define HAVE_GETNAMEINFO 1
13838| #define HAVE_GETOPT 1
13839| #define HAVE_GETPAGESIZE 1
13840| #define HAVE_GETPEEREID 1
13841| #define HAVE_GETPGID 1
13842| #define HAVE_GETRLIMIT 1
13843| #define HAVE_GETRANDOM 1
13844| #define HAVE_GETSID 1
13845| #define HAVE_GETTTYENT 1
13846| #define HAVE_GLOB 1
13847| #define HAVE_GROUP_FROM_GID 1
13848| #define HAVE_INET_ATON 1
13849| #define HAVE_INET_NTOA 1
13850| #define HAVE_INET_NTOP 1
13851| #define HAVE_INNETGR 1
13852| #define HAVE_KILLPG 1
13853| #define HAVE_LLABS 1
13854| #define HAVE_LOCALTIME_R 1
13855| #define HAVE_LOGIN_GETCAPBOOL 1
13856| #define HAVE_LOGIN_GETPWCLASS 1
13857| #define HAVE_MEMMEM 1
13858| #define HAVE_MEMMOVE 1
13859| #define HAVE_MEMSET_S 1
13860| #define HAVE_MKDTEMP 1
13861| #define HAVE_POLL 1
13862| #define HAVE_PPOLL 1
13863| #define HAVE_PROCCTL 1
13864| #define HAVE_PSELECT 1
13865| #define HAVE_RAISE 1
13866| #define HAVE_READPASSPHRASE 1
13867| #define HAVE_REALLOCARRAY 1
13868| #define HAVE_REALPATH 1
13869| #define HAVE_RECVMSG 1
13870| #define HAVE_RECALLOCARRAY 1
13871| #define HAVE_RRESVPORT_AF 1
13872| #define HAVE_SENDMSG 1
13873| #define HAVE_SETEGID 1
13874| #define HAVE_SETENV 1
13875| #define HAVE_SETEUID 1
13876| #define HAVE_SETGROUPENT 1
13877| #define HAVE_SETGROUPS 1
13878| #define HAVE_SETLINEBUF 1
13879| #define HAVE_SETLOGIN 1
13880| #define HAVE_SETPASSENT 1
13881| #define HAVE_SETPROCTITLE 1
13882| #define HAVE_SETREGID 1
13883| #define HAVE_SETREUID 1
13884| #define HAVE_SETRLIMIT 1
13885| #define HAVE_SETSID 1
13886| #define HAVE_SETVBUF 1
13887| #define HAVE_SIGACTION 1
13888| #define HAVE_SIGVEC 1
13889| #define HAVE_SNPRINTF 1
13890| #define HAVE_SOCKETPAIR 1
13891| #define HAVE_STATFS 1
13892| #define HAVE_STATVFS 1
13893| #define HAVE_STRCASESTR 1
13894| #define HAVE_STRDUP 1
13895| #define HAVE_STRERROR 1
13896| #define HAVE_STRLCAT 1
13897| #define HAVE_STRLCPY 1
13898| #define HAVE_STRMODE 1
13899| #define HAVE_STRNDUP 1
13900| #define HAVE_STRNLEN 1
13901| #define HAVE_STRNVIS 1
13902| #define HAVE_STRPTIME 1
13903| #define HAVE_STRSIGNAL 1
13904| #define HAVE_STRTONUM 1
13905| #define HAVE_STRTOLL 1
13906| #define HAVE_STRTOUL 1
13907| #define HAVE_STRTOULL 1
13908| #define HAVE_SYSCONF 1
13909| #define HAVE_TCGETPGRP 1
13910| #define HAVE_TIMEGM 1
13911| #define HAVE_TIMINGSAFE_BCMP 1
13912| #define HAVE_TRUNCATE 1
13913| #define HAVE_UNSETENV 1
13914| #define HAVE_UPDWTMPX 1
13915| #define HAVE_UTIMENSAT 1
13916| #define HAVE_USER_FROM_UID 1
13917| #define HAVE_USLEEP 1
13918| #define HAVE_VASPRINTF 1
13919| #define HAVE_VSNPRINTF 1
13920| #define HAVE_WAITPID 1
13921| #define HAVE_WARN 1
13922| #define HAVE_DECL_BZERO 1
13923| #define HAVE_DECL_MEMMEM 1
13924| #define HAVE_MBLEN 1
13925| #define HAVE_MBTOWC 1
13926| #define HAVE_NL_LANGINFO 1
13927| #define HAVE_WCWIDTH 1
13928| #define HAVE_ISBLANK 1
13929| #define HAVE_DLOPEN 1
13930| #define HAVE_GAI_STRERROR 1
13931| #define HAVE_GAI_STRERROR 1
13932| #define HAVE_CONST_GAI_STRERROR_PROTO 1
13933| #define HAVE_NANOSLEEP 1
13934| #define HAVE_CLOCK_GETTIME 1
13935| #define HAVE_STRSEP 1
13936| #define HAVE_TCSENDBREAK 1
13937| #define HAVE_DECL_H_ERRNO 1
13938| #define HAVE_DECL_SHUT_RD 1
13939| #define HAVE_DECL_GETPEEREID 1
13940| #define HAVE_DECL_O_NONBLOCK 1
13941| #define HAVE_DECL_FTRUNCATE 1
13942| #define HAVE_DECL_GETENTROPY 1
13943| #define HAVE_DECL_READV 1
13944| #define HAVE_DECL_WRITEV 1
13945| #define HAVE_DECL_MAXSYMLINKS 1
13946| #define HAVE_DECL_OFFSETOF 1
13947| #define HAVE_DECL_HOWMANY 1
13948| #define HAVE_DECL_NFDBITS 1
13949| #define HAVE_FD_MASK 1
13950| #define HAVE_SETRESUID 1
13951| #define HAVE_SETRESGID 1
13952| #define HAVE_GETTIMEOFDAY 1
13953| #define HAVE_TIME 1
13954| /* end confdefs.h.  */
13955| /* Define getutid to an innocuous variant, in case <limits.h> declares getutid.
13956|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13957| #define getutid innocuous_getutid
13958|
13959| /* System header to define __stub macros and hopefully few prototypes,
13960|    which can conflict with char getutid (); below.  */
13961|
13962| #include <limits.h>
13963| #undef getutid
13964|
13965| /* Override any GCC internal prototype to avoid an error.
13966|    Use char because int might match the return type of a GCC
13967|    builtin and then its argument prototype would still apply.  */
13968| #ifdef __cplusplus
13969| extern "C"
13970| #endif
13971| char getutid ();
13972| /* The GNU C library defines this for functions which it implements
13973|     to always fail with ENOSYS.  Some functions are actually named
13974|     something starting with __ and the normal name is an alias.  */
13975| #if defined __stub_getutid || defined __stub___getutid
13976| choke me
13977| #endif
13978|
13979| int
13980| main (void)
13981| {
13982| return getutid ();
13983|   ;
13984|   return 0;
13985| }
13986configure:17561: result: no
13987configure:17567: checking for getutline
13988configure:17567: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
13989conftest.c:263: error: undefined reference to 'getutline'
13990collect2: error: ld returned 1 exit status
13991configure:17567: $? = 1
13992configure: failed program was:
13993| /* confdefs.h */
13994| #define PACKAGE_NAME "OpenSSH"
13995| #define PACKAGE_TARNAME "openssh"
13996| #define PACKAGE_VERSION "Portable"
13997| #define PACKAGE_STRING "OpenSSH Portable"
13998| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
13999| #define PACKAGE_URL ""
14000| #define HAVE_STDIO_H 1
14001| #define HAVE_STDLIB_H 1
14002| #define HAVE_STRING_H 1
14003| #define HAVE_INTTYPES_H 1
14004| #define HAVE_STDINT_H 1
14005| #define HAVE_STRINGS_H 1
14006| #define HAVE_SYS_STAT_H 1
14007| #define HAVE_SYS_TYPES_H 1
14008| #define HAVE_UNISTD_H 1
14009| #define STDC_HEADERS 1
14010| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
14011| #define HAVE_RLIMIT_NPROC /**/
14012| #define WITH_OPENSSL 1
14013| #define VARIABLE_LENGTH_ARRAYS 1
14014| #define VARIABLE_DECLARATION_AFTER_CODE 1
14015| #define HAVE_ATTRIBUTE__NONNULL__ 1
14016| #define HAVE_DIRENT_H 1
14017| #define HAVE_ENDIAN_H 1
14018| #define HAVE_ELF_H 1
14019| #define HAVE_ERR_H 1
14020| #define HAVE_FCNTL_H 1
14021| #define HAVE_FLOATINGPOINT_H 1
14022| #define HAVE_FNMATCH_H 1
14023| #define HAVE_GETOPT_H 1
14024| #define HAVE_GLOB_H 1
14025| #define HAVE_IFADDRS_H 1
14026| #define HAVE_INTTYPES_H 1
14027| #define HAVE_LANGINFO_H 1
14028| #define HAVE_LIMITS_H 1
14029| #define HAVE_LOCALE_H 1
14030| #define HAVE_NETDB_H 1
14031| #define HAVE_PATHS_H 1
14032| #define HAVE_POLL_H 1
14033| #define HAVE_READPASSPHRASE_H 1
14034| #define HAVE_RPC_TYPES_H 1
14035| #define HAVE_SECURITY_PAM_APPL_H 1
14036| #define HAVE_STDDEF_H 1
14037| #define HAVE_STDINT_H 1
14038| #define HAVE_STRING_H 1
14039| #define HAVE_STRINGS_H 1
14040| #define HAVE_SYS_CDEFS_H 1
14041| #define HAVE_SYS_FILE_H 1
14042| #define HAVE_SYS_MMAN_H 1
14043| #define HAVE_SYS_PARAM_H 1
14044| #define HAVE_SYS_POLL_H 1
14045| #define HAVE_SYS_PROCCTL_H 1
14046| #define HAVE_SYS_PTRACE_H 1
14047| #define HAVE_SYS_RANDOM_H 1
14048| #define HAVE_SYS_SELECT_H 1
14049| #define HAVE_SYS_STATVFS_H 1
14050| #define HAVE_SYS_TIME_H 1
14051| #define HAVE_SYS_TIMERS_H 1
14052| #define HAVE_TIME_H 1
14053| #define HAVE_TTYENT_H 1
14054| #define HAVE_UNISTD_H 1
14055| #define HAVE_UTIL_H 1
14056| #define HAVE_UTIME_H 1
14057| #define HAVE_UTMPX_H 1
14058| #define HAVE_VIS_H 1
14059| #define HAVE_WCHAR_H 1
14060| #define HAVE_NET_ROUTE_H 1
14061| #define HAVE_SYS_SYSCTL_H 1
14062| #define HAVE_LOGIN_CAP_H 1
14063| #define HAVE_SYS_MOUNT_H 1
14064| #define HAVE_SYS_UN_H 1
14065| #define HAVE_DIRNAME 1
14066| #define HAVE_LIBGEN_H 1
14067| #define HAVE_BASENAME 1
14068| #define WITH_ZLIB 1
14069| #define HAVE_LIBZ 1
14070| #define HAVE_UTIMES 1
14071| #define HAVE_LIBUTIL_H 1
14072| #define HAVE_OPENPTY 1
14073| #define HAVE_STRFTIME 1
14074| #define HAVE_MALLOC 1
14075| #define HAVE_REALLOC 1
14076| #define HAVE_CALLOC 1
14077| #define GLOB_HAS_ALTDIRFUNC 1
14078| #define GLOB_HAS_GL_MATCHC 1
14079| #define HAVE_DECL_GLOB_NOMATCH 1
14080| #define USE_LIBEDIT 1
14081| #define HAVE_ASPRINTF 1
14082| #define HAVE___B64_NTOP 1
14083| #define HAVE___B64_PTON 1
14084| #define HAVE_BCOPY 1
14085| #define HAVE_BINDRESVPORT_SA 1
14086| #define HAVE_BZERO 1
14087| #define HAVE_CLOCK 1
14088| #define HAVE_CLOSEFROM 1
14089| #define HAVE_DIRFD 1
14090| #define HAVE_ENDGRENT 1
14091| #define HAVE_ERR 1
14092| #define HAVE_ERRX 1
14093| #define HAVE_EXPLICIT_BZERO 1
14094| #define HAVE_FCHMOD 1
14095| #define HAVE_FCHMODAT 1
14096| #define HAVE_FCHOWN 1
14097| #define HAVE_FCHOWNAT 1
14098| #define HAVE_FLOCK 1
14099| #define HAVE_FNMATCH 1
14100| #define HAVE_FREEADDRINFO 1
14101| #define HAVE_FREEZERO 1
14102| #define HAVE_FSTATFS 1
14103| #define HAVE_FSTATVFS 1
14104| #define HAVE_FUTIMES 1
14105| #define HAVE_GETADDRINFO 1
14106| #define HAVE_GETCWD 1
14107| #define HAVE_GETENTROPY 1
14108| #define HAVE_GETGROUPLIST 1
14109| #define HAVE_GETLINE 1
14110| #define HAVE_GETNAMEINFO 1
14111| #define HAVE_GETOPT 1
14112| #define HAVE_GETPAGESIZE 1
14113| #define HAVE_GETPEEREID 1
14114| #define HAVE_GETPGID 1
14115| #define HAVE_GETRLIMIT 1
14116| #define HAVE_GETRANDOM 1
14117| #define HAVE_GETSID 1
14118| #define HAVE_GETTTYENT 1
14119| #define HAVE_GLOB 1
14120| #define HAVE_GROUP_FROM_GID 1
14121| #define HAVE_INET_ATON 1
14122| #define HAVE_INET_NTOA 1
14123| #define HAVE_INET_NTOP 1
14124| #define HAVE_INNETGR 1
14125| #define HAVE_KILLPG 1
14126| #define HAVE_LLABS 1
14127| #define HAVE_LOCALTIME_R 1
14128| #define HAVE_LOGIN_GETCAPBOOL 1
14129| #define HAVE_LOGIN_GETPWCLASS 1
14130| #define HAVE_MEMMEM 1
14131| #define HAVE_MEMMOVE 1
14132| #define HAVE_MEMSET_S 1
14133| #define HAVE_MKDTEMP 1
14134| #define HAVE_POLL 1
14135| #define HAVE_PPOLL 1
14136| #define HAVE_PROCCTL 1
14137| #define HAVE_PSELECT 1
14138| #define HAVE_RAISE 1
14139| #define HAVE_READPASSPHRASE 1
14140| #define HAVE_REALLOCARRAY 1
14141| #define HAVE_REALPATH 1
14142| #define HAVE_RECVMSG 1
14143| #define HAVE_RECALLOCARRAY 1
14144| #define HAVE_RRESVPORT_AF 1
14145| #define HAVE_SENDMSG 1
14146| #define HAVE_SETEGID 1
14147| #define HAVE_SETENV 1
14148| #define HAVE_SETEUID 1
14149| #define HAVE_SETGROUPENT 1
14150| #define HAVE_SETGROUPS 1
14151| #define HAVE_SETLINEBUF 1
14152| #define HAVE_SETLOGIN 1
14153| #define HAVE_SETPASSENT 1
14154| #define HAVE_SETPROCTITLE 1
14155| #define HAVE_SETREGID 1
14156| #define HAVE_SETREUID 1
14157| #define HAVE_SETRLIMIT 1
14158| #define HAVE_SETSID 1
14159| #define HAVE_SETVBUF 1
14160| #define HAVE_SIGACTION 1
14161| #define HAVE_SIGVEC 1
14162| #define HAVE_SNPRINTF 1
14163| #define HAVE_SOCKETPAIR 1
14164| #define HAVE_STATFS 1
14165| #define HAVE_STATVFS 1
14166| #define HAVE_STRCASESTR 1
14167| #define HAVE_STRDUP 1
14168| #define HAVE_STRERROR 1
14169| #define HAVE_STRLCAT 1
14170| #define HAVE_STRLCPY 1
14171| #define HAVE_STRMODE 1
14172| #define HAVE_STRNDUP 1
14173| #define HAVE_STRNLEN 1
14174| #define HAVE_STRNVIS 1
14175| #define HAVE_STRPTIME 1
14176| #define HAVE_STRSIGNAL 1
14177| #define HAVE_STRTONUM 1
14178| #define HAVE_STRTOLL 1
14179| #define HAVE_STRTOUL 1
14180| #define HAVE_STRTOULL 1
14181| #define HAVE_SYSCONF 1
14182| #define HAVE_TCGETPGRP 1
14183| #define HAVE_TIMEGM 1
14184| #define HAVE_TIMINGSAFE_BCMP 1
14185| #define HAVE_TRUNCATE 1
14186| #define HAVE_UNSETENV 1
14187| #define HAVE_UPDWTMPX 1
14188| #define HAVE_UTIMENSAT 1
14189| #define HAVE_USER_FROM_UID 1
14190| #define HAVE_USLEEP 1
14191| #define HAVE_VASPRINTF 1
14192| #define HAVE_VSNPRINTF 1
14193| #define HAVE_WAITPID 1
14194| #define HAVE_WARN 1
14195| #define HAVE_DECL_BZERO 1
14196| #define HAVE_DECL_MEMMEM 1
14197| #define HAVE_MBLEN 1
14198| #define HAVE_MBTOWC 1
14199| #define HAVE_NL_LANGINFO 1
14200| #define HAVE_WCWIDTH 1
14201| #define HAVE_ISBLANK 1
14202| #define HAVE_DLOPEN 1
14203| #define HAVE_GAI_STRERROR 1
14204| #define HAVE_GAI_STRERROR 1
14205| #define HAVE_CONST_GAI_STRERROR_PROTO 1
14206| #define HAVE_NANOSLEEP 1
14207| #define HAVE_CLOCK_GETTIME 1
14208| #define HAVE_STRSEP 1
14209| #define HAVE_TCSENDBREAK 1
14210| #define HAVE_DECL_H_ERRNO 1
14211| #define HAVE_DECL_SHUT_RD 1
14212| #define HAVE_DECL_GETPEEREID 1
14213| #define HAVE_DECL_O_NONBLOCK 1
14214| #define HAVE_DECL_FTRUNCATE 1
14215| #define HAVE_DECL_GETENTROPY 1
14216| #define HAVE_DECL_READV 1
14217| #define HAVE_DECL_WRITEV 1
14218| #define HAVE_DECL_MAXSYMLINKS 1
14219| #define HAVE_DECL_OFFSETOF 1
14220| #define HAVE_DECL_HOWMANY 1
14221| #define HAVE_DECL_NFDBITS 1
14222| #define HAVE_FD_MASK 1
14223| #define HAVE_SETRESUID 1
14224| #define HAVE_SETRESGID 1
14225| #define HAVE_GETTIMEOFDAY 1
14226| #define HAVE_TIME 1
14227| /* end confdefs.h.  */
14228| /* Define getutline to an innocuous variant, in case <limits.h> declares getutline.
14229|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14230| #define getutline innocuous_getutline
14231|
14232| /* System header to define __stub macros and hopefully few prototypes,
14233|    which can conflict with char getutline (); below.  */
14234|
14235| #include <limits.h>
14236| #undef getutline
14237|
14238| /* Override any GCC internal prototype to avoid an error.
14239|    Use char because int might match the return type of a GCC
14240|    builtin and then its argument prototype would still apply.  */
14241| #ifdef __cplusplus
14242| extern "C"
14243| #endif
14244| char getutline ();
14245| /* The GNU C library defines this for functions which it implements
14246|     to always fail with ENOSYS.  Some functions are actually named
14247|     something starting with __ and the normal name is an alias.  */
14248| #if defined __stub_getutline || defined __stub___getutline
14249| choke me
14250| #endif
14251|
14252| int
14253| main (void)
14254| {
14255| return getutline ();
14256|   ;
14257|   return 0;
14258| }
14259configure:17567: result: no
14260configure:17573: checking for pututline
14261configure:17573: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
14262conftest.c:263: error: undefined reference to 'pututline'
14263collect2: error: ld returned 1 exit status
14264configure:17573: $? = 1
14265configure: failed program was:
14266| /* confdefs.h */
14267| #define PACKAGE_NAME "OpenSSH"
14268| #define PACKAGE_TARNAME "openssh"
14269| #define PACKAGE_VERSION "Portable"
14270| #define PACKAGE_STRING "OpenSSH Portable"
14271| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
14272| #define PACKAGE_URL ""
14273| #define HAVE_STDIO_H 1
14274| #define HAVE_STDLIB_H 1
14275| #define HAVE_STRING_H 1
14276| #define HAVE_INTTYPES_H 1
14277| #define HAVE_STDINT_H 1
14278| #define HAVE_STRINGS_H 1
14279| #define HAVE_SYS_STAT_H 1
14280| #define HAVE_SYS_TYPES_H 1
14281| #define HAVE_UNISTD_H 1
14282| #define STDC_HEADERS 1
14283| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
14284| #define HAVE_RLIMIT_NPROC /**/
14285| #define WITH_OPENSSL 1
14286| #define VARIABLE_LENGTH_ARRAYS 1
14287| #define VARIABLE_DECLARATION_AFTER_CODE 1
14288| #define HAVE_ATTRIBUTE__NONNULL__ 1
14289| #define HAVE_DIRENT_H 1
14290| #define HAVE_ENDIAN_H 1
14291| #define HAVE_ELF_H 1
14292| #define HAVE_ERR_H 1
14293| #define HAVE_FCNTL_H 1
14294| #define HAVE_FLOATINGPOINT_H 1
14295| #define HAVE_FNMATCH_H 1
14296| #define HAVE_GETOPT_H 1
14297| #define HAVE_GLOB_H 1
14298| #define HAVE_IFADDRS_H 1
14299| #define HAVE_INTTYPES_H 1
14300| #define HAVE_LANGINFO_H 1
14301| #define HAVE_LIMITS_H 1
14302| #define HAVE_LOCALE_H 1
14303| #define HAVE_NETDB_H 1
14304| #define HAVE_PATHS_H 1
14305| #define HAVE_POLL_H 1
14306| #define HAVE_READPASSPHRASE_H 1
14307| #define HAVE_RPC_TYPES_H 1
14308| #define HAVE_SECURITY_PAM_APPL_H 1
14309| #define HAVE_STDDEF_H 1
14310| #define HAVE_STDINT_H 1
14311| #define HAVE_STRING_H 1
14312| #define HAVE_STRINGS_H 1
14313| #define HAVE_SYS_CDEFS_H 1
14314| #define HAVE_SYS_FILE_H 1
14315| #define HAVE_SYS_MMAN_H 1
14316| #define HAVE_SYS_PARAM_H 1
14317| #define HAVE_SYS_POLL_H 1
14318| #define HAVE_SYS_PROCCTL_H 1
14319| #define HAVE_SYS_PTRACE_H 1
14320| #define HAVE_SYS_RANDOM_H 1
14321| #define HAVE_SYS_SELECT_H 1
14322| #define HAVE_SYS_STATVFS_H 1
14323| #define HAVE_SYS_TIME_H 1
14324| #define HAVE_SYS_TIMERS_H 1
14325| #define HAVE_TIME_H 1
14326| #define HAVE_TTYENT_H 1
14327| #define HAVE_UNISTD_H 1
14328| #define HAVE_UTIL_H 1
14329| #define HAVE_UTIME_H 1
14330| #define HAVE_UTMPX_H 1
14331| #define HAVE_VIS_H 1
14332| #define HAVE_WCHAR_H 1
14333| #define HAVE_NET_ROUTE_H 1
14334| #define HAVE_SYS_SYSCTL_H 1
14335| #define HAVE_LOGIN_CAP_H 1
14336| #define HAVE_SYS_MOUNT_H 1
14337| #define HAVE_SYS_UN_H 1
14338| #define HAVE_DIRNAME 1
14339| #define HAVE_LIBGEN_H 1
14340| #define HAVE_BASENAME 1
14341| #define WITH_ZLIB 1
14342| #define HAVE_LIBZ 1
14343| #define HAVE_UTIMES 1
14344| #define HAVE_LIBUTIL_H 1
14345| #define HAVE_OPENPTY 1
14346| #define HAVE_STRFTIME 1
14347| #define HAVE_MALLOC 1
14348| #define HAVE_REALLOC 1
14349| #define HAVE_CALLOC 1
14350| #define GLOB_HAS_ALTDIRFUNC 1
14351| #define GLOB_HAS_GL_MATCHC 1
14352| #define HAVE_DECL_GLOB_NOMATCH 1
14353| #define USE_LIBEDIT 1
14354| #define HAVE_ASPRINTF 1
14355| #define HAVE___B64_NTOP 1
14356| #define HAVE___B64_PTON 1
14357| #define HAVE_BCOPY 1
14358| #define HAVE_BINDRESVPORT_SA 1
14359| #define HAVE_BZERO 1
14360| #define HAVE_CLOCK 1
14361| #define HAVE_CLOSEFROM 1
14362| #define HAVE_DIRFD 1
14363| #define HAVE_ENDGRENT 1
14364| #define HAVE_ERR 1
14365| #define HAVE_ERRX 1
14366| #define HAVE_EXPLICIT_BZERO 1
14367| #define HAVE_FCHMOD 1
14368| #define HAVE_FCHMODAT 1
14369| #define HAVE_FCHOWN 1
14370| #define HAVE_FCHOWNAT 1
14371| #define HAVE_FLOCK 1
14372| #define HAVE_FNMATCH 1
14373| #define HAVE_FREEADDRINFO 1
14374| #define HAVE_FREEZERO 1
14375| #define HAVE_FSTATFS 1
14376| #define HAVE_FSTATVFS 1
14377| #define HAVE_FUTIMES 1
14378| #define HAVE_GETADDRINFO 1
14379| #define HAVE_GETCWD 1
14380| #define HAVE_GETENTROPY 1
14381| #define HAVE_GETGROUPLIST 1
14382| #define HAVE_GETLINE 1
14383| #define HAVE_GETNAMEINFO 1
14384| #define HAVE_GETOPT 1
14385| #define HAVE_GETPAGESIZE 1
14386| #define HAVE_GETPEEREID 1
14387| #define HAVE_GETPGID 1
14388| #define HAVE_GETRLIMIT 1
14389| #define HAVE_GETRANDOM 1
14390| #define HAVE_GETSID 1
14391| #define HAVE_GETTTYENT 1
14392| #define HAVE_GLOB 1
14393| #define HAVE_GROUP_FROM_GID 1
14394| #define HAVE_INET_ATON 1
14395| #define HAVE_INET_NTOA 1
14396| #define HAVE_INET_NTOP 1
14397| #define HAVE_INNETGR 1
14398| #define HAVE_KILLPG 1
14399| #define HAVE_LLABS 1
14400| #define HAVE_LOCALTIME_R 1
14401| #define HAVE_LOGIN_GETCAPBOOL 1
14402| #define HAVE_LOGIN_GETPWCLASS 1
14403| #define HAVE_MEMMEM 1
14404| #define HAVE_MEMMOVE 1
14405| #define HAVE_MEMSET_S 1
14406| #define HAVE_MKDTEMP 1
14407| #define HAVE_POLL 1
14408| #define HAVE_PPOLL 1
14409| #define HAVE_PROCCTL 1
14410| #define HAVE_PSELECT 1
14411| #define HAVE_RAISE 1
14412| #define HAVE_READPASSPHRASE 1
14413| #define HAVE_REALLOCARRAY 1
14414| #define HAVE_REALPATH 1
14415| #define HAVE_RECVMSG 1
14416| #define HAVE_RECALLOCARRAY 1
14417| #define HAVE_RRESVPORT_AF 1
14418| #define HAVE_SENDMSG 1
14419| #define HAVE_SETEGID 1
14420| #define HAVE_SETENV 1
14421| #define HAVE_SETEUID 1
14422| #define HAVE_SETGROUPENT 1
14423| #define HAVE_SETGROUPS 1
14424| #define HAVE_SETLINEBUF 1
14425| #define HAVE_SETLOGIN 1
14426| #define HAVE_SETPASSENT 1
14427| #define HAVE_SETPROCTITLE 1
14428| #define HAVE_SETREGID 1
14429| #define HAVE_SETREUID 1
14430| #define HAVE_SETRLIMIT 1
14431| #define HAVE_SETSID 1
14432| #define HAVE_SETVBUF 1
14433| #define HAVE_SIGACTION 1
14434| #define HAVE_SIGVEC 1
14435| #define HAVE_SNPRINTF 1
14436| #define HAVE_SOCKETPAIR 1
14437| #define HAVE_STATFS 1
14438| #define HAVE_STATVFS 1
14439| #define HAVE_STRCASESTR 1
14440| #define HAVE_STRDUP 1
14441| #define HAVE_STRERROR 1
14442| #define HAVE_STRLCAT 1
14443| #define HAVE_STRLCPY 1
14444| #define HAVE_STRMODE 1
14445| #define HAVE_STRNDUP 1
14446| #define HAVE_STRNLEN 1
14447| #define HAVE_STRNVIS 1
14448| #define HAVE_STRPTIME 1
14449| #define HAVE_STRSIGNAL 1
14450| #define HAVE_STRTONUM 1
14451| #define HAVE_STRTOLL 1
14452| #define HAVE_STRTOUL 1
14453| #define HAVE_STRTOULL 1
14454| #define HAVE_SYSCONF 1
14455| #define HAVE_TCGETPGRP 1
14456| #define HAVE_TIMEGM 1
14457| #define HAVE_TIMINGSAFE_BCMP 1
14458| #define HAVE_TRUNCATE 1
14459| #define HAVE_UNSETENV 1
14460| #define HAVE_UPDWTMPX 1
14461| #define HAVE_UTIMENSAT 1
14462| #define HAVE_USER_FROM_UID 1
14463| #define HAVE_USLEEP 1
14464| #define HAVE_VASPRINTF 1
14465| #define HAVE_VSNPRINTF 1
14466| #define HAVE_WAITPID 1
14467| #define HAVE_WARN 1
14468| #define HAVE_DECL_BZERO 1
14469| #define HAVE_DECL_MEMMEM 1
14470| #define HAVE_MBLEN 1
14471| #define HAVE_MBTOWC 1
14472| #define HAVE_NL_LANGINFO 1
14473| #define HAVE_WCWIDTH 1
14474| #define HAVE_ISBLANK 1
14475| #define HAVE_DLOPEN 1
14476| #define HAVE_GAI_STRERROR 1
14477| #define HAVE_GAI_STRERROR 1
14478| #define HAVE_CONST_GAI_STRERROR_PROTO 1
14479| #define HAVE_NANOSLEEP 1
14480| #define HAVE_CLOCK_GETTIME 1
14481| #define HAVE_STRSEP 1
14482| #define HAVE_TCSENDBREAK 1
14483| #define HAVE_DECL_H_ERRNO 1
14484| #define HAVE_DECL_SHUT_RD 1
14485| #define HAVE_DECL_GETPEEREID 1
14486| #define HAVE_DECL_O_NONBLOCK 1
14487| #define HAVE_DECL_FTRUNCATE 1
14488| #define HAVE_DECL_GETENTROPY 1
14489| #define HAVE_DECL_READV 1
14490| #define HAVE_DECL_WRITEV 1
14491| #define HAVE_DECL_MAXSYMLINKS 1
14492| #define HAVE_DECL_OFFSETOF 1
14493| #define HAVE_DECL_HOWMANY 1
14494| #define HAVE_DECL_NFDBITS 1
14495| #define HAVE_FD_MASK 1
14496| #define HAVE_SETRESUID 1
14497| #define HAVE_SETRESGID 1
14498| #define HAVE_GETTIMEOFDAY 1
14499| #define HAVE_TIME 1
14500| /* end confdefs.h.  */
14501| /* Define pututline to an innocuous variant, in case <limits.h> declares pututline.
14502|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14503| #define pututline innocuous_pututline
14504|
14505| /* System header to define __stub macros and hopefully few prototypes,
14506|    which can conflict with char pututline (); below.  */
14507|
14508| #include <limits.h>
14509| #undef pututline
14510|
14511| /* Override any GCC internal prototype to avoid an error.
14512|    Use char because int might match the return type of a GCC
14513|    builtin and then its argument prototype would still apply.  */
14514| #ifdef __cplusplus
14515| extern "C"
14516| #endif
14517| char pututline ();
14518| /* The GNU C library defines this for functions which it implements
14519|     to always fail with ENOSYS.  Some functions are actually named
14520|     something starting with __ and the normal name is an alias.  */
14521| #if defined __stub_pututline || defined __stub___pututline
14522| choke me
14523| #endif
14524|
14525| int
14526| main (void)
14527| {
14528| return pututline ();
14529|   ;
14530|   return 0;
14531| }
14532configure:17573: result: no
14533configure:17579: checking for setutent
14534configure:17579: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
14535conftest.c:263: error: undefined reference to 'setutent'
14536collect2: error: ld returned 1 exit status
14537configure:17579: $? = 1
14538configure: failed program was:
14539| /* confdefs.h */
14540| #define PACKAGE_NAME "OpenSSH"
14541| #define PACKAGE_TARNAME "openssh"
14542| #define PACKAGE_VERSION "Portable"
14543| #define PACKAGE_STRING "OpenSSH Portable"
14544| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
14545| #define PACKAGE_URL ""
14546| #define HAVE_STDIO_H 1
14547| #define HAVE_STDLIB_H 1
14548| #define HAVE_STRING_H 1
14549| #define HAVE_INTTYPES_H 1
14550| #define HAVE_STDINT_H 1
14551| #define HAVE_STRINGS_H 1
14552| #define HAVE_SYS_STAT_H 1
14553| #define HAVE_SYS_TYPES_H 1
14554| #define HAVE_UNISTD_H 1
14555| #define STDC_HEADERS 1
14556| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
14557| #define HAVE_RLIMIT_NPROC /**/
14558| #define WITH_OPENSSL 1
14559| #define VARIABLE_LENGTH_ARRAYS 1
14560| #define VARIABLE_DECLARATION_AFTER_CODE 1
14561| #define HAVE_ATTRIBUTE__NONNULL__ 1
14562| #define HAVE_DIRENT_H 1
14563| #define HAVE_ENDIAN_H 1
14564| #define HAVE_ELF_H 1
14565| #define HAVE_ERR_H 1
14566| #define HAVE_FCNTL_H 1
14567| #define HAVE_FLOATINGPOINT_H 1
14568| #define HAVE_FNMATCH_H 1
14569| #define HAVE_GETOPT_H 1
14570| #define HAVE_GLOB_H 1
14571| #define HAVE_IFADDRS_H 1
14572| #define HAVE_INTTYPES_H 1
14573| #define HAVE_LANGINFO_H 1
14574| #define HAVE_LIMITS_H 1
14575| #define HAVE_LOCALE_H 1
14576| #define HAVE_NETDB_H 1
14577| #define HAVE_PATHS_H 1
14578| #define HAVE_POLL_H 1
14579| #define HAVE_READPASSPHRASE_H 1
14580| #define HAVE_RPC_TYPES_H 1
14581| #define HAVE_SECURITY_PAM_APPL_H 1
14582| #define HAVE_STDDEF_H 1
14583| #define HAVE_STDINT_H 1
14584| #define HAVE_STRING_H 1
14585| #define HAVE_STRINGS_H 1
14586| #define HAVE_SYS_CDEFS_H 1
14587| #define HAVE_SYS_FILE_H 1
14588| #define HAVE_SYS_MMAN_H 1
14589| #define HAVE_SYS_PARAM_H 1
14590| #define HAVE_SYS_POLL_H 1
14591| #define HAVE_SYS_PROCCTL_H 1
14592| #define HAVE_SYS_PTRACE_H 1
14593| #define HAVE_SYS_RANDOM_H 1
14594| #define HAVE_SYS_SELECT_H 1
14595| #define HAVE_SYS_STATVFS_H 1
14596| #define HAVE_SYS_TIME_H 1
14597| #define HAVE_SYS_TIMERS_H 1
14598| #define HAVE_TIME_H 1
14599| #define HAVE_TTYENT_H 1
14600| #define HAVE_UNISTD_H 1
14601| #define HAVE_UTIL_H 1
14602| #define HAVE_UTIME_H 1
14603| #define HAVE_UTMPX_H 1
14604| #define HAVE_VIS_H 1
14605| #define HAVE_WCHAR_H 1
14606| #define HAVE_NET_ROUTE_H 1
14607| #define HAVE_SYS_SYSCTL_H 1
14608| #define HAVE_LOGIN_CAP_H 1
14609| #define HAVE_SYS_MOUNT_H 1
14610| #define HAVE_SYS_UN_H 1
14611| #define HAVE_DIRNAME 1
14612| #define HAVE_LIBGEN_H 1
14613| #define HAVE_BASENAME 1
14614| #define WITH_ZLIB 1
14615| #define HAVE_LIBZ 1
14616| #define HAVE_UTIMES 1
14617| #define HAVE_LIBUTIL_H 1
14618| #define HAVE_OPENPTY 1
14619| #define HAVE_STRFTIME 1
14620| #define HAVE_MALLOC 1
14621| #define HAVE_REALLOC 1
14622| #define HAVE_CALLOC 1
14623| #define GLOB_HAS_ALTDIRFUNC 1
14624| #define GLOB_HAS_GL_MATCHC 1
14625| #define HAVE_DECL_GLOB_NOMATCH 1
14626| #define USE_LIBEDIT 1
14627| #define HAVE_ASPRINTF 1
14628| #define HAVE___B64_NTOP 1
14629| #define HAVE___B64_PTON 1
14630| #define HAVE_BCOPY 1
14631| #define HAVE_BINDRESVPORT_SA 1
14632| #define HAVE_BZERO 1
14633| #define HAVE_CLOCK 1
14634| #define HAVE_CLOSEFROM 1
14635| #define HAVE_DIRFD 1
14636| #define HAVE_ENDGRENT 1
14637| #define HAVE_ERR 1
14638| #define HAVE_ERRX 1
14639| #define HAVE_EXPLICIT_BZERO 1
14640| #define HAVE_FCHMOD 1
14641| #define HAVE_FCHMODAT 1
14642| #define HAVE_FCHOWN 1
14643| #define HAVE_FCHOWNAT 1
14644| #define HAVE_FLOCK 1
14645| #define HAVE_FNMATCH 1
14646| #define HAVE_FREEADDRINFO 1
14647| #define HAVE_FREEZERO 1
14648| #define HAVE_FSTATFS 1
14649| #define HAVE_FSTATVFS 1
14650| #define HAVE_FUTIMES 1
14651| #define HAVE_GETADDRINFO 1
14652| #define HAVE_GETCWD 1
14653| #define HAVE_GETENTROPY 1
14654| #define HAVE_GETGROUPLIST 1
14655| #define HAVE_GETLINE 1
14656| #define HAVE_GETNAMEINFO 1
14657| #define HAVE_GETOPT 1
14658| #define HAVE_GETPAGESIZE 1
14659| #define HAVE_GETPEEREID 1
14660| #define HAVE_GETPGID 1
14661| #define HAVE_GETRLIMIT 1
14662| #define HAVE_GETRANDOM 1
14663| #define HAVE_GETSID 1
14664| #define HAVE_GETTTYENT 1
14665| #define HAVE_GLOB 1
14666| #define HAVE_GROUP_FROM_GID 1
14667| #define HAVE_INET_ATON 1
14668| #define HAVE_INET_NTOA 1
14669| #define HAVE_INET_NTOP 1
14670| #define HAVE_INNETGR 1
14671| #define HAVE_KILLPG 1
14672| #define HAVE_LLABS 1
14673| #define HAVE_LOCALTIME_R 1
14674| #define HAVE_LOGIN_GETCAPBOOL 1
14675| #define HAVE_LOGIN_GETPWCLASS 1
14676| #define HAVE_MEMMEM 1
14677| #define HAVE_MEMMOVE 1
14678| #define HAVE_MEMSET_S 1
14679| #define HAVE_MKDTEMP 1
14680| #define HAVE_POLL 1
14681| #define HAVE_PPOLL 1
14682| #define HAVE_PROCCTL 1
14683| #define HAVE_PSELECT 1
14684| #define HAVE_RAISE 1
14685| #define HAVE_READPASSPHRASE 1
14686| #define HAVE_REALLOCARRAY 1
14687| #define HAVE_REALPATH 1
14688| #define HAVE_RECVMSG 1
14689| #define HAVE_RECALLOCARRAY 1
14690| #define HAVE_RRESVPORT_AF 1
14691| #define HAVE_SENDMSG 1
14692| #define HAVE_SETEGID 1
14693| #define HAVE_SETENV 1
14694| #define HAVE_SETEUID 1
14695| #define HAVE_SETGROUPENT 1
14696| #define HAVE_SETGROUPS 1
14697| #define HAVE_SETLINEBUF 1
14698| #define HAVE_SETLOGIN 1
14699| #define HAVE_SETPASSENT 1
14700| #define HAVE_SETPROCTITLE 1
14701| #define HAVE_SETREGID 1
14702| #define HAVE_SETREUID 1
14703| #define HAVE_SETRLIMIT 1
14704| #define HAVE_SETSID 1
14705| #define HAVE_SETVBUF 1
14706| #define HAVE_SIGACTION 1
14707| #define HAVE_SIGVEC 1
14708| #define HAVE_SNPRINTF 1
14709| #define HAVE_SOCKETPAIR 1
14710| #define HAVE_STATFS 1
14711| #define HAVE_STATVFS 1
14712| #define HAVE_STRCASESTR 1
14713| #define HAVE_STRDUP 1
14714| #define HAVE_STRERROR 1
14715| #define HAVE_STRLCAT 1
14716| #define HAVE_STRLCPY 1
14717| #define HAVE_STRMODE 1
14718| #define HAVE_STRNDUP 1
14719| #define HAVE_STRNLEN 1
14720| #define HAVE_STRNVIS 1
14721| #define HAVE_STRPTIME 1
14722| #define HAVE_STRSIGNAL 1
14723| #define HAVE_STRTONUM 1
14724| #define HAVE_STRTOLL 1
14725| #define HAVE_STRTOUL 1
14726| #define HAVE_STRTOULL 1
14727| #define HAVE_SYSCONF 1
14728| #define HAVE_TCGETPGRP 1
14729| #define HAVE_TIMEGM 1
14730| #define HAVE_TIMINGSAFE_BCMP 1
14731| #define HAVE_TRUNCATE 1
14732| #define HAVE_UNSETENV 1
14733| #define HAVE_UPDWTMPX 1
14734| #define HAVE_UTIMENSAT 1
14735| #define HAVE_USER_FROM_UID 1
14736| #define HAVE_USLEEP 1
14737| #define HAVE_VASPRINTF 1
14738| #define HAVE_VSNPRINTF 1
14739| #define HAVE_WAITPID 1
14740| #define HAVE_WARN 1
14741| #define HAVE_DECL_BZERO 1
14742| #define HAVE_DECL_MEMMEM 1
14743| #define HAVE_MBLEN 1
14744| #define HAVE_MBTOWC 1
14745| #define HAVE_NL_LANGINFO 1
14746| #define HAVE_WCWIDTH 1
14747| #define HAVE_ISBLANK 1
14748| #define HAVE_DLOPEN 1
14749| #define HAVE_GAI_STRERROR 1
14750| #define HAVE_GAI_STRERROR 1
14751| #define HAVE_CONST_GAI_STRERROR_PROTO 1
14752| #define HAVE_NANOSLEEP 1
14753| #define HAVE_CLOCK_GETTIME 1
14754| #define HAVE_STRSEP 1
14755| #define HAVE_TCSENDBREAK 1
14756| #define HAVE_DECL_H_ERRNO 1
14757| #define HAVE_DECL_SHUT_RD 1
14758| #define HAVE_DECL_GETPEEREID 1
14759| #define HAVE_DECL_O_NONBLOCK 1
14760| #define HAVE_DECL_FTRUNCATE 1
14761| #define HAVE_DECL_GETENTROPY 1
14762| #define HAVE_DECL_READV 1
14763| #define HAVE_DECL_WRITEV 1
14764| #define HAVE_DECL_MAXSYMLINKS 1
14765| #define HAVE_DECL_OFFSETOF 1
14766| #define HAVE_DECL_HOWMANY 1
14767| #define HAVE_DECL_NFDBITS 1
14768| #define HAVE_FD_MASK 1
14769| #define HAVE_SETRESUID 1
14770| #define HAVE_SETRESGID 1
14771| #define HAVE_GETTIMEOFDAY 1
14772| #define HAVE_TIME 1
14773| /* end confdefs.h.  */
14774| /* Define setutent to an innocuous variant, in case <limits.h> declares setutent.
14775|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14776| #define setutent innocuous_setutent
14777|
14778| /* System header to define __stub macros and hopefully few prototypes,
14779|    which can conflict with char setutent (); below.  */
14780|
14781| #include <limits.h>
14782| #undef setutent
14783|
14784| /* Override any GCC internal prototype to avoid an error.
14785|    Use char because int might match the return type of a GCC
14786|    builtin and then its argument prototype would still apply.  */
14787| #ifdef __cplusplus
14788| extern "C"
14789| #endif
14790| char setutent ();
14791| /* The GNU C library defines this for functions which it implements
14792|     to always fail with ENOSYS.  Some functions are actually named
14793|     something starting with __ and the normal name is an alias.  */
14794| #if defined __stub_setutent || defined __stub___setutent
14795| choke me
14796| #endif
14797|
14798| int
14799| main (void)
14800| {
14801| return setutent ();
14802|   ;
14803|   return 0;
14804| }
14805configure:17579: result: no
14806configure:17586: checking for utmpname
14807configure:17586: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
14808conftest.c:263: error: undefined reference to 'utmpname'
14809collect2: error: ld returned 1 exit status
14810configure:17586: $? = 1
14811configure: failed program was:
14812| /* confdefs.h */
14813| #define PACKAGE_NAME "OpenSSH"
14814| #define PACKAGE_TARNAME "openssh"
14815| #define PACKAGE_VERSION "Portable"
14816| #define PACKAGE_STRING "OpenSSH Portable"
14817| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
14818| #define PACKAGE_URL ""
14819| #define HAVE_STDIO_H 1
14820| #define HAVE_STDLIB_H 1
14821| #define HAVE_STRING_H 1
14822| #define HAVE_INTTYPES_H 1
14823| #define HAVE_STDINT_H 1
14824| #define HAVE_STRINGS_H 1
14825| #define HAVE_SYS_STAT_H 1
14826| #define HAVE_SYS_TYPES_H 1
14827| #define HAVE_UNISTD_H 1
14828| #define STDC_HEADERS 1
14829| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
14830| #define HAVE_RLIMIT_NPROC /**/
14831| #define WITH_OPENSSL 1
14832| #define VARIABLE_LENGTH_ARRAYS 1
14833| #define VARIABLE_DECLARATION_AFTER_CODE 1
14834| #define HAVE_ATTRIBUTE__NONNULL__ 1
14835| #define HAVE_DIRENT_H 1
14836| #define HAVE_ENDIAN_H 1
14837| #define HAVE_ELF_H 1
14838| #define HAVE_ERR_H 1
14839| #define HAVE_FCNTL_H 1
14840| #define HAVE_FLOATINGPOINT_H 1
14841| #define HAVE_FNMATCH_H 1
14842| #define HAVE_GETOPT_H 1
14843| #define HAVE_GLOB_H 1
14844| #define HAVE_IFADDRS_H 1
14845| #define HAVE_INTTYPES_H 1
14846| #define HAVE_LANGINFO_H 1
14847| #define HAVE_LIMITS_H 1
14848| #define HAVE_LOCALE_H 1
14849| #define HAVE_NETDB_H 1
14850| #define HAVE_PATHS_H 1
14851| #define HAVE_POLL_H 1
14852| #define HAVE_READPASSPHRASE_H 1
14853| #define HAVE_RPC_TYPES_H 1
14854| #define HAVE_SECURITY_PAM_APPL_H 1
14855| #define HAVE_STDDEF_H 1
14856| #define HAVE_STDINT_H 1
14857| #define HAVE_STRING_H 1
14858| #define HAVE_STRINGS_H 1
14859| #define HAVE_SYS_CDEFS_H 1
14860| #define HAVE_SYS_FILE_H 1
14861| #define HAVE_SYS_MMAN_H 1
14862| #define HAVE_SYS_PARAM_H 1
14863| #define HAVE_SYS_POLL_H 1
14864| #define HAVE_SYS_PROCCTL_H 1
14865| #define HAVE_SYS_PTRACE_H 1
14866| #define HAVE_SYS_RANDOM_H 1
14867| #define HAVE_SYS_SELECT_H 1
14868| #define HAVE_SYS_STATVFS_H 1
14869| #define HAVE_SYS_TIME_H 1
14870| #define HAVE_SYS_TIMERS_H 1
14871| #define HAVE_TIME_H 1
14872| #define HAVE_TTYENT_H 1
14873| #define HAVE_UNISTD_H 1
14874| #define HAVE_UTIL_H 1
14875| #define HAVE_UTIME_H 1
14876| #define HAVE_UTMPX_H 1
14877| #define HAVE_VIS_H 1
14878| #define HAVE_WCHAR_H 1
14879| #define HAVE_NET_ROUTE_H 1
14880| #define HAVE_SYS_SYSCTL_H 1
14881| #define HAVE_LOGIN_CAP_H 1
14882| #define HAVE_SYS_MOUNT_H 1
14883| #define HAVE_SYS_UN_H 1
14884| #define HAVE_DIRNAME 1
14885| #define HAVE_LIBGEN_H 1
14886| #define HAVE_BASENAME 1
14887| #define WITH_ZLIB 1
14888| #define HAVE_LIBZ 1
14889| #define HAVE_UTIMES 1
14890| #define HAVE_LIBUTIL_H 1
14891| #define HAVE_OPENPTY 1
14892| #define HAVE_STRFTIME 1
14893| #define HAVE_MALLOC 1
14894| #define HAVE_REALLOC 1
14895| #define HAVE_CALLOC 1
14896| #define GLOB_HAS_ALTDIRFUNC 1
14897| #define GLOB_HAS_GL_MATCHC 1
14898| #define HAVE_DECL_GLOB_NOMATCH 1
14899| #define USE_LIBEDIT 1
14900| #define HAVE_ASPRINTF 1
14901| #define HAVE___B64_NTOP 1
14902| #define HAVE___B64_PTON 1
14903| #define HAVE_BCOPY 1
14904| #define HAVE_BINDRESVPORT_SA 1
14905| #define HAVE_BZERO 1
14906| #define HAVE_CLOCK 1
14907| #define HAVE_CLOSEFROM 1
14908| #define HAVE_DIRFD 1
14909| #define HAVE_ENDGRENT 1
14910| #define HAVE_ERR 1
14911| #define HAVE_ERRX 1
14912| #define HAVE_EXPLICIT_BZERO 1
14913| #define HAVE_FCHMOD 1
14914| #define HAVE_FCHMODAT 1
14915| #define HAVE_FCHOWN 1
14916| #define HAVE_FCHOWNAT 1
14917| #define HAVE_FLOCK 1
14918| #define HAVE_FNMATCH 1
14919| #define HAVE_FREEADDRINFO 1
14920| #define HAVE_FREEZERO 1
14921| #define HAVE_FSTATFS 1
14922| #define HAVE_FSTATVFS 1
14923| #define HAVE_FUTIMES 1
14924| #define HAVE_GETADDRINFO 1
14925| #define HAVE_GETCWD 1
14926| #define HAVE_GETENTROPY 1
14927| #define HAVE_GETGROUPLIST 1
14928| #define HAVE_GETLINE 1
14929| #define HAVE_GETNAMEINFO 1
14930| #define HAVE_GETOPT 1
14931| #define HAVE_GETPAGESIZE 1
14932| #define HAVE_GETPEEREID 1
14933| #define HAVE_GETPGID 1
14934| #define HAVE_GETRLIMIT 1
14935| #define HAVE_GETRANDOM 1
14936| #define HAVE_GETSID 1
14937| #define HAVE_GETTTYENT 1
14938| #define HAVE_GLOB 1
14939| #define HAVE_GROUP_FROM_GID 1
14940| #define HAVE_INET_ATON 1
14941| #define HAVE_INET_NTOA 1
14942| #define HAVE_INET_NTOP 1
14943| #define HAVE_INNETGR 1
14944| #define HAVE_KILLPG 1
14945| #define HAVE_LLABS 1
14946| #define HAVE_LOCALTIME_R 1
14947| #define HAVE_LOGIN_GETCAPBOOL 1
14948| #define HAVE_LOGIN_GETPWCLASS 1
14949| #define HAVE_MEMMEM 1
14950| #define HAVE_MEMMOVE 1
14951| #define HAVE_MEMSET_S 1
14952| #define HAVE_MKDTEMP 1
14953| #define HAVE_POLL 1
14954| #define HAVE_PPOLL 1
14955| #define HAVE_PROCCTL 1
14956| #define HAVE_PSELECT 1
14957| #define HAVE_RAISE 1
14958| #define HAVE_READPASSPHRASE 1
14959| #define HAVE_REALLOCARRAY 1
14960| #define HAVE_REALPATH 1
14961| #define HAVE_RECVMSG 1
14962| #define HAVE_RECALLOCARRAY 1
14963| #define HAVE_RRESVPORT_AF 1
14964| #define HAVE_SENDMSG 1
14965| #define HAVE_SETEGID 1
14966| #define HAVE_SETENV 1
14967| #define HAVE_SETEUID 1
14968| #define HAVE_SETGROUPENT 1
14969| #define HAVE_SETGROUPS 1
14970| #define HAVE_SETLINEBUF 1
14971| #define HAVE_SETLOGIN 1
14972| #define HAVE_SETPASSENT 1
14973| #define HAVE_SETPROCTITLE 1
14974| #define HAVE_SETREGID 1
14975| #define HAVE_SETREUID 1
14976| #define HAVE_SETRLIMIT 1
14977| #define HAVE_SETSID 1
14978| #define HAVE_SETVBUF 1
14979| #define HAVE_SIGACTION 1
14980| #define HAVE_SIGVEC 1
14981| #define HAVE_SNPRINTF 1
14982| #define HAVE_SOCKETPAIR 1
14983| #define HAVE_STATFS 1
14984| #define HAVE_STATVFS 1
14985| #define HAVE_STRCASESTR 1
14986| #define HAVE_STRDUP 1
14987| #define HAVE_STRERROR 1
14988| #define HAVE_STRLCAT 1
14989| #define HAVE_STRLCPY 1
14990| #define HAVE_STRMODE 1
14991| #define HAVE_STRNDUP 1
14992| #define HAVE_STRNLEN 1
14993| #define HAVE_STRNVIS 1
14994| #define HAVE_STRPTIME 1
14995| #define HAVE_STRSIGNAL 1
14996| #define HAVE_STRTONUM 1
14997| #define HAVE_STRTOLL 1
14998| #define HAVE_STRTOUL 1
14999| #define HAVE_STRTOULL 1
15000| #define HAVE_SYSCONF 1
15001| #define HAVE_TCGETPGRP 1
15002| #define HAVE_TIMEGM 1
15003| #define HAVE_TIMINGSAFE_BCMP 1
15004| #define HAVE_TRUNCATE 1
15005| #define HAVE_UNSETENV 1
15006| #define HAVE_UPDWTMPX 1
15007| #define HAVE_UTIMENSAT 1
15008| #define HAVE_USER_FROM_UID 1
15009| #define HAVE_USLEEP 1
15010| #define HAVE_VASPRINTF 1
15011| #define HAVE_VSNPRINTF 1
15012| #define HAVE_WAITPID 1
15013| #define HAVE_WARN 1
15014| #define HAVE_DECL_BZERO 1
15015| #define HAVE_DECL_MEMMEM 1
15016| #define HAVE_MBLEN 1
15017| #define HAVE_MBTOWC 1
15018| #define HAVE_NL_LANGINFO 1
15019| #define HAVE_WCWIDTH 1
15020| #define HAVE_ISBLANK 1
15021| #define HAVE_DLOPEN 1
15022| #define HAVE_GAI_STRERROR 1
15023| #define HAVE_GAI_STRERROR 1
15024| #define HAVE_CONST_GAI_STRERROR_PROTO 1
15025| #define HAVE_NANOSLEEP 1
15026| #define HAVE_CLOCK_GETTIME 1
15027| #define HAVE_STRSEP 1
15028| #define HAVE_TCSENDBREAK 1
15029| #define HAVE_DECL_H_ERRNO 1
15030| #define HAVE_DECL_SHUT_RD 1
15031| #define HAVE_DECL_GETPEEREID 1
15032| #define HAVE_DECL_O_NONBLOCK 1
15033| #define HAVE_DECL_FTRUNCATE 1
15034| #define HAVE_DECL_GETENTROPY 1
15035| #define HAVE_DECL_READV 1
15036| #define HAVE_DECL_WRITEV 1
15037| #define HAVE_DECL_MAXSYMLINKS 1
15038| #define HAVE_DECL_OFFSETOF 1
15039| #define HAVE_DECL_HOWMANY 1
15040| #define HAVE_DECL_NFDBITS 1
15041| #define HAVE_FD_MASK 1
15042| #define HAVE_SETRESUID 1
15043| #define HAVE_SETRESGID 1
15044| #define HAVE_GETTIMEOFDAY 1
15045| #define HAVE_TIME 1
15046| /* end confdefs.h.  */
15047| /* Define utmpname to an innocuous variant, in case <limits.h> declares utmpname.
15048|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15049| #define utmpname innocuous_utmpname
15050|
15051| /* System header to define __stub macros and hopefully few prototypes,
15052|    which can conflict with char utmpname (); below.  */
15053|
15054| #include <limits.h>
15055| #undef utmpname
15056|
15057| /* Override any GCC internal prototype to avoid an error.
15058|    Use char because int might match the return type of a GCC
15059|    builtin and then its argument prototype would still apply.  */
15060| #ifdef __cplusplus
15061| extern "C"
15062| #endif
15063| char utmpname ();
15064| /* The GNU C library defines this for functions which it implements
15065|     to always fail with ENOSYS.  Some functions are actually named
15066|     something starting with __ and the normal name is an alias.  */
15067| #if defined __stub_utmpname || defined __stub___utmpname
15068| choke me
15069| #endif
15070|
15071| int
15072| main (void)
15073| {
15074| return utmpname ();
15075|   ;
15076|   return 0;
15077| }
15078configure:17586: result: no
15079configure:17593: checking for endutxent
15080configure:17593: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15081configure:17593: $? = 0
15082configure:17593: result: yes
15083configure:17599: checking for getutxent
15084configure:17599: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15085configure:17599: $? = 0
15086configure:17599: result: yes
15087configure:17605: checking for getutxid
15088configure:17605: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15089configure:17605: $? = 0
15090configure:17605: result: yes
15091configure:17611: checking for getutxline
15092configure:17611: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15093configure:17611: $? = 0
15094configure:17611: result: yes
15095configure:17617: checking for getutxuser
15096configure:17617: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15097configure:17617: $? = 0
15098configure:17617: result: yes
15099configure:17623: checking for pututxline
15100configure:17623: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15101configure:17623: $? = 0
15102configure:17623: result: yes
15103configure:17630: checking for setutxdb
15104configure:17630: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15105configure:17630: $? = 0
15106configure:17630: result: yes
15107configure:17636: checking for setutxent
15108configure:17636: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15109configure:17636: $? = 0
15110configure:17636: result: yes
15111configure:17642: checking for utmpxname
15112configure:17642: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15113configure:17642: $? = 0
15114configure:17642: result: yes
15115configure:17649: checking for getlastlogxbyname
15116configure:17649: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15117conftest.c:272: error: undefined reference to 'getlastlogxbyname'
15118collect2: error: ld returned 1 exit status
15119configure:17649: $? = 1
15120configure: failed program was:
15121| /* confdefs.h */
15122| #define PACKAGE_NAME "OpenSSH"
15123| #define PACKAGE_TARNAME "openssh"
15124| #define PACKAGE_VERSION "Portable"
15125| #define PACKAGE_STRING "OpenSSH Portable"
15126| #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
15127| #define PACKAGE_URL ""
15128| #define HAVE_STDIO_H 1
15129| #define HAVE_STDLIB_H 1
15130| #define HAVE_STRING_H 1
15131| #define HAVE_INTTYPES_H 1
15132| #define HAVE_STDINT_H 1
15133| #define HAVE_STRINGS_H 1
15134| #define HAVE_SYS_STAT_H 1
15135| #define HAVE_SYS_TYPES_H 1
15136| #define HAVE_UNISTD_H 1
15137| #define STDC_HEADERS 1
15138| #define _PATH_PASSWD_PROG "/usr/bin/passwd"
15139| #define HAVE_RLIMIT_NPROC /**/
15140| #define WITH_OPENSSL 1
15141| #define VARIABLE_LENGTH_ARRAYS 1
15142| #define VARIABLE_DECLARATION_AFTER_CODE 1
15143| #define HAVE_ATTRIBUTE__NONNULL__ 1
15144| #define HAVE_DIRENT_H 1
15145| #define HAVE_ENDIAN_H 1
15146| #define HAVE_ELF_H 1
15147| #define HAVE_ERR_H 1
15148| #define HAVE_FCNTL_H 1
15149| #define HAVE_FLOATINGPOINT_H 1
15150| #define HAVE_FNMATCH_H 1
15151| #define HAVE_GETOPT_H 1
15152| #define HAVE_GLOB_H 1
15153| #define HAVE_IFADDRS_H 1
15154| #define HAVE_INTTYPES_H 1
15155| #define HAVE_LANGINFO_H 1
15156| #define HAVE_LIMITS_H 1
15157| #define HAVE_LOCALE_H 1
15158| #define HAVE_NETDB_H 1
15159| #define HAVE_PATHS_H 1
15160| #define HAVE_POLL_H 1
15161| #define HAVE_READPASSPHRASE_H 1
15162| #define HAVE_RPC_TYPES_H 1
15163| #define HAVE_SECURITY_PAM_APPL_H 1
15164| #define HAVE_STDDEF_H 1
15165| #define HAVE_STDINT_H 1
15166| #define HAVE_STRING_H 1
15167| #define HAVE_STRINGS_H 1
15168| #define HAVE_SYS_CDEFS_H 1
15169| #define HAVE_SYS_FILE_H 1
15170| #define HAVE_SYS_MMAN_H 1
15171| #define HAVE_SYS_PARAM_H 1
15172| #define HAVE_SYS_POLL_H 1
15173| #define HAVE_SYS_PROCCTL_H 1
15174| #define HAVE_SYS_PTRACE_H 1
15175| #define HAVE_SYS_RANDOM_H 1
15176| #define HAVE_SYS_SELECT_H 1
15177| #define HAVE_SYS_STATVFS_H 1
15178| #define HAVE_SYS_TIME_H 1
15179| #define HAVE_SYS_TIMERS_H 1
15180| #define HAVE_TIME_H 1
15181| #define HAVE_TTYENT_H 1
15182| #define HAVE_UNISTD_H 1
15183| #define HAVE_UTIL_H 1
15184| #define HAVE_UTIME_H 1
15185| #define HAVE_UTMPX_H 1
15186| #define HAVE_VIS_H 1
15187| #define HAVE_WCHAR_H 1
15188| #define HAVE_NET_ROUTE_H 1
15189| #define HAVE_SYS_SYSCTL_H 1
15190| #define HAVE_LOGIN_CAP_H 1
15191| #define HAVE_SYS_MOUNT_H 1
15192| #define HAVE_SYS_UN_H 1
15193| #define HAVE_DIRNAME 1
15194| #define HAVE_LIBGEN_H 1
15195| #define HAVE_BASENAME 1
15196| #define WITH_ZLIB 1
15197| #define HAVE_LIBZ 1
15198| #define HAVE_UTIMES 1
15199| #define HAVE_LIBUTIL_H 1
15200| #define HAVE_OPENPTY 1
15201| #define HAVE_STRFTIME 1
15202| #define HAVE_MALLOC 1
15203| #define HAVE_REALLOC 1
15204| #define HAVE_CALLOC 1
15205| #define GLOB_HAS_ALTDIRFUNC 1
15206| #define GLOB_HAS_GL_MATCHC 1
15207| #define HAVE_DECL_GLOB_NOMATCH 1
15208| #define USE_LIBEDIT 1
15209| #define HAVE_ASPRINTF 1
15210| #define HAVE___B64_NTOP 1
15211| #define HAVE___B64_PTON 1
15212| #define HAVE_BCOPY 1
15213| #define HAVE_BINDRESVPORT_SA 1
15214| #define HAVE_BZERO 1
15215| #define HAVE_CLOCK 1
15216| #define HAVE_CLOSEFROM 1
15217| #define HAVE_DIRFD 1
15218| #define HAVE_ENDGRENT 1
15219| #define HAVE_ERR 1
15220| #define HAVE_ERRX 1
15221| #define HAVE_EXPLICIT_BZERO 1
15222| #define HAVE_FCHMOD 1
15223| #define HAVE_FCHMODAT 1
15224| #define HAVE_FCHOWN 1
15225| #define HAVE_FCHOWNAT 1
15226| #define HAVE_FLOCK 1
15227| #define HAVE_FNMATCH 1
15228| #define HAVE_FREEADDRINFO 1
15229| #define HAVE_FREEZERO 1
15230| #define HAVE_FSTATFS 1
15231| #define HAVE_FSTATVFS 1
15232| #define HAVE_FUTIMES 1
15233| #define HAVE_GETADDRINFO 1
15234| #define HAVE_GETCWD 1
15235| #define HAVE_GETENTROPY 1
15236| #define HAVE_GETGROUPLIST 1
15237| #define HAVE_GETLINE 1
15238| #define HAVE_GETNAMEINFO 1
15239| #define HAVE_GETOPT 1
15240| #define HAVE_GETPAGESIZE 1
15241| #define HAVE_GETPEEREID 1
15242| #define HAVE_GETPGID 1
15243| #define HAVE_GETRLIMIT 1
15244| #define HAVE_GETRANDOM 1
15245| #define HAVE_GETSID 1
15246| #define HAVE_GETTTYENT 1
15247| #define HAVE_GLOB 1
15248| #define HAVE_GROUP_FROM_GID 1
15249| #define HAVE_INET_ATON 1
15250| #define HAVE_INET_NTOA 1
15251| #define HAVE_INET_NTOP 1
15252| #define HAVE_INNETGR 1
15253| #define HAVE_KILLPG 1
15254| #define HAVE_LLABS 1
15255| #define HAVE_LOCALTIME_R 1
15256| #define HAVE_LOGIN_GETCAPBOOL 1
15257| #define HAVE_LOGIN_GETPWCLASS 1
15258| #define HAVE_MEMMEM 1
15259| #define HAVE_MEMMOVE 1
15260| #define HAVE_MEMSET_S 1
15261| #define HAVE_MKDTEMP 1
15262| #define HAVE_POLL 1
15263| #define HAVE_PPOLL 1
15264| #define HAVE_PROCCTL 1
15265| #define HAVE_PSELECT 1
15266| #define HAVE_RAISE 1
15267| #define HAVE_READPASSPHRASE 1
15268| #define HAVE_REALLOCARRAY 1
15269| #define HAVE_REALPATH 1
15270| #define HAVE_RECVMSG 1
15271| #define HAVE_RECALLOCARRAY 1
15272| #define HAVE_RRESVPORT_AF 1
15273| #define HAVE_SENDMSG 1
15274| #define HAVE_SETEGID 1
15275| #define HAVE_SETENV 1
15276| #define HAVE_SETEUID 1
15277| #define HAVE_SETGROUPENT 1
15278| #define HAVE_SETGROUPS 1
15279| #define HAVE_SETLINEBUF 1
15280| #define HAVE_SETLOGIN 1
15281| #define HAVE_SETPASSENT 1
15282| #define HAVE_SETPROCTITLE 1
15283| #define HAVE_SETREGID 1
15284| #define HAVE_SETREUID 1
15285| #define HAVE_SETRLIMIT 1
15286| #define HAVE_SETSID 1
15287| #define HAVE_SETVBUF 1
15288| #define HAVE_SIGACTION 1
15289| #define HAVE_SIGVEC 1
15290| #define HAVE_SNPRINTF 1
15291| #define HAVE_SOCKETPAIR 1
15292| #define HAVE_STATFS 1
15293| #define HAVE_STATVFS 1
15294| #define HAVE_STRCASESTR 1
15295| #define HAVE_STRDUP 1
15296| #define HAVE_STRERROR 1
15297| #define HAVE_STRLCAT 1
15298| #define HAVE_STRLCPY 1
15299| #define HAVE_STRMODE 1
15300| #define HAVE_STRNDUP 1
15301| #define HAVE_STRNLEN 1
15302| #define HAVE_STRNVIS 1
15303| #define HAVE_STRPTIME 1
15304| #define HAVE_STRSIGNAL 1
15305| #define HAVE_STRTONUM 1
15306| #define HAVE_STRTOLL 1
15307| #define HAVE_STRTOUL 1
15308| #define HAVE_STRTOULL 1
15309| #define HAVE_SYSCONF 1
15310| #define HAVE_TCGETPGRP 1
15311| #define HAVE_TIMEGM 1
15312| #define HAVE_TIMINGSAFE_BCMP 1
15313| #define HAVE_TRUNCATE 1
15314| #define HAVE_UNSETENV 1
15315| #define HAVE_UPDWTMPX 1
15316| #define HAVE_UTIMENSAT 1
15317| #define HAVE_USER_FROM_UID 1
15318| #define HAVE_USLEEP 1
15319| #define HAVE_VASPRINTF 1
15320| #define HAVE_VSNPRINTF 1
15321| #define HAVE_WAITPID 1
15322| #define HAVE_WARN 1
15323| #define HAVE_DECL_BZERO 1
15324| #define HAVE_DECL_MEMMEM 1
15325| #define HAVE_MBLEN 1
15326| #define HAVE_MBTOWC 1
15327| #define HAVE_NL_LANGINFO 1
15328| #define HAVE_WCWIDTH 1
15329| #define HAVE_ISBLANK 1
15330| #define HAVE_DLOPEN 1
15331| #define HAVE_GAI_STRERROR 1
15332| #define HAVE_GAI_STRERROR 1
15333| #define HAVE_CONST_GAI_STRERROR_PROTO 1
15334| #define HAVE_NANOSLEEP 1
15335| #define HAVE_CLOCK_GETTIME 1
15336| #define HAVE_STRSEP 1
15337| #define HAVE_TCSENDBREAK 1
15338| #define HAVE_DECL_H_ERRNO 1
15339| #define HAVE_DECL_SHUT_RD 1
15340| #define HAVE_DECL_GETPEEREID 1
15341| #define HAVE_DECL_O_NONBLOCK 1
15342| #define HAVE_DECL_FTRUNCATE 1
15343| #define HAVE_DECL_GETENTROPY 1
15344| #define HAVE_DECL_READV 1
15345| #define HAVE_DECL_WRITEV 1
15346| #define HAVE_DECL_MAXSYMLINKS 1
15347| #define HAVE_DECL_OFFSETOF 1
15348| #define HAVE_DECL_HOWMANY 1
15349| #define HAVE_DECL_NFDBITS 1
15350| #define HAVE_FD_MASK 1
15351| #define HAVE_SETRESUID 1
15352| #define HAVE_SETRESGID 1
15353| #define HAVE_GETTIMEOFDAY 1
15354| #define HAVE_TIME 1
15355| #define HAVE_ENDUTXENT 1
15356| #define HAVE_GETUTXENT 1
15357| #define HAVE_GETUTXID 1
15358| #define HAVE_GETUTXLINE 1
15359| #define HAVE_GETUTXUSER 1
15360| #define HAVE_PUTUTXLINE 1
15361| #define HAVE_SETUTXDB 1
15362| #define HAVE_SETUTXENT 1
15363| #define HAVE_UTMPXNAME 1
15364| /* end confdefs.h.  */
15365| /* Define getlastlogxbyname to an innocuous variant, in case <limits.h> declares getlastlogxbyname.
15366|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15367| #define getlastlogxbyname innocuous_getlastlogxbyname
15368|
15369| /* System header to define __stub macros and hopefully few prototypes,
15370|    which can conflict with char getlastlogxbyname (); below.  */
15371|
15372| #include <limits.h>
15373| #undef getlastlogxbyname
15374|
15375| /* Override any GCC internal prototype to avoid an error.
15376|    Use char because int might match the return type of a GCC
15377|    builtin and then its argument prototype would still apply.  */
15378| #ifdef __cplusplus
15379| extern "C"
15380| #endif
15381| char getlastlogxbyname ();
15382| /* The GNU C library defines this for functions which it implements
15383|     to always fail with ENOSYS.  Some functions are actually named
15384|     something starting with __ and the normal name is an alias.  */
15385| #if defined __stub_getlastlogxbyname || defined __stub___getlastlogxbyname
15386| choke me
15387| #endif
15388|
15389| int
15390| main (void)
15391| {
15392| return getlastlogxbyname ();
15393|   ;
15394|   return 0;
15395| }
15396configure:17649: result: no
15397configure:17657: checking for daemon
15398configure:17657: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15399configure:17657: $? = 0
15400configure:17657: result: yes
15401configure:17709: checking for getpagesize
15402configure:17709: result: yes
15403configure:17763: checking whether snprintf correctly terminates long strings
15404configure:17789: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15405conftest.c: In function 'main':
15406conftest.c:256:21: warning: '123456789' directive output truncated writing 9 bytes into a region of size 5 [-Wformat-truncation=]
15407  snprintf(b,5,"123456789");
15408                ~~~~~^~~~
15409conftest.c:256:2: note: 'snprintf' output 10 bytes into a destination of size 5
15410  snprintf(b,5,"123456789");
15411  ^~~~~~~~~~~~~~~~~~~~~~~~~
15412configure:17789: $? = 0
15413configure:17789: ./conftest
15414configure:17789: $? = 0
15415configure:17791: result: yes
15416configure:17811: checking whether snprintf understands %zu
15417configure:17840: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15418configure:17840: $? = 0
15419configure:17840: ./conftest
15420configure:17840: $? = 0
15421configure:17842: result: yes
15422configure:17862: checking whether vsnprintf returns correct values on overflow
15423configure:17903: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15424configure:17903: $? = 0
15425configure:17903: ./conftest
15426configure:17903: $? = 0
15427configure:17905: result: yes
15428configure:17927: checking whether snprintf can declare const char *fmt
15429configure:17945: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
15430conftest.c: In function 'main':
15431conftest.c:255:2: warning: null argument where non-null required (argument 3) [-Wnonnull]
15432  snprintf(0, 0, 0);
15433  ^~~~~~~~
15434configure:17945: $? = 0
15435configure:17947: result: yes
15436configure:18250: checking whether AI_NUMERICSERV is declared
15437configure:18250: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong   -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
15438configure:18250: $? = 0
15439configure:18250: result: yes
15440configure:18301: checking for working strnvis
15441configure:18337: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15442configure:18337: $? = 0
15443configure:18337: ./conftest
15444configure:18337: $? = 0
15445configure:18339: result: yes
15446configure:18354: checking if SA_RESTARTed signals interrupt select()
15447configure:18403: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15448configure:18403: $? = 0
15449configure:18403: ./conftest
15450configure:18403: $? = 0
15451configure:18405: result: yes
15452configure:18422: checking for getpgrp
15453configure:18422: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -lutil  >&5
15454configure:18422: $? = 0
15455configure:18422: result: yes
15456configure:18427: checking if getpgrp accepts zero args
15457configure:18440: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
15458configure:18440: $? = 0
15459configure:18442: result: yes
15460configure:18512: checking for openssl
15461configure:18535: found /usr/bin/openssl
15462configure:18547: result: /usr/bin/openssl
15463configure:18610: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil  >&5
15464configure:18610: $? = 0
15465configure:18618: checking for openssl/opensslv.h
15466configure:18618: cc -c -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline  conftest.c >&5
15467configure:18618: $? = 0
15468configure:18618: result: yes
15469configure:18628: checking OpenSSL header version
15470configure:18669: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil  >&5
15471configure:18669: $? = 0
15472configure:18669: ./conftest
15473configure:18669: $? = 0
15474configure:18673: result: 1010116f (OpenSSL 1.1.1v  1 Aug 2023)
15475configure:18689: checking for OpenSSL_version
15476configure:18689: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil  >&5
15477configure:18689: $? = 0
15478configure:18689: result: yes
15479configure:18695: checking for OpenSSL_version_num
15480configure:18695: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil  >&5
15481configure:18695: $? = 0
15482configure:18695: result: yes
15483configure:18704: checking OpenSSL library version
15484configure:18757: cc -o conftest -g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong  -I/usr/local/include -I/usr/local/include/editline   -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong conftest.c -L/usr/lib/priv -lprivate_crypto -lutil  >&5
15485configure:18757: $? = 0
15486configure:18757: ./conftest
15487configure:18757: $? = 0
15488configure:18772: error: LibreSSL >= 3.1.0 required (have "20000000 (LibreSSL 3.6.1)")
15489
15490## ---------------- ##
15491## Cache variables. ##
15492## ---------------- ##
15493
15494ac_cv_build=x86_64-unknown-dragonfly6.5
15495ac_cv_c_bigendian=no
15496ac_cv_c_compiler_gnu=yes
15497ac_cv_c_inline=inline
15498ac_cv_c_undeclared_builtin_options='none needed'
15499ac_cv_env_CC_set=''
15500ac_cv_env_CC_value=''
15501ac_cv_env_CFLAGS_set=''
15502ac_cv_env_CFLAGS_value=''
15503ac_cv_env_CPPFLAGS_set=''
15504ac_cv_env_CPPFLAGS_value=''
15505ac_cv_env_CPP_set=''
15506ac_cv_env_CPP_value=''
15507ac_cv_env_LDFLAGS_set=''
15508ac_cv_env_LDFLAGS_value=''
15509ac_cv_env_LIBS_set=''
15510ac_cv_env_LIBS_value=''
15511ac_cv_env_build_alias_set=''
15512ac_cv_env_build_alias_value=''
15513ac_cv_env_host_alias_set=''
15514ac_cv_env_host_alias_value=''
15515ac_cv_env_target_alias_set=''
15516ac_cv_env_target_alias_value=''
15517ac_cv_func_Blowfish_expand0state=no
15518ac_cv_func_Blowfish_expandstate=no
15519ac_cv_func_Blowfish_initstate=no
15520ac_cv_func_Blowfish_stream2word=no
15521ac_cv_func_OpenSSL_version=yes
15522ac_cv_func_OpenSSL_version_num=yes
15523ac_cv_func_SHA256Update=no
15524ac_cv_func_SHA384Update=no
15525ac_cv_func_SHA512Update=no
15526ac_cv_func___b64_ntop=yes
15527ac_cv_func___b64_pton=yes
15528ac_cv_func__getpty=no
15529ac_cv_func_asprintf=yes
15530ac_cv_func_b64_ntop=no
15531ac_cv_func_b64_pton=no
15532ac_cv_func_bcopy=yes
15533ac_cv_func_bcrypt_pbkdf=no
15534ac_cv_func_bindresvport_sa=yes
15535ac_cv_func_blf_enc=no
15536ac_cv_func_bzero=yes
15537ac_cv_func_cap_rights_limit=no
15538ac_cv_func_clock=yes
15539ac_cv_func_close_range=no
15540ac_cv_func_closefrom=yes
15541ac_cv_func_daemon=yes
15542ac_cv_func_dirfd=yes
15543ac_cv_func_dirname=yes
15544ac_cv_func_dlopen=yes
15545ac_cv_func_endgrent=yes
15546ac_cv_func_endutent=no
15547ac_cv_func_endutxent=yes
15548ac_cv_func_err=yes
15549ac_cv_func_errx=yes
15550ac_cv_func_explicit_bzero=yes
15551ac_cv_func_explicit_memset=no
15552ac_cv_func_fchmod=yes
15553ac_cv_func_fchmodat=yes
15554ac_cv_func_fchown=yes
15555ac_cv_func_fchownat=yes
15556ac_cv_func_flock=yes
15557ac_cv_func_fmt_scaled=no
15558ac_cv_func_fnmatch=yes
15559ac_cv_func_freeaddrinfo=yes
15560ac_cv_func_freezero=yes
15561ac_cv_func_fstatfs=yes
15562ac_cv_func_fstatvfs=yes
15563ac_cv_func_futimes=yes
15564ac_cv_func_gai_strerror=yes
15565ac_cv_func_getaddrinfo=yes
15566ac_cv_func_getcwd=yes
15567ac_cv_func_getentropy=yes
15568ac_cv_func_getgrouplist=yes
15569ac_cv_func_getlastlogxbyname=no
15570ac_cv_func_getline=yes
15571ac_cv_func_getnameinfo=yes
15572ac_cv_func_getopt=yes
15573ac_cv_func_getpagesize=yes
15574ac_cv_func_getpeereid=yes
15575ac_cv_func_getpeerucred=no
15576ac_cv_func_getpgid=yes
15577ac_cv_func_getpgrp=yes
15578ac_cv_func_getrandom=yes
15579ac_cv_func_getrlimit=yes
15580ac_cv_func_getsid=yes
15581ac_cv_func_getspnam=no
15582ac_cv_func_gettimeofday=yes
15583ac_cv_func_getttyent=yes
15584ac_cv_func_getutent=no
15585ac_cv_func_getutid=no
15586ac_cv_func_getutline=no
15587ac_cv_func_getutxent=yes
15588ac_cv_func_getutxid=yes
15589ac_cv_func_getutxline=yes
15590ac_cv_func_getutxuser=yes
15591ac_cv_func_glob=yes
15592ac_cv_func_group_from_gid=yes
15593ac_cv_func_inet_aton=yes
15594ac_cv_func_inet_ntoa=yes
15595ac_cv_func_inet_ntop=yes
15596ac_cv_func_innetgr=yes
15597ac_cv_func_killpg=yes
15598ac_cv_func_llabs=yes
15599ac_cv_func_localtime_r=yes
15600ac_cv_func_login=no
15601ac_cv_func_login_getcapbool=yes
15602ac_cv_func_login_getpwclass=yes
15603ac_cv_func_logout=no
15604ac_cv_func_logwtmp=no
15605ac_cv_func_malloc_0_nonnull=yes
15606ac_cv_func_mblen=yes
15607ac_cv_func_mbtowc=yes
15608ac_cv_func_memmem=yes
15609ac_cv_func_memmove=yes
15610ac_cv_func_memset_s=yes
15611ac_cv_func_mkdtemp=yes
15612ac_cv_func_ngetaddrinfo=no
15613ac_cv_func_nl_langinfo=yes
15614ac_cv_func_nsleep=no
15615ac_cv_func_ogetaddrinfo=no
15616ac_cv_func_openlog_r=no
15617ac_cv_func_openpty=yes
15618ac_cv_func_pledge=no
15619ac_cv_func_poll=yes
15620ac_cv_func_ppoll=yes
15621ac_cv_func_prctl=no
15622ac_cv_func_procctl=yes
15623ac_cv_func_pselect=yes
15624ac_cv_func_pstat=no
15625ac_cv_func_pututline=no
15626ac_cv_func_pututxline=yes
15627ac_cv_func_raise=yes
15628ac_cv_func_readpassphrase=yes
15629ac_cv_func_realloc_0_nonnull=yes
15630ac_cv_func_reallocarray=yes
15631ac_cv_func_realpath=yes
15632ac_cv_func_recallocarray=yes
15633ac_cv_func_recvmsg=yes
15634ac_cv_func_rresvport_af=yes
15635ac_cv_func_scan_scaled=no
15636ac_cv_func_sendmsg=yes
15637ac_cv_func_setdtablesize=no
15638ac_cv_func_setegid=yes
15639ac_cv_func_setenv=yes
15640ac_cv_func_seteuid=yes
15641ac_cv_func_setgroupent=yes
15642ac_cv_func_setgroups=yes
15643ac_cv_func_setlinebuf=yes
15644ac_cv_func_setlogin=yes
15645ac_cv_func_setpassent=yes
15646ac_cv_func_setpcred=no
15647ac_cv_func_setproctitle=yes
15648ac_cv_func_setregid=yes
15649ac_cv_func_setresgid=yes
15650ac_cv_func_setresuid=yes
15651ac_cv_func_setreuid=yes
15652ac_cv_func_setrlimit=yes
15653ac_cv_func_setsid=yes
15654ac_cv_func_setsockopt=yes
15655ac_cv_func_setutent=no
15656ac_cv_func_setutxdb=yes
15657ac_cv_func_setutxent=yes
15658ac_cv_func_setvbuf=yes
15659ac_cv_func_sigaction=yes
15660ac_cv_func_sigvec=yes
15661ac_cv_func_snprintf=yes
15662ac_cv_func_socketpair=yes
15663ac_cv_func_statfs=yes
15664ac_cv_func_statvfs=yes
15665ac_cv_func_strcasecmp=yes
15666ac_cv_func_strcasestr=yes
15667ac_cv_func_strdup=yes
15668ac_cv_func_strerror=yes
15669ac_cv_func_strftime=yes
15670ac_cv_func_strlcat=yes
15671ac_cv_func_strlcpy=yes
15672ac_cv_func_strmode=yes
15673ac_cv_func_strndup=yes
15674ac_cv_func_strnlen=yes
15675ac_cv_func_strnvis=yes
15676ac_cv_func_strptime=yes
15677ac_cv_func_strsep=yes
15678ac_cv_func_strsignal=yes
15679ac_cv_func_strtoll=yes
15680ac_cv_func_strtonum=yes
15681ac_cv_func_strtoul=yes
15682ac_cv_func_strtoull=yes
15683ac_cv_func_swap32=no
15684ac_cv_func_sysconf=yes
15685ac_cv_func_tcgetpgrp=yes
15686ac_cv_func_time=yes
15687ac_cv_func_timegm=yes
15688ac_cv_func_timingsafe_bcmp=yes
15689ac_cv_func_truncate=yes
15690ac_cv_func_unsetenv=yes
15691ac_cv_func_updwtmp=no
15692ac_cv_func_updwtmpx=yes
15693ac_cv_func_user_from_uid=yes
15694ac_cv_func_usleep=yes
15695ac_cv_func_utimensat=yes
15696ac_cv_func_utimes=yes
15697ac_cv_func_utmpname=no
15698ac_cv_func_utmpxname=yes
15699ac_cv_func_vasprintf=yes
15700ac_cv_func_vsnprintf=yes
15701ac_cv_func_waitpid=yes
15702ac_cv_func_warn=yes
15703ac_cv_func_wcwidth=yes
15704ac_cv_have_decl_AI_NUMERICSERV=yes
15705ac_cv_have_decl_GLOB_NOMATCH=yes
15706ac_cv_have_decl_LLONG_MAX=yes
15707ac_cv_have_decl_LONG_LONG_MAX=no
15708ac_cv_have_decl_MAXSYMLINKS=yes
15709ac_cv_have_decl_NFDBITS=yes
15710ac_cv_have_decl_O_NONBLOCK=yes
15711ac_cv_have_decl_PR_SET_NO_NEW_PRIVS=no
15712ac_cv_have_decl_RLIMIT_NPROC=yes
15713ac_cv_have_decl_RTLD_NOW=yes
15714ac_cv_have_decl_SHUT_RD=yes
15715ac_cv_have_decl_SYSTR_POLICY_KILL=no
15716ac_cv_have_decl_VIS_ALL=yes
15717ac_cv_have_decl_bzero=yes
15718ac_cv_have_decl_ftruncate=yes
15719ac_cv_have_decl_getentropy=yes
15720ac_cv_have_decl_getpeereid=yes
15721ac_cv_have_decl_h_errno=yes
15722ac_cv_have_decl_howmany=yes
15723ac_cv_have_decl_localtime_r=yes
15724ac_cv_have_decl_memmem=yes
15725ac_cv_have_decl_offsetof=yes
15726ac_cv_have_decl_readv=yes
15727ac_cv_have_decl_strsep=yes
15728ac_cv_have_decl_tcsendbreak=yes
15729ac_cv_have_decl_writev=yes
15730ac_cv_header_blf_h=no
15731ac_cv_header_bsd_libutil_h=no
15732ac_cv_header_bstring_h=no
15733ac_cv_header_capsicum_helpers_h=no
15734ac_cv_header_crypt_h=no
15735ac_cv_header_crypto_sha2_h=no
15736ac_cv_header_dirent_h=yes
15737ac_cv_header_elf_h=yes
15738ac_cv_header_endian_h=yes
15739ac_cv_header_err_h=yes
15740ac_cv_header_fcntl_h=yes
15741ac_cv_header_features_h=no
15742ac_cv_header_floatingpoint_h=yes
15743ac_cv_header_fnmatch_h=yes
15744ac_cv_header_getopt_h=yes
15745ac_cv_header_glob_h=yes
15746ac_cv_header_ia_h=no
15747ac_cv_header_iaf_h=no
15748ac_cv_header_ifaddrs_h=yes
15749ac_cv_header_inttypes_h=yes
15750ac_cv_header_langinfo_h=yes
15751ac_cv_header_lastlog_h=no
15752ac_cv_header_libgen_h=yes
15753ac_cv_header_libutil_h=yes
15754ac_cv_header_limits_h=yes
15755ac_cv_header_locale_h=yes
15756ac_cv_header_login_cap_h=yes
15757ac_cv_header_login_h=no
15758ac_cv_header_maillock_h=no
15759ac_cv_header_ndir_h=no
15760ac_cv_header_net_if_tun_h=no
15761ac_cv_header_net_route_h=yes
15762ac_cv_header_netdb_h=yes
15763ac_cv_header_netgroup_h=no
15764ac_cv_header_openssl_opensslv_h=yes
15765ac_cv_header_pam_pam_appl_h=no
15766ac_cv_header_paths_h=yes
15767ac_cv_header_poll_h=yes
15768ac_cv_header_pty_h=no
15769ac_cv_header_readpassphrase_h=yes
15770ac_cv_header_rpc_types_h=yes
15771ac_cv_header_security_pam_appl_h=yes
15772ac_cv_header_sha2_h=no
15773ac_cv_header_shadow_h=no
15774ac_cv_header_stddef_h=yes
15775ac_cv_header_stdint_h=yes
15776ac_cv_header_stdio_h=yes
15777ac_cv_header_stdlib_h=yes
15778ac_cv_header_string_h=yes
15779ac_cv_header_strings_h=yes
15780ac_cv_header_sys_audit_h=no
15781ac_cv_header_sys_bitypes_h=no
15782ac_cv_header_sys_bsdtty_h=no
15783ac_cv_header_sys_byteorder_h=no
15784ac_cv_header_sys_capsicum_h=no
15785ac_cv_header_sys_cdefs_h=yes
15786ac_cv_header_sys_dir_h=no
15787ac_cv_header_sys_file_h=yes
15788ac_cv_header_sys_label_h=no
15789ac_cv_header_sys_mman_h=yes
15790ac_cv_header_sys_mount_h=yes
15791ac_cv_header_sys_ndir_h=no
15792ac_cv_header_sys_param_h=yes
15793ac_cv_header_sys_poll_h=yes
15794ac_cv_header_sys_prctl_h=no
15795ac_cv_header_sys_procctl_h=yes
15796ac_cv_header_sys_pstat_h=no
15797ac_cv_header_sys_ptms_h=no
15798ac_cv_header_sys_ptrace_h=yes
15799ac_cv_header_sys_random_h=yes
15800ac_cv_header_sys_select_h=yes
15801ac_cv_header_sys_stat_h=yes
15802ac_cv_header_sys_statvfs_h=yes
15803ac_cv_header_sys_stream_h=no
15804ac_cv_header_sys_stropts_h=no
15805ac_cv_header_sys_strtio_h=no
15806ac_cv_header_sys_sysctl_h=yes
15807ac_cv_header_sys_sysmacros_h=no
15808ac_cv_header_sys_time_h=yes
15809ac_cv_header_sys_timers_h=yes
15810ac_cv_header_sys_types_h=yes
15811ac_cv_header_sys_un_h=yes
15812ac_cv_header_sys_vfs_h=no
15813ac_cv_header_time_h=yes
15814ac_cv_header_tmpdir_h=no
15815ac_cv_header_ttyent_h=yes
15816ac_cv_header_ucred_h=no
15817ac_cv_header_unistd_h=yes
15818ac_cv_header_usersec_h=no
15819ac_cv_header_util_h=yes
15820ac_cv_header_utime_h=yes
15821ac_cv_header_utmp_h=no
15822ac_cv_header_utmpx_h=yes
15823ac_cv_header_vis_h=yes
15824ac_cv_header_wchar_h=yes
15825ac_cv_header_zlib_h=yes
15826ac_cv_host=x86_64-unknown-dragonfly6.5
15827ac_cv_lib_dl_dlopen=no
15828ac_cv_lib_edit_el_init=yes
15829ac_cv_lib_gen_getspnam=no
15830ac_cv_lib_z_deflate=yes
15831ac_cv_objext=o
15832ac_cv_path_CAT=/bin/cat
15833ac_cv_path_EGREP='/usr/bin/grep -E'
15834ac_cv_path_GREP=/usr/bin/grep
15835ac_cv_path_GROFF=/usr/local/bin/groff
15836ac_cv_path_KILL=/bin/kill
15837ac_cv_path_MANDOC=/usr/bin/mandoc
15838ac_cv_path_NROFF=/usr/local/bin/nroff
15839ac_cv_path_PATH_GROUPADD_PROG=groupadd
15840ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd
15841ac_cv_path_PATH_USERADD_PROG=useradd
15842ac_cv_path_SED=/usr/bin/sed
15843ac_cv_path_SH=/usr/local/bin/bash
15844ac_cv_path_TEST_MINUS_S_SH=/usr/local/bin/bash
15845ac_cv_path_ac_pt_PKGCONFIG=/usr/local/bin/pkg-config
15846ac_cv_path_install='/usr/bin/install -c'
15847ac_cv_path_openssl_bin=/usr/bin/openssl
15848ac_cv_prog_AWK=awk
15849ac_cv_prog_CPP='cc -E'
15850ac_cv_prog_MAKE_PACKAGE_SUPPORTED=no
15851ac_cv_prog_ac_ct_AR=ar
15852ac_cv_prog_ac_ct_CC=cc
15853ac_cv_prog_ac_ct_RANLIB=ranlib
15854ac_cv_prog_cc_c11=''
15855ac_cv_prog_cc_g=yes
15856ac_cv_prog_cc_stdc=''
15857ac_cv_search_SHA256Update=no
15858ac_cv_search_basename='none required'
15859ac_cv_search_clock_gettime='none required'
15860ac_cv_search_dlopen='none required'
15861ac_cv_search_fmt_scaled=no
15862ac_cv_search_gethostbyname='none required'
15863ac_cv_search_inet_ntop='none required'
15864ac_cv_search_login=no
15865ac_cv_search_logout=no
15866ac_cv_search_logwtmp=no
15867ac_cv_search_nanosleep='none required'
15868ac_cv_search_openpty=-lutil
15869ac_cv_search_scan_scaled=no
15870ac_cv_search_updwtmp=no
15871ac_cv_sys_file_offset_bits=no
15872ac_cv_sys_largefile_CC=no
15873ac_cv_type_fd_mask=yes
15874
15875## ----------------- ##
15876## Output variables. ##
15877## ----------------- ##
15878
15879AR='ar'
15880AWK='awk'
15881CAT='/bin/cat'
15882CC='cc'
15883CFLAGS='-g -O2 -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -Wmisleading-indentation -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong'
15884CFLAGS_NOPIE=''
15885CHANNELLIBS='-L/usr/lib/priv -lprivate_crypto  -lz'
15886CONCH=''
15887CPP='cc -E'
15888CPPFLAGS=' -I/usr/local/include -I/usr/local/include/editline '
15889DBCLIENT=''
15890DEFS=''
15891DEPEND=''
15892DROPBEAR=''
15893DROPBEARCONVERT=''
15894DROPBEARKEY=''
15895ECHO_C=''
15896ECHO_N='-n'
15897ECHO_T=''
15898EGREP='/usr/bin/grep -E'
15899EXEEXT=''
15900GREP='/usr/bin/grep'
15901GROFF='/usr/local/bin/groff'
15902GSSLIBS=''
15903INSTALL_DATA='${INSTALL} -m 644'
15904INSTALL_PROGRAM='${INSTALL}'
15905INSTALL_SCRIPT='${INSTALL}'
15906K5LIBS=''
15907KILL='/bin/kill'
15908KRB5CONF=''
15909LD='cc'
15910LDFLAGS=' -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong'
15911LDFLAGS_NOPIE=''
15912LDNSCONFIG=''
15913LIBEDIT='-L/usr/local/lib -ledit '
15914LIBFIDO2=''
15915LIBOBJS=''
15916LIBS='-L/usr/lib/priv -lprivate_crypto -lutil '
15917LTLIBOBJS=''
15918MAKE_PACKAGE_SUPPORTED='no'
15919MANDOC='/usr/bin/mandoc'
15920MANFMT='/usr/bin/mandoc'
15921MANTYPE=''
15922MKDIR_P='./install-sh -c -d'
15923NROFF='/usr/local/bin/nroff'
15924OBJEXT='o'
15925OPENSSL_BIN='/usr/bin/openssl'
15926PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org'
15927PACKAGE_NAME='OpenSSH'
15928PACKAGE_STRING='OpenSSH Portable'
15929PACKAGE_TARNAME='openssh'
15930PACKAGE_URL=''
15931PACKAGE_VERSION='Portable'
15932PATH_GROUPADD_PROG='groupadd'
15933PATH_PASSWD_PROG='/usr/bin/passwd'
15934PATH_SEPARATOR=':'
15935PATH_USERADD_PROG='useradd'
15936PICFLAG='-fPIC'
15937PKGCONFIG='/usr/local/bin/pkg-config'
15938PLINK=''
15939PRIVSEP_PATH=''
15940PUTTYGEN=''
15941RANLIB='ranlib'
15942SED='/usr/bin/sed'
15943SH='/usr/local/bin/bash'
15944SHELL='/bin/sh'
15945SK_DUMMY_LIBRARY=''
15946SSHDLIBS=''
15947SSH_PRIVSEP_USER=''
15948STARTUP_SCRIPT_SHELL='/bin/sh'
15949STRIP_OPT=''
15950TEST_MALLOC_OPTIONS='AFGJPRX'
15951TEST_MINUS_S_SH='/usr/local/bin/bash'
15952TEST_SHELL='sh'
15953TEST_SSH_IPV6=''
15954TEST_SSH_UTF8='yes'
15955UNSUPPORTED_ALGORITHMS=''
15956XAUTH_PATH=''
15957ac_ct_AR='ar'
15958ac_ct_CC='cc'
15959bindir='${exec_prefix}/bin'
15960build='x86_64-unknown-dragonfly6.5'
15961build_alias=''
15962build_cpu='x86_64'
15963build_os='dragonfly6.5'
15964build_vendor='unknown'
15965datadir='${datarootdir}'
15966datarootdir='${prefix}/share'
15967docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
15968dvidir='${docdir}'
15969exec_prefix='NONE'
15970host='x86_64-unknown-dragonfly6.5'
15971host_alias=''
15972host_cpu='x86_64'
15973host_os='dragonfly6.5'
15974host_vendor='unknown'
15975htmldir='${docdir}'
15976includedir='${prefix}/include'
15977infodir='${datarootdir}/info'
15978libdir='${exec_prefix}/lib'
15979libexecdir='${exec_prefix}/libexec'
15980localedir='${datarootdir}/locale'
15981localstatedir='${prefix}/var'
15982mandir='${datarootdir}/man'
15983mansubdir=''
15984oldincludedir='/usr/include'
15985openssl_bin='/usr/bin/openssl'
15986pdfdir='${docdir}'
15987piddir=''
15988prefix='/usr'
15989program_transform_name='s,x,x,'
15990psdir='${docdir}'
15991runstatedir='${localstatedir}/run'
15992sbindir='${exec_prefix}/sbin'
15993sharedstatedir='${prefix}/com'
15994sysconfdir='/etc/ssh'
15995target_alias=''
15996user_path=''
15997xauth_path=''
15998
15999## ----------- ##
16000## confdefs.h. ##
16001## ----------- ##
16002
16003/* confdefs.h */
16004#define PACKAGE_NAME "OpenSSH"
16005#define PACKAGE_TARNAME "openssh"
16006#define PACKAGE_VERSION "Portable"
16007#define PACKAGE_STRING "OpenSSH Portable"
16008#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
16009#define PACKAGE_URL ""
16010#define HAVE_STDIO_H 1
16011#define HAVE_STDLIB_H 1
16012#define HAVE_STRING_H 1
16013#define HAVE_INTTYPES_H 1
16014#define HAVE_STDINT_H 1
16015#define HAVE_STRINGS_H 1
16016#define HAVE_SYS_STAT_H 1
16017#define HAVE_SYS_TYPES_H 1
16018#define HAVE_UNISTD_H 1
16019#define STDC_HEADERS 1
16020#define _PATH_PASSWD_PROG "/usr/bin/passwd"
16021#define HAVE_RLIMIT_NPROC /**/
16022#define WITH_OPENSSL 1
16023#define VARIABLE_LENGTH_ARRAYS 1
16024#define VARIABLE_DECLARATION_AFTER_CODE 1
16025#define HAVE_ATTRIBUTE__NONNULL__ 1
16026#define HAVE_DIRENT_H 1
16027#define HAVE_ENDIAN_H 1
16028#define HAVE_ELF_H 1
16029#define HAVE_ERR_H 1
16030#define HAVE_FCNTL_H 1
16031#define HAVE_FLOATINGPOINT_H 1
16032#define HAVE_FNMATCH_H 1
16033#define HAVE_GETOPT_H 1
16034#define HAVE_GLOB_H 1
16035#define HAVE_IFADDRS_H 1
16036#define HAVE_INTTYPES_H 1
16037#define HAVE_LANGINFO_H 1
16038#define HAVE_LIMITS_H 1
16039#define HAVE_LOCALE_H 1
16040#define HAVE_NETDB_H 1
16041#define HAVE_PATHS_H 1
16042#define HAVE_POLL_H 1
16043#define HAVE_READPASSPHRASE_H 1
16044#define HAVE_RPC_TYPES_H 1
16045#define HAVE_SECURITY_PAM_APPL_H 1
16046#define HAVE_STDDEF_H 1
16047#define HAVE_STDINT_H 1
16048#define HAVE_STRING_H 1
16049#define HAVE_STRINGS_H 1
16050#define HAVE_SYS_CDEFS_H 1
16051#define HAVE_SYS_FILE_H 1
16052#define HAVE_SYS_MMAN_H 1
16053#define HAVE_SYS_PARAM_H 1
16054#define HAVE_SYS_POLL_H 1
16055#define HAVE_SYS_PROCCTL_H 1
16056#define HAVE_SYS_PTRACE_H 1
16057#define HAVE_SYS_RANDOM_H 1
16058#define HAVE_SYS_SELECT_H 1
16059#define HAVE_SYS_STATVFS_H 1
16060#define HAVE_SYS_TIME_H 1
16061#define HAVE_SYS_TIMERS_H 1
16062#define HAVE_TIME_H 1
16063#define HAVE_TTYENT_H 1
16064#define HAVE_UNISTD_H 1
16065#define HAVE_UTIL_H 1
16066#define HAVE_UTIME_H 1
16067#define HAVE_UTMPX_H 1
16068#define HAVE_VIS_H 1
16069#define HAVE_WCHAR_H 1
16070#define HAVE_NET_ROUTE_H 1
16071#define HAVE_SYS_SYSCTL_H 1
16072#define HAVE_LOGIN_CAP_H 1
16073#define HAVE_SYS_MOUNT_H 1
16074#define HAVE_SYS_UN_H 1
16075#define HAVE_DIRNAME 1
16076#define HAVE_LIBGEN_H 1
16077#define HAVE_BASENAME 1
16078#define WITH_ZLIB 1
16079#define HAVE_LIBZ 1
16080#define HAVE_UTIMES 1
16081#define HAVE_LIBUTIL_H 1
16082#define HAVE_OPENPTY 1
16083#define HAVE_STRFTIME 1
16084#define HAVE_MALLOC 1
16085#define HAVE_REALLOC 1
16086#define HAVE_CALLOC 1
16087#define GLOB_HAS_ALTDIRFUNC 1
16088#define GLOB_HAS_GL_MATCHC 1
16089#define HAVE_DECL_GLOB_NOMATCH 1
16090#define USE_LIBEDIT 1
16091#define HAVE_ASPRINTF 1
16092#define HAVE___B64_NTOP 1
16093#define HAVE___B64_PTON 1
16094#define HAVE_BCOPY 1
16095#define HAVE_BINDRESVPORT_SA 1
16096#define HAVE_BZERO 1
16097#define HAVE_CLOCK 1
16098#define HAVE_CLOSEFROM 1
16099#define HAVE_DIRFD 1
16100#define HAVE_ENDGRENT 1
16101#define HAVE_ERR 1
16102#define HAVE_ERRX 1
16103#define HAVE_EXPLICIT_BZERO 1
16104#define HAVE_FCHMOD 1
16105#define HAVE_FCHMODAT 1
16106#define HAVE_FCHOWN 1
16107#define HAVE_FCHOWNAT 1
16108#define HAVE_FLOCK 1
16109#define HAVE_FNMATCH 1
16110#define HAVE_FREEADDRINFO 1
16111#define HAVE_FREEZERO 1
16112#define HAVE_FSTATFS 1
16113#define HAVE_FSTATVFS 1
16114#define HAVE_FUTIMES 1
16115#define HAVE_GETADDRINFO 1
16116#define HAVE_GETCWD 1
16117#define HAVE_GETENTROPY 1
16118#define HAVE_GETGROUPLIST 1
16119#define HAVE_GETLINE 1
16120#define HAVE_GETNAMEINFO 1
16121#define HAVE_GETOPT 1
16122#define HAVE_GETPAGESIZE 1
16123#define HAVE_GETPEEREID 1
16124#define HAVE_GETPGID 1
16125#define HAVE_GETRLIMIT 1
16126#define HAVE_GETRANDOM 1
16127#define HAVE_GETSID 1
16128#define HAVE_GETTTYENT 1
16129#define HAVE_GLOB 1
16130#define HAVE_GROUP_FROM_GID 1
16131#define HAVE_INET_ATON 1
16132#define HAVE_INET_NTOA 1
16133#define HAVE_INET_NTOP 1
16134#define HAVE_INNETGR 1
16135#define HAVE_KILLPG 1
16136#define HAVE_LLABS 1
16137#define HAVE_LOCALTIME_R 1
16138#define HAVE_LOGIN_GETCAPBOOL 1
16139#define HAVE_LOGIN_GETPWCLASS 1
16140#define HAVE_MEMMEM 1
16141#define HAVE_MEMMOVE 1
16142#define HAVE_MEMSET_S 1
16143#define HAVE_MKDTEMP 1
16144#define HAVE_POLL 1
16145#define HAVE_PPOLL 1
16146#define HAVE_PROCCTL 1
16147#define HAVE_PSELECT 1
16148#define HAVE_RAISE 1
16149#define HAVE_READPASSPHRASE 1
16150#define HAVE_REALLOCARRAY 1
16151#define HAVE_REALPATH 1
16152#define HAVE_RECVMSG 1
16153#define HAVE_RECALLOCARRAY 1
16154#define HAVE_RRESVPORT_AF 1
16155#define HAVE_SENDMSG 1
16156#define HAVE_SETEGID 1
16157#define HAVE_SETENV 1
16158#define HAVE_SETEUID 1
16159#define HAVE_SETGROUPENT 1
16160#define HAVE_SETGROUPS 1
16161#define HAVE_SETLINEBUF 1
16162#define HAVE_SETLOGIN 1
16163#define HAVE_SETPASSENT 1
16164#define HAVE_SETPROCTITLE 1
16165#define HAVE_SETREGID 1
16166#define HAVE_SETREUID 1
16167#define HAVE_SETRLIMIT 1
16168#define HAVE_SETSID 1
16169#define HAVE_SETVBUF 1
16170#define HAVE_SIGACTION 1
16171#define HAVE_SIGVEC 1
16172#define HAVE_SNPRINTF 1
16173#define HAVE_SOCKETPAIR 1
16174#define HAVE_STATFS 1
16175#define HAVE_STATVFS 1
16176#define HAVE_STRCASESTR 1
16177#define HAVE_STRDUP 1
16178#define HAVE_STRERROR 1
16179#define HAVE_STRLCAT 1
16180#define HAVE_STRLCPY 1
16181#define HAVE_STRMODE 1
16182#define HAVE_STRNDUP 1
16183#define HAVE_STRNLEN 1
16184#define HAVE_STRNVIS 1
16185#define HAVE_STRPTIME 1
16186#define HAVE_STRSIGNAL 1
16187#define HAVE_STRTONUM 1
16188#define HAVE_STRTOLL 1
16189#define HAVE_STRTOUL 1
16190#define HAVE_STRTOULL 1
16191#define HAVE_SYSCONF 1
16192#define HAVE_TCGETPGRP 1
16193#define HAVE_TIMEGM 1
16194#define HAVE_TIMINGSAFE_BCMP 1
16195#define HAVE_TRUNCATE 1
16196#define HAVE_UNSETENV 1
16197#define HAVE_UPDWTMPX 1
16198#define HAVE_UTIMENSAT 1
16199#define HAVE_USER_FROM_UID 1
16200#define HAVE_USLEEP 1
16201#define HAVE_VASPRINTF 1
16202#define HAVE_VSNPRINTF 1
16203#define HAVE_WAITPID 1
16204#define HAVE_WARN 1
16205#define HAVE_DECL_BZERO 1
16206#define HAVE_DECL_MEMMEM 1
16207#define HAVE_MBLEN 1
16208#define HAVE_MBTOWC 1
16209#define HAVE_NL_LANGINFO 1
16210#define HAVE_WCWIDTH 1
16211#define HAVE_ISBLANK 1
16212#define HAVE_DLOPEN 1
16213#define HAVE_GAI_STRERROR 1
16214#define HAVE_GAI_STRERROR 1
16215#define HAVE_CONST_GAI_STRERROR_PROTO 1
16216#define HAVE_NANOSLEEP 1
16217#define HAVE_CLOCK_GETTIME 1
16218#define HAVE_STRSEP 1
16219#define HAVE_TCSENDBREAK 1
16220#define HAVE_DECL_H_ERRNO 1
16221#define HAVE_DECL_SHUT_RD 1
16222#define HAVE_DECL_GETPEEREID 1
16223#define HAVE_DECL_O_NONBLOCK 1
16224#define HAVE_DECL_FTRUNCATE 1
16225#define HAVE_DECL_GETENTROPY 1
16226#define HAVE_DECL_READV 1
16227#define HAVE_DECL_WRITEV 1
16228#define HAVE_DECL_MAXSYMLINKS 1
16229#define HAVE_DECL_OFFSETOF 1
16230#define HAVE_DECL_HOWMANY 1
16231#define HAVE_DECL_NFDBITS 1
16232#define HAVE_FD_MASK 1
16233#define HAVE_SETRESUID 1
16234#define HAVE_SETRESGID 1
16235#define HAVE_GETTIMEOFDAY 1
16236#define HAVE_TIME 1
16237#define HAVE_ENDUTXENT 1
16238#define HAVE_GETUTXENT 1
16239#define HAVE_GETUTXID 1
16240#define HAVE_GETUTXLINE 1
16241#define HAVE_GETUTXUSER 1
16242#define HAVE_PUTUTXLINE 1
16243#define HAVE_SETUTXDB 1
16244#define HAVE_SETUTXENT 1
16245#define HAVE_UTMPXNAME 1
16246#define HAVE_DAEMON 1
16247#define HAVE_GETPAGESIZE 1
16248#define SNPRINTF_CONST const
16249#define HAVE_DECL_AI_NUMERICSERV 1
16250#define HAVE_GETPGRP 1
16251#define GETPGRP_VOID 1
16252#define HAVE_OPENSSL_VERSION 1
16253#define HAVE_OPENSSL_VERSION_NUM 1
16254
16255configure: exit 1
16256