Ticket #66431: bash-config.log

File bash-config.log, 873.6 KB (added by judaew (Vadym-Valdis Yudaiev), 2 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by bash configure 5.2-release, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --without-installed-readline 'CFLAGS_FOR_BUILD=-arch x86_64'
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = olivine.local
14uname -m = x86_64
15uname -r = 22.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:54 PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
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      = Mach kernel version:
26         Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:54 PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 617 tasks, 2152 threads, 8 processors
34Load average: 2.50, Mach factor: 5.49
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3017: looking for aux files: config.rpath install-sh config.guess config.sub
52configure:3030:  trying ././support/
53configure:3059:   ././support/config.rpath found
54configure:3044:   ././support/install.sh found
55configure:3059:   ././support/config.guess found
56configure:3059:   ././support/config.sub found
57configure:3193: checking build system type
58configure:3208: result: x86_64-apple-darwin22.1.0
59configure:3228: checking host system type
60configure:3242: result: x86_64-apple-darwin22.1.0
61configure:3958: checking for gcc
62configure:3990: result: ccache /usr/bin/clang
63configure:4343: checking for C compiler version
64configure:4352: ccache /usr/bin/clang --version >&5
65Apple clang version 14.0.0 (clang-1400.0.29.202)
66Target: x86_64-apple-darwin22.1.0
67Thread model: posix
68InstalledDir: /Library/Developer/CommandLineTools/usr/bin
69configure:4363: $? = 0
70configure:4352: ccache /usr/bin/clang -v >&5
71Apple clang version 14.0.0 (clang-1400.0.29.202)
72Target: x86_64-apple-darwin22.1.0
73Thread model: posix
74InstalledDir: /Library/Developer/CommandLineTools/usr/bin
75configure:4363: $? = 0
76configure:4352: ccache /usr/bin/clang -V >&5
77clang: error: argument to '-V' is missing (expected 1 value)
78clang: error: no input files
79configure:4363: $? = 1
80configure:4352: ccache /usr/bin/clang -qversion >&5
81clang: error: unknown argument '-qversion'; did you mean '--version'?
82clang: error: no input files
83configure:4363: $? = 1
84configure:4352: ccache /usr/bin/clang -version >&5
85clang: error: unknown argument '-version'; did you mean '--version'?
86clang: error: no input files
87configure:4363: $? = 1
88configure:4383: checking whether the C compiler works
89configure:4405: ccache /usr/bin/clang -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
90configure:4409: $? = 0
91configure:4459: result: yes
92configure:4462: checking for C compiler default output file name
93configure:4464: result: a.out
94configure:4470: checking for suffix of executables
95configure:4477: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
96configure:4481: $? = 0
97configure:4504: result:
98configure:4526: checking whether we are cross compiling
99configure:4534: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
100configure:4538: $? = 0
101configure:4545: ./conftest
102configure:4549: $? = 0
103configure:4564: result: no
104configure:4569: checking for suffix of object files
105configure:4592: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
106configure:4596: $? = 0
107configure:4618: result: o
108configure:4622: checking whether the compiler supports GNU C
109configure:4642: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
110configure:4642: $? = 0
111configure:4652: result: yes
112configure:4663: checking whether ccache /usr/bin/clang accepts -g
113configure:4684: ccache /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
114configure:4684: $? = 0
115configure:4728: result: yes
116configure:4748: checking for ccache /usr/bin/clang option to enable C11 features
117configure:4763: ccache /usr/bin/clang  -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
118configure:4763: $? = 0
119configure:4781: result: none needed
120configure:4906: checking for stdio.h
121configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
122configure:4906: $? = 0
123configure:4906: result: yes
124configure:4906: checking for stdlib.h
125configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
126configure:4906: $? = 0
127configure:4906: result: yes
128configure:4906: checking for string.h
129configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
130configure:4906: $? = 0
131configure:4906: result: yes
132configure:4906: checking for inttypes.h
133configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
134configure:4906: $? = 0
135configure:4906: result: yes
136configure:4906: checking for stdint.h
137configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
138configure:4906: $? = 0
139configure:4906: result: yes
140configure:4906: checking for strings.h
141configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
142configure:4906: $? = 0
143configure:4906: result: yes
144configure:4906: checking for sys/stat.h
145configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
146configure:4906: $? = 0
147configure:4906: result: yes
148configure:4906: checking for sys/types.h
149configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
150configure:4906: $? = 0
151configure:4906: result: yes
152configure:4906: checking for unistd.h
153configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
154configure:4906: $? = 0
155configure:4906: result: yes
156configure:4906: checking for wchar.h
157configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
158configure:4906: $? = 0
159configure:4906: result: yes
160configure:4906: checking for minix/config.h
161configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
162conftest.c:73:10: fatal error: 'minix/config.h' file not found
163#include <minix/config.h>
164         ^~~~~~~~~~~~~~~~
1651 error generated.
166configure:4906: $? = 1
167configure: failed program was:
168| /* confdefs.h */
169| #define PACKAGE_NAME "bash"
170| #define PACKAGE_TARNAME "bash"
171| #define PACKAGE_VERSION "5.2-release"
172| #define PACKAGE_STRING "bash 5.2-release"
173| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
174| #define PACKAGE_URL ""
175| #define ALIAS 1
176| #define PUSHD_AND_POPD 1
177| #define RESTRICTED_SHELL 1
178| #define PROCESS_SUBSTITUTION 1
179| #define PROMPT_STRING_DECODE 1
180| #define SELECT_COMMAND 1
181| #define HELP_BUILTIN 1
182| #define ARRAY_VARS 1
183| #define DPAREN_ARITHMETIC 1
184| #define BRACE_EXPANSION 1
185| #define COMMAND_TIMING 1
186| #define EXTENDED_GLOB 1
187| #define EXTGLOB_DEFAULT 0
188| #define COND_COMMAND 1
189| #define COND_REGEXP 1
190| #define COPROCESS_SUPPORT 1
191| #define ARITH_FOR_COMMAND 1
192| #define NETWORK_REDIRECTIONS 1
193| #define PROGRAMMABLE_COMPLETION 1
194| #define DEBUGGER 1
195| #define CASEMOD_ATTRS 1
196| #define CASEMOD_EXPANSIONS 1
197| #define GLOBASCII_DEFAULT 1
198| #define FUNCTION_IMPORT 1
199| #define TRANSLATABLE_STRINGS 1
200| #define MEMSCRAMBLE 1
201| #define HAVE_STDIO_H 1
202| #define HAVE_STDLIB_H 1
203| #define HAVE_STRING_H 1
204| #define HAVE_INTTYPES_H 1
205| #define HAVE_STDINT_H 1
206| #define HAVE_STRINGS_H 1
207| #define HAVE_SYS_STAT_H 1
208| #define HAVE_SYS_TYPES_H 1
209| #define HAVE_UNISTD_H 1
210| #define HAVE_WCHAR_H 1
211| /* end confdefs.h.  */
212| #include <stddef.h>
213| #ifdef HAVE_STDIO_H
214| # include <stdio.h>
215| #endif
216| #ifdef HAVE_STDLIB_H
217| # include <stdlib.h>
218| #endif
219| #ifdef HAVE_STRING_H
220| # include <string.h>
221| #endif
222| #ifdef HAVE_INTTYPES_H
223| # include <inttypes.h>
224| #endif
225| #ifdef HAVE_STDINT_H
226| # include <stdint.h>
227| #endif
228| #ifdef HAVE_STRINGS_H
229| # include <strings.h>
230| #endif
231| #ifdef HAVE_SYS_TYPES_H
232| # include <sys/types.h>
233| #endif
234| #ifdef HAVE_SYS_STAT_H
235| # include <sys/stat.h>
236| #endif
237| #ifdef HAVE_UNISTD_H
238| # include <unistd.h>
239| #endif
240| #include <minix/config.h>
241configure:4906: result: no
242configure:4906: checking for sys/param.h
243configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
244configure:4906: $? = 0
245configure:4906: result: yes
246configure:4906: checking for xlocale.h
247configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
248configure:4906: $? = 0
249configure:4906: result: yes
250configure:4906: checking for sys/time.h
251configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
252configure:4906: $? = 0
253configure:4906: result: yes
254configure:4937: checking whether it is safe to define __EXTENSIONS__
255configure:4956: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
256configure:4956: $? = 0
257configure:4964: result: yes
258configure:4967: checking whether _XOPEN_SOURCE should be defined
259configure:4989: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
260configure:4989: $? = 0
261configure:5016: result: no
262configure:5080: checking for special C compiler options needed for large files
263configure:5128: result: no
264configure:5134: checking for _FILE_OFFSET_BITS value needed for large files
265configure:5160: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
266configure:5160: $? = 0
267configure:5194: result: no
268configure:5390: checking how to run the C preprocessor
269configure:5416: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
270configure:5416: $? = 0
271configure:5431: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
272conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
273#include <ac_nonexistent.h>
274         ^~~~~~~~~~~~~~~~~~
2751 error generated.
276configure:5431: $? = 1
277configure: failed program was:
278| /* confdefs.h */
279| #define PACKAGE_NAME "bash"
280| #define PACKAGE_TARNAME "bash"
281| #define PACKAGE_VERSION "5.2-release"
282| #define PACKAGE_STRING "bash 5.2-release"
283| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
284| #define PACKAGE_URL ""
285| #define ALIAS 1
286| #define PUSHD_AND_POPD 1
287| #define RESTRICTED_SHELL 1
288| #define PROCESS_SUBSTITUTION 1
289| #define PROMPT_STRING_DECODE 1
290| #define SELECT_COMMAND 1
291| #define HELP_BUILTIN 1
292| #define ARRAY_VARS 1
293| #define DPAREN_ARITHMETIC 1
294| #define BRACE_EXPANSION 1
295| #define COMMAND_TIMING 1
296| #define EXTENDED_GLOB 1
297| #define EXTGLOB_DEFAULT 0
298| #define COND_COMMAND 1
299| #define COND_REGEXP 1
300| #define COPROCESS_SUPPORT 1
301| #define ARITH_FOR_COMMAND 1
302| #define NETWORK_REDIRECTIONS 1
303| #define PROGRAMMABLE_COMPLETION 1
304| #define DEBUGGER 1
305| #define CASEMOD_ATTRS 1
306| #define CASEMOD_EXPANSIONS 1
307| #define GLOBASCII_DEFAULT 1
308| #define FUNCTION_IMPORT 1
309| #define TRANSLATABLE_STRINGS 1
310| #define MEMSCRAMBLE 1
311| #define HAVE_STDIO_H 1
312| #define HAVE_STDLIB_H 1
313| #define HAVE_STRING_H 1
314| #define HAVE_INTTYPES_H 1
315| #define HAVE_STDINT_H 1
316| #define HAVE_STRINGS_H 1
317| #define HAVE_SYS_STAT_H 1
318| #define HAVE_SYS_TYPES_H 1
319| #define HAVE_UNISTD_H 1
320| #define HAVE_WCHAR_H 1
321| #define HAVE_SYS_PARAM_H 1
322| #define HAVE_XLOCALE_H 1
323| #define HAVE_SYS_TIME_H 1
324| #define STDC_HEADERS 1
325| #define _ALL_SOURCE 1
326| #define _DARWIN_C_SOURCE 1
327| #define _GNU_SOURCE 1
328| #define _HPUX_ALT_XOPEN_SOCKET_API 1
329| #define _NETBSD_SOURCE 1
330| #define _OPENBSD_SOURCE 1
331| #define _POSIX_PTHREAD_SEMANTICS 1
332| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
333| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
334| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
335| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
336| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
337| #define __STDC_WANT_LIB_EXT2__ 1
338| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
339| #define _TANDEM_SOURCE 1
340| #define __EXTENSIONS__ 1
341| /* end confdefs.h.  */
342| #include <ac_nonexistent.h>
343configure:5458: result: ccache /usr/bin/clang -E
344configure:5472: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
345configure:5472: $? = 0
346configure:5487: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
347conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
348#include <ac_nonexistent.h>
349         ^~~~~~~~~~~~~~~~~~
3501 error generated.
351configure:5487: $? = 1
352configure: failed program was:
353| /* confdefs.h */
354| #define PACKAGE_NAME "bash"
355| #define PACKAGE_TARNAME "bash"
356| #define PACKAGE_VERSION "5.2-release"
357| #define PACKAGE_STRING "bash 5.2-release"
358| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
359| #define PACKAGE_URL ""
360| #define ALIAS 1
361| #define PUSHD_AND_POPD 1
362| #define RESTRICTED_SHELL 1
363| #define PROCESS_SUBSTITUTION 1
364| #define PROMPT_STRING_DECODE 1
365| #define SELECT_COMMAND 1
366| #define HELP_BUILTIN 1
367| #define ARRAY_VARS 1
368| #define DPAREN_ARITHMETIC 1
369| #define BRACE_EXPANSION 1
370| #define COMMAND_TIMING 1
371| #define EXTENDED_GLOB 1
372| #define EXTGLOB_DEFAULT 0
373| #define COND_COMMAND 1
374| #define COND_REGEXP 1
375| #define COPROCESS_SUPPORT 1
376| #define ARITH_FOR_COMMAND 1
377| #define NETWORK_REDIRECTIONS 1
378| #define PROGRAMMABLE_COMPLETION 1
379| #define DEBUGGER 1
380| #define CASEMOD_ATTRS 1
381| #define CASEMOD_EXPANSIONS 1
382| #define GLOBASCII_DEFAULT 1
383| #define FUNCTION_IMPORT 1
384| #define TRANSLATABLE_STRINGS 1
385| #define MEMSCRAMBLE 1
386| #define HAVE_STDIO_H 1
387| #define HAVE_STDLIB_H 1
388| #define HAVE_STRING_H 1
389| #define HAVE_INTTYPES_H 1
390| #define HAVE_STDINT_H 1
391| #define HAVE_STRINGS_H 1
392| #define HAVE_SYS_STAT_H 1
393| #define HAVE_SYS_TYPES_H 1
394| #define HAVE_UNISTD_H 1
395| #define HAVE_WCHAR_H 1
396| #define HAVE_SYS_PARAM_H 1
397| #define HAVE_XLOCALE_H 1
398| #define HAVE_SYS_TIME_H 1
399| #define STDC_HEADERS 1
400| #define _ALL_SOURCE 1
401| #define _DARWIN_C_SOURCE 1
402| #define _GNU_SOURCE 1
403| #define _HPUX_ALT_XOPEN_SOCKET_API 1
404| #define _NETBSD_SOURCE 1
405| #define _OPENBSD_SOURCE 1
406| #define _POSIX_PTHREAD_SEMANTICS 1
407| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
408| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
409| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
410| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
411| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
412| #define __STDC_WANT_LIB_EXT2__ 1
413| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
414| #define _TANDEM_SOURCE 1
415| #define __EXTENSIONS__ 1
416| /* end confdefs.h.  */
417| #include <ac_nonexistent.h>
418configure:5518: checking for grep that handles long lines and -e
419configure:5582: result: /opt/local/bin/ggrep
420configure:5587: checking for egrep
421configure:5655: result: /opt/local/bin/ggrep -E
422configure:5661: checking whether ccache /usr/bin/clang needs -traditional
423conftest.c:65:10: fatal error: 'termio.h' file not found
424#include <termio.h>
425         ^~~~~~~~~~
4261 error generated.
427configure:5698: result: no
428configure:6223: checking for a BSD-compatible install
429configure:6296: result: /usr/bin/install -c
430configure:6355: checking for ar
431configure:6376: found /opt/local/bin/ar
432configure:6387: result: ar
433configure:6458: checking for ranlib
434configure:6479: found /opt/local/bin/ranlib
435configure:6490: result: ranlib
436configure:6516: checking for bison
437configure:6537: found /usr/bin/bison
438configure:6548: result: bison -y
439configure:6560: checking whether make sets $(MAKE)
440configure:6583: result: yes
441configure:6971: checking for an ANSI C-conforming const
442configure:7038: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
443configure:7038: $? = 0
444configure:7046: result: yes
445configure:7054: checking for inline
446configure:7071: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
447configure:7071: $? = 0
448configure:7080: result: inline
449configure:7098: checking whether byte ordering is bigendian
450configure:7114: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
451configure:7114: $? = 0
452configure:7160: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
453configure:7160: $? = 0
454configure:7179: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
455conftest.c:75:4: error: use of undeclared identifier 'not'
456                 not big endian
457                 ^
4581 error generated.
459configure:7179: $? = 1
460configure: failed program was:
461| /* confdefs.h */
462| #define PACKAGE_NAME "bash"
463| #define PACKAGE_TARNAME "bash"
464| #define PACKAGE_VERSION "5.2-release"
465| #define PACKAGE_STRING "bash 5.2-release"
466| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
467| #define PACKAGE_URL ""
468| #define ALIAS 1
469| #define PUSHD_AND_POPD 1
470| #define RESTRICTED_SHELL 1
471| #define PROCESS_SUBSTITUTION 1
472| #define PROMPT_STRING_DECODE 1
473| #define SELECT_COMMAND 1
474| #define HELP_BUILTIN 1
475| #define ARRAY_VARS 1
476| #define DPAREN_ARITHMETIC 1
477| #define BRACE_EXPANSION 1
478| #define COMMAND_TIMING 1
479| #define EXTENDED_GLOB 1
480| #define EXTGLOB_DEFAULT 0
481| #define COND_COMMAND 1
482| #define COND_REGEXP 1
483| #define COPROCESS_SUPPORT 1
484| #define ARITH_FOR_COMMAND 1
485| #define NETWORK_REDIRECTIONS 1
486| #define PROGRAMMABLE_COMPLETION 1
487| #define DEBUGGER 1
488| #define CASEMOD_ATTRS 1
489| #define CASEMOD_EXPANSIONS 1
490| #define GLOBASCII_DEFAULT 1
491| #define FUNCTION_IMPORT 1
492| #define TRANSLATABLE_STRINGS 1
493| #define MEMSCRAMBLE 1
494| #define HAVE_STDIO_H 1
495| #define HAVE_STDLIB_H 1
496| #define HAVE_STRING_H 1
497| #define HAVE_INTTYPES_H 1
498| #define HAVE_STDINT_H 1
499| #define HAVE_STRINGS_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_SYS_TYPES_H 1
502| #define HAVE_UNISTD_H 1
503| #define HAVE_WCHAR_H 1
504| #define HAVE_SYS_PARAM_H 1
505| #define HAVE_XLOCALE_H 1
506| #define HAVE_SYS_TIME_H 1
507| #define STDC_HEADERS 1
508| #define _ALL_SOURCE 1
509| #define _DARWIN_C_SOURCE 1
510| #define _GNU_SOURCE 1
511| #define _HPUX_ALT_XOPEN_SOCKET_API 1
512| #define _NETBSD_SOURCE 1
513| #define _OPENBSD_SOURCE 1
514| #define _POSIX_PTHREAD_SEMANTICS 1
515| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
516| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
517| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
518| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
519| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
520| #define __STDC_WANT_LIB_EXT2__ 1
521| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
522| #define _TANDEM_SOURCE 1
523| #define __EXTENSIONS__ 1
524| #define READLINE 1
525| #define HISTORY 1
526| #define BANG_HISTORY 1
527| /* end confdefs.h.  */
528| #include <sys/types.h>
529|               #include <sys/param.h>
530|
531| int
532| main (void)
533| {
534| #if BYTE_ORDER != BIG_ENDIAN
535|                not big endian
536|               #endif
537|
538|   ;
539|   return 0;
540| }
541configure:7313: result: no
542configure:7331: checking for preprocessor stringizing operator
543configure:7353: result: yes
544configure:7362: checking for long double
545configure:7397: result: yes
546configure:7414: checking whether char is unsigned
547configure:7434: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
548configure:7434: $? = 0
549configure:7442: result: no
550configure:7449: checking for working volatile
551configure:7469: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
552configure:7469: $? = 0
553configure:7477: result: yes
554configure:7485: checking for C/C++ restrict keyword
555configure:7515: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
556configure:7515: $? = 0
557configure:7524: result: __restrict__
558configure:7537: checking for a race-free mkdir -p
559configure:7581: result: /opt/local/bin/gmkdir -p
560configure:7584: checking for a sed that does not truncate output
561configure:7654: result: /opt/local/bin/gsed
562configure:7660: checking whether NLS is requested
563configure:7670: result: yes
564configure:7710: checking for msgfmt
565configure: trying /opt/local/bin/msgfmt...
5660 translated messages.
567configure:7743: result: /opt/local/bin/msgfmt
568configure:7752: checking for gmsgfmt
569configure:7788: result: /opt/local/bin/msgfmt
570configure:7838: checking for xgettext
571configure: trying /opt/local/bin/xgettext...
572/opt/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
573configure:7871: result: /opt/local/bin/xgettext
574configure:7916: checking for msgmerge
575configure: trying /opt/local/bin/msgmerge...
576configure:7948: result: /opt/local/bin/msgmerge
577configure:7963: checking whether we are using the GNU C Library 2 or newer
578conftest.c:74:10: fatal error: 'features.h' file not found
579#include <features.h>
580         ^~~~~~~~~~~~
5811 error generated.
582configure:7992: result: no
583configure:8003: checking whether the -Werror option is usable
584configure:8022: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -Werror -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
585configure:8022: $? = 0
586configure:8032: result: yes
587configure:8034: checking for simple visibility declarations
588configure:8061: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -fvisibility=hidden -Werror -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
589configure:8061: $? = 0
590configure:8071: result: yes
591configure:8084: checking for size_t
592configure:8084: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
593configure:8084: $? = 0
594configure:8084: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
595conftest.c:105:21: error: expected expression
596if (sizeof ((size_t)))
597                    ^
5981 error generated.
599configure:8084: $? = 1
600configure: failed program was:
601| /* confdefs.h */
602| #define PACKAGE_NAME "bash"
603| #define PACKAGE_TARNAME "bash"
604| #define PACKAGE_VERSION "5.2-release"
605| #define PACKAGE_STRING "bash 5.2-release"
606| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
607| #define PACKAGE_URL ""
608| #define ALIAS 1
609| #define PUSHD_AND_POPD 1
610| #define RESTRICTED_SHELL 1
611| #define PROCESS_SUBSTITUTION 1
612| #define PROMPT_STRING_DECODE 1
613| #define SELECT_COMMAND 1
614| #define HELP_BUILTIN 1
615| #define ARRAY_VARS 1
616| #define DPAREN_ARITHMETIC 1
617| #define BRACE_EXPANSION 1
618| #define COMMAND_TIMING 1
619| #define EXTENDED_GLOB 1
620| #define EXTGLOB_DEFAULT 0
621| #define COND_COMMAND 1
622| #define COND_REGEXP 1
623| #define COPROCESS_SUPPORT 1
624| #define ARITH_FOR_COMMAND 1
625| #define NETWORK_REDIRECTIONS 1
626| #define PROGRAMMABLE_COMPLETION 1
627| #define DEBUGGER 1
628| #define CASEMOD_ATTRS 1
629| #define CASEMOD_EXPANSIONS 1
630| #define GLOBASCII_DEFAULT 1
631| #define FUNCTION_IMPORT 1
632| #define TRANSLATABLE_STRINGS 1
633| #define MEMSCRAMBLE 1
634| #define HAVE_STDIO_H 1
635| #define HAVE_STDLIB_H 1
636| #define HAVE_STRING_H 1
637| #define HAVE_INTTYPES_H 1
638| #define HAVE_STDINT_H 1
639| #define HAVE_STRINGS_H 1
640| #define HAVE_SYS_STAT_H 1
641| #define HAVE_SYS_TYPES_H 1
642| #define HAVE_UNISTD_H 1
643| #define HAVE_WCHAR_H 1
644| #define HAVE_SYS_PARAM_H 1
645| #define HAVE_XLOCALE_H 1
646| #define HAVE_SYS_TIME_H 1
647| #define STDC_HEADERS 1
648| #define _ALL_SOURCE 1
649| #define _DARWIN_C_SOURCE 1
650| #define _GNU_SOURCE 1
651| #define _HPUX_ALT_XOPEN_SOCKET_API 1
652| #define _NETBSD_SOURCE 1
653| #define _OPENBSD_SOURCE 1
654| #define _POSIX_PTHREAD_SEMANTICS 1
655| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
656| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
657| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
658| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
659| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
660| #define __STDC_WANT_LIB_EXT2__ 1
661| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
662| #define _TANDEM_SOURCE 1
663| #define __EXTENSIONS__ 1
664| #define READLINE 1
665| #define HISTORY 1
666| #define BANG_HISTORY 1
667| #define HAVE_STRINGIZE 1
668| #define HAVE_LONG_DOUBLE 1
669| #define PROTOTYPES 1
670| #define __PROTOTYPES 1
671| #define restrict __restrict__
672| #define HAVE_VISIBILITY 1
673| /* end confdefs.h.  */
674| #include <stddef.h>
675| #ifdef HAVE_STDIO_H
676| # include <stdio.h>
677| #endif
678| #ifdef HAVE_STDLIB_H
679| # include <stdlib.h>
680| #endif
681| #ifdef HAVE_STRING_H
682| # include <string.h>
683| #endif
684| #ifdef HAVE_INTTYPES_H
685| # include <inttypes.h>
686| #endif
687| #ifdef HAVE_STDINT_H
688| # include <stdint.h>
689| #endif
690| #ifdef HAVE_STRINGS_H
691| # include <strings.h>
692| #endif
693| #ifdef HAVE_SYS_TYPES_H
694| # include <sys/types.h>
695| #endif
696| #ifdef HAVE_SYS_STAT_H
697| # include <sys/stat.h>
698| #endif
699| #ifdef HAVE_UNISTD_H
700| # include <unistd.h>
701| #endif
702| int
703| main (void)
704| {
705| if (sizeof ((size_t)))
706|           return 0;
707|   ;
708|   return 0;
709| }
710configure:8084: result: yes
711configure:8095: checking for stdint.h
712configure:8113: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
713configure:8113: $? = 0
714configure:8121: result: yes
715configure:8131: checking for working alloca.h
716configure:8149: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
717configure:8149: $? = 0
718configure:8158: result: yes
719configure:8166: checking for alloca
720configure:8211: result: yes
721configure:8283: checking for getpagesize
722configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
723configure:8283: $? = 0
724configure:8283: result: yes
725configure:8283: checking for symlink
726configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
727configure:8283: $? = 0
728configure:8283: result: yes
729configure:8283: checking for uselocale
730configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
731configure:8283: $? = 0
732configure:8283: result: yes
733configure:8283: checking for vprintf
734configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
735conftest.c:96:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
736char vprintf ();
737     ^
738conftest.c:96:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
7391 warning generated.
740configure:8283: $? = 0
741configure:8283: result: yes
742configure:8283: checking for alarm
743configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
744configure:8283: $? = 0
745configure:8283: result: yes
746configure:8283: checking for fpurge
747configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
748configure:8283: $? = 0
749configure:8283: result: yes
750configure:8283: checking for __fpurge
751configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
752Undefined symbols for architecture x86_64:
753  "___fpurge", referenced from:
754      _main in conftest-2c4540.o
755ld: symbol(s) not found for architecture x86_64
756clang: error: linker command failed with exit code 1 (use -v to see invocation)
757configure:8283: $? = 1
758configure: failed program was:
759| /* confdefs.h */
760| #define PACKAGE_NAME "bash"
761| #define PACKAGE_TARNAME "bash"
762| #define PACKAGE_VERSION "5.2-release"
763| #define PACKAGE_STRING "bash 5.2-release"
764| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
765| #define PACKAGE_URL ""
766| #define ALIAS 1
767| #define PUSHD_AND_POPD 1
768| #define RESTRICTED_SHELL 1
769| #define PROCESS_SUBSTITUTION 1
770| #define PROMPT_STRING_DECODE 1
771| #define SELECT_COMMAND 1
772| #define HELP_BUILTIN 1
773| #define ARRAY_VARS 1
774| #define DPAREN_ARITHMETIC 1
775| #define BRACE_EXPANSION 1
776| #define COMMAND_TIMING 1
777| #define EXTENDED_GLOB 1
778| #define EXTGLOB_DEFAULT 0
779| #define COND_COMMAND 1
780| #define COND_REGEXP 1
781| #define COPROCESS_SUPPORT 1
782| #define ARITH_FOR_COMMAND 1
783| #define NETWORK_REDIRECTIONS 1
784| #define PROGRAMMABLE_COMPLETION 1
785| #define DEBUGGER 1
786| #define CASEMOD_ATTRS 1
787| #define CASEMOD_EXPANSIONS 1
788| #define GLOBASCII_DEFAULT 1
789| #define FUNCTION_IMPORT 1
790| #define TRANSLATABLE_STRINGS 1
791| #define MEMSCRAMBLE 1
792| #define HAVE_STDIO_H 1
793| #define HAVE_STDLIB_H 1
794| #define HAVE_STRING_H 1
795| #define HAVE_INTTYPES_H 1
796| #define HAVE_STDINT_H 1
797| #define HAVE_STRINGS_H 1
798| #define HAVE_SYS_STAT_H 1
799| #define HAVE_SYS_TYPES_H 1
800| #define HAVE_UNISTD_H 1
801| #define HAVE_WCHAR_H 1
802| #define HAVE_SYS_PARAM_H 1
803| #define HAVE_XLOCALE_H 1
804| #define HAVE_SYS_TIME_H 1
805| #define STDC_HEADERS 1
806| #define _ALL_SOURCE 1
807| #define _DARWIN_C_SOURCE 1
808| #define _GNU_SOURCE 1
809| #define _HPUX_ALT_XOPEN_SOCKET_API 1
810| #define _NETBSD_SOURCE 1
811| #define _OPENBSD_SOURCE 1
812| #define _POSIX_PTHREAD_SEMANTICS 1
813| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
814| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
815| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
816| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
817| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
818| #define __STDC_WANT_LIB_EXT2__ 1
819| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
820| #define _TANDEM_SOURCE 1
821| #define __EXTENSIONS__ 1
822| #define READLINE 1
823| #define HISTORY 1
824| #define BANG_HISTORY 1
825| #define HAVE_STRINGIZE 1
826| #define HAVE_LONG_DOUBLE 1
827| #define PROTOTYPES 1
828| #define __PROTOTYPES 1
829| #define restrict __restrict__
830| #define HAVE_VISIBILITY 1
831| #define HAVE_STDINT_H_WITH_UINTMAX 1
832| #define HAVE_ALLOCA_H 1
833| #define HAVE_ALLOCA 1
834| #define HAVE_GETPAGESIZE 1
835| #define HAVE_SYMLINK 1
836| #define HAVE_USELOCALE 1
837| #define HAVE_VPRINTF 1
838| #define HAVE_ALARM 1
839| #define HAVE_FPURGE 1
840| /* end confdefs.h.  */
841| /* Define __fpurge to an innocuous variant, in case <limits.h> declares __fpurge.
842|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
843| #define __fpurge innocuous___fpurge
844|
845| /* System header to define __stub macros and hopefully few prototypes,
846|    which can conflict with char __fpurge (); below.  */
847|
848| #include <limits.h>
849| #undef __fpurge
850|
851| /* Override any GCC internal prototype to avoid an error.
852|    Use char because int might match the return type of a GCC
853|    builtin and then its argument prototype would still apply.  */
854| #ifdef __cplusplus
855| extern "C"
856| #endif
857| char __fpurge ();
858| /* The GNU C library defines this for functions which it implements
859|     to always fail with ENOSYS.  Some functions are actually named
860|     something starting with __ and the normal name is an alias.  */
861| #if defined __stub___fpurge || defined __stub_____fpurge
862| choke me
863| #endif
864|
865| int
866| main (void)
867| {
868| return __fpurge ();
869|   ;
870|   return 0;
871| }
872configure:8283: result: no
873configure:8283: checking for snprintf
874configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
875conftest.c:99:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
876char snprintf ();
877     ^
878conftest.c:99:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
8791 warning generated.
880configure:8283: $? = 0
881configure:8283: result: yes
882configure:8283: checking for vsnprintf
883configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
884conftest.c:100:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
885char vsnprintf ();
886     ^
887conftest.c:100:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
8881 warning generated.
889configure:8283: $? = 0
890configure:8283: result: yes
891configure:8294: checking for working mmap
892configure:8446: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
893configure:8446: $? = 0
894configure:8446: ./conftest
895configure:8446: $? = 0
896configure:8457: result: yes
897configure:8468: checking whether integer division by zero raises SIGFPE
898configure:8549: result: guessing yes
899configure:8560: checking for inttypes.h
900configure:8580: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
901configure:8580: $? = 0
902configure:8588: result: yes
903configure:8597: checking for unsigned long long int
904configure:8639: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
905configure:8639: $? = 0
906configure:8649: result: yes
907configure:8675: checking for inttypes.h
908configure:8675: result: yes
909configure:8683: checking whether the inttypes.h PRIxNN macros are broken
910configure:8706: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
911configure:8706: $? = 0
912configure:8715: result: no
913configure:8823: checking for ld used by ccache /usr/bin/clang
914configure:8951: result: /Library/Developer/CommandLineTools/usr/bin/ld
915configure:8958: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
916configure:8974: result: no
917configure:8983: checking for shared library run path origin
918configure:8997: result: done
919configure:9019: checking 32-bit host C ABI
920configure:9058: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
921configure:9058: $? = 0
922configure:9254: result: no
923configure:9293: checking for the common suffixes of directories in the library search path
924configure:9345: result: lib,lib
925configure:9359: checking whether imported symbols can be declared weak
926configure:9378: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
927Undefined symbols for architecture x86_64:
928  "_xyzzy", referenced from:
929      _main in conftest-82f5eb.o
930ld: symbol(s) not found for architecture x86_64
931clang: error: linker command failed with exit code 1 (use -v to see invocation)
932configure:9378: $? = 1
933configure: failed program was:
934| /* confdefs.h */
935| #define PACKAGE_NAME "bash"
936| #define PACKAGE_TARNAME "bash"
937| #define PACKAGE_VERSION "5.2-release"
938| #define PACKAGE_STRING "bash 5.2-release"
939| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
940| #define PACKAGE_URL ""
941| #define ALIAS 1
942| #define PUSHD_AND_POPD 1
943| #define RESTRICTED_SHELL 1
944| #define PROCESS_SUBSTITUTION 1
945| #define PROMPT_STRING_DECODE 1
946| #define SELECT_COMMAND 1
947| #define HELP_BUILTIN 1
948| #define ARRAY_VARS 1
949| #define DPAREN_ARITHMETIC 1
950| #define BRACE_EXPANSION 1
951| #define COMMAND_TIMING 1
952| #define EXTENDED_GLOB 1
953| #define EXTGLOB_DEFAULT 0
954| #define COND_COMMAND 1
955| #define COND_REGEXP 1
956| #define COPROCESS_SUPPORT 1
957| #define ARITH_FOR_COMMAND 1
958| #define NETWORK_REDIRECTIONS 1
959| #define PROGRAMMABLE_COMPLETION 1
960| #define DEBUGGER 1
961| #define CASEMOD_ATTRS 1
962| #define CASEMOD_EXPANSIONS 1
963| #define GLOBASCII_DEFAULT 1
964| #define FUNCTION_IMPORT 1
965| #define TRANSLATABLE_STRINGS 1
966| #define MEMSCRAMBLE 1
967| #define HAVE_STDIO_H 1
968| #define HAVE_STDLIB_H 1
969| #define HAVE_STRING_H 1
970| #define HAVE_INTTYPES_H 1
971| #define HAVE_STDINT_H 1
972| #define HAVE_STRINGS_H 1
973| #define HAVE_SYS_STAT_H 1
974| #define HAVE_SYS_TYPES_H 1
975| #define HAVE_UNISTD_H 1
976| #define HAVE_WCHAR_H 1
977| #define HAVE_SYS_PARAM_H 1
978| #define HAVE_XLOCALE_H 1
979| #define HAVE_SYS_TIME_H 1
980| #define STDC_HEADERS 1
981| #define _ALL_SOURCE 1
982| #define _DARWIN_C_SOURCE 1
983| #define _GNU_SOURCE 1
984| #define _HPUX_ALT_XOPEN_SOCKET_API 1
985| #define _NETBSD_SOURCE 1
986| #define _OPENBSD_SOURCE 1
987| #define _POSIX_PTHREAD_SEMANTICS 1
988| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
989| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
990| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
991| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
992| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
993| #define __STDC_WANT_LIB_EXT2__ 1
994| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
995| #define _TANDEM_SOURCE 1
996| #define __EXTENSIONS__ 1
997| #define READLINE 1
998| #define HISTORY 1
999| #define BANG_HISTORY 1
1000| #define HAVE_STRINGIZE 1
1001| #define HAVE_LONG_DOUBLE 1
1002| #define PROTOTYPES 1
1003| #define __PROTOTYPES 1
1004| #define restrict __restrict__
1005| #define HAVE_VISIBILITY 1
1006| #define HAVE_STDINT_H_WITH_UINTMAX 1
1007| #define HAVE_ALLOCA_H 1
1008| #define HAVE_ALLOCA 1
1009| #define HAVE_GETPAGESIZE 1
1010| #define HAVE_SYMLINK 1
1011| #define HAVE_USELOCALE 1
1012| #define HAVE_VPRINTF 1
1013| #define HAVE_ALARM 1
1014| #define HAVE_FPURGE 1
1015| #define HAVE_SNPRINTF 1
1016| #define HAVE_VSNPRINTF 1
1017| #define HAVE_MMAP 1
1018| #define INTDIV0_RAISES_SIGFPE 1
1019| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1020| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1021| #define HAVE_UINTMAX_T 1
1022| #define HAVE_INTTYPES_H 1
1023| /* end confdefs.h.  */
1024| extern void xyzzy ();
1025| #pragma weak xyzzy
1026| int
1027| main (void)
1028| {
1029| xyzzy();
1030|   ;
1031|   return 0;
1032| }
1033configure:9431: result: no
1034configure:9436: checking for pthread.h
1035configure:9436: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1036configure:9436: $? = 0
1037configure:9436: result: yes
1038configure:9474: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c   >&5
1039configure:9474: $? = 0
1040configure:9491: checking for pthread_kill in -lpthread
1041configure:9514: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -lpthread   >&5
1042configure:9514: $? = 0
1043configure:9524: result: yes
1044configure:10272: checking for multithread API to use
1045configure:10274: result: posix
1046configure:10291: checking for pthread_rwlock_t
1047configure:10291: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1048configure:10291: $? = 0
1049configure:10291: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1050conftest.c:97:31: error: expected expression
1051if (sizeof ((pthread_rwlock_t)))
1052                              ^
10531 error generated.
1054configure:10291: $? = 1
1055configure: failed program was:
1056| /* confdefs.h */
1057| #define PACKAGE_NAME "bash"
1058| #define PACKAGE_TARNAME "bash"
1059| #define PACKAGE_VERSION "5.2-release"
1060| #define PACKAGE_STRING "bash 5.2-release"
1061| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1062| #define PACKAGE_URL ""
1063| #define ALIAS 1
1064| #define PUSHD_AND_POPD 1
1065| #define RESTRICTED_SHELL 1
1066| #define PROCESS_SUBSTITUTION 1
1067| #define PROMPT_STRING_DECODE 1
1068| #define SELECT_COMMAND 1
1069| #define HELP_BUILTIN 1
1070| #define ARRAY_VARS 1
1071| #define DPAREN_ARITHMETIC 1
1072| #define BRACE_EXPANSION 1
1073| #define COMMAND_TIMING 1
1074| #define EXTENDED_GLOB 1
1075| #define EXTGLOB_DEFAULT 0
1076| #define COND_COMMAND 1
1077| #define COND_REGEXP 1
1078| #define COPROCESS_SUPPORT 1
1079| #define ARITH_FOR_COMMAND 1
1080| #define NETWORK_REDIRECTIONS 1
1081| #define PROGRAMMABLE_COMPLETION 1
1082| #define DEBUGGER 1
1083| #define CASEMOD_ATTRS 1
1084| #define CASEMOD_EXPANSIONS 1
1085| #define GLOBASCII_DEFAULT 1
1086| #define FUNCTION_IMPORT 1
1087| #define TRANSLATABLE_STRINGS 1
1088| #define MEMSCRAMBLE 1
1089| #define HAVE_STDIO_H 1
1090| #define HAVE_STDLIB_H 1
1091| #define HAVE_STRING_H 1
1092| #define HAVE_INTTYPES_H 1
1093| #define HAVE_STDINT_H 1
1094| #define HAVE_STRINGS_H 1
1095| #define HAVE_SYS_STAT_H 1
1096| #define HAVE_SYS_TYPES_H 1
1097| #define HAVE_UNISTD_H 1
1098| #define HAVE_WCHAR_H 1
1099| #define HAVE_SYS_PARAM_H 1
1100| #define HAVE_XLOCALE_H 1
1101| #define HAVE_SYS_TIME_H 1
1102| #define STDC_HEADERS 1
1103| #define _ALL_SOURCE 1
1104| #define _DARWIN_C_SOURCE 1
1105| #define _GNU_SOURCE 1
1106| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1107| #define _NETBSD_SOURCE 1
1108| #define _OPENBSD_SOURCE 1
1109| #define _POSIX_PTHREAD_SEMANTICS 1
1110| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1111| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1112| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1113| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1114| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1115| #define __STDC_WANT_LIB_EXT2__ 1
1116| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1117| #define _TANDEM_SOURCE 1
1118| #define __EXTENSIONS__ 1
1119| #define READLINE 1
1120| #define HISTORY 1
1121| #define BANG_HISTORY 1
1122| #define HAVE_STRINGIZE 1
1123| #define HAVE_LONG_DOUBLE 1
1124| #define PROTOTYPES 1
1125| #define __PROTOTYPES 1
1126| #define restrict __restrict__
1127| #define HAVE_VISIBILITY 1
1128| #define HAVE_STDINT_H_WITH_UINTMAX 1
1129| #define HAVE_ALLOCA_H 1
1130| #define HAVE_ALLOCA 1
1131| #define HAVE_GETPAGESIZE 1
1132| #define HAVE_SYMLINK 1
1133| #define HAVE_USELOCALE 1
1134| #define HAVE_VPRINTF 1
1135| #define HAVE_ALARM 1
1136| #define HAVE_FPURGE 1
1137| #define HAVE_SNPRINTF 1
1138| #define HAVE_VSNPRINTF 1
1139| #define HAVE_MMAP 1
1140| #define INTDIV0_RAISES_SIGFPE 1
1141| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1142| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1143| #define HAVE_UINTMAX_T 1
1144| #define HAVE_INTTYPES_H 1
1145| #define USE_POSIX_THREADS 1
1146| /* end confdefs.h.  */
1147| #include <pthread.h>
1148|
1149| int
1150| main (void)
1151| {
1152| if (sizeof ((pthread_rwlock_t)))
1153|           return 0;
1154|   ;
1155|   return 0;
1156| }
1157configure:10291: result: yes
1158configure:10304: checking whether pthread_rwlock_rdlock prefers a writer to a reader
1159configure:10431: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -lpthread >&5
1160configure:10431: $? = 0
1161configure:10431: ./conftest
1162configure:10431: $? = 0
1163configure:10444: result: yes
1164configure:10478: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1165configure:10478: $? = 0
1166configure:10488: checking for ccache /usr/bin/clang options needed to detect all undeclared functions
1167configure:10510: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1168conftest.c:99:8: error: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration]
1169(void) strchr;
1170       ^
1171conftest.c:99:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
11721 error generated.
1173configure:10510: $? = 1
1174configure: failed program was:
1175| /* confdefs.h */
1176| #define PACKAGE_NAME "bash"
1177| #define PACKAGE_TARNAME "bash"
1178| #define PACKAGE_VERSION "5.2-release"
1179| #define PACKAGE_STRING "bash 5.2-release"
1180| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1181| #define PACKAGE_URL ""
1182| #define ALIAS 1
1183| #define PUSHD_AND_POPD 1
1184| #define RESTRICTED_SHELL 1
1185| #define PROCESS_SUBSTITUTION 1
1186| #define PROMPT_STRING_DECODE 1
1187| #define SELECT_COMMAND 1
1188| #define HELP_BUILTIN 1
1189| #define ARRAY_VARS 1
1190| #define DPAREN_ARITHMETIC 1
1191| #define BRACE_EXPANSION 1
1192| #define COMMAND_TIMING 1
1193| #define EXTENDED_GLOB 1
1194| #define EXTGLOB_DEFAULT 0
1195| #define COND_COMMAND 1
1196| #define COND_REGEXP 1
1197| #define COPROCESS_SUPPORT 1
1198| #define ARITH_FOR_COMMAND 1
1199| #define NETWORK_REDIRECTIONS 1
1200| #define PROGRAMMABLE_COMPLETION 1
1201| #define DEBUGGER 1
1202| #define CASEMOD_ATTRS 1
1203| #define CASEMOD_EXPANSIONS 1
1204| #define GLOBASCII_DEFAULT 1
1205| #define FUNCTION_IMPORT 1
1206| #define TRANSLATABLE_STRINGS 1
1207| #define MEMSCRAMBLE 1
1208| #define HAVE_STDIO_H 1
1209| #define HAVE_STDLIB_H 1
1210| #define HAVE_STRING_H 1
1211| #define HAVE_INTTYPES_H 1
1212| #define HAVE_STDINT_H 1
1213| #define HAVE_STRINGS_H 1
1214| #define HAVE_SYS_STAT_H 1
1215| #define HAVE_SYS_TYPES_H 1
1216| #define HAVE_UNISTD_H 1
1217| #define HAVE_WCHAR_H 1
1218| #define HAVE_SYS_PARAM_H 1
1219| #define HAVE_XLOCALE_H 1
1220| #define HAVE_SYS_TIME_H 1
1221| #define STDC_HEADERS 1
1222| #define _ALL_SOURCE 1
1223| #define _DARWIN_C_SOURCE 1
1224| #define _GNU_SOURCE 1
1225| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1226| #define _NETBSD_SOURCE 1
1227| #define _OPENBSD_SOURCE 1
1228| #define _POSIX_PTHREAD_SEMANTICS 1
1229| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1230| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1231| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1232| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1233| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1234| #define __STDC_WANT_LIB_EXT2__ 1
1235| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1236| #define _TANDEM_SOURCE 1
1237| #define __EXTENSIONS__ 1
1238| #define READLINE 1
1239| #define HISTORY 1
1240| #define BANG_HISTORY 1
1241| #define HAVE_STRINGIZE 1
1242| #define HAVE_LONG_DOUBLE 1
1243| #define PROTOTYPES 1
1244| #define __PROTOTYPES 1
1245| #define restrict __restrict__
1246| #define HAVE_VISIBILITY 1
1247| #define HAVE_STDINT_H_WITH_UINTMAX 1
1248| #define HAVE_ALLOCA_H 1
1249| #define HAVE_ALLOCA 1
1250| #define HAVE_GETPAGESIZE 1
1251| #define HAVE_SYMLINK 1
1252| #define HAVE_USELOCALE 1
1253| #define HAVE_VPRINTF 1
1254| #define HAVE_ALARM 1
1255| #define HAVE_FPURGE 1
1256| #define HAVE_SNPRINTF 1
1257| #define HAVE_VSNPRINTF 1
1258| #define HAVE_MMAP 1
1259| #define INTDIV0_RAISES_SIGFPE 1
1260| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1261| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1262| #define HAVE_UINTMAX_T 1
1263| #define HAVE_INTTYPES_H 1
1264| #define USE_POSIX_THREADS 1
1265| #define HAVE_PTHREAD_RWLOCK 1
1266| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1267| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1268| /* end confdefs.h.  */
1269|
1270| int
1271| main (void)
1272| {
1273| (void) strchr;
1274|   ;
1275|   return 0;
1276| }
1277configure:10537: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1278configure:10537: $? = 0
1279configure:10554: result: none needed
1280configure:11063: checking for iconv
1281configure:11088: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1282Undefined symbols for architecture x86_64:
1283  "_libiconv", referenced from:
1284      _main in conftest-ea00d9.o
1285  "_libiconv_close", referenced from:
1286      _main in conftest-ea00d9.o
1287  "_libiconv_open", referenced from:
1288      _main in conftest-ea00d9.o
1289ld: symbol(s) not found for architecture x86_64
1290clang: error: linker command failed with exit code 1 (use -v to see invocation)
1291configure:11088: $? = 1
1292configure: failed program was:
1293| /* confdefs.h */
1294| #define PACKAGE_NAME "bash"
1295| #define PACKAGE_TARNAME "bash"
1296| #define PACKAGE_VERSION "5.2-release"
1297| #define PACKAGE_STRING "bash 5.2-release"
1298| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1299| #define PACKAGE_URL ""
1300| #define ALIAS 1
1301| #define PUSHD_AND_POPD 1
1302| #define RESTRICTED_SHELL 1
1303| #define PROCESS_SUBSTITUTION 1
1304| #define PROMPT_STRING_DECODE 1
1305| #define SELECT_COMMAND 1
1306| #define HELP_BUILTIN 1
1307| #define ARRAY_VARS 1
1308| #define DPAREN_ARITHMETIC 1
1309| #define BRACE_EXPANSION 1
1310| #define COMMAND_TIMING 1
1311| #define EXTENDED_GLOB 1
1312| #define EXTGLOB_DEFAULT 0
1313| #define COND_COMMAND 1
1314| #define COND_REGEXP 1
1315| #define COPROCESS_SUPPORT 1
1316| #define ARITH_FOR_COMMAND 1
1317| #define NETWORK_REDIRECTIONS 1
1318| #define PROGRAMMABLE_COMPLETION 1
1319| #define DEBUGGER 1
1320| #define CASEMOD_ATTRS 1
1321| #define CASEMOD_EXPANSIONS 1
1322| #define GLOBASCII_DEFAULT 1
1323| #define FUNCTION_IMPORT 1
1324| #define TRANSLATABLE_STRINGS 1
1325| #define MEMSCRAMBLE 1
1326| #define HAVE_STDIO_H 1
1327| #define HAVE_STDLIB_H 1
1328| #define HAVE_STRING_H 1
1329| #define HAVE_INTTYPES_H 1
1330| #define HAVE_STDINT_H 1
1331| #define HAVE_STRINGS_H 1
1332| #define HAVE_SYS_STAT_H 1
1333| #define HAVE_SYS_TYPES_H 1
1334| #define HAVE_UNISTD_H 1
1335| #define HAVE_WCHAR_H 1
1336| #define HAVE_SYS_PARAM_H 1
1337| #define HAVE_XLOCALE_H 1
1338| #define HAVE_SYS_TIME_H 1
1339| #define STDC_HEADERS 1
1340| #define _ALL_SOURCE 1
1341| #define _DARWIN_C_SOURCE 1
1342| #define _GNU_SOURCE 1
1343| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1344| #define _NETBSD_SOURCE 1
1345| #define _OPENBSD_SOURCE 1
1346| #define _POSIX_PTHREAD_SEMANTICS 1
1347| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1348| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1349| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1350| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1351| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1352| #define __STDC_WANT_LIB_EXT2__ 1
1353| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1354| #define _TANDEM_SOURCE 1
1355| #define __EXTENSIONS__ 1
1356| #define READLINE 1
1357| #define HISTORY 1
1358| #define BANG_HISTORY 1
1359| #define HAVE_STRINGIZE 1
1360| #define HAVE_LONG_DOUBLE 1
1361| #define PROTOTYPES 1
1362| #define __PROTOTYPES 1
1363| #define restrict __restrict__
1364| #define HAVE_VISIBILITY 1
1365| #define HAVE_STDINT_H_WITH_UINTMAX 1
1366| #define HAVE_ALLOCA_H 1
1367| #define HAVE_ALLOCA 1
1368| #define HAVE_GETPAGESIZE 1
1369| #define HAVE_SYMLINK 1
1370| #define HAVE_USELOCALE 1
1371| #define HAVE_VPRINTF 1
1372| #define HAVE_ALARM 1
1373| #define HAVE_FPURGE 1
1374| #define HAVE_SNPRINTF 1
1375| #define HAVE_VSNPRINTF 1
1376| #define HAVE_MMAP 1
1377| #define INTDIV0_RAISES_SIGFPE 1
1378| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1379| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1380| #define HAVE_UINTMAX_T 1
1381| #define HAVE_INTTYPES_H 1
1382| #define USE_POSIX_THREADS 1
1383| #define HAVE_PTHREAD_RWLOCK 1
1384| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1385| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1386| /* end confdefs.h.  */
1387|
1388| #include <stdlib.h>
1389| #include <iconv.h>
1390|
1391| int
1392| main (void)
1393| {
1394| iconv_t cd = iconv_open("","");
1395|            iconv(cd,NULL,NULL,NULL,NULL);
1396|            iconv_close(cd);
1397|   ;
1398|   return 0;
1399| }
1400configure:11113: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -liconv >&5
1401configure:11113: $? = 0
1402configure:11124: result: yes
1403configure:11127: checking for working iconv
1404configure:11270: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -liconv >&5
1405configure:11270: $? = 0
1406configure:11270: ./conftest
1407configure:11270: $? = 0
1408configure:11283: result: yes
1409configure:11298: checking how to link with libiconv
1410configure:11300: result: -liconv
1411configure:11311: checking for iconv declaration
1412configure:11341: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1413configure:11341: $? = 0
1414configure:11352: result:
1415         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1416configure:11378: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1417configure:11378: $? = 0
1418configure:11387: checking for argz.h
1419configure:11387: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1420conftest.c:126:10: fatal error: 'argz.h' file not found
1421#include <argz.h>
1422         ^~~~~~~~
14231 error generated.
1424configure:11387: $? = 1
1425configure: failed program was:
1426| /* confdefs.h */
1427| #define PACKAGE_NAME "bash"
1428| #define PACKAGE_TARNAME "bash"
1429| #define PACKAGE_VERSION "5.2-release"
1430| #define PACKAGE_STRING "bash 5.2-release"
1431| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1432| #define PACKAGE_URL ""
1433| #define ALIAS 1
1434| #define PUSHD_AND_POPD 1
1435| #define RESTRICTED_SHELL 1
1436| #define PROCESS_SUBSTITUTION 1
1437| #define PROMPT_STRING_DECODE 1
1438| #define SELECT_COMMAND 1
1439| #define HELP_BUILTIN 1
1440| #define ARRAY_VARS 1
1441| #define DPAREN_ARITHMETIC 1
1442| #define BRACE_EXPANSION 1
1443| #define COMMAND_TIMING 1
1444| #define EXTENDED_GLOB 1
1445| #define EXTGLOB_DEFAULT 0
1446| #define COND_COMMAND 1
1447| #define COND_REGEXP 1
1448| #define COPROCESS_SUPPORT 1
1449| #define ARITH_FOR_COMMAND 1
1450| #define NETWORK_REDIRECTIONS 1
1451| #define PROGRAMMABLE_COMPLETION 1
1452| #define DEBUGGER 1
1453| #define CASEMOD_ATTRS 1
1454| #define CASEMOD_EXPANSIONS 1
1455| #define GLOBASCII_DEFAULT 1
1456| #define FUNCTION_IMPORT 1
1457| #define TRANSLATABLE_STRINGS 1
1458| #define MEMSCRAMBLE 1
1459| #define HAVE_STDIO_H 1
1460| #define HAVE_STDLIB_H 1
1461| #define HAVE_STRING_H 1
1462| #define HAVE_INTTYPES_H 1
1463| #define HAVE_STDINT_H 1
1464| #define HAVE_STRINGS_H 1
1465| #define HAVE_SYS_STAT_H 1
1466| #define HAVE_SYS_TYPES_H 1
1467| #define HAVE_UNISTD_H 1
1468| #define HAVE_WCHAR_H 1
1469| #define HAVE_SYS_PARAM_H 1
1470| #define HAVE_XLOCALE_H 1
1471| #define HAVE_SYS_TIME_H 1
1472| #define STDC_HEADERS 1
1473| #define _ALL_SOURCE 1
1474| #define _DARWIN_C_SOURCE 1
1475| #define _GNU_SOURCE 1
1476| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1477| #define _NETBSD_SOURCE 1
1478| #define _OPENBSD_SOURCE 1
1479| #define _POSIX_PTHREAD_SEMANTICS 1
1480| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1481| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1482| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1483| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1484| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1485| #define __STDC_WANT_LIB_EXT2__ 1
1486| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1487| #define _TANDEM_SOURCE 1
1488| #define __EXTENSIONS__ 1
1489| #define READLINE 1
1490| #define HISTORY 1
1491| #define BANG_HISTORY 1
1492| #define HAVE_STRINGIZE 1
1493| #define HAVE_LONG_DOUBLE 1
1494| #define PROTOTYPES 1
1495| #define __PROTOTYPES 1
1496| #define restrict __restrict__
1497| #define HAVE_VISIBILITY 1
1498| #define HAVE_STDINT_H_WITH_UINTMAX 1
1499| #define HAVE_ALLOCA_H 1
1500| #define HAVE_ALLOCA 1
1501| #define HAVE_GETPAGESIZE 1
1502| #define HAVE_SYMLINK 1
1503| #define HAVE_USELOCALE 1
1504| #define HAVE_VPRINTF 1
1505| #define HAVE_ALARM 1
1506| #define HAVE_FPURGE 1
1507| #define HAVE_SNPRINTF 1
1508| #define HAVE_VSNPRINTF 1
1509| #define HAVE_MMAP 1
1510| #define INTDIV0_RAISES_SIGFPE 1
1511| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1512| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1513| #define HAVE_UINTMAX_T 1
1514| #define HAVE_INTTYPES_H 1
1515| #define USE_POSIX_THREADS 1
1516| #define HAVE_PTHREAD_RWLOCK 1
1517| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1518| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1519| #define HAVE_ICONV 1
1520| #define ICONV_CONST
1521| #define HAVE_BUILTIN_EXPECT 1
1522| /* end confdefs.h.  */
1523| #include <stddef.h>
1524| #ifdef HAVE_STDIO_H
1525| # include <stdio.h>
1526| #endif
1527| #ifdef HAVE_STDLIB_H
1528| # include <stdlib.h>
1529| #endif
1530| #ifdef HAVE_STRING_H
1531| # include <string.h>
1532| #endif
1533| #ifdef HAVE_INTTYPES_H
1534| # include <inttypes.h>
1535| #endif
1536| #ifdef HAVE_STDINT_H
1537| # include <stdint.h>
1538| #endif
1539| #ifdef HAVE_STRINGS_H
1540| # include <strings.h>
1541| #endif
1542| #ifdef HAVE_SYS_TYPES_H
1543| # include <sys/types.h>
1544| #endif
1545| #ifdef HAVE_SYS_STAT_H
1546| # include <sys/stat.h>
1547| #endif
1548| #ifdef HAVE_UNISTD_H
1549| # include <unistd.h>
1550| #endif
1551| #include <argz.h>
1552configure:11387: result: no
1553configure:11393: checking for inttypes.h
1554configure:11393: result: yes
1555configure:11399: checking for limits.h
1556configure:11399: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1557configure:11399: $? = 0
1558configure:11399: result: yes
1559configure:11405: checking for unistd.h
1560configure:11405: result: yes
1561configure:11411: checking for sys/param.h
1562configure:11411: result: yes
1563configure:11418: checking for getcwd
1564configure:11418: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1565configure:11418: $? = 0
1566configure:11418: result: yes
1567configure:11424: checking for getegid
1568configure:11424: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1569configure:11424: $? = 0
1570configure:11424: result: yes
1571configure:11430: checking for geteuid
1572configure:11430: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1573configure:11430: $? = 0
1574configure:11430: result: yes
1575configure:11436: checking for getgid
1576configure:11436: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1577configure:11436: $? = 0
1578configure:11436: result: yes
1579configure:11442: checking for getuid
1580configure:11442: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1581configure:11442: $? = 0
1582configure:11442: result: yes
1583configure:11448: checking for mempcpy
1584configure:11448: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1585conftest.c:123:6: warning: incompatible redeclaration of library function 'mempcpy' [-Wincompatible-library-redeclaration]
1586char mempcpy ();
1587     ^
1588conftest.c:123:6: note: 'mempcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
15891 warning generated.
1590Undefined symbols for architecture x86_64:
1591  "_mempcpy", referenced from:
1592      _main in conftest-dc8dd7.o
1593ld: symbol(s) not found for architecture x86_64
1594clang: error: linker command failed with exit code 1 (use -v to see invocation)
1595configure:11448: $? = 1
1596configure: failed program was:
1597| /* confdefs.h */
1598| #define PACKAGE_NAME "bash"
1599| #define PACKAGE_TARNAME "bash"
1600| #define PACKAGE_VERSION "5.2-release"
1601| #define PACKAGE_STRING "bash 5.2-release"
1602| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1603| #define PACKAGE_URL ""
1604| #define ALIAS 1
1605| #define PUSHD_AND_POPD 1
1606| #define RESTRICTED_SHELL 1
1607| #define PROCESS_SUBSTITUTION 1
1608| #define PROMPT_STRING_DECODE 1
1609| #define SELECT_COMMAND 1
1610| #define HELP_BUILTIN 1
1611| #define ARRAY_VARS 1
1612| #define DPAREN_ARITHMETIC 1
1613| #define BRACE_EXPANSION 1
1614| #define COMMAND_TIMING 1
1615| #define EXTENDED_GLOB 1
1616| #define EXTGLOB_DEFAULT 0
1617| #define COND_COMMAND 1
1618| #define COND_REGEXP 1
1619| #define COPROCESS_SUPPORT 1
1620| #define ARITH_FOR_COMMAND 1
1621| #define NETWORK_REDIRECTIONS 1
1622| #define PROGRAMMABLE_COMPLETION 1
1623| #define DEBUGGER 1
1624| #define CASEMOD_ATTRS 1
1625| #define CASEMOD_EXPANSIONS 1
1626| #define GLOBASCII_DEFAULT 1
1627| #define FUNCTION_IMPORT 1
1628| #define TRANSLATABLE_STRINGS 1
1629| #define MEMSCRAMBLE 1
1630| #define HAVE_STDIO_H 1
1631| #define HAVE_STDLIB_H 1
1632| #define HAVE_STRING_H 1
1633| #define HAVE_INTTYPES_H 1
1634| #define HAVE_STDINT_H 1
1635| #define HAVE_STRINGS_H 1
1636| #define HAVE_SYS_STAT_H 1
1637| #define HAVE_SYS_TYPES_H 1
1638| #define HAVE_UNISTD_H 1
1639| #define HAVE_WCHAR_H 1
1640| #define HAVE_SYS_PARAM_H 1
1641| #define HAVE_XLOCALE_H 1
1642| #define HAVE_SYS_TIME_H 1
1643| #define STDC_HEADERS 1
1644| #define _ALL_SOURCE 1
1645| #define _DARWIN_C_SOURCE 1
1646| #define _GNU_SOURCE 1
1647| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1648| #define _NETBSD_SOURCE 1
1649| #define _OPENBSD_SOURCE 1
1650| #define _POSIX_PTHREAD_SEMANTICS 1
1651| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1652| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1653| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1654| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1655| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1656| #define __STDC_WANT_LIB_EXT2__ 1
1657| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1658| #define _TANDEM_SOURCE 1
1659| #define __EXTENSIONS__ 1
1660| #define READLINE 1
1661| #define HISTORY 1
1662| #define BANG_HISTORY 1
1663| #define HAVE_STRINGIZE 1
1664| #define HAVE_LONG_DOUBLE 1
1665| #define PROTOTYPES 1
1666| #define __PROTOTYPES 1
1667| #define restrict __restrict__
1668| #define HAVE_VISIBILITY 1
1669| #define HAVE_STDINT_H_WITH_UINTMAX 1
1670| #define HAVE_ALLOCA_H 1
1671| #define HAVE_ALLOCA 1
1672| #define HAVE_GETPAGESIZE 1
1673| #define HAVE_SYMLINK 1
1674| #define HAVE_USELOCALE 1
1675| #define HAVE_VPRINTF 1
1676| #define HAVE_ALARM 1
1677| #define HAVE_FPURGE 1
1678| #define HAVE_SNPRINTF 1
1679| #define HAVE_VSNPRINTF 1
1680| #define HAVE_MMAP 1
1681| #define INTDIV0_RAISES_SIGFPE 1
1682| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1683| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1684| #define HAVE_UINTMAX_T 1
1685| #define HAVE_INTTYPES_H 1
1686| #define USE_POSIX_THREADS 1
1687| #define HAVE_PTHREAD_RWLOCK 1
1688| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1689| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1690| #define HAVE_ICONV 1
1691| #define ICONV_CONST
1692| #define HAVE_BUILTIN_EXPECT 1
1693| #define HAVE_INTTYPES_H 1
1694| #define HAVE_LIMITS_H 1
1695| #define HAVE_UNISTD_H 1
1696| #define HAVE_SYS_PARAM_H 1
1697| #define HAVE_GETCWD 1
1698| #define HAVE_GETEGID 1
1699| #define HAVE_GETEUID 1
1700| #define HAVE_GETGID 1
1701| #define HAVE_GETUID 1
1702| /* end confdefs.h.  */
1703| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
1704|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1705| #define mempcpy innocuous_mempcpy
1706|
1707| /* System header to define __stub macros and hopefully few prototypes,
1708|    which can conflict with char mempcpy (); below.  */
1709|
1710| #include <limits.h>
1711| #undef mempcpy
1712|
1713| /* Override any GCC internal prototype to avoid an error.
1714|    Use char because int might match the return type of a GCC
1715|    builtin and then its argument prototype would still apply.  */
1716| #ifdef __cplusplus
1717| extern "C"
1718| #endif
1719| char mempcpy ();
1720| /* The GNU C library defines this for functions which it implements
1721|     to always fail with ENOSYS.  Some functions are actually named
1722|     something starting with __ and the normal name is an alias.  */
1723| #if defined __stub_mempcpy || defined __stub___mempcpy
1724| choke me
1725| #endif
1726|
1727| int
1728| main (void)
1729| {
1730| return mempcpy ();
1731|   ;
1732|   return 0;
1733| }
1734configure:11448: result: no
1735configure:11454: checking for munmap
1736configure:11454: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1737configure:11454: $? = 0
1738configure:11454: result: yes
1739configure:11460: checking for stpcpy
1740configure:11460: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1741conftest.c:124:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
1742char stpcpy ();
1743     ^
1744conftest.c:124:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
17451 warning generated.
1746configure:11460: $? = 0
1747configure:11460: result: yes
1748configure:11466: checking for strcasecmp
1749configure:11466: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1750conftest.c:125:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
1751char strcasecmp ();
1752     ^
1753conftest.c:125:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
17541 warning generated.
1755configure:11466: $? = 0
1756configure:11466: result: yes
1757configure:11472: checking for strdup
1758configure:11472: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1759conftest.c:126:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
1760char strdup ();
1761     ^
1762conftest.c:126:6: note: 'strdup' is a builtin with type 'char *(const char *)'
17631 warning generated.
1764configure:11472: $? = 0
1765configure:11472: result: yes
1766configure:11478: checking for strtoul
1767configure:11478: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1768conftest.c:127:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration]
1769char strtoul ();
1770     ^
1771conftest.c:127:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)'
17721 warning generated.
1773configure:11478: $? = 0
1774configure:11478: result: yes
1775configure:11484: checking for tsearch
1776configure:11484: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1777configure:11484: $? = 0
1778configure:11484: result: yes
1779configure:11490: checking for argz_count
1780configure:11490: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1781Undefined symbols for architecture x86_64:
1782  "_argz_count", referenced from:
1783      _main in conftest-7f8944.o
1784ld: symbol(s) not found for architecture x86_64
1785clang: error: linker command failed with exit code 1 (use -v to see invocation)
1786configure:11490: $? = 1
1787configure: failed program was:
1788| /* confdefs.h */
1789| #define PACKAGE_NAME "bash"
1790| #define PACKAGE_TARNAME "bash"
1791| #define PACKAGE_VERSION "5.2-release"
1792| #define PACKAGE_STRING "bash 5.2-release"
1793| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1794| #define PACKAGE_URL ""
1795| #define ALIAS 1
1796| #define PUSHD_AND_POPD 1
1797| #define RESTRICTED_SHELL 1
1798| #define PROCESS_SUBSTITUTION 1
1799| #define PROMPT_STRING_DECODE 1
1800| #define SELECT_COMMAND 1
1801| #define HELP_BUILTIN 1
1802| #define ARRAY_VARS 1
1803| #define DPAREN_ARITHMETIC 1
1804| #define BRACE_EXPANSION 1
1805| #define COMMAND_TIMING 1
1806| #define EXTENDED_GLOB 1
1807| #define EXTGLOB_DEFAULT 0
1808| #define COND_COMMAND 1
1809| #define COND_REGEXP 1
1810| #define COPROCESS_SUPPORT 1
1811| #define ARITH_FOR_COMMAND 1
1812| #define NETWORK_REDIRECTIONS 1
1813| #define PROGRAMMABLE_COMPLETION 1
1814| #define DEBUGGER 1
1815| #define CASEMOD_ATTRS 1
1816| #define CASEMOD_EXPANSIONS 1
1817| #define GLOBASCII_DEFAULT 1
1818| #define FUNCTION_IMPORT 1
1819| #define TRANSLATABLE_STRINGS 1
1820| #define MEMSCRAMBLE 1
1821| #define HAVE_STDIO_H 1
1822| #define HAVE_STDLIB_H 1
1823| #define HAVE_STRING_H 1
1824| #define HAVE_INTTYPES_H 1
1825| #define HAVE_STDINT_H 1
1826| #define HAVE_STRINGS_H 1
1827| #define HAVE_SYS_STAT_H 1
1828| #define HAVE_SYS_TYPES_H 1
1829| #define HAVE_UNISTD_H 1
1830| #define HAVE_WCHAR_H 1
1831| #define HAVE_SYS_PARAM_H 1
1832| #define HAVE_XLOCALE_H 1
1833| #define HAVE_SYS_TIME_H 1
1834| #define STDC_HEADERS 1
1835| #define _ALL_SOURCE 1
1836| #define _DARWIN_C_SOURCE 1
1837| #define _GNU_SOURCE 1
1838| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1839| #define _NETBSD_SOURCE 1
1840| #define _OPENBSD_SOURCE 1
1841| #define _POSIX_PTHREAD_SEMANTICS 1
1842| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1843| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1844| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1845| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1846| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1847| #define __STDC_WANT_LIB_EXT2__ 1
1848| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1849| #define _TANDEM_SOURCE 1
1850| #define __EXTENSIONS__ 1
1851| #define READLINE 1
1852| #define HISTORY 1
1853| #define BANG_HISTORY 1
1854| #define HAVE_STRINGIZE 1
1855| #define HAVE_LONG_DOUBLE 1
1856| #define PROTOTYPES 1
1857| #define __PROTOTYPES 1
1858| #define restrict __restrict__
1859| #define HAVE_VISIBILITY 1
1860| #define HAVE_STDINT_H_WITH_UINTMAX 1
1861| #define HAVE_ALLOCA_H 1
1862| #define HAVE_ALLOCA 1
1863| #define HAVE_GETPAGESIZE 1
1864| #define HAVE_SYMLINK 1
1865| #define HAVE_USELOCALE 1
1866| #define HAVE_VPRINTF 1
1867| #define HAVE_ALARM 1
1868| #define HAVE_FPURGE 1
1869| #define HAVE_SNPRINTF 1
1870| #define HAVE_VSNPRINTF 1
1871| #define HAVE_MMAP 1
1872| #define INTDIV0_RAISES_SIGFPE 1
1873| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1874| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1875| #define HAVE_UINTMAX_T 1
1876| #define HAVE_INTTYPES_H 1
1877| #define USE_POSIX_THREADS 1
1878| #define HAVE_PTHREAD_RWLOCK 1
1879| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1880| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1881| #define HAVE_ICONV 1
1882| #define ICONV_CONST
1883| #define HAVE_BUILTIN_EXPECT 1
1884| #define HAVE_INTTYPES_H 1
1885| #define HAVE_LIMITS_H 1
1886| #define HAVE_UNISTD_H 1
1887| #define HAVE_SYS_PARAM_H 1
1888| #define HAVE_GETCWD 1
1889| #define HAVE_GETEGID 1
1890| #define HAVE_GETEUID 1
1891| #define HAVE_GETGID 1
1892| #define HAVE_GETUID 1
1893| #define HAVE_MUNMAP 1
1894| #define HAVE_STPCPY 1
1895| #define HAVE_STRCASECMP 1
1896| #define HAVE_STRDUP 1
1897| #define HAVE_STRTOUL 1
1898| #define HAVE_TSEARCH 1
1899| /* end confdefs.h.  */
1900| /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
1901|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1902| #define argz_count innocuous_argz_count
1903|
1904| /* System header to define __stub macros and hopefully few prototypes,
1905|    which can conflict with char argz_count (); below.  */
1906|
1907| #include <limits.h>
1908| #undef argz_count
1909|
1910| /* Override any GCC internal prototype to avoid an error.
1911|    Use char because int might match the return type of a GCC
1912|    builtin and then its argument prototype would still apply.  */
1913| #ifdef __cplusplus
1914| extern "C"
1915| #endif
1916| char argz_count ();
1917| /* The GNU C library defines this for functions which it implements
1918|     to always fail with ENOSYS.  Some functions are actually named
1919|     something starting with __ and the normal name is an alias.  */
1920| #if defined __stub_argz_count || defined __stub___argz_count
1921| choke me
1922| #endif
1923|
1924| int
1925| main (void)
1926| {
1927| return argz_count ();
1928|   ;
1929|   return 0;
1930| }
1931configure:11490: result: no
1932configure:11496: checking for argz_stringify
1933configure:11496: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1934Undefined symbols for architecture x86_64:
1935  "_argz_stringify", referenced from:
1936      _main in conftest-4db191.o
1937ld: symbol(s) not found for architecture x86_64
1938clang: error: linker command failed with exit code 1 (use -v to see invocation)
1939configure:11496: $? = 1
1940configure: failed program was:
1941| /* confdefs.h */
1942| #define PACKAGE_NAME "bash"
1943| #define PACKAGE_TARNAME "bash"
1944| #define PACKAGE_VERSION "5.2-release"
1945| #define PACKAGE_STRING "bash 5.2-release"
1946| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1947| #define PACKAGE_URL ""
1948| #define ALIAS 1
1949| #define PUSHD_AND_POPD 1
1950| #define RESTRICTED_SHELL 1
1951| #define PROCESS_SUBSTITUTION 1
1952| #define PROMPT_STRING_DECODE 1
1953| #define SELECT_COMMAND 1
1954| #define HELP_BUILTIN 1
1955| #define ARRAY_VARS 1
1956| #define DPAREN_ARITHMETIC 1
1957| #define BRACE_EXPANSION 1
1958| #define COMMAND_TIMING 1
1959| #define EXTENDED_GLOB 1
1960| #define EXTGLOB_DEFAULT 0
1961| #define COND_COMMAND 1
1962| #define COND_REGEXP 1
1963| #define COPROCESS_SUPPORT 1
1964| #define ARITH_FOR_COMMAND 1
1965| #define NETWORK_REDIRECTIONS 1
1966| #define PROGRAMMABLE_COMPLETION 1
1967| #define DEBUGGER 1
1968| #define CASEMOD_ATTRS 1
1969| #define CASEMOD_EXPANSIONS 1
1970| #define GLOBASCII_DEFAULT 1
1971| #define FUNCTION_IMPORT 1
1972| #define TRANSLATABLE_STRINGS 1
1973| #define MEMSCRAMBLE 1
1974| #define HAVE_STDIO_H 1
1975| #define HAVE_STDLIB_H 1
1976| #define HAVE_STRING_H 1
1977| #define HAVE_INTTYPES_H 1
1978| #define HAVE_STDINT_H 1
1979| #define HAVE_STRINGS_H 1
1980| #define HAVE_SYS_STAT_H 1
1981| #define HAVE_SYS_TYPES_H 1
1982| #define HAVE_UNISTD_H 1
1983| #define HAVE_WCHAR_H 1
1984| #define HAVE_SYS_PARAM_H 1
1985| #define HAVE_XLOCALE_H 1
1986| #define HAVE_SYS_TIME_H 1
1987| #define STDC_HEADERS 1
1988| #define _ALL_SOURCE 1
1989| #define _DARWIN_C_SOURCE 1
1990| #define _GNU_SOURCE 1
1991| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1992| #define _NETBSD_SOURCE 1
1993| #define _OPENBSD_SOURCE 1
1994| #define _POSIX_PTHREAD_SEMANTICS 1
1995| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1996| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1997| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1998| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1999| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2000| #define __STDC_WANT_LIB_EXT2__ 1
2001| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2002| #define _TANDEM_SOURCE 1
2003| #define __EXTENSIONS__ 1
2004| #define READLINE 1
2005| #define HISTORY 1
2006| #define BANG_HISTORY 1
2007| #define HAVE_STRINGIZE 1
2008| #define HAVE_LONG_DOUBLE 1
2009| #define PROTOTYPES 1
2010| #define __PROTOTYPES 1
2011| #define restrict __restrict__
2012| #define HAVE_VISIBILITY 1
2013| #define HAVE_STDINT_H_WITH_UINTMAX 1
2014| #define HAVE_ALLOCA_H 1
2015| #define HAVE_ALLOCA 1
2016| #define HAVE_GETPAGESIZE 1
2017| #define HAVE_SYMLINK 1
2018| #define HAVE_USELOCALE 1
2019| #define HAVE_VPRINTF 1
2020| #define HAVE_ALARM 1
2021| #define HAVE_FPURGE 1
2022| #define HAVE_SNPRINTF 1
2023| #define HAVE_VSNPRINTF 1
2024| #define HAVE_MMAP 1
2025| #define INTDIV0_RAISES_SIGFPE 1
2026| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2027| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2028| #define HAVE_UINTMAX_T 1
2029| #define HAVE_INTTYPES_H 1
2030| #define USE_POSIX_THREADS 1
2031| #define HAVE_PTHREAD_RWLOCK 1
2032| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2033| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2034| #define HAVE_ICONV 1
2035| #define ICONV_CONST
2036| #define HAVE_BUILTIN_EXPECT 1
2037| #define HAVE_INTTYPES_H 1
2038| #define HAVE_LIMITS_H 1
2039| #define HAVE_UNISTD_H 1
2040| #define HAVE_SYS_PARAM_H 1
2041| #define HAVE_GETCWD 1
2042| #define HAVE_GETEGID 1
2043| #define HAVE_GETEUID 1
2044| #define HAVE_GETGID 1
2045| #define HAVE_GETUID 1
2046| #define HAVE_MUNMAP 1
2047| #define HAVE_STPCPY 1
2048| #define HAVE_STRCASECMP 1
2049| #define HAVE_STRDUP 1
2050| #define HAVE_STRTOUL 1
2051| #define HAVE_TSEARCH 1
2052| /* end confdefs.h.  */
2053| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
2054|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2055| #define argz_stringify innocuous_argz_stringify
2056|
2057| /* System header to define __stub macros and hopefully few prototypes,
2058|    which can conflict with char argz_stringify (); below.  */
2059|
2060| #include <limits.h>
2061| #undef argz_stringify
2062|
2063| /* Override any GCC internal prototype to avoid an error.
2064|    Use char because int might match the return type of a GCC
2065|    builtin and then its argument prototype would still apply.  */
2066| #ifdef __cplusplus
2067| extern "C"
2068| #endif
2069| char argz_stringify ();
2070| /* The GNU C library defines this for functions which it implements
2071|     to always fail with ENOSYS.  Some functions are actually named
2072|     something starting with __ and the normal name is an alias.  */
2073| #if defined __stub_argz_stringify || defined __stub___argz_stringify
2074| choke me
2075| #endif
2076|
2077| int
2078| main (void)
2079| {
2080| return argz_stringify ();
2081|   ;
2082|   return 0;
2083| }
2084configure:11496: result: no
2085configure:11502: checking for argz_next
2086configure:11502: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2087Undefined symbols for architecture x86_64:
2088  "_argz_next", referenced from:
2089      _main in conftest-331b76.o
2090ld: symbol(s) not found for architecture x86_64
2091clang: error: linker command failed with exit code 1 (use -v to see invocation)
2092configure:11502: $? = 1
2093configure: failed program was:
2094| /* confdefs.h */
2095| #define PACKAGE_NAME "bash"
2096| #define PACKAGE_TARNAME "bash"
2097| #define PACKAGE_VERSION "5.2-release"
2098| #define PACKAGE_STRING "bash 5.2-release"
2099| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2100| #define PACKAGE_URL ""
2101| #define ALIAS 1
2102| #define PUSHD_AND_POPD 1
2103| #define RESTRICTED_SHELL 1
2104| #define PROCESS_SUBSTITUTION 1
2105| #define PROMPT_STRING_DECODE 1
2106| #define SELECT_COMMAND 1
2107| #define HELP_BUILTIN 1
2108| #define ARRAY_VARS 1
2109| #define DPAREN_ARITHMETIC 1
2110| #define BRACE_EXPANSION 1
2111| #define COMMAND_TIMING 1
2112| #define EXTENDED_GLOB 1
2113| #define EXTGLOB_DEFAULT 0
2114| #define COND_COMMAND 1
2115| #define COND_REGEXP 1
2116| #define COPROCESS_SUPPORT 1
2117| #define ARITH_FOR_COMMAND 1
2118| #define NETWORK_REDIRECTIONS 1
2119| #define PROGRAMMABLE_COMPLETION 1
2120| #define DEBUGGER 1
2121| #define CASEMOD_ATTRS 1
2122| #define CASEMOD_EXPANSIONS 1
2123| #define GLOBASCII_DEFAULT 1
2124| #define FUNCTION_IMPORT 1
2125| #define TRANSLATABLE_STRINGS 1
2126| #define MEMSCRAMBLE 1
2127| #define HAVE_STDIO_H 1
2128| #define HAVE_STDLIB_H 1
2129| #define HAVE_STRING_H 1
2130| #define HAVE_INTTYPES_H 1
2131| #define HAVE_STDINT_H 1
2132| #define HAVE_STRINGS_H 1
2133| #define HAVE_SYS_STAT_H 1
2134| #define HAVE_SYS_TYPES_H 1
2135| #define HAVE_UNISTD_H 1
2136| #define HAVE_WCHAR_H 1
2137| #define HAVE_SYS_PARAM_H 1
2138| #define HAVE_XLOCALE_H 1
2139| #define HAVE_SYS_TIME_H 1
2140| #define STDC_HEADERS 1
2141| #define _ALL_SOURCE 1
2142| #define _DARWIN_C_SOURCE 1
2143| #define _GNU_SOURCE 1
2144| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2145| #define _NETBSD_SOURCE 1
2146| #define _OPENBSD_SOURCE 1
2147| #define _POSIX_PTHREAD_SEMANTICS 1
2148| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2149| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2150| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2151| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2152| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2153| #define __STDC_WANT_LIB_EXT2__ 1
2154| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2155| #define _TANDEM_SOURCE 1
2156| #define __EXTENSIONS__ 1
2157| #define READLINE 1
2158| #define HISTORY 1
2159| #define BANG_HISTORY 1
2160| #define HAVE_STRINGIZE 1
2161| #define HAVE_LONG_DOUBLE 1
2162| #define PROTOTYPES 1
2163| #define __PROTOTYPES 1
2164| #define restrict __restrict__
2165| #define HAVE_VISIBILITY 1
2166| #define HAVE_STDINT_H_WITH_UINTMAX 1
2167| #define HAVE_ALLOCA_H 1
2168| #define HAVE_ALLOCA 1
2169| #define HAVE_GETPAGESIZE 1
2170| #define HAVE_SYMLINK 1
2171| #define HAVE_USELOCALE 1
2172| #define HAVE_VPRINTF 1
2173| #define HAVE_ALARM 1
2174| #define HAVE_FPURGE 1
2175| #define HAVE_SNPRINTF 1
2176| #define HAVE_VSNPRINTF 1
2177| #define HAVE_MMAP 1
2178| #define INTDIV0_RAISES_SIGFPE 1
2179| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2180| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2181| #define HAVE_UINTMAX_T 1
2182| #define HAVE_INTTYPES_H 1
2183| #define USE_POSIX_THREADS 1
2184| #define HAVE_PTHREAD_RWLOCK 1
2185| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2186| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2187| #define HAVE_ICONV 1
2188| #define ICONV_CONST
2189| #define HAVE_BUILTIN_EXPECT 1
2190| #define HAVE_INTTYPES_H 1
2191| #define HAVE_LIMITS_H 1
2192| #define HAVE_UNISTD_H 1
2193| #define HAVE_SYS_PARAM_H 1
2194| #define HAVE_GETCWD 1
2195| #define HAVE_GETEGID 1
2196| #define HAVE_GETEUID 1
2197| #define HAVE_GETGID 1
2198| #define HAVE_GETUID 1
2199| #define HAVE_MUNMAP 1
2200| #define HAVE_STPCPY 1
2201| #define HAVE_STRCASECMP 1
2202| #define HAVE_STRDUP 1
2203| #define HAVE_STRTOUL 1
2204| #define HAVE_TSEARCH 1
2205| /* end confdefs.h.  */
2206| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
2207|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2208| #define argz_next innocuous_argz_next
2209|
2210| /* System header to define __stub macros and hopefully few prototypes,
2211|    which can conflict with char argz_next (); below.  */
2212|
2213| #include <limits.h>
2214| #undef argz_next
2215|
2216| /* Override any GCC internal prototype to avoid an error.
2217|    Use char because int might match the return type of a GCC
2218|    builtin and then its argument prototype would still apply.  */
2219| #ifdef __cplusplus
2220| extern "C"
2221| #endif
2222| char argz_next ();
2223| /* The GNU C library defines this for functions which it implements
2224|     to always fail with ENOSYS.  Some functions are actually named
2225|     something starting with __ and the normal name is an alias.  */
2226| #if defined __stub_argz_next || defined __stub___argz_next
2227| choke me
2228| #endif
2229|
2230| int
2231| main (void)
2232| {
2233| return argz_next ();
2234|   ;
2235|   return 0;
2236| }
2237configure:11502: result: no
2238configure:11508: checking for __fsetlocking
2239configure:11508: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2240Undefined symbols for architecture x86_64:
2241  "___fsetlocking", referenced from:
2242      _main in conftest-7e81de.o
2243ld: symbol(s) not found for architecture x86_64
2244clang: error: linker command failed with exit code 1 (use -v to see invocation)
2245configure:11508: $? = 1
2246configure: failed program was:
2247| /* confdefs.h */
2248| #define PACKAGE_NAME "bash"
2249| #define PACKAGE_TARNAME "bash"
2250| #define PACKAGE_VERSION "5.2-release"
2251| #define PACKAGE_STRING "bash 5.2-release"
2252| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2253| #define PACKAGE_URL ""
2254| #define ALIAS 1
2255| #define PUSHD_AND_POPD 1
2256| #define RESTRICTED_SHELL 1
2257| #define PROCESS_SUBSTITUTION 1
2258| #define PROMPT_STRING_DECODE 1
2259| #define SELECT_COMMAND 1
2260| #define HELP_BUILTIN 1
2261| #define ARRAY_VARS 1
2262| #define DPAREN_ARITHMETIC 1
2263| #define BRACE_EXPANSION 1
2264| #define COMMAND_TIMING 1
2265| #define EXTENDED_GLOB 1
2266| #define EXTGLOB_DEFAULT 0
2267| #define COND_COMMAND 1
2268| #define COND_REGEXP 1
2269| #define COPROCESS_SUPPORT 1
2270| #define ARITH_FOR_COMMAND 1
2271| #define NETWORK_REDIRECTIONS 1
2272| #define PROGRAMMABLE_COMPLETION 1
2273| #define DEBUGGER 1
2274| #define CASEMOD_ATTRS 1
2275| #define CASEMOD_EXPANSIONS 1
2276| #define GLOBASCII_DEFAULT 1
2277| #define FUNCTION_IMPORT 1
2278| #define TRANSLATABLE_STRINGS 1
2279| #define MEMSCRAMBLE 1
2280| #define HAVE_STDIO_H 1
2281| #define HAVE_STDLIB_H 1
2282| #define HAVE_STRING_H 1
2283| #define HAVE_INTTYPES_H 1
2284| #define HAVE_STDINT_H 1
2285| #define HAVE_STRINGS_H 1
2286| #define HAVE_SYS_STAT_H 1
2287| #define HAVE_SYS_TYPES_H 1
2288| #define HAVE_UNISTD_H 1
2289| #define HAVE_WCHAR_H 1
2290| #define HAVE_SYS_PARAM_H 1
2291| #define HAVE_XLOCALE_H 1
2292| #define HAVE_SYS_TIME_H 1
2293| #define STDC_HEADERS 1
2294| #define _ALL_SOURCE 1
2295| #define _DARWIN_C_SOURCE 1
2296| #define _GNU_SOURCE 1
2297| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2298| #define _NETBSD_SOURCE 1
2299| #define _OPENBSD_SOURCE 1
2300| #define _POSIX_PTHREAD_SEMANTICS 1
2301| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2302| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2303| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2304| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2305| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2306| #define __STDC_WANT_LIB_EXT2__ 1
2307| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2308| #define _TANDEM_SOURCE 1
2309| #define __EXTENSIONS__ 1
2310| #define READLINE 1
2311| #define HISTORY 1
2312| #define BANG_HISTORY 1
2313| #define HAVE_STRINGIZE 1
2314| #define HAVE_LONG_DOUBLE 1
2315| #define PROTOTYPES 1
2316| #define __PROTOTYPES 1
2317| #define restrict __restrict__
2318| #define HAVE_VISIBILITY 1
2319| #define HAVE_STDINT_H_WITH_UINTMAX 1
2320| #define HAVE_ALLOCA_H 1
2321| #define HAVE_ALLOCA 1
2322| #define HAVE_GETPAGESIZE 1
2323| #define HAVE_SYMLINK 1
2324| #define HAVE_USELOCALE 1
2325| #define HAVE_VPRINTF 1
2326| #define HAVE_ALARM 1
2327| #define HAVE_FPURGE 1
2328| #define HAVE_SNPRINTF 1
2329| #define HAVE_VSNPRINTF 1
2330| #define HAVE_MMAP 1
2331| #define INTDIV0_RAISES_SIGFPE 1
2332| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2333| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2334| #define HAVE_UINTMAX_T 1
2335| #define HAVE_INTTYPES_H 1
2336| #define USE_POSIX_THREADS 1
2337| #define HAVE_PTHREAD_RWLOCK 1
2338| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2339| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2340| #define HAVE_ICONV 1
2341| #define ICONV_CONST
2342| #define HAVE_BUILTIN_EXPECT 1
2343| #define HAVE_INTTYPES_H 1
2344| #define HAVE_LIMITS_H 1
2345| #define HAVE_UNISTD_H 1
2346| #define HAVE_SYS_PARAM_H 1
2347| #define HAVE_GETCWD 1
2348| #define HAVE_GETEGID 1
2349| #define HAVE_GETEUID 1
2350| #define HAVE_GETGID 1
2351| #define HAVE_GETUID 1
2352| #define HAVE_MUNMAP 1
2353| #define HAVE_STPCPY 1
2354| #define HAVE_STRCASECMP 1
2355| #define HAVE_STRDUP 1
2356| #define HAVE_STRTOUL 1
2357| #define HAVE_TSEARCH 1
2358| /* end confdefs.h.  */
2359| /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking.
2360|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2361| #define __fsetlocking innocuous___fsetlocking
2362|
2363| /* System header to define __stub macros and hopefully few prototypes,
2364|    which can conflict with char __fsetlocking (); below.  */
2365|
2366| #include <limits.h>
2367| #undef __fsetlocking
2368|
2369| /* Override any GCC internal prototype to avoid an error.
2370|    Use char because int might match the return type of a GCC
2371|    builtin and then its argument prototype would still apply.  */
2372| #ifdef __cplusplus
2373| extern "C"
2374| #endif
2375| char __fsetlocking ();
2376| /* The GNU C library defines this for functions which it implements
2377|     to always fail with ENOSYS.  Some functions are actually named
2378|     something starting with __ and the normal name is an alias.  */
2379| #if defined __stub___fsetlocking || defined __stub_____fsetlocking
2380| choke me
2381| #endif
2382|
2383| int
2384| main (void)
2385| {
2386| return __fsetlocking ();
2387|   ;
2388|   return 0;
2389| }
2390configure:11508: result: no
2391configure:11516: checking for localeconv
2392configure:11516: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2393configure:11516: $? = 0
2394configure:11516: result: yes
2395configure:11524: checking whether feof_unlocked is declared
2396configure:11524: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2397configure:11524: $? = 0
2398configure:11524: result: yes
2399configure:11533: checking whether fgets_unlocked is declared
2400configure:11533: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2401conftest.c:124:10: error: use of undeclared identifier 'fgets_unlocked'
2402  (void) fgets_unlocked;
2403         ^
24041 error generated.
2405configure:11533: $? = 1
2406configure: failed program was:
2407| /* confdefs.h */
2408| #define PACKAGE_NAME "bash"
2409| #define PACKAGE_TARNAME "bash"
2410| #define PACKAGE_VERSION "5.2-release"
2411| #define PACKAGE_STRING "bash 5.2-release"
2412| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2413| #define PACKAGE_URL ""
2414| #define ALIAS 1
2415| #define PUSHD_AND_POPD 1
2416| #define RESTRICTED_SHELL 1
2417| #define PROCESS_SUBSTITUTION 1
2418| #define PROMPT_STRING_DECODE 1
2419| #define SELECT_COMMAND 1
2420| #define HELP_BUILTIN 1
2421| #define ARRAY_VARS 1
2422| #define DPAREN_ARITHMETIC 1
2423| #define BRACE_EXPANSION 1
2424| #define COMMAND_TIMING 1
2425| #define EXTENDED_GLOB 1
2426| #define EXTGLOB_DEFAULT 0
2427| #define COND_COMMAND 1
2428| #define COND_REGEXP 1
2429| #define COPROCESS_SUPPORT 1
2430| #define ARITH_FOR_COMMAND 1
2431| #define NETWORK_REDIRECTIONS 1
2432| #define PROGRAMMABLE_COMPLETION 1
2433| #define DEBUGGER 1
2434| #define CASEMOD_ATTRS 1
2435| #define CASEMOD_EXPANSIONS 1
2436| #define GLOBASCII_DEFAULT 1
2437| #define FUNCTION_IMPORT 1
2438| #define TRANSLATABLE_STRINGS 1
2439| #define MEMSCRAMBLE 1
2440| #define HAVE_STDIO_H 1
2441| #define HAVE_STDLIB_H 1
2442| #define HAVE_STRING_H 1
2443| #define HAVE_INTTYPES_H 1
2444| #define HAVE_STDINT_H 1
2445| #define HAVE_STRINGS_H 1
2446| #define HAVE_SYS_STAT_H 1
2447| #define HAVE_SYS_TYPES_H 1
2448| #define HAVE_UNISTD_H 1
2449| #define HAVE_WCHAR_H 1
2450| #define HAVE_SYS_PARAM_H 1
2451| #define HAVE_XLOCALE_H 1
2452| #define HAVE_SYS_TIME_H 1
2453| #define STDC_HEADERS 1
2454| #define _ALL_SOURCE 1
2455| #define _DARWIN_C_SOURCE 1
2456| #define _GNU_SOURCE 1
2457| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2458| #define _NETBSD_SOURCE 1
2459| #define _OPENBSD_SOURCE 1
2460| #define _POSIX_PTHREAD_SEMANTICS 1
2461| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2462| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2463| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2464| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2465| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2466| #define __STDC_WANT_LIB_EXT2__ 1
2467| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2468| #define _TANDEM_SOURCE 1
2469| #define __EXTENSIONS__ 1
2470| #define READLINE 1
2471| #define HISTORY 1
2472| #define BANG_HISTORY 1
2473| #define HAVE_STRINGIZE 1
2474| #define HAVE_LONG_DOUBLE 1
2475| #define PROTOTYPES 1
2476| #define __PROTOTYPES 1
2477| #define restrict __restrict__
2478| #define HAVE_VISIBILITY 1
2479| #define HAVE_STDINT_H_WITH_UINTMAX 1
2480| #define HAVE_ALLOCA_H 1
2481| #define HAVE_ALLOCA 1
2482| #define HAVE_GETPAGESIZE 1
2483| #define HAVE_SYMLINK 1
2484| #define HAVE_USELOCALE 1
2485| #define HAVE_VPRINTF 1
2486| #define HAVE_ALARM 1
2487| #define HAVE_FPURGE 1
2488| #define HAVE_SNPRINTF 1
2489| #define HAVE_VSNPRINTF 1
2490| #define HAVE_MMAP 1
2491| #define INTDIV0_RAISES_SIGFPE 1
2492| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2493| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2494| #define HAVE_UINTMAX_T 1
2495| #define HAVE_INTTYPES_H 1
2496| #define USE_POSIX_THREADS 1
2497| #define HAVE_PTHREAD_RWLOCK 1
2498| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2499| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2500| #define HAVE_ICONV 1
2501| #define ICONV_CONST
2502| #define HAVE_BUILTIN_EXPECT 1
2503| #define HAVE_INTTYPES_H 1
2504| #define HAVE_LIMITS_H 1
2505| #define HAVE_UNISTD_H 1
2506| #define HAVE_SYS_PARAM_H 1
2507| #define HAVE_GETCWD 1
2508| #define HAVE_GETEGID 1
2509| #define HAVE_GETEUID 1
2510| #define HAVE_GETGID 1
2511| #define HAVE_GETUID 1
2512| #define HAVE_MUNMAP 1
2513| #define HAVE_STPCPY 1
2514| #define HAVE_STRCASECMP 1
2515| #define HAVE_STRDUP 1
2516| #define HAVE_STRTOUL 1
2517| #define HAVE_TSEARCH 1
2518| #define HAVE_LOCALECONV 1
2519| #define HAVE_DECL_FEOF_UNLOCKED 1
2520| /* end confdefs.h.  */
2521| #include <stdio.h>
2522|
2523| int
2524| main (void)
2525| {
2526| #ifndef fgets_unlocked
2527| #ifdef __cplusplus
2528|   (void) fgets_unlocked;
2529| #else
2530|   (void) fgets_unlocked;
2531| #endif
2532| #endif
2533|
2534|   ;
2535|   return 0;
2536| }
2537configure:11533: result: no
2538configure:11550: checking for bison
2539configure:11571: found /usr/bin/bison
2540configure:11582: result: bison
2541configure:11596: checking version of bison
2542configure:11605: result: 2.3, bad
2543configure:11614: checking for long long int
2544configure:11656: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2545configure:11656: $? = 0
2546configure:11656: ./conftest
2547configure:11656: $? = 0
2548configure:11669: result: yes
2549configure:11678: checking for wchar_t
2550configure:11696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2551configure:11696: $? = 0
2552configure:11704: result: yes
2553configure:11713: checking for wint_t
2554configure:11739: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2555configure:11739: $? = 0
2556configure:11747: result: yes
2557configure:11754: checking whether wint_t is too small
2558configure:11783: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2559configure:11783: $? = 0
2560configure:11791: result: no
2561configure:11806: checking for intmax_t
2562configure:11833: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2563configure:11833: $? = 0
2564configure:11841: result: yes
2565configure:11851: checking whether printf() supports POSIX/XSI format strings
2566configure:11895: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2567configure:11895: $? = 0
2568configure:11895: ./conftest
2569configure:11895: $? = 0
2570configure:11907: result: yes
2571configure:11918: checking whether we are using the GNU C Library >= 2.1 or uClibc
2572conftest.c:122:10: fatal error: 'features.h' file not found
2573#include <features.h>
2574         ^~~~~~~~~~~~
25751 error generated.
2576configure:11950: result: no
2577configure:11957: checking for stdint.h
2578configure:11957: result: yes
2579configure:11964: checking for SIZE_MAX
2580configure:12040: result: yes
2581configure:12051: checking for stdint.h
2582configure:12051: result: yes
2583configure:12065: checking for working fcntl.h
2584configure:12175: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2585conftest.c:149:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
2586            int result = !constants;
2587                         ~^~~~~~~~~
25881 warning generated.
2589configure:12175: $? = 0
2590configure:12175: ./conftest
2591configure:12175: $? = 0
2592configure:12192: result: yes
2593configure:12225: checking whether uselocale works
2594configure:12254: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2595configure:12254: $? = 0
2596configure:12254: ./conftest
2597configure:12254: $? = 0
2598configure:12266: result: yes
2599configure:12283: checking for fake locale system (OpenBSD)
2600configure:12314: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2601configure:12314: $? = 0
2602configure:12314: ./conftest
2603configure:12314: $? = 1
2604configure: program exited with status 1
2605configure: failed program was:
2606| /* confdefs.h */
2607| #define PACKAGE_NAME "bash"
2608| #define PACKAGE_TARNAME "bash"
2609| #define PACKAGE_VERSION "5.2-release"
2610| #define PACKAGE_STRING "bash 5.2-release"
2611| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2612| #define PACKAGE_URL ""
2613| #define ALIAS 1
2614| #define PUSHD_AND_POPD 1
2615| #define RESTRICTED_SHELL 1
2616| #define PROCESS_SUBSTITUTION 1
2617| #define PROMPT_STRING_DECODE 1
2618| #define SELECT_COMMAND 1
2619| #define HELP_BUILTIN 1
2620| #define ARRAY_VARS 1
2621| #define DPAREN_ARITHMETIC 1
2622| #define BRACE_EXPANSION 1
2623| #define COMMAND_TIMING 1
2624| #define EXTENDED_GLOB 1
2625| #define EXTGLOB_DEFAULT 0
2626| #define COND_COMMAND 1
2627| #define COND_REGEXP 1
2628| #define COPROCESS_SUPPORT 1
2629| #define ARITH_FOR_COMMAND 1
2630| #define NETWORK_REDIRECTIONS 1
2631| #define PROGRAMMABLE_COMPLETION 1
2632| #define DEBUGGER 1
2633| #define CASEMOD_ATTRS 1
2634| #define CASEMOD_EXPANSIONS 1
2635| #define GLOBASCII_DEFAULT 1
2636| #define FUNCTION_IMPORT 1
2637| #define TRANSLATABLE_STRINGS 1
2638| #define MEMSCRAMBLE 1
2639| #define HAVE_STDIO_H 1
2640| #define HAVE_STDLIB_H 1
2641| #define HAVE_STRING_H 1
2642| #define HAVE_INTTYPES_H 1
2643| #define HAVE_STDINT_H 1
2644| #define HAVE_STRINGS_H 1
2645| #define HAVE_SYS_STAT_H 1
2646| #define HAVE_SYS_TYPES_H 1
2647| #define HAVE_UNISTD_H 1
2648| #define HAVE_WCHAR_H 1
2649| #define HAVE_SYS_PARAM_H 1
2650| #define HAVE_XLOCALE_H 1
2651| #define HAVE_SYS_TIME_H 1
2652| #define STDC_HEADERS 1
2653| #define _ALL_SOURCE 1
2654| #define _DARWIN_C_SOURCE 1
2655| #define _GNU_SOURCE 1
2656| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2657| #define _NETBSD_SOURCE 1
2658| #define _OPENBSD_SOURCE 1
2659| #define _POSIX_PTHREAD_SEMANTICS 1
2660| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2661| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2662| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2663| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2664| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2665| #define __STDC_WANT_LIB_EXT2__ 1
2666| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2667| #define _TANDEM_SOURCE 1
2668| #define __EXTENSIONS__ 1
2669| #define READLINE 1
2670| #define HISTORY 1
2671| #define BANG_HISTORY 1
2672| #define HAVE_STRINGIZE 1
2673| #define HAVE_LONG_DOUBLE 1
2674| #define PROTOTYPES 1
2675| #define __PROTOTYPES 1
2676| #define restrict __restrict__
2677| #define HAVE_VISIBILITY 1
2678| #define HAVE_STDINT_H_WITH_UINTMAX 1
2679| #define HAVE_ALLOCA_H 1
2680| #define HAVE_ALLOCA 1
2681| #define HAVE_GETPAGESIZE 1
2682| #define HAVE_SYMLINK 1
2683| #define HAVE_USELOCALE 1
2684| #define HAVE_VPRINTF 1
2685| #define HAVE_ALARM 1
2686| #define HAVE_FPURGE 1
2687| #define HAVE_SNPRINTF 1
2688| #define HAVE_VSNPRINTF 1
2689| #define HAVE_MMAP 1
2690| #define INTDIV0_RAISES_SIGFPE 1
2691| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2692| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2693| #define HAVE_UINTMAX_T 1
2694| #define HAVE_INTTYPES_H 1
2695| #define USE_POSIX_THREADS 1
2696| #define HAVE_PTHREAD_RWLOCK 1
2697| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2698| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2699| #define HAVE_ICONV 1
2700| #define ICONV_CONST
2701| #define HAVE_BUILTIN_EXPECT 1
2702| #define HAVE_INTTYPES_H 1
2703| #define HAVE_LIMITS_H 1
2704| #define HAVE_UNISTD_H 1
2705| #define HAVE_SYS_PARAM_H 1
2706| #define HAVE_GETCWD 1
2707| #define HAVE_GETEGID 1
2708| #define HAVE_GETEUID 1
2709| #define HAVE_GETGID 1
2710| #define HAVE_GETUID 1
2711| #define HAVE_MUNMAP 1
2712| #define HAVE_STPCPY 1
2713| #define HAVE_STRCASECMP 1
2714| #define HAVE_STRDUP 1
2715| #define HAVE_STRTOUL 1
2716| #define HAVE_TSEARCH 1
2717| #define HAVE_LOCALECONV 1
2718| #define HAVE_DECL_FEOF_UNLOCKED 1
2719| #define HAVE_DECL_FGETS_UNLOCKED 0
2720| #define HAVE_LONG_LONG_INT 1
2721| #define HAVE_WCHAR_T 1
2722| #define HAVE_WINT_T 1
2723| #define HAVE_INTMAX_T 1
2724| #define HAVE_POSIX_PRINTF 1
2725| #define HAVE_STDINT_H 1
2726| #define HAVE_STDINT_H 1
2727| #define HAVE_WORKING_O_NOATIME 1
2728| #define HAVE_WORKING_O_NOFOLLOW 1
2729| #define HAVE_WORKING_USELOCALE 1
2730| /* end confdefs.h.  */
2731|
2732| #include <locale.h>
2733| #if HAVE_XLOCALE_H
2734| # include <xlocale.h>
2735| #endif
2736| int main ()
2737| {
2738|   locale_t loc1, loc2;
2739|   if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) return 1;
2740|   if (setlocale (LC_ALL, "fr_FR.UTF-8") == NULL) return 1;
2741|   loc1 = newlocale (LC_ALL_MASK, "de_DE.UTF-8", (locale_t)0);
2742|   loc2 = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", (locale_t)0);
2743|   return !(loc1 == loc2);
2744| }
2745configure:12326: result: no
2746configure:12341: checking for Solaris 11.4 locale system
2747configure:12376: result: no
2748configure:12389: checking for getlocalename_l
2749configure:12389: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2750Undefined symbols for architecture x86_64:
2751  "_getlocalename_l", referenced from:
2752      _main in conftest-231b0b.o
2753ld: symbol(s) not found for architecture x86_64
2754clang: error: linker command failed with exit code 1 (use -v to see invocation)
2755configure:12389: $? = 1
2756configure: failed program was:
2757| /* confdefs.h */
2758| #define PACKAGE_NAME "bash"
2759| #define PACKAGE_TARNAME "bash"
2760| #define PACKAGE_VERSION "5.2-release"
2761| #define PACKAGE_STRING "bash 5.2-release"
2762| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2763| #define PACKAGE_URL ""
2764| #define ALIAS 1
2765| #define PUSHD_AND_POPD 1
2766| #define RESTRICTED_SHELL 1
2767| #define PROCESS_SUBSTITUTION 1
2768| #define PROMPT_STRING_DECODE 1
2769| #define SELECT_COMMAND 1
2770| #define HELP_BUILTIN 1
2771| #define ARRAY_VARS 1
2772| #define DPAREN_ARITHMETIC 1
2773| #define BRACE_EXPANSION 1
2774| #define COMMAND_TIMING 1
2775| #define EXTENDED_GLOB 1
2776| #define EXTGLOB_DEFAULT 0
2777| #define COND_COMMAND 1
2778| #define COND_REGEXP 1
2779| #define COPROCESS_SUPPORT 1
2780| #define ARITH_FOR_COMMAND 1
2781| #define NETWORK_REDIRECTIONS 1
2782| #define PROGRAMMABLE_COMPLETION 1
2783| #define DEBUGGER 1
2784| #define CASEMOD_ATTRS 1
2785| #define CASEMOD_EXPANSIONS 1
2786| #define GLOBASCII_DEFAULT 1
2787| #define FUNCTION_IMPORT 1
2788| #define TRANSLATABLE_STRINGS 1
2789| #define MEMSCRAMBLE 1
2790| #define HAVE_STDIO_H 1
2791| #define HAVE_STDLIB_H 1
2792| #define HAVE_STRING_H 1
2793| #define HAVE_INTTYPES_H 1
2794| #define HAVE_STDINT_H 1
2795| #define HAVE_STRINGS_H 1
2796| #define HAVE_SYS_STAT_H 1
2797| #define HAVE_SYS_TYPES_H 1
2798| #define HAVE_UNISTD_H 1
2799| #define HAVE_WCHAR_H 1
2800| #define HAVE_SYS_PARAM_H 1
2801| #define HAVE_XLOCALE_H 1
2802| #define HAVE_SYS_TIME_H 1
2803| #define STDC_HEADERS 1
2804| #define _ALL_SOURCE 1
2805| #define _DARWIN_C_SOURCE 1
2806| #define _GNU_SOURCE 1
2807| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2808| #define _NETBSD_SOURCE 1
2809| #define _OPENBSD_SOURCE 1
2810| #define _POSIX_PTHREAD_SEMANTICS 1
2811| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2812| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2813| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2814| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2815| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2816| #define __STDC_WANT_LIB_EXT2__ 1
2817| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2818| #define _TANDEM_SOURCE 1
2819| #define __EXTENSIONS__ 1
2820| #define READLINE 1
2821| #define HISTORY 1
2822| #define BANG_HISTORY 1
2823| #define HAVE_STRINGIZE 1
2824| #define HAVE_LONG_DOUBLE 1
2825| #define PROTOTYPES 1
2826| #define __PROTOTYPES 1
2827| #define restrict __restrict__
2828| #define HAVE_VISIBILITY 1
2829| #define HAVE_STDINT_H_WITH_UINTMAX 1
2830| #define HAVE_ALLOCA_H 1
2831| #define HAVE_ALLOCA 1
2832| #define HAVE_GETPAGESIZE 1
2833| #define HAVE_SYMLINK 1
2834| #define HAVE_USELOCALE 1
2835| #define HAVE_VPRINTF 1
2836| #define HAVE_ALARM 1
2837| #define HAVE_FPURGE 1
2838| #define HAVE_SNPRINTF 1
2839| #define HAVE_VSNPRINTF 1
2840| #define HAVE_MMAP 1
2841| #define INTDIV0_RAISES_SIGFPE 1
2842| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2843| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2844| #define HAVE_UINTMAX_T 1
2845| #define HAVE_INTTYPES_H 1
2846| #define USE_POSIX_THREADS 1
2847| #define HAVE_PTHREAD_RWLOCK 1
2848| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2849| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2850| #define HAVE_ICONV 1
2851| #define ICONV_CONST
2852| #define HAVE_BUILTIN_EXPECT 1
2853| #define HAVE_INTTYPES_H 1
2854| #define HAVE_LIMITS_H 1
2855| #define HAVE_UNISTD_H 1
2856| #define HAVE_SYS_PARAM_H 1
2857| #define HAVE_GETCWD 1
2858| #define HAVE_GETEGID 1
2859| #define HAVE_GETEUID 1
2860| #define HAVE_GETGID 1
2861| #define HAVE_GETUID 1
2862| #define HAVE_MUNMAP 1
2863| #define HAVE_STPCPY 1
2864| #define HAVE_STRCASECMP 1
2865| #define HAVE_STRDUP 1
2866| #define HAVE_STRTOUL 1
2867| #define HAVE_TSEARCH 1
2868| #define HAVE_LOCALECONV 1
2869| #define HAVE_DECL_FEOF_UNLOCKED 1
2870| #define HAVE_DECL_FGETS_UNLOCKED 0
2871| #define HAVE_LONG_LONG_INT 1
2872| #define HAVE_WCHAR_T 1
2873| #define HAVE_WINT_T 1
2874| #define HAVE_INTMAX_T 1
2875| #define HAVE_POSIX_PRINTF 1
2876| #define HAVE_STDINT_H 1
2877| #define HAVE_STDINT_H 1
2878| #define HAVE_WORKING_O_NOATIME 1
2879| #define HAVE_WORKING_O_NOFOLLOW 1
2880| #define HAVE_WORKING_USELOCALE 1
2881| /* end confdefs.h.  */
2882| /* Define getlocalename_l to an innocuous variant, in case <limits.h> declares getlocalename_l.
2883|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2884| #define getlocalename_l innocuous_getlocalename_l
2885|
2886| /* System header to define __stub macros and hopefully few prototypes,
2887|    which can conflict with char getlocalename_l (); below.  */
2888|
2889| #include <limits.h>
2890| #undef getlocalename_l
2891|
2892| /* Override any GCC internal prototype to avoid an error.
2893|    Use char because int might match the return type of a GCC
2894|    builtin and then its argument prototype would still apply.  */
2895| #ifdef __cplusplus
2896| extern "C"
2897| #endif
2898| char getlocalename_l ();
2899| /* The GNU C library defines this for functions which it implements
2900|     to always fail with ENOSYS.  Some functions are actually named
2901|     something starting with __ and the normal name is an alias.  */
2902| #if defined __stub_getlocalename_l || defined __stub___getlocalename_l
2903| choke me
2904| #endif
2905|
2906| int
2907| main (void)
2908| {
2909| return getlocalename_l ();
2910|   ;
2911|   return 0;
2912| }
2913configure:12389: result: no
2914configure:12408: checking for CFPreferencesCopyAppValue
2915configure:12427: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2916conftest.c:130:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2917CFPreferencesCopyAppValue(NULL, NULL)
2918                          ~~~~      ^
2919conftest.c:130:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2920CFPreferencesCopyAppValue(NULL, NULL)
2921                                ~~~~^
29222 warnings generated.
2923configure:12427: $? = 0
2924configure:12437: result: yes
2925configure:12444: checking for CFLocaleCopyCurrent
2926configure:12463: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2927configure:12463: $? = 0
2928configure:12473: result: yes
2929configure:12480: checking for CFLocaleCopyPreferredLanguages
2930configure:12499: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2931configure:12499: $? = 0
2932configure:12509: result: yes
2933configure:12530: checking for flexible array members
2934configure:12554: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2935configure:12554: $? = 0
2936configure:12562: result: yes
2937configure:12628: checking for ar
2938configure:12660: result: ar
2939configure:12696: checking for ptrdiff_t
2940configure:12696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2941configure:12696: $? = 0
2942configure:12696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2943conftest.c:161:24: error: expected expression
2944if (sizeof ((ptrdiff_t)))
2945                       ^
29461 error generated.
2947configure:12696: $? = 1
2948configure: failed program was:
2949| /* confdefs.h */
2950| #define PACKAGE_NAME "bash"
2951| #define PACKAGE_TARNAME "bash"
2952| #define PACKAGE_VERSION "5.2-release"
2953| #define PACKAGE_STRING "bash 5.2-release"
2954| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2955| #define PACKAGE_URL ""
2956| #define ALIAS 1
2957| #define PUSHD_AND_POPD 1
2958| #define RESTRICTED_SHELL 1
2959| #define PROCESS_SUBSTITUTION 1
2960| #define PROMPT_STRING_DECODE 1
2961| #define SELECT_COMMAND 1
2962| #define HELP_BUILTIN 1
2963| #define ARRAY_VARS 1
2964| #define DPAREN_ARITHMETIC 1
2965| #define BRACE_EXPANSION 1
2966| #define COMMAND_TIMING 1
2967| #define EXTENDED_GLOB 1
2968| #define EXTGLOB_DEFAULT 0
2969| #define COND_COMMAND 1
2970| #define COND_REGEXP 1
2971| #define COPROCESS_SUPPORT 1
2972| #define ARITH_FOR_COMMAND 1
2973| #define NETWORK_REDIRECTIONS 1
2974| #define PROGRAMMABLE_COMPLETION 1
2975| #define DEBUGGER 1
2976| #define CASEMOD_ATTRS 1
2977| #define CASEMOD_EXPANSIONS 1
2978| #define GLOBASCII_DEFAULT 1
2979| #define FUNCTION_IMPORT 1
2980| #define TRANSLATABLE_STRINGS 1
2981| #define MEMSCRAMBLE 1
2982| #define HAVE_STDIO_H 1
2983| #define HAVE_STDLIB_H 1
2984| #define HAVE_STRING_H 1
2985| #define HAVE_INTTYPES_H 1
2986| #define HAVE_STDINT_H 1
2987| #define HAVE_STRINGS_H 1
2988| #define HAVE_SYS_STAT_H 1
2989| #define HAVE_SYS_TYPES_H 1
2990| #define HAVE_UNISTD_H 1
2991| #define HAVE_WCHAR_H 1
2992| #define HAVE_SYS_PARAM_H 1
2993| #define HAVE_XLOCALE_H 1
2994| #define HAVE_SYS_TIME_H 1
2995| #define STDC_HEADERS 1
2996| #define _ALL_SOURCE 1
2997| #define _DARWIN_C_SOURCE 1
2998| #define _GNU_SOURCE 1
2999| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3000| #define _NETBSD_SOURCE 1
3001| #define _OPENBSD_SOURCE 1
3002| #define _POSIX_PTHREAD_SEMANTICS 1
3003| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3004| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3005| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3006| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3007| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3008| #define __STDC_WANT_LIB_EXT2__ 1
3009| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3010| #define _TANDEM_SOURCE 1
3011| #define __EXTENSIONS__ 1
3012| #define READLINE 1
3013| #define HISTORY 1
3014| #define BANG_HISTORY 1
3015| #define HAVE_STRINGIZE 1
3016| #define HAVE_LONG_DOUBLE 1
3017| #define PROTOTYPES 1
3018| #define __PROTOTYPES 1
3019| #define restrict __restrict__
3020| #define HAVE_VISIBILITY 1
3021| #define HAVE_STDINT_H_WITH_UINTMAX 1
3022| #define HAVE_ALLOCA_H 1
3023| #define HAVE_ALLOCA 1
3024| #define HAVE_GETPAGESIZE 1
3025| #define HAVE_SYMLINK 1
3026| #define HAVE_USELOCALE 1
3027| #define HAVE_VPRINTF 1
3028| #define HAVE_ALARM 1
3029| #define HAVE_FPURGE 1
3030| #define HAVE_SNPRINTF 1
3031| #define HAVE_VSNPRINTF 1
3032| #define HAVE_MMAP 1
3033| #define INTDIV0_RAISES_SIGFPE 1
3034| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3035| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3036| #define HAVE_UINTMAX_T 1
3037| #define HAVE_INTTYPES_H 1
3038| #define USE_POSIX_THREADS 1
3039| #define HAVE_PTHREAD_RWLOCK 1
3040| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3041| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3042| #define HAVE_ICONV 1
3043| #define ICONV_CONST
3044| #define HAVE_BUILTIN_EXPECT 1
3045| #define HAVE_INTTYPES_H 1
3046| #define HAVE_LIMITS_H 1
3047| #define HAVE_UNISTD_H 1
3048| #define HAVE_SYS_PARAM_H 1
3049| #define HAVE_GETCWD 1
3050| #define HAVE_GETEGID 1
3051| #define HAVE_GETEUID 1
3052| #define HAVE_GETGID 1
3053| #define HAVE_GETUID 1
3054| #define HAVE_MUNMAP 1
3055| #define HAVE_STPCPY 1
3056| #define HAVE_STRCASECMP 1
3057| #define HAVE_STRDUP 1
3058| #define HAVE_STRTOUL 1
3059| #define HAVE_TSEARCH 1
3060| #define HAVE_LOCALECONV 1
3061| #define HAVE_DECL_FEOF_UNLOCKED 1
3062| #define HAVE_DECL_FGETS_UNLOCKED 0
3063| #define HAVE_LONG_LONG_INT 1
3064| #define HAVE_WCHAR_T 1
3065| #define HAVE_WINT_T 1
3066| #define HAVE_INTMAX_T 1
3067| #define HAVE_POSIX_PRINTF 1
3068| #define HAVE_STDINT_H 1
3069| #define HAVE_STDINT_H 1
3070| #define HAVE_WORKING_O_NOATIME 1
3071| #define HAVE_WORKING_O_NOFOLLOW 1
3072| #define HAVE_WORKING_USELOCALE 1
3073| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3074| #define HAVE_CFLOCALECOPYCURRENT 1
3075| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3076| #define FLEXIBLE_ARRAY_MEMBER /**/
3077| /* end confdefs.h.  */
3078| #include <stddef.h>
3079| #ifdef HAVE_STDIO_H
3080| # include <stdio.h>
3081| #endif
3082| #ifdef HAVE_STDLIB_H
3083| # include <stdlib.h>
3084| #endif
3085| #ifdef HAVE_STRING_H
3086| # include <string.h>
3087| #endif
3088| #ifdef HAVE_INTTYPES_H
3089| # include <inttypes.h>
3090| #endif
3091| #ifdef HAVE_STDINT_H
3092| # include <stdint.h>
3093| #endif
3094| #ifdef HAVE_STRINGS_H
3095| # include <strings.h>
3096| #endif
3097| #ifdef HAVE_SYS_TYPES_H
3098| # include <sys/types.h>
3099| #endif
3100| #ifdef HAVE_SYS_STAT_H
3101| # include <sys/stat.h>
3102| #endif
3103| #ifdef HAVE_UNISTD_H
3104| # include <unistd.h>
3105| #endif
3106| int
3107| main (void)
3108| {
3109| if (sizeof ((ptrdiff_t)))
3110|           return 0;
3111|   ;
3112|   return 0;
3113| }
3114configure:12696: result: yes
3115configure:12707: checking for features.h
3116configure:12707: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3117conftest.c:158:10: fatal error: 'features.h' file not found
3118#include <features.h>
3119         ^~~~~~~~~~~~
31201 error generated.
3121configure:12707: $? = 1
3122configure: failed program was:
3123| /* confdefs.h */
3124| #define PACKAGE_NAME "bash"
3125| #define PACKAGE_TARNAME "bash"
3126| #define PACKAGE_VERSION "5.2-release"
3127| #define PACKAGE_STRING "bash 5.2-release"
3128| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3129| #define PACKAGE_URL ""
3130| #define ALIAS 1
3131| #define PUSHD_AND_POPD 1
3132| #define RESTRICTED_SHELL 1
3133| #define PROCESS_SUBSTITUTION 1
3134| #define PROMPT_STRING_DECODE 1
3135| #define SELECT_COMMAND 1
3136| #define HELP_BUILTIN 1
3137| #define ARRAY_VARS 1
3138| #define DPAREN_ARITHMETIC 1
3139| #define BRACE_EXPANSION 1
3140| #define COMMAND_TIMING 1
3141| #define EXTENDED_GLOB 1
3142| #define EXTGLOB_DEFAULT 0
3143| #define COND_COMMAND 1
3144| #define COND_REGEXP 1
3145| #define COPROCESS_SUPPORT 1
3146| #define ARITH_FOR_COMMAND 1
3147| #define NETWORK_REDIRECTIONS 1
3148| #define PROGRAMMABLE_COMPLETION 1
3149| #define DEBUGGER 1
3150| #define CASEMOD_ATTRS 1
3151| #define CASEMOD_EXPANSIONS 1
3152| #define GLOBASCII_DEFAULT 1
3153| #define FUNCTION_IMPORT 1
3154| #define TRANSLATABLE_STRINGS 1
3155| #define MEMSCRAMBLE 1
3156| #define HAVE_STDIO_H 1
3157| #define HAVE_STDLIB_H 1
3158| #define HAVE_STRING_H 1
3159| #define HAVE_INTTYPES_H 1
3160| #define HAVE_STDINT_H 1
3161| #define HAVE_STRINGS_H 1
3162| #define HAVE_SYS_STAT_H 1
3163| #define HAVE_SYS_TYPES_H 1
3164| #define HAVE_UNISTD_H 1
3165| #define HAVE_WCHAR_H 1
3166| #define HAVE_SYS_PARAM_H 1
3167| #define HAVE_XLOCALE_H 1
3168| #define HAVE_SYS_TIME_H 1
3169| #define STDC_HEADERS 1
3170| #define _ALL_SOURCE 1
3171| #define _DARWIN_C_SOURCE 1
3172| #define _GNU_SOURCE 1
3173| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3174| #define _NETBSD_SOURCE 1
3175| #define _OPENBSD_SOURCE 1
3176| #define _POSIX_PTHREAD_SEMANTICS 1
3177| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3178| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3179| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3180| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3181| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3182| #define __STDC_WANT_LIB_EXT2__ 1
3183| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3184| #define _TANDEM_SOURCE 1
3185| #define __EXTENSIONS__ 1
3186| #define READLINE 1
3187| #define HISTORY 1
3188| #define BANG_HISTORY 1
3189| #define HAVE_STRINGIZE 1
3190| #define HAVE_LONG_DOUBLE 1
3191| #define PROTOTYPES 1
3192| #define __PROTOTYPES 1
3193| #define restrict __restrict__
3194| #define HAVE_VISIBILITY 1
3195| #define HAVE_STDINT_H_WITH_UINTMAX 1
3196| #define HAVE_ALLOCA_H 1
3197| #define HAVE_ALLOCA 1
3198| #define HAVE_GETPAGESIZE 1
3199| #define HAVE_SYMLINK 1
3200| #define HAVE_USELOCALE 1
3201| #define HAVE_VPRINTF 1
3202| #define HAVE_ALARM 1
3203| #define HAVE_FPURGE 1
3204| #define HAVE_SNPRINTF 1
3205| #define HAVE_VSNPRINTF 1
3206| #define HAVE_MMAP 1
3207| #define INTDIV0_RAISES_SIGFPE 1
3208| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3209| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3210| #define HAVE_UINTMAX_T 1
3211| #define HAVE_INTTYPES_H 1
3212| #define USE_POSIX_THREADS 1
3213| #define HAVE_PTHREAD_RWLOCK 1
3214| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3215| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3216| #define HAVE_ICONV 1
3217| #define ICONV_CONST
3218| #define HAVE_BUILTIN_EXPECT 1
3219| #define HAVE_INTTYPES_H 1
3220| #define HAVE_LIMITS_H 1
3221| #define HAVE_UNISTD_H 1
3222| #define HAVE_SYS_PARAM_H 1
3223| #define HAVE_GETCWD 1
3224| #define HAVE_GETEGID 1
3225| #define HAVE_GETEUID 1
3226| #define HAVE_GETGID 1
3227| #define HAVE_GETUID 1
3228| #define HAVE_MUNMAP 1
3229| #define HAVE_STPCPY 1
3230| #define HAVE_STRCASECMP 1
3231| #define HAVE_STRDUP 1
3232| #define HAVE_STRTOUL 1
3233| #define HAVE_TSEARCH 1
3234| #define HAVE_LOCALECONV 1
3235| #define HAVE_DECL_FEOF_UNLOCKED 1
3236| #define HAVE_DECL_FGETS_UNLOCKED 0
3237| #define HAVE_LONG_LONG_INT 1
3238| #define HAVE_WCHAR_T 1
3239| #define HAVE_WINT_T 1
3240| #define HAVE_INTMAX_T 1
3241| #define HAVE_POSIX_PRINTF 1
3242| #define HAVE_STDINT_H 1
3243| #define HAVE_STDINT_H 1
3244| #define HAVE_WORKING_O_NOATIME 1
3245| #define HAVE_WORKING_O_NOFOLLOW 1
3246| #define HAVE_WORKING_USELOCALE 1
3247| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3248| #define HAVE_CFLOCALECOPYCURRENT 1
3249| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3250| #define FLEXIBLE_ARRAY_MEMBER /**/
3251| /* end confdefs.h.  */
3252| #include <stddef.h>
3253| #ifdef HAVE_STDIO_H
3254| # include <stdio.h>
3255| #endif
3256| #ifdef HAVE_STDLIB_H
3257| # include <stdlib.h>
3258| #endif
3259| #ifdef HAVE_STRING_H
3260| # include <string.h>
3261| #endif
3262| #ifdef HAVE_INTTYPES_H
3263| # include <inttypes.h>
3264| #endif
3265| #ifdef HAVE_STDINT_H
3266| # include <stdint.h>
3267| #endif
3268| #ifdef HAVE_STRINGS_H
3269| # include <strings.h>
3270| #endif
3271| #ifdef HAVE_SYS_TYPES_H
3272| # include <sys/types.h>
3273| #endif
3274| #ifdef HAVE_SYS_STAT_H
3275| # include <sys/stat.h>
3276| #endif
3277| #ifdef HAVE_UNISTD_H
3278| # include <unistd.h>
3279| #endif
3280| #include <features.h>
3281configure:12707: result: no
3282configure:12713: checking for stddef.h
3283configure:12713: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3284configure:12713: $? = 0
3285configure:12713: result: yes
3286configure:12719: checking for stdlib.h
3287configure:12719: result: yes
3288configure:12725: checking for string.h
3289configure:12725: result: yes
3290configure:12732: checking for asprintf
3291configure:12732: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3292conftest.c:160:18: warning: format string missing [-Wformat]
3293return asprintf ();
3294       ~~~~~~~~  ^
32951 warning generated.
3296configure:12732: $? = 0
3297configure:12732: result: yes
3298configure:12738: checking for fwprintf
3299configure:12738: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3300configure:12738: $? = 0
3301configure:12738: result: yes
3302configure:12744: checking for newlocale
3303configure:12744: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3304configure:12744: $? = 0
3305configure:12744: result: yes
3306configure:12750: checking for putenv
3307configure:12750: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3308configure:12750: $? = 0
3309configure:12750: result: yes
3310configure:12756: checking for setenv
3311configure:12756: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3312configure:12756: $? = 0
3313configure:12756: result: yes
3314configure:12762: checking for setlocale
3315configure:12762: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3316configure:12762: $? = 0
3317configure:12762: result: yes
3318configure:12768: checking for snprintf
3319configure:12768: result: yes
3320configure:12774: checking for strnlen
3321configure:12774: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3322configure:12774: $? = 0
3323configure:12774: result: yes
3324configure:12780: checking for uselocale
3325configure:12780: result: yes
3326configure:12786: checking for wcslen
3327configure:12786: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3328conftest.c:158:6: warning: incompatible redeclaration of library function 'wcslen' [-Wincompatible-library-redeclaration]
3329char wcslen ();
3330     ^
3331conftest.c:158:6: note: 'wcslen' is a builtin with type 'unsigned long (const int *)'
33321 warning generated.
3333configure:12786: $? = 0
3334configure:12786: result: yes
3335configure:12792: checking for wcsnlen
3336configure:12792: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3337configure:12792: $? = 0
3338configure:12792: result: yes
3339configure:12798: checking for mbrtowc
3340configure:12798: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3341configure:12798: $? = 0
3342configure:12798: result: yes
3343configure:12804: checking for wcrtomb
3344configure:12804: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3345configure:12804: $? = 0
3346configure:12804: result: yes
3347configure:12812: checking whether _snprintf is declared
3348configure:12812: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3349conftest.c:155:10: error: use of undeclared identifier '_snprintf'
3350  (void) _snprintf;
3351         ^
33521 error generated.
3353configure:12812: $? = 1
3354configure: failed program was:
3355| /* confdefs.h */
3356| #define PACKAGE_NAME "bash"
3357| #define PACKAGE_TARNAME "bash"
3358| #define PACKAGE_VERSION "5.2-release"
3359| #define PACKAGE_STRING "bash 5.2-release"
3360| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3361| #define PACKAGE_URL ""
3362| #define ALIAS 1
3363| #define PUSHD_AND_POPD 1
3364| #define RESTRICTED_SHELL 1
3365| #define PROCESS_SUBSTITUTION 1
3366| #define PROMPT_STRING_DECODE 1
3367| #define SELECT_COMMAND 1
3368| #define HELP_BUILTIN 1
3369| #define ARRAY_VARS 1
3370| #define DPAREN_ARITHMETIC 1
3371| #define BRACE_EXPANSION 1
3372| #define COMMAND_TIMING 1
3373| #define EXTENDED_GLOB 1
3374| #define EXTGLOB_DEFAULT 0
3375| #define COND_COMMAND 1
3376| #define COND_REGEXP 1
3377| #define COPROCESS_SUPPORT 1
3378| #define ARITH_FOR_COMMAND 1
3379| #define NETWORK_REDIRECTIONS 1
3380| #define PROGRAMMABLE_COMPLETION 1
3381| #define DEBUGGER 1
3382| #define CASEMOD_ATTRS 1
3383| #define CASEMOD_EXPANSIONS 1
3384| #define GLOBASCII_DEFAULT 1
3385| #define FUNCTION_IMPORT 1
3386| #define TRANSLATABLE_STRINGS 1
3387| #define MEMSCRAMBLE 1
3388| #define HAVE_STDIO_H 1
3389| #define HAVE_STDLIB_H 1
3390| #define HAVE_STRING_H 1
3391| #define HAVE_INTTYPES_H 1
3392| #define HAVE_STDINT_H 1
3393| #define HAVE_STRINGS_H 1
3394| #define HAVE_SYS_STAT_H 1
3395| #define HAVE_SYS_TYPES_H 1
3396| #define HAVE_UNISTD_H 1
3397| #define HAVE_WCHAR_H 1
3398| #define HAVE_SYS_PARAM_H 1
3399| #define HAVE_XLOCALE_H 1
3400| #define HAVE_SYS_TIME_H 1
3401| #define STDC_HEADERS 1
3402| #define _ALL_SOURCE 1
3403| #define _DARWIN_C_SOURCE 1
3404| #define _GNU_SOURCE 1
3405| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3406| #define _NETBSD_SOURCE 1
3407| #define _OPENBSD_SOURCE 1
3408| #define _POSIX_PTHREAD_SEMANTICS 1
3409| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3410| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3411| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3412| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3413| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3414| #define __STDC_WANT_LIB_EXT2__ 1
3415| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3416| #define _TANDEM_SOURCE 1
3417| #define __EXTENSIONS__ 1
3418| #define READLINE 1
3419| #define HISTORY 1
3420| #define BANG_HISTORY 1
3421| #define HAVE_STRINGIZE 1
3422| #define HAVE_LONG_DOUBLE 1
3423| #define PROTOTYPES 1
3424| #define __PROTOTYPES 1
3425| #define restrict __restrict__
3426| #define HAVE_VISIBILITY 1
3427| #define HAVE_STDINT_H_WITH_UINTMAX 1
3428| #define HAVE_ALLOCA_H 1
3429| #define HAVE_ALLOCA 1
3430| #define HAVE_GETPAGESIZE 1
3431| #define HAVE_SYMLINK 1
3432| #define HAVE_USELOCALE 1
3433| #define HAVE_VPRINTF 1
3434| #define HAVE_ALARM 1
3435| #define HAVE_FPURGE 1
3436| #define HAVE_SNPRINTF 1
3437| #define HAVE_VSNPRINTF 1
3438| #define HAVE_MMAP 1
3439| #define INTDIV0_RAISES_SIGFPE 1
3440| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3441| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3442| #define HAVE_UINTMAX_T 1
3443| #define HAVE_INTTYPES_H 1
3444| #define USE_POSIX_THREADS 1
3445| #define HAVE_PTHREAD_RWLOCK 1
3446| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3447| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3448| #define HAVE_ICONV 1
3449| #define ICONV_CONST
3450| #define HAVE_BUILTIN_EXPECT 1
3451| #define HAVE_INTTYPES_H 1
3452| #define HAVE_LIMITS_H 1
3453| #define HAVE_UNISTD_H 1
3454| #define HAVE_SYS_PARAM_H 1
3455| #define HAVE_GETCWD 1
3456| #define HAVE_GETEGID 1
3457| #define HAVE_GETEUID 1
3458| #define HAVE_GETGID 1
3459| #define HAVE_GETUID 1
3460| #define HAVE_MUNMAP 1
3461| #define HAVE_STPCPY 1
3462| #define HAVE_STRCASECMP 1
3463| #define HAVE_STRDUP 1
3464| #define HAVE_STRTOUL 1
3465| #define HAVE_TSEARCH 1
3466| #define HAVE_LOCALECONV 1
3467| #define HAVE_DECL_FEOF_UNLOCKED 1
3468| #define HAVE_DECL_FGETS_UNLOCKED 0
3469| #define HAVE_LONG_LONG_INT 1
3470| #define HAVE_WCHAR_T 1
3471| #define HAVE_WINT_T 1
3472| #define HAVE_INTMAX_T 1
3473| #define HAVE_POSIX_PRINTF 1
3474| #define HAVE_STDINT_H 1
3475| #define HAVE_STDINT_H 1
3476| #define HAVE_WORKING_O_NOATIME 1
3477| #define HAVE_WORKING_O_NOFOLLOW 1
3478| #define HAVE_WORKING_USELOCALE 1
3479| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3480| #define HAVE_CFLOCALECOPYCURRENT 1
3481| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3482| #define FLEXIBLE_ARRAY_MEMBER /**/
3483| #define HAVE_STDDEF_H 1
3484| #define HAVE_STDLIB_H 1
3485| #define HAVE_STRING_H 1
3486| #define HAVE_ASPRINTF 1
3487| #define HAVE_FWPRINTF 1
3488| #define HAVE_NEWLOCALE 1
3489| #define HAVE_PUTENV 1
3490| #define HAVE_SETENV 1
3491| #define HAVE_SETLOCALE 1
3492| #define HAVE_SNPRINTF 1
3493| #define HAVE_STRNLEN 1
3494| #define HAVE_USELOCALE 1
3495| #define HAVE_WCSLEN 1
3496| #define HAVE_WCSNLEN 1
3497| #define HAVE_MBRTOWC 1
3498| #define HAVE_WCRTOMB 1
3499| /* end confdefs.h.  */
3500| #include <stdio.h>
3501|
3502| int
3503| main (void)
3504| {
3505| #ifndef _snprintf
3506| #ifdef __cplusplus
3507|   (void) _snprintf;
3508| #else
3509|   (void) _snprintf;
3510| #endif
3511| #endif
3512|
3513|   ;
3514|   return 0;
3515| }
3516configure:12812: result: no
3517configure:12821: checking whether _snwprintf is declared
3518configure:12821: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3519conftest.c:156:10: error: use of undeclared identifier '_snwprintf'
3520  (void) _snwprintf;
3521         ^
35221 error generated.
3523configure:12821: $? = 1
3524configure: failed program was:
3525| /* confdefs.h */
3526| #define PACKAGE_NAME "bash"
3527| #define PACKAGE_TARNAME "bash"
3528| #define PACKAGE_VERSION "5.2-release"
3529| #define PACKAGE_STRING "bash 5.2-release"
3530| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3531| #define PACKAGE_URL ""
3532| #define ALIAS 1
3533| #define PUSHD_AND_POPD 1
3534| #define RESTRICTED_SHELL 1
3535| #define PROCESS_SUBSTITUTION 1
3536| #define PROMPT_STRING_DECODE 1
3537| #define SELECT_COMMAND 1
3538| #define HELP_BUILTIN 1
3539| #define ARRAY_VARS 1
3540| #define DPAREN_ARITHMETIC 1
3541| #define BRACE_EXPANSION 1
3542| #define COMMAND_TIMING 1
3543| #define EXTENDED_GLOB 1
3544| #define EXTGLOB_DEFAULT 0
3545| #define COND_COMMAND 1
3546| #define COND_REGEXP 1
3547| #define COPROCESS_SUPPORT 1
3548| #define ARITH_FOR_COMMAND 1
3549| #define NETWORK_REDIRECTIONS 1
3550| #define PROGRAMMABLE_COMPLETION 1
3551| #define DEBUGGER 1
3552| #define CASEMOD_ATTRS 1
3553| #define CASEMOD_EXPANSIONS 1
3554| #define GLOBASCII_DEFAULT 1
3555| #define FUNCTION_IMPORT 1
3556| #define TRANSLATABLE_STRINGS 1
3557| #define MEMSCRAMBLE 1
3558| #define HAVE_STDIO_H 1
3559| #define HAVE_STDLIB_H 1
3560| #define HAVE_STRING_H 1
3561| #define HAVE_INTTYPES_H 1
3562| #define HAVE_STDINT_H 1
3563| #define HAVE_STRINGS_H 1
3564| #define HAVE_SYS_STAT_H 1
3565| #define HAVE_SYS_TYPES_H 1
3566| #define HAVE_UNISTD_H 1
3567| #define HAVE_WCHAR_H 1
3568| #define HAVE_SYS_PARAM_H 1
3569| #define HAVE_XLOCALE_H 1
3570| #define HAVE_SYS_TIME_H 1
3571| #define STDC_HEADERS 1
3572| #define _ALL_SOURCE 1
3573| #define _DARWIN_C_SOURCE 1
3574| #define _GNU_SOURCE 1
3575| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3576| #define _NETBSD_SOURCE 1
3577| #define _OPENBSD_SOURCE 1
3578| #define _POSIX_PTHREAD_SEMANTICS 1
3579| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3580| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3581| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3582| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3583| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3584| #define __STDC_WANT_LIB_EXT2__ 1
3585| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3586| #define _TANDEM_SOURCE 1
3587| #define __EXTENSIONS__ 1
3588| #define READLINE 1
3589| #define HISTORY 1
3590| #define BANG_HISTORY 1
3591| #define HAVE_STRINGIZE 1
3592| #define HAVE_LONG_DOUBLE 1
3593| #define PROTOTYPES 1
3594| #define __PROTOTYPES 1
3595| #define restrict __restrict__
3596| #define HAVE_VISIBILITY 1
3597| #define HAVE_STDINT_H_WITH_UINTMAX 1
3598| #define HAVE_ALLOCA_H 1
3599| #define HAVE_ALLOCA 1
3600| #define HAVE_GETPAGESIZE 1
3601| #define HAVE_SYMLINK 1
3602| #define HAVE_USELOCALE 1
3603| #define HAVE_VPRINTF 1
3604| #define HAVE_ALARM 1
3605| #define HAVE_FPURGE 1
3606| #define HAVE_SNPRINTF 1
3607| #define HAVE_VSNPRINTF 1
3608| #define HAVE_MMAP 1
3609| #define INTDIV0_RAISES_SIGFPE 1
3610| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3611| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3612| #define HAVE_UINTMAX_T 1
3613| #define HAVE_INTTYPES_H 1
3614| #define USE_POSIX_THREADS 1
3615| #define HAVE_PTHREAD_RWLOCK 1
3616| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3617| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3618| #define HAVE_ICONV 1
3619| #define ICONV_CONST
3620| #define HAVE_BUILTIN_EXPECT 1
3621| #define HAVE_INTTYPES_H 1
3622| #define HAVE_LIMITS_H 1
3623| #define HAVE_UNISTD_H 1
3624| #define HAVE_SYS_PARAM_H 1
3625| #define HAVE_GETCWD 1
3626| #define HAVE_GETEGID 1
3627| #define HAVE_GETEUID 1
3628| #define HAVE_GETGID 1
3629| #define HAVE_GETUID 1
3630| #define HAVE_MUNMAP 1
3631| #define HAVE_STPCPY 1
3632| #define HAVE_STRCASECMP 1
3633| #define HAVE_STRDUP 1
3634| #define HAVE_STRTOUL 1
3635| #define HAVE_TSEARCH 1
3636| #define HAVE_LOCALECONV 1
3637| #define HAVE_DECL_FEOF_UNLOCKED 1
3638| #define HAVE_DECL_FGETS_UNLOCKED 0
3639| #define HAVE_LONG_LONG_INT 1
3640| #define HAVE_WCHAR_T 1
3641| #define HAVE_WINT_T 1
3642| #define HAVE_INTMAX_T 1
3643| #define HAVE_POSIX_PRINTF 1
3644| #define HAVE_STDINT_H 1
3645| #define HAVE_STDINT_H 1
3646| #define HAVE_WORKING_O_NOATIME 1
3647| #define HAVE_WORKING_O_NOFOLLOW 1
3648| #define HAVE_WORKING_USELOCALE 1
3649| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3650| #define HAVE_CFLOCALECOPYCURRENT 1
3651| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3652| #define FLEXIBLE_ARRAY_MEMBER /**/
3653| #define HAVE_STDDEF_H 1
3654| #define HAVE_STDLIB_H 1
3655| #define HAVE_STRING_H 1
3656| #define HAVE_ASPRINTF 1
3657| #define HAVE_FWPRINTF 1
3658| #define HAVE_NEWLOCALE 1
3659| #define HAVE_PUTENV 1
3660| #define HAVE_SETENV 1
3661| #define HAVE_SETLOCALE 1
3662| #define HAVE_SNPRINTF 1
3663| #define HAVE_STRNLEN 1
3664| #define HAVE_USELOCALE 1
3665| #define HAVE_WCSLEN 1
3666| #define HAVE_WCSNLEN 1
3667| #define HAVE_MBRTOWC 1
3668| #define HAVE_WCRTOMB 1
3669| #define HAVE_DECL__SNPRINTF 0
3670| /* end confdefs.h.  */
3671| #include <stdio.h>
3672|
3673| int
3674| main (void)
3675| {
3676| #ifndef _snwprintf
3677| #ifdef __cplusplus
3678|   (void) _snwprintf;
3679| #else
3680|   (void) _snwprintf;
3681| #endif
3682| #endif
3683|
3684|   ;
3685|   return 0;
3686| }
3687configure:12821: result: no
3688configure:12832: checking whether getc_unlocked is declared
3689configure:12832: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3690configure:12832: $? = 0
3691configure:12832: result: yes
3692configure:12874: checking for nl_langinfo and CODESET
3693configure:12891: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3694configure:12891: $? = 0
3695configure:12901: result: yes
3696configure:12910: checking for LC_MESSAGES
3697configure:12927: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3698configure:12927: $? = 0
3699configure:12936: result: yes
3700configure:13098: checking for CFPreferencesCopyAppValue
3701configure:13127: result: yes
3702configure:13134: checking for CFLocaleCopyCurrent
3703configure:13163: result: yes
3704configure:13170: checking for CFLocaleCopyPreferredLanguages
3705configure:13199: result: yes
3706configure:13236: checking whether included gettext is requested
3707configure:13247: result: no
3708configure:13270: checking for GNU gettext in libc
3709configure:13300: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3710Undefined symbols for architecture x86_64:
3711  "_libintl_bindtextdomain", referenced from:
3712      _main in conftest-72ff36.o
3713  "_libintl_gettext", referenced from:
3714      _main in conftest-72ff36.o
3715  "_libintl_ngettext", referenced from:
3716      _main in conftest-72ff36.o
3717ld: symbol(s) not found for architecture x86_64
3718clang: error: linker command failed with exit code 1 (use -v to see invocation)
3719configure:13300: $? = 1
3720configure: failed program was:
3721| /* confdefs.h */
3722| #define PACKAGE_NAME "bash"
3723| #define PACKAGE_TARNAME "bash"
3724| #define PACKAGE_VERSION "5.2-release"
3725| #define PACKAGE_STRING "bash 5.2-release"
3726| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3727| #define PACKAGE_URL ""
3728| #define ALIAS 1
3729| #define PUSHD_AND_POPD 1
3730| #define RESTRICTED_SHELL 1
3731| #define PROCESS_SUBSTITUTION 1
3732| #define PROMPT_STRING_DECODE 1
3733| #define SELECT_COMMAND 1
3734| #define HELP_BUILTIN 1
3735| #define ARRAY_VARS 1
3736| #define DPAREN_ARITHMETIC 1
3737| #define BRACE_EXPANSION 1
3738| #define COMMAND_TIMING 1
3739| #define EXTENDED_GLOB 1
3740| #define EXTGLOB_DEFAULT 0
3741| #define COND_COMMAND 1
3742| #define COND_REGEXP 1
3743| #define COPROCESS_SUPPORT 1
3744| #define ARITH_FOR_COMMAND 1
3745| #define NETWORK_REDIRECTIONS 1
3746| #define PROGRAMMABLE_COMPLETION 1
3747| #define DEBUGGER 1
3748| #define CASEMOD_ATTRS 1
3749| #define CASEMOD_EXPANSIONS 1
3750| #define GLOBASCII_DEFAULT 1
3751| #define FUNCTION_IMPORT 1
3752| #define TRANSLATABLE_STRINGS 1
3753| #define MEMSCRAMBLE 1
3754| #define HAVE_STDIO_H 1
3755| #define HAVE_STDLIB_H 1
3756| #define HAVE_STRING_H 1
3757| #define HAVE_INTTYPES_H 1
3758| #define HAVE_STDINT_H 1
3759| #define HAVE_STRINGS_H 1
3760| #define HAVE_SYS_STAT_H 1
3761| #define HAVE_SYS_TYPES_H 1
3762| #define HAVE_UNISTD_H 1
3763| #define HAVE_WCHAR_H 1
3764| #define HAVE_SYS_PARAM_H 1
3765| #define HAVE_XLOCALE_H 1
3766| #define HAVE_SYS_TIME_H 1
3767| #define STDC_HEADERS 1
3768| #define _ALL_SOURCE 1
3769| #define _DARWIN_C_SOURCE 1
3770| #define _GNU_SOURCE 1
3771| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3772| #define _NETBSD_SOURCE 1
3773| #define _OPENBSD_SOURCE 1
3774| #define _POSIX_PTHREAD_SEMANTICS 1
3775| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3776| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3777| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3778| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3779| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3780| #define __STDC_WANT_LIB_EXT2__ 1
3781| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3782| #define _TANDEM_SOURCE 1
3783| #define __EXTENSIONS__ 1
3784| #define READLINE 1
3785| #define HISTORY 1
3786| #define BANG_HISTORY 1
3787| #define HAVE_STRINGIZE 1
3788| #define HAVE_LONG_DOUBLE 1
3789| #define PROTOTYPES 1
3790| #define __PROTOTYPES 1
3791| #define restrict __restrict__
3792| #define HAVE_VISIBILITY 1
3793| #define HAVE_STDINT_H_WITH_UINTMAX 1
3794| #define HAVE_ALLOCA_H 1
3795| #define HAVE_ALLOCA 1
3796| #define HAVE_GETPAGESIZE 1
3797| #define HAVE_SYMLINK 1
3798| #define HAVE_USELOCALE 1
3799| #define HAVE_VPRINTF 1
3800| #define HAVE_ALARM 1
3801| #define HAVE_FPURGE 1
3802| #define HAVE_SNPRINTF 1
3803| #define HAVE_VSNPRINTF 1
3804| #define HAVE_MMAP 1
3805| #define INTDIV0_RAISES_SIGFPE 1
3806| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3807| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3808| #define HAVE_UINTMAX_T 1
3809| #define HAVE_INTTYPES_H 1
3810| #define USE_POSIX_THREADS 1
3811| #define HAVE_PTHREAD_RWLOCK 1
3812| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3813| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3814| #define HAVE_ICONV 1
3815| #define ICONV_CONST
3816| #define HAVE_BUILTIN_EXPECT 1
3817| #define HAVE_INTTYPES_H 1
3818| #define HAVE_LIMITS_H 1
3819| #define HAVE_UNISTD_H 1
3820| #define HAVE_SYS_PARAM_H 1
3821| #define HAVE_GETCWD 1
3822| #define HAVE_GETEGID 1
3823| #define HAVE_GETEUID 1
3824| #define HAVE_GETGID 1
3825| #define HAVE_GETUID 1
3826| #define HAVE_MUNMAP 1
3827| #define HAVE_STPCPY 1
3828| #define HAVE_STRCASECMP 1
3829| #define HAVE_STRDUP 1
3830| #define HAVE_STRTOUL 1
3831| #define HAVE_TSEARCH 1
3832| #define HAVE_LOCALECONV 1
3833| #define HAVE_DECL_FEOF_UNLOCKED 1
3834| #define HAVE_DECL_FGETS_UNLOCKED 0
3835| #define HAVE_LONG_LONG_INT 1
3836| #define HAVE_WCHAR_T 1
3837| #define HAVE_WINT_T 1
3838| #define HAVE_INTMAX_T 1
3839| #define HAVE_POSIX_PRINTF 1
3840| #define HAVE_STDINT_H 1
3841| #define HAVE_STDINT_H 1
3842| #define HAVE_WORKING_O_NOATIME 1
3843| #define HAVE_WORKING_O_NOFOLLOW 1
3844| #define HAVE_WORKING_USELOCALE 1
3845| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3846| #define HAVE_CFLOCALECOPYCURRENT 1
3847| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3848| #define FLEXIBLE_ARRAY_MEMBER /**/
3849| #define HAVE_STDDEF_H 1
3850| #define HAVE_STDLIB_H 1
3851| #define HAVE_STRING_H 1
3852| #define HAVE_ASPRINTF 1
3853| #define HAVE_FWPRINTF 1
3854| #define HAVE_NEWLOCALE 1
3855| #define HAVE_PUTENV 1
3856| #define HAVE_SETENV 1
3857| #define HAVE_SETLOCALE 1
3858| #define HAVE_SNPRINTF 1
3859| #define HAVE_STRNLEN 1
3860| #define HAVE_USELOCALE 1
3861| #define HAVE_WCSLEN 1
3862| #define HAVE_WCSNLEN 1
3863| #define HAVE_MBRTOWC 1
3864| #define HAVE_WCRTOMB 1
3865| #define HAVE_DECL__SNPRINTF 0
3866| #define HAVE_DECL__SNWPRINTF 0
3867| #define HAVE_DECL_GETC_UNLOCKED 1
3868| #define HAVE_LANGINFO_CODESET 1
3869| #define HAVE_LC_MESSAGES 1
3870| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3871| #define HAVE_CFLOCALECOPYCURRENT 1
3872| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3873| /* end confdefs.h.  */
3874|
3875| #include <libintl.h>
3876| #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
3877| extern int _nl_msg_cat_cntr;
3878| extern int *_nl_domain_bindings;
3879| #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
3880| #else
3881| #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
3882| #endif
3883|
3884|
3885| int
3886| main (void)
3887| {
3888|
3889| bindtextdomain ("", "");
3890| return * gettext ("") + * ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
3891|
3892|   ;
3893|   return 0;
3894| }
3895configure:13310: result: no
3896configure:13775: checking for GNU gettext in libintl
3897configure:13813: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk  -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -lintl >&5
3898configure:13813: $? = 0
3899configure:13865: result: yes
3900configure:13919: checking whether to use NLS
3901configure:13921: result: yes
3902configure:13924: checking where the gettext function comes from
3903configure:13935: result: external libintl
3904configure:13943: checking how to link with libintl
3905configure:13945: result: -lintl -Wl,-framework -Wl,CoreFoundation
3906configure:14025: checking for dirent.h that defines DIR
3907configure:14045: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3908configure:14045: $? = 0
3909configure:14054: result: yes
3910configure:14068: checking for library containing opendir
3911configure:14098: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3912configure:14098: $? = 0
3913configure:14118: result: none required
3914configure:14190: checking for sys/mkdev.h
3915configure:14190: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3916conftest.c:186:10: fatal error: 'sys/mkdev.h' file not found
3917#include <sys/mkdev.h>
3918         ^~~~~~~~~~~~~
39191 error generated.
3920configure:14190: $? = 1
3921configure: failed program was:
3922| /* confdefs.h */
3923| #define PACKAGE_NAME "bash"
3924| #define PACKAGE_TARNAME "bash"
3925| #define PACKAGE_VERSION "5.2-release"
3926| #define PACKAGE_STRING "bash 5.2-release"
3927| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3928| #define PACKAGE_URL ""
3929| #define ALIAS 1
3930| #define PUSHD_AND_POPD 1
3931| #define RESTRICTED_SHELL 1
3932| #define PROCESS_SUBSTITUTION 1
3933| #define PROMPT_STRING_DECODE 1
3934| #define SELECT_COMMAND 1
3935| #define HELP_BUILTIN 1
3936| #define ARRAY_VARS 1
3937| #define DPAREN_ARITHMETIC 1
3938| #define BRACE_EXPANSION 1
3939| #define COMMAND_TIMING 1
3940| #define EXTENDED_GLOB 1
3941| #define EXTGLOB_DEFAULT 0
3942| #define COND_COMMAND 1
3943| #define COND_REGEXP 1
3944| #define COPROCESS_SUPPORT 1
3945| #define ARITH_FOR_COMMAND 1
3946| #define NETWORK_REDIRECTIONS 1
3947| #define PROGRAMMABLE_COMPLETION 1
3948| #define DEBUGGER 1
3949| #define CASEMOD_ATTRS 1
3950| #define CASEMOD_EXPANSIONS 1
3951| #define GLOBASCII_DEFAULT 1
3952| #define FUNCTION_IMPORT 1
3953| #define TRANSLATABLE_STRINGS 1
3954| #define MEMSCRAMBLE 1
3955| #define HAVE_STDIO_H 1
3956| #define HAVE_STDLIB_H 1
3957| #define HAVE_STRING_H 1
3958| #define HAVE_INTTYPES_H 1
3959| #define HAVE_STDINT_H 1
3960| #define HAVE_STRINGS_H 1
3961| #define HAVE_SYS_STAT_H 1
3962| #define HAVE_SYS_TYPES_H 1
3963| #define HAVE_UNISTD_H 1
3964| #define HAVE_WCHAR_H 1
3965| #define HAVE_SYS_PARAM_H 1
3966| #define HAVE_XLOCALE_H 1
3967| #define HAVE_SYS_TIME_H 1
3968| #define STDC_HEADERS 1
3969| #define _ALL_SOURCE 1
3970| #define _DARWIN_C_SOURCE 1
3971| #define _GNU_SOURCE 1
3972| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3973| #define _NETBSD_SOURCE 1
3974| #define _OPENBSD_SOURCE 1
3975| #define _POSIX_PTHREAD_SEMANTICS 1
3976| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3977| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3978| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3979| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3980| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3981| #define __STDC_WANT_LIB_EXT2__ 1
3982| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3983| #define _TANDEM_SOURCE 1
3984| #define __EXTENSIONS__ 1
3985| #define READLINE 1
3986| #define HISTORY 1
3987| #define BANG_HISTORY 1
3988| #define HAVE_STRINGIZE 1
3989| #define HAVE_LONG_DOUBLE 1
3990| #define PROTOTYPES 1
3991| #define __PROTOTYPES 1
3992| #define restrict __restrict__
3993| #define HAVE_VISIBILITY 1
3994| #define HAVE_STDINT_H_WITH_UINTMAX 1
3995| #define HAVE_ALLOCA_H 1
3996| #define HAVE_ALLOCA 1
3997| #define HAVE_GETPAGESIZE 1
3998| #define HAVE_SYMLINK 1
3999| #define HAVE_USELOCALE 1
4000| #define HAVE_VPRINTF 1
4001| #define HAVE_ALARM 1
4002| #define HAVE_FPURGE 1
4003| #define HAVE_SNPRINTF 1
4004| #define HAVE_VSNPRINTF 1
4005| #define HAVE_MMAP 1
4006| #define INTDIV0_RAISES_SIGFPE 1
4007| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4008| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4009| #define HAVE_UINTMAX_T 1
4010| #define HAVE_INTTYPES_H 1
4011| #define USE_POSIX_THREADS 1
4012| #define HAVE_PTHREAD_RWLOCK 1
4013| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4014| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4015| #define HAVE_ICONV 1
4016| #define ICONV_CONST
4017| #define HAVE_BUILTIN_EXPECT 1
4018| #define HAVE_INTTYPES_H 1
4019| #define HAVE_LIMITS_H 1
4020| #define HAVE_UNISTD_H 1
4021| #define HAVE_SYS_PARAM_H 1
4022| #define HAVE_GETCWD 1
4023| #define HAVE_GETEGID 1
4024| #define HAVE_GETEUID 1
4025| #define HAVE_GETGID 1
4026| #define HAVE_GETUID 1
4027| #define HAVE_MUNMAP 1
4028| #define HAVE_STPCPY 1
4029| #define HAVE_STRCASECMP 1
4030| #define HAVE_STRDUP 1
4031| #define HAVE_STRTOUL 1
4032| #define HAVE_TSEARCH 1
4033| #define HAVE_LOCALECONV 1
4034| #define HAVE_DECL_FEOF_UNLOCKED 1
4035| #define HAVE_DECL_FGETS_UNLOCKED 0
4036| #define HAVE_LONG_LONG_INT 1
4037| #define HAVE_WCHAR_T 1
4038| #define HAVE_WINT_T 1
4039| #define HAVE_INTMAX_T 1
4040| #define HAVE_POSIX_PRINTF 1
4041| #define HAVE_STDINT_H 1
4042| #define HAVE_STDINT_H 1
4043| #define HAVE_WORKING_O_NOATIME 1
4044| #define HAVE_WORKING_O_NOFOLLOW 1
4045| #define HAVE_WORKING_USELOCALE 1
4046| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4047| #define HAVE_CFLOCALECOPYCURRENT 1
4048| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4049| #define FLEXIBLE_ARRAY_MEMBER /**/
4050| #define HAVE_STDDEF_H 1
4051| #define HAVE_STDLIB_H 1
4052| #define HAVE_STRING_H 1
4053| #define HAVE_ASPRINTF 1
4054| #define HAVE_FWPRINTF 1
4055| #define HAVE_NEWLOCALE 1
4056| #define HAVE_PUTENV 1
4057| #define HAVE_SETENV 1
4058| #define HAVE_SETLOCALE 1
4059| #define HAVE_SNPRINTF 1
4060| #define HAVE_STRNLEN 1
4061| #define HAVE_USELOCALE 1
4062| #define HAVE_WCSLEN 1
4063| #define HAVE_WCSNLEN 1
4064| #define HAVE_MBRTOWC 1
4065| #define HAVE_WCRTOMB 1
4066| #define HAVE_DECL__SNPRINTF 0
4067| #define HAVE_DECL__SNWPRINTF 0
4068| #define HAVE_DECL_GETC_UNLOCKED 1
4069| #define HAVE_LANGINFO_CODESET 1
4070| #define HAVE_LC_MESSAGES 1
4071| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4072| #define HAVE_CFLOCALECOPYCURRENT 1
4073| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4074| #define ENABLE_NLS 1
4075| #define HAVE_GETTEXT 1
4076| #define HAVE_DCGETTEXT 1
4077| #define HAVE_DIRENT_H 1
4078| /* end confdefs.h.  */
4079| #include <stddef.h>
4080| #ifdef HAVE_STDIO_H
4081| # include <stdio.h>
4082| #endif
4083| #ifdef HAVE_STDLIB_H
4084| # include <stdlib.h>
4085| #endif
4086| #ifdef HAVE_STRING_H
4087| # include <string.h>
4088| #endif
4089| #ifdef HAVE_INTTYPES_H
4090| # include <inttypes.h>
4091| #endif
4092| #ifdef HAVE_STDINT_H
4093| # include <stdint.h>
4094| #endif
4095| #ifdef HAVE_STRINGS_H
4096| # include <strings.h>
4097| #endif
4098| #ifdef HAVE_SYS_TYPES_H
4099| # include <sys/types.h>
4100| #endif
4101| #ifdef HAVE_SYS_STAT_H
4102| # include <sys/stat.h>
4103| #endif
4104| #ifdef HAVE_UNISTD_H
4105| # include <unistd.h>
4106| #endif
4107| #include <sys/mkdev.h>
4108configure:14190: result: no
4109configure:14199: checking for sys/sysmacros.h
4110configure:14199: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4111conftest.c:186:10: fatal error: 'sys/sysmacros.h' file not found
4112#include <sys/sysmacros.h>
4113         ^~~~~~~~~~~~~~~~~
41141 error generated.
4115configure:14199: $? = 1
4116configure: failed program was:
4117| /* confdefs.h */
4118| #define PACKAGE_NAME "bash"
4119| #define PACKAGE_TARNAME "bash"
4120| #define PACKAGE_VERSION "5.2-release"
4121| #define PACKAGE_STRING "bash 5.2-release"
4122| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4123| #define PACKAGE_URL ""
4124| #define ALIAS 1
4125| #define PUSHD_AND_POPD 1
4126| #define RESTRICTED_SHELL 1
4127| #define PROCESS_SUBSTITUTION 1
4128| #define PROMPT_STRING_DECODE 1
4129| #define SELECT_COMMAND 1
4130| #define HELP_BUILTIN 1
4131| #define ARRAY_VARS 1
4132| #define DPAREN_ARITHMETIC 1
4133| #define BRACE_EXPANSION 1
4134| #define COMMAND_TIMING 1
4135| #define EXTENDED_GLOB 1
4136| #define EXTGLOB_DEFAULT 0
4137| #define COND_COMMAND 1
4138| #define COND_REGEXP 1
4139| #define COPROCESS_SUPPORT 1
4140| #define ARITH_FOR_COMMAND 1
4141| #define NETWORK_REDIRECTIONS 1
4142| #define PROGRAMMABLE_COMPLETION 1
4143| #define DEBUGGER 1
4144| #define CASEMOD_ATTRS 1
4145| #define CASEMOD_EXPANSIONS 1
4146| #define GLOBASCII_DEFAULT 1
4147| #define FUNCTION_IMPORT 1
4148| #define TRANSLATABLE_STRINGS 1
4149| #define MEMSCRAMBLE 1
4150| #define HAVE_STDIO_H 1
4151| #define HAVE_STDLIB_H 1
4152| #define HAVE_STRING_H 1
4153| #define HAVE_INTTYPES_H 1
4154| #define HAVE_STDINT_H 1
4155| #define HAVE_STRINGS_H 1
4156| #define HAVE_SYS_STAT_H 1
4157| #define HAVE_SYS_TYPES_H 1
4158| #define HAVE_UNISTD_H 1
4159| #define HAVE_WCHAR_H 1
4160| #define HAVE_SYS_PARAM_H 1
4161| #define HAVE_XLOCALE_H 1
4162| #define HAVE_SYS_TIME_H 1
4163| #define STDC_HEADERS 1
4164| #define _ALL_SOURCE 1
4165| #define _DARWIN_C_SOURCE 1
4166| #define _GNU_SOURCE 1
4167| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4168| #define _NETBSD_SOURCE 1
4169| #define _OPENBSD_SOURCE 1
4170| #define _POSIX_PTHREAD_SEMANTICS 1
4171| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4172| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4173| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4174| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4175| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4176| #define __STDC_WANT_LIB_EXT2__ 1
4177| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4178| #define _TANDEM_SOURCE 1
4179| #define __EXTENSIONS__ 1
4180| #define READLINE 1
4181| #define HISTORY 1
4182| #define BANG_HISTORY 1
4183| #define HAVE_STRINGIZE 1
4184| #define HAVE_LONG_DOUBLE 1
4185| #define PROTOTYPES 1
4186| #define __PROTOTYPES 1
4187| #define restrict __restrict__
4188| #define HAVE_VISIBILITY 1
4189| #define HAVE_STDINT_H_WITH_UINTMAX 1
4190| #define HAVE_ALLOCA_H 1
4191| #define HAVE_ALLOCA 1
4192| #define HAVE_GETPAGESIZE 1
4193| #define HAVE_SYMLINK 1
4194| #define HAVE_USELOCALE 1
4195| #define HAVE_VPRINTF 1
4196| #define HAVE_ALARM 1
4197| #define HAVE_FPURGE 1
4198| #define HAVE_SNPRINTF 1
4199| #define HAVE_VSNPRINTF 1
4200| #define HAVE_MMAP 1
4201| #define INTDIV0_RAISES_SIGFPE 1
4202| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4203| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4204| #define HAVE_UINTMAX_T 1
4205| #define HAVE_INTTYPES_H 1
4206| #define USE_POSIX_THREADS 1
4207| #define HAVE_PTHREAD_RWLOCK 1
4208| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4209| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4210| #define HAVE_ICONV 1
4211| #define ICONV_CONST
4212| #define HAVE_BUILTIN_EXPECT 1
4213| #define HAVE_INTTYPES_H 1
4214| #define HAVE_LIMITS_H 1
4215| #define HAVE_UNISTD_H 1
4216| #define HAVE_SYS_PARAM_H 1
4217| #define HAVE_GETCWD 1
4218| #define HAVE_GETEGID 1
4219| #define HAVE_GETEUID 1
4220| #define HAVE_GETGID 1
4221| #define HAVE_GETUID 1
4222| #define HAVE_MUNMAP 1
4223| #define HAVE_STPCPY 1
4224| #define HAVE_STRCASECMP 1
4225| #define HAVE_STRDUP 1
4226| #define HAVE_STRTOUL 1
4227| #define HAVE_TSEARCH 1
4228| #define HAVE_LOCALECONV 1
4229| #define HAVE_DECL_FEOF_UNLOCKED 1
4230| #define HAVE_DECL_FGETS_UNLOCKED 0
4231| #define HAVE_LONG_LONG_INT 1
4232| #define HAVE_WCHAR_T 1
4233| #define HAVE_WINT_T 1
4234| #define HAVE_INTMAX_T 1
4235| #define HAVE_POSIX_PRINTF 1
4236| #define HAVE_STDINT_H 1
4237| #define HAVE_STDINT_H 1
4238| #define HAVE_WORKING_O_NOATIME 1
4239| #define HAVE_WORKING_O_NOFOLLOW 1
4240| #define HAVE_WORKING_USELOCALE 1
4241| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4242| #define HAVE_CFLOCALECOPYCURRENT 1
4243| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4244| #define FLEXIBLE_ARRAY_MEMBER /**/
4245| #define HAVE_STDDEF_H 1
4246| #define HAVE_STDLIB_H 1
4247| #define HAVE_STRING_H 1
4248| #define HAVE_ASPRINTF 1
4249| #define HAVE_FWPRINTF 1
4250| #define HAVE_NEWLOCALE 1
4251| #define HAVE_PUTENV 1
4252| #define HAVE_SETENV 1
4253| #define HAVE_SETLOCALE 1
4254| #define HAVE_SNPRINTF 1
4255| #define HAVE_STRNLEN 1
4256| #define HAVE_USELOCALE 1
4257| #define HAVE_WCSLEN 1
4258| #define HAVE_WCSNLEN 1
4259| #define HAVE_MBRTOWC 1
4260| #define HAVE_WCRTOMB 1
4261| #define HAVE_DECL__SNPRINTF 0
4262| #define HAVE_DECL__SNWPRINTF 0
4263| #define HAVE_DECL_GETC_UNLOCKED 1
4264| #define HAVE_LANGINFO_CODESET 1
4265| #define HAVE_LC_MESSAGES 1
4266| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4267| #define HAVE_CFLOCALECOPYCURRENT 1
4268| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4269| #define ENABLE_NLS 1
4270| #define HAVE_GETTEXT 1
4271| #define HAVE_DCGETTEXT 1
4272| #define HAVE_DIRENT_H 1
4273| /* end confdefs.h.  */
4274| #include <stddef.h>
4275| #ifdef HAVE_STDIO_H
4276| # include <stdio.h>
4277| #endif
4278| #ifdef HAVE_STDLIB_H
4279| # include <stdlib.h>
4280| #endif
4281| #ifdef HAVE_STRING_H
4282| # include <string.h>
4283| #endif
4284| #ifdef HAVE_INTTYPES_H
4285| # include <inttypes.h>
4286| #endif
4287| #ifdef HAVE_STDINT_H
4288| # include <stdint.h>
4289| #endif
4290| #ifdef HAVE_STRINGS_H
4291| # include <strings.h>
4292| #endif
4293| #ifdef HAVE_SYS_TYPES_H
4294| # include <sys/types.h>
4295| #endif
4296| #ifdef HAVE_SYS_STAT_H
4297| # include <sys/stat.h>
4298| #endif
4299| #ifdef HAVE_UNISTD_H
4300| # include <unistd.h>
4301| #endif
4302| #include <sys/sysmacros.h>
4303configure:14199: result: no
4304configure:14211: checking for inttypes.h
4305configure:14211: result: yes
4306configure:14220: checking for unistd.h
4307configure:14220: result: yes
4308configure:14226: checking for stdlib.h
4309configure:14226: result: yes
4310configure:14232: checking for stdarg.h
4311configure:14232: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4312configure:14232: $? = 0
4313configure:14232: result: yes
4314configure:14238: checking for varargs.h
4315configure:14238: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4316In file included from conftest.c:190:
4317/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/varargs.h:11:4: error: "Please use <stdarg.h> instead of <varargs.h>"
4318  #error "Please use <stdarg.h> instead of <varargs.h>"
4319   ^
43201 error generated.
4321configure:14238: $? = 1
4322configure: failed program was:
4323| /* confdefs.h */
4324| #define PACKAGE_NAME "bash"
4325| #define PACKAGE_TARNAME "bash"
4326| #define PACKAGE_VERSION "5.2-release"
4327| #define PACKAGE_STRING "bash 5.2-release"
4328| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4329| #define PACKAGE_URL ""
4330| #define ALIAS 1
4331| #define PUSHD_AND_POPD 1
4332| #define RESTRICTED_SHELL 1
4333| #define PROCESS_SUBSTITUTION 1
4334| #define PROMPT_STRING_DECODE 1
4335| #define SELECT_COMMAND 1
4336| #define HELP_BUILTIN 1
4337| #define ARRAY_VARS 1
4338| #define DPAREN_ARITHMETIC 1
4339| #define BRACE_EXPANSION 1
4340| #define COMMAND_TIMING 1
4341| #define EXTENDED_GLOB 1
4342| #define EXTGLOB_DEFAULT 0
4343| #define COND_COMMAND 1
4344| #define COND_REGEXP 1
4345| #define COPROCESS_SUPPORT 1
4346| #define ARITH_FOR_COMMAND 1
4347| #define NETWORK_REDIRECTIONS 1
4348| #define PROGRAMMABLE_COMPLETION 1
4349| #define DEBUGGER 1
4350| #define CASEMOD_ATTRS 1
4351| #define CASEMOD_EXPANSIONS 1
4352| #define GLOBASCII_DEFAULT 1
4353| #define FUNCTION_IMPORT 1
4354| #define TRANSLATABLE_STRINGS 1
4355| #define MEMSCRAMBLE 1
4356| #define HAVE_STDIO_H 1
4357| #define HAVE_STDLIB_H 1
4358| #define HAVE_STRING_H 1
4359| #define HAVE_INTTYPES_H 1
4360| #define HAVE_STDINT_H 1
4361| #define HAVE_STRINGS_H 1
4362| #define HAVE_SYS_STAT_H 1
4363| #define HAVE_SYS_TYPES_H 1
4364| #define HAVE_UNISTD_H 1
4365| #define HAVE_WCHAR_H 1
4366| #define HAVE_SYS_PARAM_H 1
4367| #define HAVE_XLOCALE_H 1
4368| #define HAVE_SYS_TIME_H 1
4369| #define STDC_HEADERS 1
4370| #define _ALL_SOURCE 1
4371| #define _DARWIN_C_SOURCE 1
4372| #define _GNU_SOURCE 1
4373| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4374| #define _NETBSD_SOURCE 1
4375| #define _OPENBSD_SOURCE 1
4376| #define _POSIX_PTHREAD_SEMANTICS 1
4377| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4378| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4379| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4380| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4381| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4382| #define __STDC_WANT_LIB_EXT2__ 1
4383| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4384| #define _TANDEM_SOURCE 1
4385| #define __EXTENSIONS__ 1
4386| #define READLINE 1
4387| #define HISTORY 1
4388| #define BANG_HISTORY 1
4389| #define HAVE_STRINGIZE 1
4390| #define HAVE_LONG_DOUBLE 1
4391| #define PROTOTYPES 1
4392| #define __PROTOTYPES 1
4393| #define restrict __restrict__
4394| #define HAVE_VISIBILITY 1
4395| #define HAVE_STDINT_H_WITH_UINTMAX 1
4396| #define HAVE_ALLOCA_H 1
4397| #define HAVE_ALLOCA 1
4398| #define HAVE_GETPAGESIZE 1
4399| #define HAVE_SYMLINK 1
4400| #define HAVE_USELOCALE 1
4401| #define HAVE_VPRINTF 1
4402| #define HAVE_ALARM 1
4403| #define HAVE_FPURGE 1
4404| #define HAVE_SNPRINTF 1
4405| #define HAVE_VSNPRINTF 1
4406| #define HAVE_MMAP 1
4407| #define INTDIV0_RAISES_SIGFPE 1
4408| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4409| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4410| #define HAVE_UINTMAX_T 1
4411| #define HAVE_INTTYPES_H 1
4412| #define USE_POSIX_THREADS 1
4413| #define HAVE_PTHREAD_RWLOCK 1
4414| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4415| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4416| #define HAVE_ICONV 1
4417| #define ICONV_CONST
4418| #define HAVE_BUILTIN_EXPECT 1
4419| #define HAVE_INTTYPES_H 1
4420| #define HAVE_LIMITS_H 1
4421| #define HAVE_UNISTD_H 1
4422| #define HAVE_SYS_PARAM_H 1
4423| #define HAVE_GETCWD 1
4424| #define HAVE_GETEGID 1
4425| #define HAVE_GETEUID 1
4426| #define HAVE_GETGID 1
4427| #define HAVE_GETUID 1
4428| #define HAVE_MUNMAP 1
4429| #define HAVE_STPCPY 1
4430| #define HAVE_STRCASECMP 1
4431| #define HAVE_STRDUP 1
4432| #define HAVE_STRTOUL 1
4433| #define HAVE_TSEARCH 1
4434| #define HAVE_LOCALECONV 1
4435| #define HAVE_DECL_FEOF_UNLOCKED 1
4436| #define HAVE_DECL_FGETS_UNLOCKED 0
4437| #define HAVE_LONG_LONG_INT 1
4438| #define HAVE_WCHAR_T 1
4439| #define HAVE_WINT_T 1
4440| #define HAVE_INTMAX_T 1
4441| #define HAVE_POSIX_PRINTF 1
4442| #define HAVE_STDINT_H 1
4443| #define HAVE_STDINT_H 1
4444| #define HAVE_WORKING_O_NOATIME 1
4445| #define HAVE_WORKING_O_NOFOLLOW 1
4446| #define HAVE_WORKING_USELOCALE 1
4447| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4448| #define HAVE_CFLOCALECOPYCURRENT 1
4449| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4450| #define FLEXIBLE_ARRAY_MEMBER /**/
4451| #define HAVE_STDDEF_H 1
4452| #define HAVE_STDLIB_H 1
4453| #define HAVE_STRING_H 1
4454| #define HAVE_ASPRINTF 1
4455| #define HAVE_FWPRINTF 1
4456| #define HAVE_NEWLOCALE 1
4457| #define HAVE_PUTENV 1
4458| #define HAVE_SETENV 1
4459| #define HAVE_SETLOCALE 1
4460| #define HAVE_SNPRINTF 1
4461| #define HAVE_STRNLEN 1
4462| #define HAVE_USELOCALE 1
4463| #define HAVE_WCSLEN 1
4464| #define HAVE_WCSNLEN 1
4465| #define HAVE_MBRTOWC 1
4466| #define HAVE_WCRTOMB 1
4467| #define HAVE_DECL__SNPRINTF 0
4468| #define HAVE_DECL__SNWPRINTF 0
4469| #define HAVE_DECL_GETC_UNLOCKED 1
4470| #define HAVE_LANGINFO_CODESET 1
4471| #define HAVE_LC_MESSAGES 1
4472| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4473| #define HAVE_CFLOCALECOPYCURRENT 1
4474| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4475| #define ENABLE_NLS 1
4476| #define HAVE_GETTEXT 1
4477| #define HAVE_DCGETTEXT 1
4478| #define HAVE_DIRENT_H 1
4479| #define HAVE_INTTYPES_H 1
4480| #define HAVE_UNISTD_H 1
4481| #define HAVE_STDLIB_H 1
4482| #define HAVE_STDARG_H 1
4483| /* end confdefs.h.  */
4484| #include <stddef.h>
4485| #ifdef HAVE_STDIO_H
4486| # include <stdio.h>
4487| #endif
4488| #ifdef HAVE_STDLIB_H
4489| # include <stdlib.h>
4490| #endif
4491| #ifdef HAVE_STRING_H
4492| # include <string.h>
4493| #endif
4494| #ifdef HAVE_INTTYPES_H
4495| # include <inttypes.h>
4496| #endif
4497| #ifdef HAVE_STDINT_H
4498| # include <stdint.h>
4499| #endif
4500| #ifdef HAVE_STRINGS_H
4501| # include <strings.h>
4502| #endif
4503| #ifdef HAVE_SYS_TYPES_H
4504| # include <sys/types.h>
4505| #endif
4506| #ifdef HAVE_SYS_STAT_H
4507| # include <sys/stat.h>
4508| #endif
4509| #ifdef HAVE_UNISTD_H
4510| # include <unistd.h>
4511| #endif
4512| #include <varargs.h>
4513configure:14238: result: no
4514configure:14244: checking for limits.h
4515configure:14244: result: yes
4516configure:14250: checking for string.h
4517configure:14250: result: yes
4518configure:14256: checking for memory.h
4519configure:14256: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4520configure:14256: $? = 0
4521configure:14256: result: yes
4522configure:14262: checking for locale.h
4523configure:14262: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4524configure:14262: $? = 0
4525configure:14262: result: yes
4526configure:14268: checking for termcap.h
4527configure:14268: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4528configure:14268: $? = 0
4529configure:14268: result: yes
4530configure:14274: checking for termio.h
4531configure:14274: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4532conftest.c:195:10: fatal error: 'termio.h' file not found
4533#include <termio.h>
4534         ^~~~~~~~~~
45351 error generated.
4536configure:14274: $? = 1
4537configure: failed program was:
4538| /* confdefs.h */
4539| #define PACKAGE_NAME "bash"
4540| #define PACKAGE_TARNAME "bash"
4541| #define PACKAGE_VERSION "5.2-release"
4542| #define PACKAGE_STRING "bash 5.2-release"
4543| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4544| #define PACKAGE_URL ""
4545| #define ALIAS 1
4546| #define PUSHD_AND_POPD 1
4547| #define RESTRICTED_SHELL 1
4548| #define PROCESS_SUBSTITUTION 1
4549| #define PROMPT_STRING_DECODE 1
4550| #define SELECT_COMMAND 1
4551| #define HELP_BUILTIN 1
4552| #define ARRAY_VARS 1
4553| #define DPAREN_ARITHMETIC 1
4554| #define BRACE_EXPANSION 1
4555| #define COMMAND_TIMING 1
4556| #define EXTENDED_GLOB 1
4557| #define EXTGLOB_DEFAULT 0
4558| #define COND_COMMAND 1
4559| #define COND_REGEXP 1
4560| #define COPROCESS_SUPPORT 1
4561| #define ARITH_FOR_COMMAND 1
4562| #define NETWORK_REDIRECTIONS 1
4563| #define PROGRAMMABLE_COMPLETION 1
4564| #define DEBUGGER 1
4565| #define CASEMOD_ATTRS 1
4566| #define CASEMOD_EXPANSIONS 1
4567| #define GLOBASCII_DEFAULT 1
4568| #define FUNCTION_IMPORT 1
4569| #define TRANSLATABLE_STRINGS 1
4570| #define MEMSCRAMBLE 1
4571| #define HAVE_STDIO_H 1
4572| #define HAVE_STDLIB_H 1
4573| #define HAVE_STRING_H 1
4574| #define HAVE_INTTYPES_H 1
4575| #define HAVE_STDINT_H 1
4576| #define HAVE_STRINGS_H 1
4577| #define HAVE_SYS_STAT_H 1
4578| #define HAVE_SYS_TYPES_H 1
4579| #define HAVE_UNISTD_H 1
4580| #define HAVE_WCHAR_H 1
4581| #define HAVE_SYS_PARAM_H 1
4582| #define HAVE_XLOCALE_H 1
4583| #define HAVE_SYS_TIME_H 1
4584| #define STDC_HEADERS 1
4585| #define _ALL_SOURCE 1
4586| #define _DARWIN_C_SOURCE 1
4587| #define _GNU_SOURCE 1
4588| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4589| #define _NETBSD_SOURCE 1
4590| #define _OPENBSD_SOURCE 1
4591| #define _POSIX_PTHREAD_SEMANTICS 1
4592| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4593| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4594| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4595| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4596| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4597| #define __STDC_WANT_LIB_EXT2__ 1
4598| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4599| #define _TANDEM_SOURCE 1
4600| #define __EXTENSIONS__ 1
4601| #define READLINE 1
4602| #define HISTORY 1
4603| #define BANG_HISTORY 1
4604| #define HAVE_STRINGIZE 1
4605| #define HAVE_LONG_DOUBLE 1
4606| #define PROTOTYPES 1
4607| #define __PROTOTYPES 1
4608| #define restrict __restrict__
4609| #define HAVE_VISIBILITY 1
4610| #define HAVE_STDINT_H_WITH_UINTMAX 1
4611| #define HAVE_ALLOCA_H 1
4612| #define HAVE_ALLOCA 1
4613| #define HAVE_GETPAGESIZE 1
4614| #define HAVE_SYMLINK 1
4615| #define HAVE_USELOCALE 1
4616| #define HAVE_VPRINTF 1
4617| #define HAVE_ALARM 1
4618| #define HAVE_FPURGE 1
4619| #define HAVE_SNPRINTF 1
4620| #define HAVE_VSNPRINTF 1
4621| #define HAVE_MMAP 1
4622| #define INTDIV0_RAISES_SIGFPE 1
4623| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4624| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4625| #define HAVE_UINTMAX_T 1
4626| #define HAVE_INTTYPES_H 1
4627| #define USE_POSIX_THREADS 1
4628| #define HAVE_PTHREAD_RWLOCK 1
4629| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4630| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4631| #define HAVE_ICONV 1
4632| #define ICONV_CONST
4633| #define HAVE_BUILTIN_EXPECT 1
4634| #define HAVE_INTTYPES_H 1
4635| #define HAVE_LIMITS_H 1
4636| #define HAVE_UNISTD_H 1
4637| #define HAVE_SYS_PARAM_H 1
4638| #define HAVE_GETCWD 1
4639| #define HAVE_GETEGID 1
4640| #define HAVE_GETEUID 1
4641| #define HAVE_GETGID 1
4642| #define HAVE_GETUID 1
4643| #define HAVE_MUNMAP 1
4644| #define HAVE_STPCPY 1
4645| #define HAVE_STRCASECMP 1
4646| #define HAVE_STRDUP 1
4647| #define HAVE_STRTOUL 1
4648| #define HAVE_TSEARCH 1
4649| #define HAVE_LOCALECONV 1
4650| #define HAVE_DECL_FEOF_UNLOCKED 1
4651| #define HAVE_DECL_FGETS_UNLOCKED 0
4652| #define HAVE_LONG_LONG_INT 1
4653| #define HAVE_WCHAR_T 1
4654| #define HAVE_WINT_T 1
4655| #define HAVE_INTMAX_T 1
4656| #define HAVE_POSIX_PRINTF 1
4657| #define HAVE_STDINT_H 1
4658| #define HAVE_STDINT_H 1
4659| #define HAVE_WORKING_O_NOATIME 1
4660| #define HAVE_WORKING_O_NOFOLLOW 1
4661| #define HAVE_WORKING_USELOCALE 1
4662| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4663| #define HAVE_CFLOCALECOPYCURRENT 1
4664| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4665| #define FLEXIBLE_ARRAY_MEMBER /**/
4666| #define HAVE_STDDEF_H 1
4667| #define HAVE_STDLIB_H 1
4668| #define HAVE_STRING_H 1
4669| #define HAVE_ASPRINTF 1
4670| #define HAVE_FWPRINTF 1
4671| #define HAVE_NEWLOCALE 1
4672| #define HAVE_PUTENV 1
4673| #define HAVE_SETENV 1
4674| #define HAVE_SETLOCALE 1
4675| #define HAVE_SNPRINTF 1
4676| #define HAVE_STRNLEN 1
4677| #define HAVE_USELOCALE 1
4678| #define HAVE_WCSLEN 1
4679| #define HAVE_WCSNLEN 1
4680| #define HAVE_MBRTOWC 1
4681| #define HAVE_WCRTOMB 1
4682| #define HAVE_DECL__SNPRINTF 0
4683| #define HAVE_DECL__SNWPRINTF 0
4684| #define HAVE_DECL_GETC_UNLOCKED 1
4685| #define HAVE_LANGINFO_CODESET 1
4686| #define HAVE_LC_MESSAGES 1
4687| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4688| #define HAVE_CFLOCALECOPYCURRENT 1
4689| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4690| #define ENABLE_NLS 1
4691| #define HAVE_GETTEXT 1
4692| #define HAVE_DCGETTEXT 1
4693| #define HAVE_DIRENT_H 1
4694| #define HAVE_INTTYPES_H 1
4695| #define HAVE_UNISTD_H 1
4696| #define HAVE_STDLIB_H 1
4697| #define HAVE_STDARG_H 1
4698| #define HAVE_LIMITS_H 1
4699| #define HAVE_STRING_H 1
4700| #define HAVE_MEMORY_H 1
4701| #define HAVE_LOCALE_H 1
4702| #define HAVE_TERMCAP_H 1
4703| /* end confdefs.h.  */
4704| #include <stddef.h>
4705| #ifdef HAVE_STDIO_H
4706| # include <stdio.h>
4707| #endif
4708| #ifdef HAVE_STDLIB_H
4709| # include <stdlib.h>
4710| #endif
4711| #ifdef HAVE_STRING_H
4712| # include <string.h>
4713| #endif
4714| #ifdef HAVE_INTTYPES_H
4715| # include <inttypes.h>
4716| #endif
4717| #ifdef HAVE_STDINT_H
4718| # include <stdint.h>
4719| #endif
4720| #ifdef HAVE_STRINGS_H
4721| # include <strings.h>
4722| #endif
4723| #ifdef HAVE_SYS_TYPES_H
4724| # include <sys/types.h>
4725| #endif
4726| #ifdef HAVE_SYS_STAT_H
4727| # include <sys/stat.h>
4728| #endif
4729| #ifdef HAVE_UNISTD_H
4730| # include <unistd.h>
4731| #endif
4732| #include <termio.h>
4733configure:14274: result: no
4734configure:14280: checking for termios.h
4735configure:14280: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4736configure:14280: $? = 0
4737configure:14280: result: yes
4738configure:14286: checking for dlfcn.h
4739configure:14286: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4740configure:14286: $? = 0
4741configure:14286: result: yes
4742configure:14292: checking for stdbool.h
4743configure:14292: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4744configure:14292: $? = 0
4745configure:14292: result: yes
4746configure:14298: checking for stddef.h
4747configure:14298: result: yes
4748configure:14304: checking for stdint.h
4749configure:14304: result: yes
4750configure:14310: checking for netdb.h
4751configure:14310: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4752configure:14310: $? = 0
4753configure:14310: result: yes
4754configure:14316: checking for pwd.h
4755configure:14316: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4756configure:14316: $? = 0
4757configure:14316: result: yes
4758configure:14322: checking for grp.h
4759configure:14322: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4760configure:14322: $? = 0
4761configure:14322: result: yes
4762configure:14328: checking for strings.h
4763configure:14328: result: yes
4764configure:14334: checking for regex.h
4765configure:14334: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4766configure:14334: $? = 0
4767configure:14334: result: yes
4768configure:14340: checking for syslog.h
4769configure:14340: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4770configure:14340: $? = 0
4771configure:14340: result: yes
4772configure:14346: checking for ulimit.h
4773configure:14346: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4774configure:14346: $? = 0
4775configure:14346: result: yes
4776configure:14353: checking for sys/pte.h
4777configure:14353: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4778conftest.c:207:10: fatal error: 'sys/pte.h' file not found
4779#include <sys/pte.h>
4780         ^~~~~~~~~~~
47811 error generated.
4782configure:14353: $? = 1
4783configure: failed program was:
4784| /* confdefs.h */
4785| #define PACKAGE_NAME "bash"
4786| #define PACKAGE_TARNAME "bash"
4787| #define PACKAGE_VERSION "5.2-release"
4788| #define PACKAGE_STRING "bash 5.2-release"
4789| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4790| #define PACKAGE_URL ""
4791| #define ALIAS 1
4792| #define PUSHD_AND_POPD 1
4793| #define RESTRICTED_SHELL 1
4794| #define PROCESS_SUBSTITUTION 1
4795| #define PROMPT_STRING_DECODE 1
4796| #define SELECT_COMMAND 1
4797| #define HELP_BUILTIN 1
4798| #define ARRAY_VARS 1
4799| #define DPAREN_ARITHMETIC 1
4800| #define BRACE_EXPANSION 1
4801| #define COMMAND_TIMING 1
4802| #define EXTENDED_GLOB 1
4803| #define EXTGLOB_DEFAULT 0
4804| #define COND_COMMAND 1
4805| #define COND_REGEXP 1
4806| #define COPROCESS_SUPPORT 1
4807| #define ARITH_FOR_COMMAND 1
4808| #define NETWORK_REDIRECTIONS 1
4809| #define PROGRAMMABLE_COMPLETION 1
4810| #define DEBUGGER 1
4811| #define CASEMOD_ATTRS 1
4812| #define CASEMOD_EXPANSIONS 1
4813| #define GLOBASCII_DEFAULT 1
4814| #define FUNCTION_IMPORT 1
4815| #define TRANSLATABLE_STRINGS 1
4816| #define MEMSCRAMBLE 1
4817| #define HAVE_STDIO_H 1
4818| #define HAVE_STDLIB_H 1
4819| #define HAVE_STRING_H 1
4820| #define HAVE_INTTYPES_H 1
4821| #define HAVE_STDINT_H 1
4822| #define HAVE_STRINGS_H 1
4823| #define HAVE_SYS_STAT_H 1
4824| #define HAVE_SYS_TYPES_H 1
4825| #define HAVE_UNISTD_H 1
4826| #define HAVE_WCHAR_H 1
4827| #define HAVE_SYS_PARAM_H 1
4828| #define HAVE_XLOCALE_H 1
4829| #define HAVE_SYS_TIME_H 1
4830| #define STDC_HEADERS 1
4831| #define _ALL_SOURCE 1
4832| #define _DARWIN_C_SOURCE 1
4833| #define _GNU_SOURCE 1
4834| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4835| #define _NETBSD_SOURCE 1
4836| #define _OPENBSD_SOURCE 1
4837| #define _POSIX_PTHREAD_SEMANTICS 1
4838| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4839| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4840| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4841| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4842| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4843| #define __STDC_WANT_LIB_EXT2__ 1
4844| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4845| #define _TANDEM_SOURCE 1
4846| #define __EXTENSIONS__ 1
4847| #define READLINE 1
4848| #define HISTORY 1
4849| #define BANG_HISTORY 1
4850| #define HAVE_STRINGIZE 1
4851| #define HAVE_LONG_DOUBLE 1
4852| #define PROTOTYPES 1
4853| #define __PROTOTYPES 1
4854| #define restrict __restrict__
4855| #define HAVE_VISIBILITY 1
4856| #define HAVE_STDINT_H_WITH_UINTMAX 1
4857| #define HAVE_ALLOCA_H 1
4858| #define HAVE_ALLOCA 1
4859| #define HAVE_GETPAGESIZE 1
4860| #define HAVE_SYMLINK 1
4861| #define HAVE_USELOCALE 1
4862| #define HAVE_VPRINTF 1
4863| #define HAVE_ALARM 1
4864| #define HAVE_FPURGE 1
4865| #define HAVE_SNPRINTF 1
4866| #define HAVE_VSNPRINTF 1
4867| #define HAVE_MMAP 1
4868| #define INTDIV0_RAISES_SIGFPE 1
4869| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4870| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4871| #define HAVE_UINTMAX_T 1
4872| #define HAVE_INTTYPES_H 1
4873| #define USE_POSIX_THREADS 1
4874| #define HAVE_PTHREAD_RWLOCK 1
4875| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4876| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4877| #define HAVE_ICONV 1
4878| #define ICONV_CONST
4879| #define HAVE_BUILTIN_EXPECT 1
4880| #define HAVE_INTTYPES_H 1
4881| #define HAVE_LIMITS_H 1
4882| #define HAVE_UNISTD_H 1
4883| #define HAVE_SYS_PARAM_H 1
4884| #define HAVE_GETCWD 1
4885| #define HAVE_GETEGID 1
4886| #define HAVE_GETEUID 1
4887| #define HAVE_GETGID 1
4888| #define HAVE_GETUID 1
4889| #define HAVE_MUNMAP 1
4890| #define HAVE_STPCPY 1
4891| #define HAVE_STRCASECMP 1
4892| #define HAVE_STRDUP 1
4893| #define HAVE_STRTOUL 1
4894| #define HAVE_TSEARCH 1
4895| #define HAVE_LOCALECONV 1
4896| #define HAVE_DECL_FEOF_UNLOCKED 1
4897| #define HAVE_DECL_FGETS_UNLOCKED 0
4898| #define HAVE_LONG_LONG_INT 1
4899| #define HAVE_WCHAR_T 1
4900| #define HAVE_WINT_T 1
4901| #define HAVE_INTMAX_T 1
4902| #define HAVE_POSIX_PRINTF 1
4903| #define HAVE_STDINT_H 1
4904| #define HAVE_STDINT_H 1
4905| #define HAVE_WORKING_O_NOATIME 1
4906| #define HAVE_WORKING_O_NOFOLLOW 1
4907| #define HAVE_WORKING_USELOCALE 1
4908| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4909| #define HAVE_CFLOCALECOPYCURRENT 1
4910| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4911| #define FLEXIBLE_ARRAY_MEMBER /**/
4912| #define HAVE_STDDEF_H 1
4913| #define HAVE_STDLIB_H 1
4914| #define HAVE_STRING_H 1
4915| #define HAVE_ASPRINTF 1
4916| #define HAVE_FWPRINTF 1
4917| #define HAVE_NEWLOCALE 1
4918| #define HAVE_PUTENV 1
4919| #define HAVE_SETENV 1
4920| #define HAVE_SETLOCALE 1
4921| #define HAVE_SNPRINTF 1
4922| #define HAVE_STRNLEN 1
4923| #define HAVE_USELOCALE 1
4924| #define HAVE_WCSLEN 1
4925| #define HAVE_WCSNLEN 1
4926| #define HAVE_MBRTOWC 1
4927| #define HAVE_WCRTOMB 1
4928| #define HAVE_DECL__SNPRINTF 0
4929| #define HAVE_DECL__SNWPRINTF 0
4930| #define HAVE_DECL_GETC_UNLOCKED 1
4931| #define HAVE_LANGINFO_CODESET 1
4932| #define HAVE_LC_MESSAGES 1
4933| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4934| #define HAVE_CFLOCALECOPYCURRENT 1
4935| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4936| #define ENABLE_NLS 1
4937| #define HAVE_GETTEXT 1
4938| #define HAVE_DCGETTEXT 1
4939| #define HAVE_DIRENT_H 1
4940| #define HAVE_INTTYPES_H 1
4941| #define HAVE_UNISTD_H 1
4942| #define HAVE_STDLIB_H 1
4943| #define HAVE_STDARG_H 1
4944| #define HAVE_LIMITS_H 1
4945| #define HAVE_STRING_H 1
4946| #define HAVE_MEMORY_H 1
4947| #define HAVE_LOCALE_H 1
4948| #define HAVE_TERMCAP_H 1
4949| #define HAVE_TERMIOS_H 1
4950| #define HAVE_DLFCN_H 1
4951| #define HAVE_STDBOOL_H 1
4952| #define HAVE_STDDEF_H 1
4953| #define HAVE_STDINT_H 1
4954| #define HAVE_NETDB_H 1
4955| #define HAVE_PWD_H 1
4956| #define HAVE_GRP_H 1
4957| #define HAVE_STRINGS_H 1
4958| #define HAVE_REGEX_H 1
4959| #define HAVE_SYSLOG_H 1
4960| #define HAVE_ULIMIT_H 1
4961| /* end confdefs.h.  */
4962| #include <stddef.h>
4963| #ifdef HAVE_STDIO_H
4964| # include <stdio.h>
4965| #endif
4966| #ifdef HAVE_STDLIB_H
4967| # include <stdlib.h>
4968| #endif
4969| #ifdef HAVE_STRING_H
4970| # include <string.h>
4971| #endif
4972| #ifdef HAVE_INTTYPES_H
4973| # include <inttypes.h>
4974| #endif
4975| #ifdef HAVE_STDINT_H
4976| # include <stdint.h>
4977| #endif
4978| #ifdef HAVE_STRINGS_H
4979| # include <strings.h>
4980| #endif
4981| #ifdef HAVE_SYS_TYPES_H
4982| # include <sys/types.h>
4983| #endif
4984| #ifdef HAVE_SYS_STAT_H
4985| # include <sys/stat.h>
4986| #endif
4987| #ifdef HAVE_UNISTD_H
4988| # include <unistd.h>
4989| #endif
4990| #include <sys/pte.h>
4991configure:14353: result: no
4992configure:14359: checking for sys/stream.h
4993configure:14359: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4994conftest.c:207:10: fatal error: 'sys/stream.h' file not found
4995#include <sys/stream.h>
4996         ^~~~~~~~~~~~~~
49971 error generated.
4998configure:14359: $? = 1
4999configure: failed program was:
5000| /* confdefs.h */
5001| #define PACKAGE_NAME "bash"
5002| #define PACKAGE_TARNAME "bash"
5003| #define PACKAGE_VERSION "5.2-release"
5004| #define PACKAGE_STRING "bash 5.2-release"
5005| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5006| #define PACKAGE_URL ""
5007| #define ALIAS 1
5008| #define PUSHD_AND_POPD 1
5009| #define RESTRICTED_SHELL 1
5010| #define PROCESS_SUBSTITUTION 1
5011| #define PROMPT_STRING_DECODE 1
5012| #define SELECT_COMMAND 1
5013| #define HELP_BUILTIN 1
5014| #define ARRAY_VARS 1
5015| #define DPAREN_ARITHMETIC 1
5016| #define BRACE_EXPANSION 1
5017| #define COMMAND_TIMING 1
5018| #define EXTENDED_GLOB 1
5019| #define EXTGLOB_DEFAULT 0
5020| #define COND_COMMAND 1
5021| #define COND_REGEXP 1
5022| #define COPROCESS_SUPPORT 1
5023| #define ARITH_FOR_COMMAND 1
5024| #define NETWORK_REDIRECTIONS 1
5025| #define PROGRAMMABLE_COMPLETION 1
5026| #define DEBUGGER 1
5027| #define CASEMOD_ATTRS 1
5028| #define CASEMOD_EXPANSIONS 1
5029| #define GLOBASCII_DEFAULT 1
5030| #define FUNCTION_IMPORT 1
5031| #define TRANSLATABLE_STRINGS 1
5032| #define MEMSCRAMBLE 1
5033| #define HAVE_STDIO_H 1
5034| #define HAVE_STDLIB_H 1
5035| #define HAVE_STRING_H 1
5036| #define HAVE_INTTYPES_H 1
5037| #define HAVE_STDINT_H 1
5038| #define HAVE_STRINGS_H 1
5039| #define HAVE_SYS_STAT_H 1
5040| #define HAVE_SYS_TYPES_H 1
5041| #define HAVE_UNISTD_H 1
5042| #define HAVE_WCHAR_H 1
5043| #define HAVE_SYS_PARAM_H 1
5044| #define HAVE_XLOCALE_H 1
5045| #define HAVE_SYS_TIME_H 1
5046| #define STDC_HEADERS 1
5047| #define _ALL_SOURCE 1
5048| #define _DARWIN_C_SOURCE 1
5049| #define _GNU_SOURCE 1
5050| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5051| #define _NETBSD_SOURCE 1
5052| #define _OPENBSD_SOURCE 1
5053| #define _POSIX_PTHREAD_SEMANTICS 1
5054| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5055| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5056| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5057| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5058| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5059| #define __STDC_WANT_LIB_EXT2__ 1
5060| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5061| #define _TANDEM_SOURCE 1
5062| #define __EXTENSIONS__ 1
5063| #define READLINE 1
5064| #define HISTORY 1
5065| #define BANG_HISTORY 1
5066| #define HAVE_STRINGIZE 1
5067| #define HAVE_LONG_DOUBLE 1
5068| #define PROTOTYPES 1
5069| #define __PROTOTYPES 1
5070| #define restrict __restrict__
5071| #define HAVE_VISIBILITY 1
5072| #define HAVE_STDINT_H_WITH_UINTMAX 1
5073| #define HAVE_ALLOCA_H 1
5074| #define HAVE_ALLOCA 1
5075| #define HAVE_GETPAGESIZE 1
5076| #define HAVE_SYMLINK 1
5077| #define HAVE_USELOCALE 1
5078| #define HAVE_VPRINTF 1
5079| #define HAVE_ALARM 1
5080| #define HAVE_FPURGE 1
5081| #define HAVE_SNPRINTF 1
5082| #define HAVE_VSNPRINTF 1
5083| #define HAVE_MMAP 1
5084| #define INTDIV0_RAISES_SIGFPE 1
5085| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5086| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5087| #define HAVE_UINTMAX_T 1
5088| #define HAVE_INTTYPES_H 1
5089| #define USE_POSIX_THREADS 1
5090| #define HAVE_PTHREAD_RWLOCK 1
5091| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5092| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5093| #define HAVE_ICONV 1
5094| #define ICONV_CONST
5095| #define HAVE_BUILTIN_EXPECT 1
5096| #define HAVE_INTTYPES_H 1
5097| #define HAVE_LIMITS_H 1
5098| #define HAVE_UNISTD_H 1
5099| #define HAVE_SYS_PARAM_H 1
5100| #define HAVE_GETCWD 1
5101| #define HAVE_GETEGID 1
5102| #define HAVE_GETEUID 1
5103| #define HAVE_GETGID 1
5104| #define HAVE_GETUID 1
5105| #define HAVE_MUNMAP 1
5106| #define HAVE_STPCPY 1
5107| #define HAVE_STRCASECMP 1
5108| #define HAVE_STRDUP 1
5109| #define HAVE_STRTOUL 1
5110| #define HAVE_TSEARCH 1
5111| #define HAVE_LOCALECONV 1
5112| #define HAVE_DECL_FEOF_UNLOCKED 1
5113| #define HAVE_DECL_FGETS_UNLOCKED 0
5114| #define HAVE_LONG_LONG_INT 1
5115| #define HAVE_WCHAR_T 1
5116| #define HAVE_WINT_T 1
5117| #define HAVE_INTMAX_T 1
5118| #define HAVE_POSIX_PRINTF 1
5119| #define HAVE_STDINT_H 1
5120| #define HAVE_STDINT_H 1
5121| #define HAVE_WORKING_O_NOATIME 1
5122| #define HAVE_WORKING_O_NOFOLLOW 1
5123| #define HAVE_WORKING_USELOCALE 1
5124| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5125| #define HAVE_CFLOCALECOPYCURRENT 1
5126| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5127| #define FLEXIBLE_ARRAY_MEMBER /**/
5128| #define HAVE_STDDEF_H 1
5129| #define HAVE_STDLIB_H 1
5130| #define HAVE_STRING_H 1
5131| #define HAVE_ASPRINTF 1
5132| #define HAVE_FWPRINTF 1
5133| #define HAVE_NEWLOCALE 1
5134| #define HAVE_PUTENV 1
5135| #define HAVE_SETENV 1
5136| #define HAVE_SETLOCALE 1
5137| #define HAVE_SNPRINTF 1
5138| #define HAVE_STRNLEN 1
5139| #define HAVE_USELOCALE 1
5140| #define HAVE_WCSLEN 1
5141| #define HAVE_WCSNLEN 1
5142| #define HAVE_MBRTOWC 1
5143| #define HAVE_WCRTOMB 1
5144| #define HAVE_DECL__SNPRINTF 0
5145| #define HAVE_DECL__SNWPRINTF 0
5146| #define HAVE_DECL_GETC_UNLOCKED 1
5147| #define HAVE_LANGINFO_CODESET 1
5148| #define HAVE_LC_MESSAGES 1
5149| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5150| #define HAVE_CFLOCALECOPYCURRENT 1
5151| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5152| #define ENABLE_NLS 1
5153| #define HAVE_GETTEXT 1
5154| #define HAVE_DCGETTEXT 1
5155| #define HAVE_DIRENT_H 1
5156| #define HAVE_INTTYPES_H 1
5157| #define HAVE_UNISTD_H 1
5158| #define HAVE_STDLIB_H 1
5159| #define HAVE_STDARG_H 1
5160| #define HAVE_LIMITS_H 1
5161| #define HAVE_STRING_H 1
5162| #define HAVE_MEMORY_H 1
5163| #define HAVE_LOCALE_H 1
5164| #define HAVE_TERMCAP_H 1
5165| #define HAVE_TERMIOS_H 1
5166| #define HAVE_DLFCN_H 1
5167| #define HAVE_STDBOOL_H 1
5168| #define HAVE_STDDEF_H 1
5169| #define HAVE_STDINT_H 1
5170| #define HAVE_NETDB_H 1
5171| #define HAVE_PWD_H 1
5172| #define HAVE_GRP_H 1
5173| #define HAVE_STRINGS_H 1
5174| #define HAVE_REGEX_H 1
5175| #define HAVE_SYSLOG_H 1
5176| #define HAVE_ULIMIT_H 1
5177| /* end confdefs.h.  */
5178| #include <stddef.h>
5179| #ifdef HAVE_STDIO_H
5180| # include <stdio.h>
5181| #endif
5182| #ifdef HAVE_STDLIB_H
5183| # include <stdlib.h>
5184| #endif
5185| #ifdef HAVE_STRING_H
5186| # include <string.h>
5187| #endif
5188| #ifdef HAVE_INTTYPES_H
5189| # include <inttypes.h>
5190| #endif
5191| #ifdef HAVE_STDINT_H
5192| # include <stdint.h>
5193| #endif
5194| #ifdef HAVE_STRINGS_H
5195| # include <strings.h>
5196| #endif
5197| #ifdef HAVE_SYS_TYPES_H
5198| # include <sys/types.h>
5199| #endif
5200| #ifdef HAVE_SYS_STAT_H
5201| # include <sys/stat.h>
5202| #endif
5203| #ifdef HAVE_UNISTD_H
5204| # include <unistd.h>
5205| #endif
5206| #include <sys/stream.h>
5207configure:14359: result: no
5208configure:14365: checking for sys/select.h
5209configure:14365: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5210configure:14365: $? = 0
5211configure:14365: result: yes
5212configure:14371: checking for sys/file.h
5213configure:14371: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5214configure:14371: $? = 0
5215configure:14371: result: yes
5216configure:14377: checking for sys/ioctl.h
5217configure:14377: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5218configure:14377: $? = 0
5219configure:14377: result: yes
5220configure:14383: checking for sys/mman.h
5221configure:14383: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5222configure:14383: $? = 0
5223configure:14383: result: yes
5224configure:14389: checking for sys/param.h
5225configure:14389: result: yes
5226configure:14395: checking for sys/random.h
5227configure:14395: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5228configure:14395: $? = 0
5229configure:14395: result: yes
5230configure:14401: checking for sys/socket.h
5231configure:14401: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5232configure:14401: $? = 0
5233configure:14401: result: yes
5234configure:14407: checking for sys/stat.h
5235configure:14407: result: yes
5236configure:14413: checking for sys/time.h
5237configure:14413: result: yes
5238configure:14419: checking for sys/times.h
5239configure:14419: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5240configure:14419: $? = 0
5241configure:14419: result: yes
5242configure:14425: checking for sys/types.h
5243configure:14425: result: yes
5244configure:14431: checking for sys/wait.h
5245configure:14431: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5246configure:14431: $? = 0
5247configure:14431: result: yes
5248configure:14438: checking for netinet/in.h
5249configure:14438: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5250configure:14438: $? = 0
5251configure:14438: result: yes
5252configure:14444: checking for arpa/inet.h
5253configure:14444: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5254configure:14444: $? = 0
5255configure:14444: result: yes
5256configure:14452: checking for sys/ptem.h
5257configure:14452: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5258conftest.c:199:10: fatal error: 'sys/ptem.h' file not found
5259#include <sys/ptem.h>
5260         ^~~~~~~~~~~~
52611 error generated.
5262configure:14452: $? = 1
5263configure: failed program was:
5264| /* confdefs.h */
5265| #define PACKAGE_NAME "bash"
5266| #define PACKAGE_TARNAME "bash"
5267| #define PACKAGE_VERSION "5.2-release"
5268| #define PACKAGE_STRING "bash 5.2-release"
5269| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5270| #define PACKAGE_URL ""
5271| #define ALIAS 1
5272| #define PUSHD_AND_POPD 1
5273| #define RESTRICTED_SHELL 1
5274| #define PROCESS_SUBSTITUTION 1
5275| #define PROMPT_STRING_DECODE 1
5276| #define SELECT_COMMAND 1
5277| #define HELP_BUILTIN 1
5278| #define ARRAY_VARS 1
5279| #define DPAREN_ARITHMETIC 1
5280| #define BRACE_EXPANSION 1
5281| #define COMMAND_TIMING 1
5282| #define EXTENDED_GLOB 1
5283| #define EXTGLOB_DEFAULT 0
5284| #define COND_COMMAND 1
5285| #define COND_REGEXP 1
5286| #define COPROCESS_SUPPORT 1
5287| #define ARITH_FOR_COMMAND 1
5288| #define NETWORK_REDIRECTIONS 1
5289| #define PROGRAMMABLE_COMPLETION 1
5290| #define DEBUGGER 1
5291| #define CASEMOD_ATTRS 1
5292| #define CASEMOD_EXPANSIONS 1
5293| #define GLOBASCII_DEFAULT 1
5294| #define FUNCTION_IMPORT 1
5295| #define TRANSLATABLE_STRINGS 1
5296| #define MEMSCRAMBLE 1
5297| #define HAVE_STDIO_H 1
5298| #define HAVE_STDLIB_H 1
5299| #define HAVE_STRING_H 1
5300| #define HAVE_INTTYPES_H 1
5301| #define HAVE_STDINT_H 1
5302| #define HAVE_STRINGS_H 1
5303| #define HAVE_SYS_STAT_H 1
5304| #define HAVE_SYS_TYPES_H 1
5305| #define HAVE_UNISTD_H 1
5306| #define HAVE_WCHAR_H 1
5307| #define HAVE_SYS_PARAM_H 1
5308| #define HAVE_XLOCALE_H 1
5309| #define HAVE_SYS_TIME_H 1
5310| #define STDC_HEADERS 1
5311| #define _ALL_SOURCE 1
5312| #define _DARWIN_C_SOURCE 1
5313| #define _GNU_SOURCE 1
5314| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5315| #define _NETBSD_SOURCE 1
5316| #define _OPENBSD_SOURCE 1
5317| #define _POSIX_PTHREAD_SEMANTICS 1
5318| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5319| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5320| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5321| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5322| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5323| #define __STDC_WANT_LIB_EXT2__ 1
5324| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5325| #define _TANDEM_SOURCE 1
5326| #define __EXTENSIONS__ 1
5327| #define READLINE 1
5328| #define HISTORY 1
5329| #define BANG_HISTORY 1
5330| #define HAVE_STRINGIZE 1
5331| #define HAVE_LONG_DOUBLE 1
5332| #define PROTOTYPES 1
5333| #define __PROTOTYPES 1
5334| #define restrict __restrict__
5335| #define HAVE_VISIBILITY 1
5336| #define HAVE_STDINT_H_WITH_UINTMAX 1
5337| #define HAVE_ALLOCA_H 1
5338| #define HAVE_ALLOCA 1
5339| #define HAVE_GETPAGESIZE 1
5340| #define HAVE_SYMLINK 1
5341| #define HAVE_USELOCALE 1
5342| #define HAVE_VPRINTF 1
5343| #define HAVE_ALARM 1
5344| #define HAVE_FPURGE 1
5345| #define HAVE_SNPRINTF 1
5346| #define HAVE_VSNPRINTF 1
5347| #define HAVE_MMAP 1
5348| #define INTDIV0_RAISES_SIGFPE 1
5349| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5350| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5351| #define HAVE_UINTMAX_T 1
5352| #define HAVE_INTTYPES_H 1
5353| #define USE_POSIX_THREADS 1
5354| #define HAVE_PTHREAD_RWLOCK 1
5355| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5356| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5357| #define HAVE_ICONV 1
5358| #define ICONV_CONST
5359| #define HAVE_BUILTIN_EXPECT 1
5360| #define HAVE_INTTYPES_H 1
5361| #define HAVE_LIMITS_H 1
5362| #define HAVE_UNISTD_H 1
5363| #define HAVE_SYS_PARAM_H 1
5364| #define HAVE_GETCWD 1
5365| #define HAVE_GETEGID 1
5366| #define HAVE_GETEUID 1
5367| #define HAVE_GETGID 1
5368| #define HAVE_GETUID 1
5369| #define HAVE_MUNMAP 1
5370| #define HAVE_STPCPY 1
5371| #define HAVE_STRCASECMP 1
5372| #define HAVE_STRDUP 1
5373| #define HAVE_STRTOUL 1
5374| #define HAVE_TSEARCH 1
5375| #define HAVE_LOCALECONV 1
5376| #define HAVE_DECL_FEOF_UNLOCKED 1
5377| #define HAVE_DECL_FGETS_UNLOCKED 0
5378| #define HAVE_LONG_LONG_INT 1
5379| #define HAVE_WCHAR_T 1
5380| #define HAVE_WINT_T 1
5381| #define HAVE_INTMAX_T 1
5382| #define HAVE_POSIX_PRINTF 1
5383| #define HAVE_STDINT_H 1
5384| #define HAVE_STDINT_H 1
5385| #define HAVE_WORKING_O_NOATIME 1
5386| #define HAVE_WORKING_O_NOFOLLOW 1
5387| #define HAVE_WORKING_USELOCALE 1
5388| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5389| #define HAVE_CFLOCALECOPYCURRENT 1
5390| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5391| #define FLEXIBLE_ARRAY_MEMBER /**/
5392| #define HAVE_STDDEF_H 1
5393| #define HAVE_STDLIB_H 1
5394| #define HAVE_STRING_H 1
5395| #define HAVE_ASPRINTF 1
5396| #define HAVE_FWPRINTF 1
5397| #define HAVE_NEWLOCALE 1
5398| #define HAVE_PUTENV 1
5399| #define HAVE_SETENV 1
5400| #define HAVE_SETLOCALE 1
5401| #define HAVE_SNPRINTF 1
5402| #define HAVE_STRNLEN 1
5403| #define HAVE_USELOCALE 1
5404| #define HAVE_WCSLEN 1
5405| #define HAVE_WCSNLEN 1
5406| #define HAVE_MBRTOWC 1
5407| #define HAVE_WCRTOMB 1
5408| #define HAVE_DECL__SNPRINTF 0
5409| #define HAVE_DECL__SNWPRINTF 0
5410| #define HAVE_DECL_GETC_UNLOCKED 1
5411| #define HAVE_LANGINFO_CODESET 1
5412| #define HAVE_LC_MESSAGES 1
5413| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5414| #define HAVE_CFLOCALECOPYCURRENT 1
5415| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5416| #define ENABLE_NLS 1
5417| #define HAVE_GETTEXT 1
5418| #define HAVE_DCGETTEXT 1
5419| #define HAVE_DIRENT_H 1
5420| #define HAVE_INTTYPES_H 1
5421| #define HAVE_UNISTD_H 1
5422| #define HAVE_STDLIB_H 1
5423| #define HAVE_STDARG_H 1
5424| #define HAVE_LIMITS_H 1
5425| #define HAVE_STRING_H 1
5426| #define HAVE_MEMORY_H 1
5427| #define HAVE_LOCALE_H 1
5428| #define HAVE_TERMCAP_H 1
5429| #define HAVE_TERMIOS_H 1
5430| #define HAVE_DLFCN_H 1
5431| #define HAVE_STDBOOL_H 1
5432| #define HAVE_STDDEF_H 1
5433| #define HAVE_STDINT_H 1
5434| #define HAVE_NETDB_H 1
5435| #define HAVE_PWD_H 1
5436| #define HAVE_GRP_H 1
5437| #define HAVE_STRINGS_H 1
5438| #define HAVE_REGEX_H 1
5439| #define HAVE_SYSLOG_H 1
5440| #define HAVE_ULIMIT_H 1
5441| #define HAVE_SYS_SELECT_H 1
5442| #define HAVE_SYS_FILE_H 1
5443| #define HAVE_SYS_IOCTL_H 1
5444| #define HAVE_SYS_MMAN_H 1
5445| #define HAVE_SYS_PARAM_H 1
5446| #define HAVE_SYS_RANDOM_H 1
5447| #define HAVE_SYS_SOCKET_H 1
5448| #define HAVE_SYS_STAT_H 1
5449| #define HAVE_SYS_TIME_H 1
5450| #define HAVE_SYS_TIMES_H 1
5451| #define HAVE_SYS_TYPES_H 1
5452| #define HAVE_SYS_WAIT_H 1
5453| #define HAVE_NETINET_IN_H 1
5454| #define HAVE_ARPA_INET_H 1
5455| /* end confdefs.h.  */
5456|
5457| #if HAVE_SYS_STREAM_H
5458| #  include <sys/stream.h>
5459| #endif
5460|
5461|
5462| #include <sys/ptem.h>
5463configure:14452: result: no
5464configure:14464: checking for sys/resource.h
5465configure:14464: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5466configure:14464: $? = 0
5467configure:14464: result: yes
5468configure:14479: checking for working alloca.h
5469configure:14506: result: yes
5470configure:14514: checking for alloca
5471configure:14626: checking for uid_t in sys/types.h
5472configure:14647: result: yes
5473configure:14658: checking for working chown
5474configure:14698: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5475configure:14698: $? = 0
5476configure:14698: ./conftest
5477configure:14698: $? = 0
5478configure:14711: result: yes
5479configure:14719: checking whether getpgrp requires zero arguments
5480configure:14737: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5481conftest.c:228:10: error: too many arguments to function call, expected 0, have 1
5482getpgrp (0);
5483~~~~~~~  ^
5484/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:459:8: note: 'getpgrp' declared here
5485pid_t    getpgrp(void);
5486         ^
54871 error generated.
5488configure:14737: $? = 1
5489configure: failed program was:
5490| /* confdefs.h */
5491| #define PACKAGE_NAME "bash"
5492| #define PACKAGE_TARNAME "bash"
5493| #define PACKAGE_VERSION "5.2-release"
5494| #define PACKAGE_STRING "bash 5.2-release"
5495| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5496| #define PACKAGE_URL ""
5497| #define ALIAS 1
5498| #define PUSHD_AND_POPD 1
5499| #define RESTRICTED_SHELL 1
5500| #define PROCESS_SUBSTITUTION 1
5501| #define PROMPT_STRING_DECODE 1
5502| #define SELECT_COMMAND 1
5503| #define HELP_BUILTIN 1
5504| #define ARRAY_VARS 1
5505| #define DPAREN_ARITHMETIC 1
5506| #define BRACE_EXPANSION 1
5507| #define COMMAND_TIMING 1
5508| #define EXTENDED_GLOB 1
5509| #define EXTGLOB_DEFAULT 0
5510| #define COND_COMMAND 1
5511| #define COND_REGEXP 1
5512| #define COPROCESS_SUPPORT 1
5513| #define ARITH_FOR_COMMAND 1
5514| #define NETWORK_REDIRECTIONS 1
5515| #define PROGRAMMABLE_COMPLETION 1
5516| #define DEBUGGER 1
5517| #define CASEMOD_ATTRS 1
5518| #define CASEMOD_EXPANSIONS 1
5519| #define GLOBASCII_DEFAULT 1
5520| #define FUNCTION_IMPORT 1
5521| #define TRANSLATABLE_STRINGS 1
5522| #define MEMSCRAMBLE 1
5523| #define HAVE_STDIO_H 1
5524| #define HAVE_STDLIB_H 1
5525| #define HAVE_STRING_H 1
5526| #define HAVE_INTTYPES_H 1
5527| #define HAVE_STDINT_H 1
5528| #define HAVE_STRINGS_H 1
5529| #define HAVE_SYS_STAT_H 1
5530| #define HAVE_SYS_TYPES_H 1
5531| #define HAVE_UNISTD_H 1
5532| #define HAVE_WCHAR_H 1
5533| #define HAVE_SYS_PARAM_H 1
5534| #define HAVE_XLOCALE_H 1
5535| #define HAVE_SYS_TIME_H 1
5536| #define STDC_HEADERS 1
5537| #define _ALL_SOURCE 1
5538| #define _DARWIN_C_SOURCE 1
5539| #define _GNU_SOURCE 1
5540| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5541| #define _NETBSD_SOURCE 1
5542| #define _OPENBSD_SOURCE 1
5543| #define _POSIX_PTHREAD_SEMANTICS 1
5544| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5545| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5546| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5547| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5548| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5549| #define __STDC_WANT_LIB_EXT2__ 1
5550| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5551| #define _TANDEM_SOURCE 1
5552| #define __EXTENSIONS__ 1
5553| #define READLINE 1
5554| #define HISTORY 1
5555| #define BANG_HISTORY 1
5556| #define HAVE_STRINGIZE 1
5557| #define HAVE_LONG_DOUBLE 1
5558| #define PROTOTYPES 1
5559| #define __PROTOTYPES 1
5560| #define restrict __restrict__
5561| #define HAVE_VISIBILITY 1
5562| #define HAVE_STDINT_H_WITH_UINTMAX 1
5563| #define HAVE_ALLOCA_H 1
5564| #define HAVE_ALLOCA 1
5565| #define HAVE_GETPAGESIZE 1
5566| #define HAVE_SYMLINK 1
5567| #define HAVE_USELOCALE 1
5568| #define HAVE_VPRINTF 1
5569| #define HAVE_ALARM 1
5570| #define HAVE_FPURGE 1
5571| #define HAVE_SNPRINTF 1
5572| #define HAVE_VSNPRINTF 1
5573| #define HAVE_MMAP 1
5574| #define INTDIV0_RAISES_SIGFPE 1
5575| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5576| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5577| #define HAVE_UINTMAX_T 1
5578| #define HAVE_INTTYPES_H 1
5579| #define USE_POSIX_THREADS 1
5580| #define HAVE_PTHREAD_RWLOCK 1
5581| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5582| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5583| #define HAVE_ICONV 1
5584| #define ICONV_CONST
5585| #define HAVE_BUILTIN_EXPECT 1
5586| #define HAVE_INTTYPES_H 1
5587| #define HAVE_LIMITS_H 1
5588| #define HAVE_UNISTD_H 1
5589| #define HAVE_SYS_PARAM_H 1
5590| #define HAVE_GETCWD 1
5591| #define HAVE_GETEGID 1
5592| #define HAVE_GETEUID 1
5593| #define HAVE_GETGID 1
5594| #define HAVE_GETUID 1
5595| #define HAVE_MUNMAP 1
5596| #define HAVE_STPCPY 1
5597| #define HAVE_STRCASECMP 1
5598| #define HAVE_STRDUP 1
5599| #define HAVE_STRTOUL 1
5600| #define HAVE_TSEARCH 1
5601| #define HAVE_LOCALECONV 1
5602| #define HAVE_DECL_FEOF_UNLOCKED 1
5603| #define HAVE_DECL_FGETS_UNLOCKED 0
5604| #define HAVE_LONG_LONG_INT 1
5605| #define HAVE_WCHAR_T 1
5606| #define HAVE_WINT_T 1
5607| #define HAVE_INTMAX_T 1
5608| #define HAVE_POSIX_PRINTF 1
5609| #define HAVE_STDINT_H 1
5610| #define HAVE_STDINT_H 1
5611| #define HAVE_WORKING_O_NOATIME 1
5612| #define HAVE_WORKING_O_NOFOLLOW 1
5613| #define HAVE_WORKING_USELOCALE 1
5614| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5615| #define HAVE_CFLOCALECOPYCURRENT 1
5616| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5617| #define FLEXIBLE_ARRAY_MEMBER /**/
5618| #define HAVE_STDDEF_H 1
5619| #define HAVE_STDLIB_H 1
5620| #define HAVE_STRING_H 1
5621| #define HAVE_ASPRINTF 1
5622| #define HAVE_FWPRINTF 1
5623| #define HAVE_NEWLOCALE 1
5624| #define HAVE_PUTENV 1
5625| #define HAVE_SETENV 1
5626| #define HAVE_SETLOCALE 1
5627| #define HAVE_SNPRINTF 1
5628| #define HAVE_STRNLEN 1
5629| #define HAVE_USELOCALE 1
5630| #define HAVE_WCSLEN 1
5631| #define HAVE_WCSNLEN 1
5632| #define HAVE_MBRTOWC 1
5633| #define HAVE_WCRTOMB 1
5634| #define HAVE_DECL__SNPRINTF 0
5635| #define HAVE_DECL__SNWPRINTF 0
5636| #define HAVE_DECL_GETC_UNLOCKED 1
5637| #define HAVE_LANGINFO_CODESET 1
5638| #define HAVE_LC_MESSAGES 1
5639| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5640| #define HAVE_CFLOCALECOPYCURRENT 1
5641| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5642| #define ENABLE_NLS 1
5643| #define HAVE_GETTEXT 1
5644| #define HAVE_DCGETTEXT 1
5645| #define HAVE_DIRENT_H 1
5646| #define HAVE_INTTYPES_H 1
5647| #define HAVE_UNISTD_H 1
5648| #define HAVE_STDLIB_H 1
5649| #define HAVE_STDARG_H 1
5650| #define HAVE_LIMITS_H 1
5651| #define HAVE_STRING_H 1
5652| #define HAVE_MEMORY_H 1
5653| #define HAVE_LOCALE_H 1
5654| #define HAVE_TERMCAP_H 1
5655| #define HAVE_TERMIOS_H 1
5656| #define HAVE_DLFCN_H 1
5657| #define HAVE_STDBOOL_H 1
5658| #define HAVE_STDDEF_H 1
5659| #define HAVE_STDINT_H 1
5660| #define HAVE_NETDB_H 1
5661| #define HAVE_PWD_H 1
5662| #define HAVE_GRP_H 1
5663| #define HAVE_STRINGS_H 1
5664| #define HAVE_REGEX_H 1
5665| #define HAVE_SYSLOG_H 1
5666| #define HAVE_ULIMIT_H 1
5667| #define HAVE_SYS_SELECT_H 1
5668| #define HAVE_SYS_FILE_H 1
5669| #define HAVE_SYS_IOCTL_H 1
5670| #define HAVE_SYS_MMAN_H 1
5671| #define HAVE_SYS_PARAM_H 1
5672| #define HAVE_SYS_RANDOM_H 1
5673| #define HAVE_SYS_SOCKET_H 1
5674| #define HAVE_SYS_STAT_H 1
5675| #define HAVE_SYS_TIME_H 1
5676| #define HAVE_SYS_TIMES_H 1
5677| #define HAVE_SYS_TYPES_H 1
5678| #define HAVE_SYS_WAIT_H 1
5679| #define HAVE_NETINET_IN_H 1
5680| #define HAVE_ARPA_INET_H 1
5681| #define HAVE_SYS_RESOURCE_H 1
5682| #define HAVE_ALLOCA_H 1
5683| #define HAVE_ALLOCA 1
5684| #define HAVE_CHOWN 1
5685| /* end confdefs.h.  */
5686| #include <stddef.h>
5687| #ifdef HAVE_STDIO_H
5688| # include <stdio.h>
5689| #endif
5690| #ifdef HAVE_STDLIB_H
5691| # include <stdlib.h>
5692| #endif
5693| #ifdef HAVE_STRING_H
5694| # include <string.h>
5695| #endif
5696| #ifdef HAVE_INTTYPES_H
5697| # include <inttypes.h>
5698| #endif
5699| #ifdef HAVE_STDINT_H
5700| # include <stdint.h>
5701| #endif
5702| #ifdef HAVE_STRINGS_H
5703| # include <strings.h>
5704| #endif
5705| #ifdef HAVE_SYS_TYPES_H
5706| # include <sys/types.h>
5707| #endif
5708| #ifdef HAVE_SYS_STAT_H
5709| # include <sys/stat.h>
5710| #endif
5711| #ifdef HAVE_UNISTD_H
5712| # include <unistd.h>
5713| #endif
5714| int
5715| main (void)
5716| {
5717| getpgrp (0);
5718|   ;
5719|   return 0;
5720| }
5721configure:14746: result: yes
5722configure:14767: checking for working strcoll
5723configure:14795: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5724configure:14795: $? = 0
5725configure:14795: ./conftest
5726configure:14795: $? = 0
5727configure:14806: result: yes
5728configure:14858: checking for __setostype
5729configure:14858: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5730Undefined symbols for architecture x86_64:
5731  "___setostype", referenced from:
5732      _main in conftest-caa11d.o
5733ld: symbol(s) not found for architecture x86_64
5734clang: error: linker command failed with exit code 1 (use -v to see invocation)
5735configure:14858: $? = 1
5736configure: failed program was:
5737| /* confdefs.h */
5738| #define PACKAGE_NAME "bash"
5739| #define PACKAGE_TARNAME "bash"
5740| #define PACKAGE_VERSION "5.2-release"
5741| #define PACKAGE_STRING "bash 5.2-release"
5742| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5743| #define PACKAGE_URL ""
5744| #define ALIAS 1
5745| #define PUSHD_AND_POPD 1
5746| #define RESTRICTED_SHELL 1
5747| #define PROCESS_SUBSTITUTION 1
5748| #define PROMPT_STRING_DECODE 1
5749| #define SELECT_COMMAND 1
5750| #define HELP_BUILTIN 1
5751| #define ARRAY_VARS 1
5752| #define DPAREN_ARITHMETIC 1
5753| #define BRACE_EXPANSION 1
5754| #define COMMAND_TIMING 1
5755| #define EXTENDED_GLOB 1
5756| #define EXTGLOB_DEFAULT 0
5757| #define COND_COMMAND 1
5758| #define COND_REGEXP 1
5759| #define COPROCESS_SUPPORT 1
5760| #define ARITH_FOR_COMMAND 1
5761| #define NETWORK_REDIRECTIONS 1
5762| #define PROGRAMMABLE_COMPLETION 1
5763| #define DEBUGGER 1
5764| #define CASEMOD_ATTRS 1
5765| #define CASEMOD_EXPANSIONS 1
5766| #define GLOBASCII_DEFAULT 1
5767| #define FUNCTION_IMPORT 1
5768| #define TRANSLATABLE_STRINGS 1
5769| #define MEMSCRAMBLE 1
5770| #define HAVE_STDIO_H 1
5771| #define HAVE_STDLIB_H 1
5772| #define HAVE_STRING_H 1
5773| #define HAVE_INTTYPES_H 1
5774| #define HAVE_STDINT_H 1
5775| #define HAVE_STRINGS_H 1
5776| #define HAVE_SYS_STAT_H 1
5777| #define HAVE_SYS_TYPES_H 1
5778| #define HAVE_UNISTD_H 1
5779| #define HAVE_WCHAR_H 1
5780| #define HAVE_SYS_PARAM_H 1
5781| #define HAVE_XLOCALE_H 1
5782| #define HAVE_SYS_TIME_H 1
5783| #define STDC_HEADERS 1
5784| #define _ALL_SOURCE 1
5785| #define _DARWIN_C_SOURCE 1
5786| #define _GNU_SOURCE 1
5787| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5788| #define _NETBSD_SOURCE 1
5789| #define _OPENBSD_SOURCE 1
5790| #define _POSIX_PTHREAD_SEMANTICS 1
5791| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5792| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5793| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5794| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5795| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5796| #define __STDC_WANT_LIB_EXT2__ 1
5797| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5798| #define _TANDEM_SOURCE 1
5799| #define __EXTENSIONS__ 1
5800| #define READLINE 1
5801| #define HISTORY 1
5802| #define BANG_HISTORY 1
5803| #define HAVE_STRINGIZE 1
5804| #define HAVE_LONG_DOUBLE 1
5805| #define PROTOTYPES 1
5806| #define __PROTOTYPES 1
5807| #define restrict __restrict__
5808| #define HAVE_VISIBILITY 1
5809| #define HAVE_STDINT_H_WITH_UINTMAX 1
5810| #define HAVE_ALLOCA_H 1
5811| #define HAVE_ALLOCA 1
5812| #define HAVE_GETPAGESIZE 1
5813| #define HAVE_SYMLINK 1
5814| #define HAVE_USELOCALE 1
5815| #define HAVE_VPRINTF 1
5816| #define HAVE_ALARM 1
5817| #define HAVE_FPURGE 1
5818| #define HAVE_SNPRINTF 1
5819| #define HAVE_VSNPRINTF 1
5820| #define HAVE_MMAP 1
5821| #define INTDIV0_RAISES_SIGFPE 1
5822| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5823| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5824| #define HAVE_UINTMAX_T 1
5825| #define HAVE_INTTYPES_H 1
5826| #define USE_POSIX_THREADS 1
5827| #define HAVE_PTHREAD_RWLOCK 1
5828| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5829| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5830| #define HAVE_ICONV 1
5831| #define ICONV_CONST
5832| #define HAVE_BUILTIN_EXPECT 1
5833| #define HAVE_INTTYPES_H 1
5834| #define HAVE_LIMITS_H 1
5835| #define HAVE_UNISTD_H 1
5836| #define HAVE_SYS_PARAM_H 1
5837| #define HAVE_GETCWD 1
5838| #define HAVE_GETEGID 1
5839| #define HAVE_GETEUID 1
5840| #define HAVE_GETGID 1
5841| #define HAVE_GETUID 1
5842| #define HAVE_MUNMAP 1
5843| #define HAVE_STPCPY 1
5844| #define HAVE_STRCASECMP 1
5845| #define HAVE_STRDUP 1
5846| #define HAVE_STRTOUL 1
5847| #define HAVE_TSEARCH 1
5848| #define HAVE_LOCALECONV 1
5849| #define HAVE_DECL_FEOF_UNLOCKED 1
5850| #define HAVE_DECL_FGETS_UNLOCKED 0
5851| #define HAVE_LONG_LONG_INT 1
5852| #define HAVE_WCHAR_T 1
5853| #define HAVE_WINT_T 1
5854| #define HAVE_INTMAX_T 1
5855| #define HAVE_POSIX_PRINTF 1
5856| #define HAVE_STDINT_H 1
5857| #define HAVE_STDINT_H 1
5858| #define HAVE_WORKING_O_NOATIME 1
5859| #define HAVE_WORKING_O_NOFOLLOW 1
5860| #define HAVE_WORKING_USELOCALE 1
5861| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5862| #define HAVE_CFLOCALECOPYCURRENT 1
5863| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5864| #define FLEXIBLE_ARRAY_MEMBER /**/
5865| #define HAVE_STDDEF_H 1
5866| #define HAVE_STDLIB_H 1
5867| #define HAVE_STRING_H 1
5868| #define HAVE_ASPRINTF 1
5869| #define HAVE_FWPRINTF 1
5870| #define HAVE_NEWLOCALE 1
5871| #define HAVE_PUTENV 1
5872| #define HAVE_SETENV 1
5873| #define HAVE_SETLOCALE 1
5874| #define HAVE_SNPRINTF 1
5875| #define HAVE_STRNLEN 1
5876| #define HAVE_USELOCALE 1
5877| #define HAVE_WCSLEN 1
5878| #define HAVE_WCSNLEN 1
5879| #define HAVE_MBRTOWC 1
5880| #define HAVE_WCRTOMB 1
5881| #define HAVE_DECL__SNPRINTF 0
5882| #define HAVE_DECL__SNWPRINTF 0
5883| #define HAVE_DECL_GETC_UNLOCKED 1
5884| #define HAVE_LANGINFO_CODESET 1
5885| #define HAVE_LC_MESSAGES 1
5886| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5887| #define HAVE_CFLOCALECOPYCURRENT 1
5888| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5889| #define ENABLE_NLS 1
5890| #define HAVE_GETTEXT 1
5891| #define HAVE_DCGETTEXT 1
5892| #define HAVE_DIRENT_H 1
5893| #define HAVE_INTTYPES_H 1
5894| #define HAVE_UNISTD_H 1
5895| #define HAVE_STDLIB_H 1
5896| #define HAVE_STDARG_H 1
5897| #define HAVE_LIMITS_H 1
5898| #define HAVE_STRING_H 1
5899| #define HAVE_MEMORY_H 1
5900| #define HAVE_LOCALE_H 1
5901| #define HAVE_TERMCAP_H 1
5902| #define HAVE_TERMIOS_H 1
5903| #define HAVE_DLFCN_H 1
5904| #define HAVE_STDBOOL_H 1
5905| #define HAVE_STDDEF_H 1
5906| #define HAVE_STDINT_H 1
5907| #define HAVE_NETDB_H 1
5908| #define HAVE_PWD_H 1
5909| #define HAVE_GRP_H 1
5910| #define HAVE_STRINGS_H 1
5911| #define HAVE_REGEX_H 1
5912| #define HAVE_SYSLOG_H 1
5913| #define HAVE_ULIMIT_H 1
5914| #define HAVE_SYS_SELECT_H 1
5915| #define HAVE_SYS_FILE_H 1
5916| #define HAVE_SYS_IOCTL_H 1
5917| #define HAVE_SYS_MMAN_H 1
5918| #define HAVE_SYS_PARAM_H 1
5919| #define HAVE_SYS_RANDOM_H 1
5920| #define HAVE_SYS_SOCKET_H 1
5921| #define HAVE_SYS_STAT_H 1
5922| #define HAVE_SYS_TIME_H 1
5923| #define HAVE_SYS_TIMES_H 1
5924| #define HAVE_SYS_TYPES_H 1
5925| #define HAVE_SYS_WAIT_H 1
5926| #define HAVE_NETINET_IN_H 1
5927| #define HAVE_ARPA_INET_H 1
5928| #define HAVE_SYS_RESOURCE_H 1
5929| #define HAVE_ALLOCA_H 1
5930| #define HAVE_ALLOCA 1
5931| #define HAVE_CHOWN 1
5932| #define GETPGRP_VOID 1
5933| #define HAVE_STRCOLL 1
5934| /* end confdefs.h.  */
5935| /* Define __setostype to an innocuous variant, in case <limits.h> declares __setostype.
5936|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5937| #define __setostype innocuous___setostype
5938|
5939| /* System header to define __stub macros and hopefully few prototypes,
5940|    which can conflict with char __setostype (); below.  */
5941|
5942| #include <limits.h>
5943| #undef __setostype
5944|
5945| /* Override any GCC internal prototype to avoid an error.
5946|    Use char because int might match the return type of a GCC
5947|    builtin and then its argument prototype would still apply.  */
5948| #ifdef __cplusplus
5949| extern "C"
5950| #endif
5951| char __setostype ();
5952| /* The GNU C library defines this for functions which it implements
5953|     to always fail with ENOSYS.  Some functions are actually named
5954|     something starting with __ and the normal name is an alias.  */
5955| #if defined __stub___setostype || defined __stub_____setostype
5956| choke me
5957| #endif
5958|
5959| int
5960| main (void)
5961| {
5962| return __setostype ();
5963|   ;
5964|   return 0;
5965| }
5966configure:14858: result: no
5967configure:14865: checking for wait3
5968configure:14865: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5969configure:14865: $? = 0
5970configure:14865: result: yes
5971configure:14873: checking for mkfifo
5972configure:14873: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5973configure:14873: $? = 0
5974configure:14873: result: yes
5975configure:14884: checking for dup2
5976configure:14884: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5977configure:14884: $? = 0
5978configure:14884: result: yes
5979configure:14890: checking for eaccess
5980configure:14890: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5981Undefined symbols for architecture x86_64:
5982  "_eaccess", referenced from:
5983      _main in conftest-0a0862.o
5984ld: symbol(s) not found for architecture x86_64
5985clang: error: linker command failed with exit code 1 (use -v to see invocation)
5986configure:14890: $? = 1
5987configure: failed program was:
5988| /* confdefs.h */
5989| #define PACKAGE_NAME "bash"
5990| #define PACKAGE_TARNAME "bash"
5991| #define PACKAGE_VERSION "5.2-release"
5992| #define PACKAGE_STRING "bash 5.2-release"
5993| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5994| #define PACKAGE_URL ""
5995| #define ALIAS 1
5996| #define PUSHD_AND_POPD 1
5997| #define RESTRICTED_SHELL 1
5998| #define PROCESS_SUBSTITUTION 1
5999| #define PROMPT_STRING_DECODE 1
6000| #define SELECT_COMMAND 1
6001| #define HELP_BUILTIN 1
6002| #define ARRAY_VARS 1
6003| #define DPAREN_ARITHMETIC 1
6004| #define BRACE_EXPANSION 1
6005| #define COMMAND_TIMING 1
6006| #define EXTENDED_GLOB 1
6007| #define EXTGLOB_DEFAULT 0
6008| #define COND_COMMAND 1
6009| #define COND_REGEXP 1
6010| #define COPROCESS_SUPPORT 1
6011| #define ARITH_FOR_COMMAND 1
6012| #define NETWORK_REDIRECTIONS 1
6013| #define PROGRAMMABLE_COMPLETION 1
6014| #define DEBUGGER 1
6015| #define CASEMOD_ATTRS 1
6016| #define CASEMOD_EXPANSIONS 1
6017| #define GLOBASCII_DEFAULT 1
6018| #define FUNCTION_IMPORT 1
6019| #define TRANSLATABLE_STRINGS 1
6020| #define MEMSCRAMBLE 1
6021| #define HAVE_STDIO_H 1
6022| #define HAVE_STDLIB_H 1
6023| #define HAVE_STRING_H 1
6024| #define HAVE_INTTYPES_H 1
6025| #define HAVE_STDINT_H 1
6026| #define HAVE_STRINGS_H 1
6027| #define HAVE_SYS_STAT_H 1
6028| #define HAVE_SYS_TYPES_H 1
6029| #define HAVE_UNISTD_H 1
6030| #define HAVE_WCHAR_H 1
6031| #define HAVE_SYS_PARAM_H 1
6032| #define HAVE_XLOCALE_H 1
6033| #define HAVE_SYS_TIME_H 1
6034| #define STDC_HEADERS 1
6035| #define _ALL_SOURCE 1
6036| #define _DARWIN_C_SOURCE 1
6037| #define _GNU_SOURCE 1
6038| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6039| #define _NETBSD_SOURCE 1
6040| #define _OPENBSD_SOURCE 1
6041| #define _POSIX_PTHREAD_SEMANTICS 1
6042| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6043| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6044| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6045| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6046| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6047| #define __STDC_WANT_LIB_EXT2__ 1
6048| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6049| #define _TANDEM_SOURCE 1
6050| #define __EXTENSIONS__ 1
6051| #define READLINE 1
6052| #define HISTORY 1
6053| #define BANG_HISTORY 1
6054| #define HAVE_STRINGIZE 1
6055| #define HAVE_LONG_DOUBLE 1
6056| #define PROTOTYPES 1
6057| #define __PROTOTYPES 1
6058| #define restrict __restrict__
6059| #define HAVE_VISIBILITY 1
6060| #define HAVE_STDINT_H_WITH_UINTMAX 1
6061| #define HAVE_ALLOCA_H 1
6062| #define HAVE_ALLOCA 1
6063| #define HAVE_GETPAGESIZE 1
6064| #define HAVE_SYMLINK 1
6065| #define HAVE_USELOCALE 1
6066| #define HAVE_VPRINTF 1
6067| #define HAVE_ALARM 1
6068| #define HAVE_FPURGE 1
6069| #define HAVE_SNPRINTF 1
6070| #define HAVE_VSNPRINTF 1
6071| #define HAVE_MMAP 1
6072| #define INTDIV0_RAISES_SIGFPE 1
6073| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6074| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6075| #define HAVE_UINTMAX_T 1
6076| #define HAVE_INTTYPES_H 1
6077| #define USE_POSIX_THREADS 1
6078| #define HAVE_PTHREAD_RWLOCK 1
6079| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6080| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6081| #define HAVE_ICONV 1
6082| #define ICONV_CONST
6083| #define HAVE_BUILTIN_EXPECT 1
6084| #define HAVE_INTTYPES_H 1
6085| #define HAVE_LIMITS_H 1
6086| #define HAVE_UNISTD_H 1
6087| #define HAVE_SYS_PARAM_H 1
6088| #define HAVE_GETCWD 1
6089| #define HAVE_GETEGID 1
6090| #define HAVE_GETEUID 1
6091| #define HAVE_GETGID 1
6092| #define HAVE_GETUID 1
6093| #define HAVE_MUNMAP 1
6094| #define HAVE_STPCPY 1
6095| #define HAVE_STRCASECMP 1
6096| #define HAVE_STRDUP 1
6097| #define HAVE_STRTOUL 1
6098| #define HAVE_TSEARCH 1
6099| #define HAVE_LOCALECONV 1
6100| #define HAVE_DECL_FEOF_UNLOCKED 1
6101| #define HAVE_DECL_FGETS_UNLOCKED 0
6102| #define HAVE_LONG_LONG_INT 1
6103| #define HAVE_WCHAR_T 1
6104| #define HAVE_WINT_T 1
6105| #define HAVE_INTMAX_T 1
6106| #define HAVE_POSIX_PRINTF 1
6107| #define HAVE_STDINT_H 1
6108| #define HAVE_STDINT_H 1
6109| #define HAVE_WORKING_O_NOATIME 1
6110| #define HAVE_WORKING_O_NOFOLLOW 1
6111| #define HAVE_WORKING_USELOCALE 1
6112| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6113| #define HAVE_CFLOCALECOPYCURRENT 1
6114| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6115| #define FLEXIBLE_ARRAY_MEMBER /**/
6116| #define HAVE_STDDEF_H 1
6117| #define HAVE_STDLIB_H 1
6118| #define HAVE_STRING_H 1
6119| #define HAVE_ASPRINTF 1
6120| #define HAVE_FWPRINTF 1
6121| #define HAVE_NEWLOCALE 1
6122| #define HAVE_PUTENV 1
6123| #define HAVE_SETENV 1
6124| #define HAVE_SETLOCALE 1
6125| #define HAVE_SNPRINTF 1
6126| #define HAVE_STRNLEN 1
6127| #define HAVE_USELOCALE 1
6128| #define HAVE_WCSLEN 1
6129| #define HAVE_WCSNLEN 1
6130| #define HAVE_MBRTOWC 1
6131| #define HAVE_WCRTOMB 1
6132| #define HAVE_DECL__SNPRINTF 0
6133| #define HAVE_DECL__SNWPRINTF 0
6134| #define HAVE_DECL_GETC_UNLOCKED 1
6135| #define HAVE_LANGINFO_CODESET 1
6136| #define HAVE_LC_MESSAGES 1
6137| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6138| #define HAVE_CFLOCALECOPYCURRENT 1
6139| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6140| #define ENABLE_NLS 1
6141| #define HAVE_GETTEXT 1
6142| #define HAVE_DCGETTEXT 1
6143| #define HAVE_DIRENT_H 1
6144| #define HAVE_INTTYPES_H 1
6145| #define HAVE_UNISTD_H 1
6146| #define HAVE_STDLIB_H 1
6147| #define HAVE_STDARG_H 1
6148| #define HAVE_LIMITS_H 1
6149| #define HAVE_STRING_H 1
6150| #define HAVE_MEMORY_H 1
6151| #define HAVE_LOCALE_H 1
6152| #define HAVE_TERMCAP_H 1
6153| #define HAVE_TERMIOS_H 1
6154| #define HAVE_DLFCN_H 1
6155| #define HAVE_STDBOOL_H 1
6156| #define HAVE_STDDEF_H 1
6157| #define HAVE_STDINT_H 1
6158| #define HAVE_NETDB_H 1
6159| #define HAVE_PWD_H 1
6160| #define HAVE_GRP_H 1
6161| #define HAVE_STRINGS_H 1
6162| #define HAVE_REGEX_H 1
6163| #define HAVE_SYSLOG_H 1
6164| #define HAVE_ULIMIT_H 1
6165| #define HAVE_SYS_SELECT_H 1
6166| #define HAVE_SYS_FILE_H 1
6167| #define HAVE_SYS_IOCTL_H 1
6168| #define HAVE_SYS_MMAN_H 1
6169| #define HAVE_SYS_PARAM_H 1
6170| #define HAVE_SYS_RANDOM_H 1
6171| #define HAVE_SYS_SOCKET_H 1
6172| #define HAVE_SYS_STAT_H 1
6173| #define HAVE_SYS_TIME_H 1
6174| #define HAVE_SYS_TIMES_H 1
6175| #define HAVE_SYS_TYPES_H 1
6176| #define HAVE_SYS_WAIT_H 1
6177| #define HAVE_NETINET_IN_H 1
6178| #define HAVE_ARPA_INET_H 1
6179| #define HAVE_SYS_RESOURCE_H 1
6180| #define HAVE_ALLOCA_H 1
6181| #define HAVE_ALLOCA 1
6182| #define HAVE_CHOWN 1
6183| #define GETPGRP_VOID 1
6184| #define HAVE_STRCOLL 1
6185| #define HAVE_WAIT3 1
6186| #define HAVE_MKFIFO 1
6187| #define HAVE_DUP2 1
6188| /* end confdefs.h.  */
6189| /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
6190|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6191| #define eaccess innocuous_eaccess
6192|
6193| /* System header to define __stub macros and hopefully few prototypes,
6194|    which can conflict with char eaccess (); below.  */
6195|
6196| #include <limits.h>
6197| #undef eaccess
6198|
6199| /* Override any GCC internal prototype to avoid an error.
6200|    Use char because int might match the return type of a GCC
6201|    builtin and then its argument prototype would still apply.  */
6202| #ifdef __cplusplus
6203| extern "C"
6204| #endif
6205| char eaccess ();
6206| /* The GNU C library defines this for functions which it implements
6207|     to always fail with ENOSYS.  Some functions are actually named
6208|     something starting with __ and the normal name is an alias.  */
6209| #if defined __stub_eaccess || defined __stub___eaccess
6210| choke me
6211| #endif
6212|
6213| int
6214| main (void)
6215| {
6216| return eaccess ();
6217|   ;
6218|   return 0;
6219| }
6220configure:14890: result: no
6221configure:14896: checking for fcntl
6222configure:14896: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6223configure:14896: $? = 0
6224configure:14896: result: yes
6225configure:14902: checking for getdtablesize
6226configure:14902: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6227configure:14902: $? = 0
6228configure:14902: result: yes
6229configure:14908: checking for getentropy
6230configure:14908: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6231configure:14908: $? = 0
6232configure:14908: result: yes
6233configure:14914: checking for getgroups
6234configure:14914: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6235configure:14914: $? = 0
6236configure:14914: result: yes
6237configure:14920: checking for gethostname
6238configure:14920: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6239configure:14920: $? = 0
6240configure:14920: result: yes
6241configure:14926: checking for getpagesize
6242configure:14926: result: yes
6243configure:14932: checking for getpeername
6244configure:14932: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6245configure:14932: $? = 0
6246configure:14932: result: yes
6247configure:14938: checking for getrandom
6248configure:14938: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6249Undefined symbols for architecture x86_64:
6250  "_getrandom", referenced from:
6251      _main in conftest-0ffbc8.o
6252ld: symbol(s) not found for architecture x86_64
6253clang: error: linker command failed with exit code 1 (use -v to see invocation)
6254configure:14938: $? = 1
6255configure: failed program was:
6256| /* confdefs.h */
6257| #define PACKAGE_NAME "bash"
6258| #define PACKAGE_TARNAME "bash"
6259| #define PACKAGE_VERSION "5.2-release"
6260| #define PACKAGE_STRING "bash 5.2-release"
6261| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
6262| #define PACKAGE_URL ""
6263| #define ALIAS 1
6264| #define PUSHD_AND_POPD 1
6265| #define RESTRICTED_SHELL 1
6266| #define PROCESS_SUBSTITUTION 1
6267| #define PROMPT_STRING_DECODE 1
6268| #define SELECT_COMMAND 1
6269| #define HELP_BUILTIN 1
6270| #define ARRAY_VARS 1
6271| #define DPAREN_ARITHMETIC 1
6272| #define BRACE_EXPANSION 1
6273| #define COMMAND_TIMING 1
6274| #define EXTENDED_GLOB 1
6275| #define EXTGLOB_DEFAULT 0
6276| #define COND_COMMAND 1
6277| #define COND_REGEXP 1
6278| #define COPROCESS_SUPPORT 1
6279| #define ARITH_FOR_COMMAND 1
6280| #define NETWORK_REDIRECTIONS 1
6281| #define PROGRAMMABLE_COMPLETION 1
6282| #define DEBUGGER 1
6283| #define CASEMOD_ATTRS 1
6284| #define CASEMOD_EXPANSIONS 1
6285| #define GLOBASCII_DEFAULT 1
6286| #define FUNCTION_IMPORT 1
6287| #define TRANSLATABLE_STRINGS 1
6288| #define MEMSCRAMBLE 1
6289| #define HAVE_STDIO_H 1
6290| #define HAVE_STDLIB_H 1
6291| #define HAVE_STRING_H 1
6292| #define HAVE_INTTYPES_H 1
6293| #define HAVE_STDINT_H 1
6294| #define HAVE_STRINGS_H 1
6295| #define HAVE_SYS_STAT_H 1
6296| #define HAVE_SYS_TYPES_H 1
6297| #define HAVE_UNISTD_H 1
6298| #define HAVE_WCHAR_H 1
6299| #define HAVE_SYS_PARAM_H 1
6300| #define HAVE_XLOCALE_H 1
6301| #define HAVE_SYS_TIME_H 1
6302| #define STDC_HEADERS 1
6303| #define _ALL_SOURCE 1
6304| #define _DARWIN_C_SOURCE 1
6305| #define _GNU_SOURCE 1
6306| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6307| #define _NETBSD_SOURCE 1
6308| #define _OPENBSD_SOURCE 1
6309| #define _POSIX_PTHREAD_SEMANTICS 1
6310| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6311| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6312| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6313| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6314| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6315| #define __STDC_WANT_LIB_EXT2__ 1
6316| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6317| #define _TANDEM_SOURCE 1
6318| #define __EXTENSIONS__ 1
6319| #define READLINE 1
6320| #define HISTORY 1
6321| #define BANG_HISTORY 1
6322| #define HAVE_STRINGIZE 1
6323| #define HAVE_LONG_DOUBLE 1
6324| #define PROTOTYPES 1
6325| #define __PROTOTYPES 1
6326| #define restrict __restrict__
6327| #define HAVE_VISIBILITY 1
6328| #define HAVE_STDINT_H_WITH_UINTMAX 1
6329| #define HAVE_ALLOCA_H 1
6330| #define HAVE_ALLOCA 1
6331| #define HAVE_GETPAGESIZE 1
6332| #define HAVE_SYMLINK 1
6333| #define HAVE_USELOCALE 1
6334| #define HAVE_VPRINTF 1
6335| #define HAVE_ALARM 1
6336| #define HAVE_FPURGE 1
6337| #define HAVE_SNPRINTF 1
6338| #define HAVE_VSNPRINTF 1
6339| #define HAVE_MMAP 1
6340| #define INTDIV0_RAISES_SIGFPE 1
6341| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6342| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6343| #define HAVE_UINTMAX_T 1
6344| #define HAVE_INTTYPES_H 1
6345| #define USE_POSIX_THREADS 1
6346| #define HAVE_PTHREAD_RWLOCK 1
6347| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6348| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6349| #define HAVE_ICONV 1
6350| #define ICONV_CONST
6351| #define HAVE_BUILTIN_EXPECT 1
6352| #define HAVE_INTTYPES_H 1
6353| #define HAVE_LIMITS_H 1
6354| #define HAVE_UNISTD_H 1
6355| #define HAVE_SYS_PARAM_H 1
6356| #define HAVE_GETCWD 1
6357| #define HAVE_GETEGID 1
6358| #define HAVE_GETEUID 1
6359| #define HAVE_GETGID 1
6360| #define HAVE_GETUID 1
6361| #define HAVE_MUNMAP 1
6362| #define HAVE_STPCPY 1
6363| #define HAVE_STRCASECMP 1
6364| #define HAVE_STRDUP 1
6365| #define HAVE_STRTOUL 1
6366| #define HAVE_TSEARCH 1
6367| #define HAVE_LOCALECONV 1
6368| #define HAVE_DECL_FEOF_UNLOCKED 1
6369| #define HAVE_DECL_FGETS_UNLOCKED 0
6370| #define HAVE_LONG_LONG_INT 1
6371| #define HAVE_WCHAR_T 1
6372| #define HAVE_WINT_T 1
6373| #define HAVE_INTMAX_T 1
6374| #define HAVE_POSIX_PRINTF 1
6375| #define HAVE_STDINT_H 1
6376| #define HAVE_STDINT_H 1
6377| #define HAVE_WORKING_O_NOATIME 1
6378| #define HAVE_WORKING_O_NOFOLLOW 1
6379| #define HAVE_WORKING_USELOCALE 1
6380| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6381| #define HAVE_CFLOCALECOPYCURRENT 1
6382| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6383| #define FLEXIBLE_ARRAY_MEMBER /**/
6384| #define HAVE_STDDEF_H 1
6385| #define HAVE_STDLIB_H 1
6386| #define HAVE_STRING_H 1
6387| #define HAVE_ASPRINTF 1
6388| #define HAVE_FWPRINTF 1
6389| #define HAVE_NEWLOCALE 1
6390| #define HAVE_PUTENV 1
6391| #define HAVE_SETENV 1
6392| #define HAVE_SETLOCALE 1
6393| #define HAVE_SNPRINTF 1
6394| #define HAVE_STRNLEN 1
6395| #define HAVE_USELOCALE 1
6396| #define HAVE_WCSLEN 1
6397| #define HAVE_WCSNLEN 1
6398| #define HAVE_MBRTOWC 1
6399| #define HAVE_WCRTOMB 1
6400| #define HAVE_DECL__SNPRINTF 0
6401| #define HAVE_DECL__SNWPRINTF 0
6402| #define HAVE_DECL_GETC_UNLOCKED 1
6403| #define HAVE_LANGINFO_CODESET 1
6404| #define HAVE_LC_MESSAGES 1
6405| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6406| #define HAVE_CFLOCALECOPYCURRENT 1
6407| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6408| #define ENABLE_NLS 1
6409| #define HAVE_GETTEXT 1
6410| #define HAVE_DCGETTEXT 1
6411| #define HAVE_DIRENT_H 1
6412| #define HAVE_INTTYPES_H 1
6413| #define HAVE_UNISTD_H 1
6414| #define HAVE_STDLIB_H 1
6415| #define HAVE_STDARG_H 1
6416| #define HAVE_LIMITS_H 1
6417| #define HAVE_STRING_H 1
6418| #define HAVE_MEMORY_H 1
6419| #define HAVE_LOCALE_H 1
6420| #define HAVE_TERMCAP_H 1
6421| #define HAVE_TERMIOS_H 1
6422| #define HAVE_DLFCN_H 1
6423| #define HAVE_STDBOOL_H 1
6424| #define HAVE_STDDEF_H 1
6425| #define HAVE_STDINT_H 1
6426| #define HAVE_NETDB_H 1
6427| #define HAVE_PWD_H 1
6428| #define HAVE_GRP_H 1
6429| #define HAVE_STRINGS_H 1
6430| #define HAVE_REGEX_H 1
6431| #define HAVE_SYSLOG_H 1
6432| #define HAVE_ULIMIT_H 1
6433| #define HAVE_SYS_SELECT_H 1
6434| #define HAVE_SYS_FILE_H 1
6435| #define HAVE_SYS_IOCTL_H 1
6436| #define HAVE_SYS_MMAN_H 1
6437| #define HAVE_SYS_PARAM_H 1
6438| #define HAVE_SYS_RANDOM_H 1
6439| #define HAVE_SYS_SOCKET_H 1
6440| #define HAVE_SYS_STAT_H 1
6441| #define HAVE_SYS_TIME_H 1
6442| #define HAVE_SYS_TIMES_H 1
6443| #define HAVE_SYS_TYPES_H 1
6444| #define HAVE_SYS_WAIT_H 1
6445| #define HAVE_NETINET_IN_H 1
6446| #define HAVE_ARPA_INET_H 1
6447| #define HAVE_SYS_RESOURCE_H 1
6448| #define HAVE_ALLOCA_H 1
6449| #define HAVE_ALLOCA 1
6450| #define HAVE_CHOWN 1
6451| #define GETPGRP_VOID 1
6452| #define HAVE_STRCOLL 1
6453| #define HAVE_WAIT3 1
6454| #define HAVE_MKFIFO 1
6455| #define HAVE_DUP2 1
6456| #define HAVE_FCNTL 1
6457| #define HAVE_GETDTABLESIZE 1
6458| #define HAVE_GETENTROPY 1
6459| #define HAVE_GETGROUPS 1
6460| #define HAVE_GETHOSTNAME 1
6461| #define HAVE_GETPAGESIZE 1
6462| #define HAVE_GETPEERNAME 1
6463| /* end confdefs.h.  */
6464| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
6465|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6466| #define getrandom innocuous_getrandom
6467|
6468| /* System header to define __stub macros and hopefully few prototypes,
6469|    which can conflict with char getrandom (); below.  */
6470|
6471| #include <limits.h>
6472| #undef getrandom
6473|
6474| /* Override any GCC internal prototype to avoid an error.
6475|    Use char because int might match the return type of a GCC
6476|    builtin and then its argument prototype would still apply.  */
6477| #ifdef __cplusplus
6478| extern "C"
6479| #endif
6480| char getrandom ();
6481| /* The GNU C library defines this for functions which it implements
6482|     to always fail with ENOSYS.  Some functions are actually named
6483|     something starting with __ and the normal name is an alias.  */
6484| #if defined __stub_getrandom || defined __stub___getrandom
6485| choke me
6486| #endif
6487|
6488| int
6489| main (void)
6490| {
6491| return getrandom ();
6492|   ;
6493|   return 0;
6494| }
6495configure:14938: result: no
6496configure:14944: checking for getrlimit
6497configure:14944: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6498configure:14944: $? = 0
6499configure:14944: result: yes
6500configure:14950: checking for getrusage
6501configure:14950: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6502configure:14950: $? = 0
6503configure:14950: result: yes
6504configure:14956: checking for gettimeofday
6505configure:14956: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6506configure:14956: $? = 0
6507configure:14956: result: yes
6508configure:14962: checking for kill
6509configure:14962: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6510configure:14962: $? = 0
6511configure:14962: result: yes
6512configure:14968: checking for killpg
6513configure:14968: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6514configure:14968: $? = 0
6515configure:14968: result: yes
6516configure:14974: checking for lstat
6517configure:14974: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6518configure:14974: $? = 0
6519configure:14974: result: yes
6520configure:14980: checking for pselect
6521configure:14980: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6522configure:14980: $? = 0
6523configure:14980: result: yes
6524configure:14986: checking for readlink
6525configure:14986: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6526configure:14986: $? = 0
6527configure:14986: result: yes
6528configure:14992: checking for select
6529configure:14992: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6530configure:14992: $? = 0
6531configure:14992: result: yes
6532configure:14998: checking for setdtablesize
6533configure:14998: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6534Undefined symbols for architecture x86_64:
6535  "_setdtablesize", referenced from:
6536      _main in conftest-c6a588.o
6537ld: symbol(s) not found for architecture x86_64
6538clang: error: linker command failed with exit code 1 (use -v to see invocation)
6539configure:14998: $? = 1
6540configure: failed program was:
6541| /* confdefs.h */
6542| #define PACKAGE_NAME "bash"
6543| #define PACKAGE_TARNAME "bash"
6544| #define PACKAGE_VERSION "5.2-release"
6545| #define PACKAGE_STRING "bash 5.2-release"
6546| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
6547| #define PACKAGE_URL ""
6548| #define ALIAS 1
6549| #define PUSHD_AND_POPD 1
6550| #define RESTRICTED_SHELL 1
6551| #define PROCESS_SUBSTITUTION 1
6552| #define PROMPT_STRING_DECODE 1
6553| #define SELECT_COMMAND 1
6554| #define HELP_BUILTIN 1
6555| #define ARRAY_VARS 1
6556| #define DPAREN_ARITHMETIC 1
6557| #define BRACE_EXPANSION 1
6558| #define COMMAND_TIMING 1
6559| #define EXTENDED_GLOB 1
6560| #define EXTGLOB_DEFAULT 0
6561| #define COND_COMMAND 1
6562| #define COND_REGEXP 1
6563| #define COPROCESS_SUPPORT 1
6564| #define ARITH_FOR_COMMAND 1
6565| #define NETWORK_REDIRECTIONS 1
6566| #define PROGRAMMABLE_COMPLETION 1
6567| #define DEBUGGER 1
6568| #define CASEMOD_ATTRS 1
6569| #define CASEMOD_EXPANSIONS 1
6570| #define GLOBASCII_DEFAULT 1
6571| #define FUNCTION_IMPORT 1
6572| #define TRANSLATABLE_STRINGS 1
6573| #define MEMSCRAMBLE 1
6574| #define HAVE_STDIO_H 1
6575| #define HAVE_STDLIB_H 1
6576| #define HAVE_STRING_H 1
6577| #define HAVE_INTTYPES_H 1
6578| #define HAVE_STDINT_H 1
6579| #define HAVE_STRINGS_H 1
6580| #define HAVE_SYS_STAT_H 1
6581| #define HAVE_SYS_TYPES_H 1
6582| #define HAVE_UNISTD_H 1
6583| #define HAVE_WCHAR_H 1
6584| #define HAVE_SYS_PARAM_H 1
6585| #define HAVE_XLOCALE_H 1
6586| #define HAVE_SYS_TIME_H 1
6587| #define STDC_HEADERS 1
6588| #define _ALL_SOURCE 1
6589| #define _DARWIN_C_SOURCE 1
6590| #define _GNU_SOURCE 1
6591| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6592| #define _NETBSD_SOURCE 1
6593| #define _OPENBSD_SOURCE 1
6594| #define _POSIX_PTHREAD_SEMANTICS 1
6595| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6596| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6597| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6598| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6599| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6600| #define __STDC_WANT_LIB_EXT2__ 1
6601| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6602| #define _TANDEM_SOURCE 1
6603| #define __EXTENSIONS__ 1
6604| #define READLINE 1
6605| #define HISTORY 1
6606| #define BANG_HISTORY 1
6607| #define HAVE_STRINGIZE 1
6608| #define HAVE_LONG_DOUBLE 1
6609| #define PROTOTYPES 1
6610| #define __PROTOTYPES 1
6611| #define restrict __restrict__
6612| #define HAVE_VISIBILITY 1
6613| #define HAVE_STDINT_H_WITH_UINTMAX 1
6614| #define HAVE_ALLOCA_H 1
6615| #define HAVE_ALLOCA 1
6616| #define HAVE_GETPAGESIZE 1
6617| #define HAVE_SYMLINK 1
6618| #define HAVE_USELOCALE 1
6619| #define HAVE_VPRINTF 1
6620| #define HAVE_ALARM 1
6621| #define HAVE_FPURGE 1
6622| #define HAVE_SNPRINTF 1
6623| #define HAVE_VSNPRINTF 1
6624| #define HAVE_MMAP 1
6625| #define INTDIV0_RAISES_SIGFPE 1
6626| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6627| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6628| #define HAVE_UINTMAX_T 1
6629| #define HAVE_INTTYPES_H 1
6630| #define USE_POSIX_THREADS 1
6631| #define HAVE_PTHREAD_RWLOCK 1
6632| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6633| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6634| #define HAVE_ICONV 1
6635| #define ICONV_CONST
6636| #define HAVE_BUILTIN_EXPECT 1
6637| #define HAVE_INTTYPES_H 1
6638| #define HAVE_LIMITS_H 1
6639| #define HAVE_UNISTD_H 1
6640| #define HAVE_SYS_PARAM_H 1
6641| #define HAVE_GETCWD 1
6642| #define HAVE_GETEGID 1
6643| #define HAVE_GETEUID 1
6644| #define HAVE_GETGID 1
6645| #define HAVE_GETUID 1
6646| #define HAVE_MUNMAP 1
6647| #define HAVE_STPCPY 1
6648| #define HAVE_STRCASECMP 1
6649| #define HAVE_STRDUP 1
6650| #define HAVE_STRTOUL 1
6651| #define HAVE_TSEARCH 1
6652| #define HAVE_LOCALECONV 1
6653| #define HAVE_DECL_FEOF_UNLOCKED 1
6654| #define HAVE_DECL_FGETS_UNLOCKED 0
6655| #define HAVE_LONG_LONG_INT 1
6656| #define HAVE_WCHAR_T 1
6657| #define HAVE_WINT_T 1
6658| #define HAVE_INTMAX_T 1
6659| #define HAVE_POSIX_PRINTF 1
6660| #define HAVE_STDINT_H 1
6661| #define HAVE_STDINT_H 1
6662| #define HAVE_WORKING_O_NOATIME 1
6663| #define HAVE_WORKING_O_NOFOLLOW 1
6664| #define HAVE_WORKING_USELOCALE 1
6665| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6666| #define HAVE_CFLOCALECOPYCURRENT 1
6667| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6668| #define FLEXIBLE_ARRAY_MEMBER /**/
6669| #define HAVE_STDDEF_H 1
6670| #define HAVE_STDLIB_H 1
6671| #define HAVE_STRING_H 1
6672| #define HAVE_ASPRINTF 1
6673| #define HAVE_FWPRINTF 1
6674| #define HAVE_NEWLOCALE 1
6675| #define HAVE_PUTENV 1
6676| #define HAVE_SETENV 1
6677| #define HAVE_SETLOCALE 1
6678| #define HAVE_SNPRINTF 1
6679| #define HAVE_STRNLEN 1
6680| #define HAVE_USELOCALE 1
6681| #define HAVE_WCSLEN 1
6682| #define HAVE_WCSNLEN 1
6683| #define HAVE_MBRTOWC 1
6684| #define HAVE_WCRTOMB 1
6685| #define HAVE_DECL__SNPRINTF 0
6686| #define HAVE_DECL__SNWPRINTF 0
6687| #define HAVE_DECL_GETC_UNLOCKED 1
6688| #define HAVE_LANGINFO_CODESET 1
6689| #define HAVE_LC_MESSAGES 1
6690| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6691| #define HAVE_CFLOCALECOPYCURRENT 1
6692| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6693| #define ENABLE_NLS 1
6694| #define HAVE_GETTEXT 1
6695| #define HAVE_DCGETTEXT 1
6696| #define HAVE_DIRENT_H 1
6697| #define HAVE_INTTYPES_H 1
6698| #define HAVE_UNISTD_H 1
6699| #define HAVE_STDLIB_H 1
6700| #define HAVE_STDARG_H 1
6701| #define HAVE_LIMITS_H 1
6702| #define HAVE_STRING_H 1
6703| #define HAVE_MEMORY_H 1
6704| #define HAVE_LOCALE_H 1
6705| #define HAVE_TERMCAP_H 1
6706| #define HAVE_TERMIOS_H 1
6707| #define HAVE_DLFCN_H 1
6708| #define HAVE_STDBOOL_H 1
6709| #define HAVE_STDDEF_H 1
6710| #define HAVE_STDINT_H 1
6711| #define HAVE_NETDB_H 1
6712| #define HAVE_PWD_H 1
6713| #define HAVE_GRP_H 1
6714| #define HAVE_STRINGS_H 1
6715| #define HAVE_REGEX_H 1
6716| #define HAVE_SYSLOG_H 1
6717| #define HAVE_ULIMIT_H 1
6718| #define HAVE_SYS_SELECT_H 1
6719| #define HAVE_SYS_FILE_H 1
6720| #define HAVE_SYS_IOCTL_H 1
6721| #define HAVE_SYS_MMAN_H 1
6722| #define HAVE_SYS_PARAM_H 1
6723| #define HAVE_SYS_RANDOM_H 1
6724| #define HAVE_SYS_SOCKET_H 1
6725| #define HAVE_SYS_STAT_H 1
6726| #define HAVE_SYS_TIME_H 1
6727| #define HAVE_SYS_TIMES_H 1
6728| #define HAVE_SYS_TYPES_H 1
6729| #define HAVE_SYS_WAIT_H 1
6730| #define HAVE_NETINET_IN_H 1
6731| #define HAVE_ARPA_INET_H 1
6732| #define HAVE_SYS_RESOURCE_H 1
6733| #define HAVE_ALLOCA_H 1
6734| #define HAVE_ALLOCA 1
6735| #define HAVE_CHOWN 1
6736| #define GETPGRP_VOID 1
6737| #define HAVE_STRCOLL 1
6738| #define HAVE_WAIT3 1
6739| #define HAVE_MKFIFO 1
6740| #define HAVE_DUP2 1
6741| #define HAVE_FCNTL 1
6742| #define HAVE_GETDTABLESIZE 1
6743| #define HAVE_GETENTROPY 1
6744| #define HAVE_GETGROUPS 1
6745| #define HAVE_GETHOSTNAME 1
6746| #define HAVE_GETPAGESIZE 1
6747| #define HAVE_GETPEERNAME 1
6748| #define HAVE_GETRLIMIT 1
6749| #define HAVE_GETRUSAGE 1
6750| #define HAVE_GETTIMEOFDAY 1
6751| #define HAVE_KILL 1
6752| #define HAVE_KILLPG 1
6753| #define HAVE_LSTAT 1
6754| #define HAVE_PSELECT 1
6755| #define HAVE_READLINK 1
6756| #define HAVE_SELECT 1
6757| /* end confdefs.h.  */
6758| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize.
6759|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6760| #define setdtablesize innocuous_setdtablesize
6761|
6762| /* System header to define __stub macros and hopefully few prototypes,
6763|    which can conflict with char setdtablesize (); below.  */
6764|
6765| #include <limits.h>
6766| #undef setdtablesize
6767|
6768| /* Override any GCC internal prototype to avoid an error.
6769|    Use char because int might match the return type of a GCC
6770|    builtin and then its argument prototype would still apply.  */
6771| #ifdef __cplusplus
6772| extern "C"
6773| #endif
6774| char setdtablesize ();
6775| /* The GNU C library defines this for functions which it implements
6776|     to always fail with ENOSYS.  Some functions are actually named
6777|     something starting with __ and the normal name is an alias.  */
6778| #if defined __stub_setdtablesize || defined __stub___setdtablesize
6779| choke me
6780| #endif
6781|
6782| int
6783| main (void)
6784| {
6785| return setdtablesize ();
6786|   ;
6787|   return 0;
6788| }
6789configure:14998: result: no
6790configure:15004: checking for setitimer
6791configure:15004: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6792configure:15004: $? = 0
6793configure:15004: result: yes
6794configure:15010: checking for tcgetpgrp
6795configure:15010: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6796configure:15010: $? = 0
6797configure:15010: result: yes
6798configure:15016: checking for uname
6799configure:15016: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6800configure:15016: $? = 0
6801configure:15016: result: yes
6802configure:15022: checking for ulimit
6803configure:15022: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6804configure:15022: $? = 0
6805configure:15022: result: yes
6806configure:15028: checking for waitpid
6807configure:15028: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6808configure:15028: $? = 0
6809configure:15028: result: yes
6810configure:15035: checking for rename
6811configure:15035: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6812configure:15035: $? = 0
6813configure:15035: result: yes
6814configure:15050: checking for bcopy
6815configure:15050: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6816configure:15050: $? = 0
6817configure:15050: result: yes
6818configure:15056: checking for bzero
6819configure:15056: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6820conftest.c:241:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
6821char bzero ();
6822     ^
6823conftest.c:241:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
68241 warning generated.
6825configure:15056: $? = 0
6826configure:15056: result: yes
6827configure:15062: checking for confstr
6828configure:15062: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6829configure:15062: $? = 0
6830configure:15062: result: yes
6831configure:15068: checking for faccessat
6832configure:15068: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6833configure:15068: $? = 0
6834configure:15068: result: yes
6835configure:15074: checking for fnmatch
6836configure:15074: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6837configure:15074: $? = 0
6838configure:15074: result: yes
6839configure:15080: checking for getaddrinfo
6840configure:15080: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6841configure:15080: $? = 0
6842configure:15080: result: yes
6843configure:15086: checking for gethostbyname
6844configure:15086: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6845configure:15086: $? = 0
6846configure:15086: result: yes
6847configure:15092: checking for getservbyname
6848configure:15092: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6849configure:15092: $? = 0
6850configure:15092: result: yes
6851configure:15098: checking for getservent
6852configure:15098: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6853configure:15098: $? = 0
6854configure:15098: result: yes
6855configure:15104: checking for inet_aton
6856configure:15104: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6857configure:15104: $? = 0
6858configure:15104: result: yes
6859configure:15110: checking for imaxdiv
6860configure:15110: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6861configure:15110: $? = 0
6862configure:15110: result: yes
6863configure:15116: checking for memmove
6864configure:15116: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6865conftest.c:251:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
6866char memmove ();
6867     ^
6868conftest.c:251:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
68691 warning generated.
6870configure:15116: $? = 0
6871configure:15116: result: yes
6872configure:15122: checking for pathconf
6873configure:15122: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6874configure:15122: $? = 0
6875configure:15122: result: yes
6876configure:15128: checking for putenv
6877configure:15128: result: yes
6878configure:15134: checking for raise
6879configure:15134: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6880configure:15134: $? = 0
6881configure:15134: result: yes
6882configure:15140: checking for random
6883configure:15140: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6884configure:15140: $? = 0
6885configure:15140: result: yes
6886configure:15146: checking for regcomp
6887configure:15146: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6888configure:15146: $? = 0
6889configure:15146: result: yes
6890configure:15152: checking for regexec
6891configure:15152: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6892configure:15152: $? = 0
6893configure:15152: result: yes
6894configure:15158: checking for setenv
6895configure:15158: result: yes
6896configure:15164: checking for setlinebuf
6897configure:15164: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6898configure:15164: $? = 0
6899configure:15164: result: yes
6900configure:15170: checking for setlocale
6901configure:15170: result: yes
6902configure:15176: checking for setvbuf
6903configure:15176: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6904configure:15176: $? = 0
6905configure:15176: result: yes
6906configure:15182: checking for siginterrupt
6907configure:15182: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6908configure:15182: $? = 0
6909configure:15182: result: yes
6910configure:15188: checking for strchr
6911configure:15188: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6912conftest.c:263:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
6913char strchr ();
6914     ^
6915conftest.c:263:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
69161 warning generated.
6917configure:15188: $? = 0
6918configure:15188: result: yes
6919configure:15194: checking for sysconf
6920configure:15194: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6921configure:15194: $? = 0
6922configure:15194: result: yes
6923configure:15200: checking for syslog
6924configure:15200: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6925configure:15200: $? = 0
6926configure:15200: result: yes
6927configure:15206: checking for tcgetattr
6928configure:15206: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6929configure:15206: $? = 0
6930configure:15206: result: yes
6931configure:15212: checking for times
6932configure:15212: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6933configure:15212: $? = 0
6934configure:15212: result: yes
6935configure:15218: checking for ttyname
6936configure:15218: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6937configure:15218: $? = 0
6938configure:15218: result: yes
6939configure:15224: checking for tzset
6940configure:15224: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6941configure:15224: $? = 0
6942configure:15224: result: yes
6943configure:15230: checking for unsetenv
6944configure:15230: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6945configure:15230: $? = 0
6946configure:15230: result: yes
6947configure:15238: checking for vasprintf
6948configure:15238: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6949conftest.c:282:19: warning: format string missing [-Wformat]
6950return vasprintf ();
6951       ~~~~~~~~~  ^
69521 warning generated.
6953configure:15238: $? = 0
6954configure:15238: result: yes
6955configure:15244: checking for asprintf
6956configure:15244: result: yes
6957configure:15251: checking for isascii
6958configure:15251: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6959configure:15251: $? = 0
6960configure:15251: result: yes
6961configure:15257: checking for isblank
6962configure:15257: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6963conftest.c:274:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration]
6964char isblank ();
6965     ^
6966conftest.c:274:6: note: 'isblank' is a builtin with type 'int (int)'
69671 warning generated.
6968configure:15257: $? = 0
6969configure:15257: result: yes
6970configure:15263: checking for isgraph
6971configure:15263: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6972conftest.c:275:6: warning: incompatible redeclaration of library function 'isgraph' [-Wincompatible-library-redeclaration]
6973char isgraph ();
6974     ^
6975conftest.c:275:6: note: 'isgraph' is a builtin with type 'int (int)'
69761 warning generated.
6977configure:15263: $? = 0
6978configure:15263: result: yes
6979configure:15269: checking for isprint
6980configure:15269: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6981conftest.c:276:6: warning: incompatible redeclaration of library function 'isprint' [-Wincompatible-library-redeclaration]
6982char isprint ();
6983     ^
6984conftest.c:276:6: note: 'isprint' is a builtin with type 'int (int)'
69851 warning generated.
6986configure:15269: $? = 0
6987configure:15269: result: yes
6988configure:15275: checking for isspace
6989configure:15275: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6990conftest.c:277:6: warning: incompatible redeclaration of library function 'isspace' [-Wincompatible-library-redeclaration]
6991char isspace ();
6992     ^
6993conftest.c:277:6: note: 'isspace' is a builtin with type 'int (int)'
69941 warning generated.
6995configure:15275: $? = 0
6996configure:15275: result: yes
6997configure:15281: checking for isxdigit
6998configure:15281: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6999conftest.c:278:6: warning: incompatible redeclaration of library function 'isxdigit' [-Wincompatible-library-redeclaration]
7000char isxdigit ();
7001     ^
7002conftest.c:278:6: note: 'isxdigit' is a builtin with type 'int (int)'
70031 warning generated.
7004configure:15281: $? = 0
7005configure:15281: result: yes
7006configure:15288: checking for getpwent
7007configure:15288: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7008configure:15288: $? = 0
7009configure:15288: result: yes
7010configure:15294: checking for getpwnam
7011configure:15294: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7012configure:15294: $? = 0
7013configure:15294: result: yes
7014configure:15300: checking for getpwuid
7015configure:15300: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7016configure:15300: $? = 0
7017configure:15300: result: yes
7018configure:15307: checking for mkstemp
7019configure:15307: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7020configure:15307: $? = 0
7021configure:15307: result: yes
7022configure:15313: checking for mkdtemp
7023configure:15313: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7024configure:15313: $? = 0
7025configure:15313: result: yes
7026configure:15320: checking for arc4random
7027configure:15320: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7028configure:15320: $? = 0
7029configure:15320: result: yes
7030configure:15328: checking for getcwd
7031configure:15328: result: yes
7032configure:15341: checking for memset
7033configure:15341: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7034conftest.c:286:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
7035char memset ();
7036     ^
7037conftest.c:286:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
70381 warning generated.
7039configure:15341: $? = 0
7040configure:15341: result: yes
7041configure:15355: checking for strcasecmp
7042configure:15355: result: yes
7043configure:15368: checking for strcasestr
7044configure:15368: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7045configure:15368: $? = 0
7046configure:15368: result: yes
7047configure:15381: checking for strerror
7048configure:15381: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7049conftest.c:289:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
7050char strerror ();
7051     ^
7052conftest.c:289:6: note: 'strerror' is a builtin with type 'char *(int)'
70531 warning generated.
7054configure:15381: $? = 0
7055configure:15381: result: yes
7056configure:15394: checking for strftime
7057configure:15394: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7058configure:15394: $? = 0
7059configure:15394: result: yes
7060configure:15407: checking for strnlen
7061configure:15407: result: yes
7062configure:15420: checking for strpbrk
7063configure:15420: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7064conftest.c:292:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
7065char strpbrk ();
7066     ^
7067conftest.c:292:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
70681 warning generated.
7069configure:15420: $? = 0
7070configure:15420: result: yes
7071configure:15433: checking for strstr
7072configure:15433: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7073conftest.c:293:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
7074char strstr ();
7075     ^
7076conftest.c:293:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
70771 warning generated.
7078configure:15433: $? = 0
7079configure:15433: result: yes
7080configure:15447: checking for strtod
7081configure:15447: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7082conftest.c:294:6: warning: incompatible redeclaration of library function 'strtod' [-Wincompatible-library-redeclaration]
7083char strtod ();
7084     ^
7085conftest.c:294:6: note: 'strtod' is a builtin with type 'double (const char *, char **)'
70861 warning generated.
7087configure:15447: $? = 0
7088configure:15447: result: yes
7089configure:15460: checking for strtol
7090configure:15460: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7091conftest.c:295:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration]
7092char strtol ();
7093     ^
7094conftest.c:295:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)'
70951 warning generated.
7096configure:15460: $? = 0
7097configure:15460: result: yes
7098configure:15473: checking for strtoul
7099configure:15473: result: yes
7100configure:15486: checking for strtoll
7101configure:15486: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7102conftest.c:297:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration]
7103char strtoll ();
7104     ^
7105conftest.c:297:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)'
71061 warning generated.
7107configure:15486: $? = 0
7108configure:15486: result: yes
7109configure:15499: checking for strtoull
7110configure:15499: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7111conftest.c:298:6: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration]
7112char strtoull ();
7113     ^
7114conftest.c:298:6: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)'
71151 warning generated.
7116configure:15499: $? = 0
7117configure:15499: result: yes
7118configure:15512: checking for strtoumax
7119configure:15512: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7120configure:15512: $? = 0
7121configure:15512: result: yes
7122configure:15526: checking for dprintf
7123configure:15526: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7124configure:15526: $? = 0
7125configure:15526: result: yes
7126configure:15540: checking for strchrnul
7127configure:15540: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7128Undefined symbols for architecture x86_64:
7129  "_strchrnul", referenced from:
7130      _main in conftest-700171.o
7131ld: symbol(s) not found for architecture x86_64
7132clang: error: linker command failed with exit code 1 (use -v to see invocation)
7133configure:15540: $? = 1
7134configure: failed program was:
7135| /* confdefs.h */
7136| #define PACKAGE_NAME "bash"
7137| #define PACKAGE_TARNAME "bash"
7138| #define PACKAGE_VERSION "5.2-release"
7139| #define PACKAGE_STRING "bash 5.2-release"
7140| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7141| #define PACKAGE_URL ""
7142| #define ALIAS 1
7143| #define PUSHD_AND_POPD 1
7144| #define RESTRICTED_SHELL 1
7145| #define PROCESS_SUBSTITUTION 1
7146| #define PROMPT_STRING_DECODE 1
7147| #define SELECT_COMMAND 1
7148| #define HELP_BUILTIN 1
7149| #define ARRAY_VARS 1
7150| #define DPAREN_ARITHMETIC 1
7151| #define BRACE_EXPANSION 1
7152| #define COMMAND_TIMING 1
7153| #define EXTENDED_GLOB 1
7154| #define EXTGLOB_DEFAULT 0
7155| #define COND_COMMAND 1
7156| #define COND_REGEXP 1
7157| #define COPROCESS_SUPPORT 1
7158| #define ARITH_FOR_COMMAND 1
7159| #define NETWORK_REDIRECTIONS 1
7160| #define PROGRAMMABLE_COMPLETION 1
7161| #define DEBUGGER 1
7162| #define CASEMOD_ATTRS 1
7163| #define CASEMOD_EXPANSIONS 1
7164| #define GLOBASCII_DEFAULT 1
7165| #define FUNCTION_IMPORT 1
7166| #define TRANSLATABLE_STRINGS 1
7167| #define MEMSCRAMBLE 1
7168| #define HAVE_STDIO_H 1
7169| #define HAVE_STDLIB_H 1
7170| #define HAVE_STRING_H 1
7171| #define HAVE_INTTYPES_H 1
7172| #define HAVE_STDINT_H 1
7173| #define HAVE_STRINGS_H 1
7174| #define HAVE_SYS_STAT_H 1
7175| #define HAVE_SYS_TYPES_H 1
7176| #define HAVE_UNISTD_H 1
7177| #define HAVE_WCHAR_H 1
7178| #define HAVE_SYS_PARAM_H 1
7179| #define HAVE_XLOCALE_H 1
7180| #define HAVE_SYS_TIME_H 1
7181| #define STDC_HEADERS 1
7182| #define _ALL_SOURCE 1
7183| #define _DARWIN_C_SOURCE 1
7184| #define _GNU_SOURCE 1
7185| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7186| #define _NETBSD_SOURCE 1
7187| #define _OPENBSD_SOURCE 1
7188| #define _POSIX_PTHREAD_SEMANTICS 1
7189| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7190| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7191| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7192| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7193| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7194| #define __STDC_WANT_LIB_EXT2__ 1
7195| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7196| #define _TANDEM_SOURCE 1
7197| #define __EXTENSIONS__ 1
7198| #define READLINE 1
7199| #define HISTORY 1
7200| #define BANG_HISTORY 1
7201| #define HAVE_STRINGIZE 1
7202| #define HAVE_LONG_DOUBLE 1
7203| #define PROTOTYPES 1
7204| #define __PROTOTYPES 1
7205| #define restrict __restrict__
7206| #define HAVE_VISIBILITY 1
7207| #define HAVE_STDINT_H_WITH_UINTMAX 1
7208| #define HAVE_ALLOCA_H 1
7209| #define HAVE_ALLOCA 1
7210| #define HAVE_GETPAGESIZE 1
7211| #define HAVE_SYMLINK 1
7212| #define HAVE_USELOCALE 1
7213| #define HAVE_VPRINTF 1
7214| #define HAVE_ALARM 1
7215| #define HAVE_FPURGE 1
7216| #define HAVE_SNPRINTF 1
7217| #define HAVE_VSNPRINTF 1
7218| #define HAVE_MMAP 1
7219| #define INTDIV0_RAISES_SIGFPE 1
7220| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7221| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7222| #define HAVE_UINTMAX_T 1
7223| #define HAVE_INTTYPES_H 1
7224| #define USE_POSIX_THREADS 1
7225| #define HAVE_PTHREAD_RWLOCK 1
7226| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7227| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7228| #define HAVE_ICONV 1
7229| #define ICONV_CONST
7230| #define HAVE_BUILTIN_EXPECT 1
7231| #define HAVE_INTTYPES_H 1
7232| #define HAVE_LIMITS_H 1
7233| #define HAVE_UNISTD_H 1
7234| #define HAVE_SYS_PARAM_H 1
7235| #define HAVE_GETCWD 1
7236| #define HAVE_GETEGID 1
7237| #define HAVE_GETEUID 1
7238| #define HAVE_GETGID 1
7239| #define HAVE_GETUID 1
7240| #define HAVE_MUNMAP 1
7241| #define HAVE_STPCPY 1
7242| #define HAVE_STRCASECMP 1
7243| #define HAVE_STRDUP 1
7244| #define HAVE_STRTOUL 1
7245| #define HAVE_TSEARCH 1
7246| #define HAVE_LOCALECONV 1
7247| #define HAVE_DECL_FEOF_UNLOCKED 1
7248| #define HAVE_DECL_FGETS_UNLOCKED 0
7249| #define HAVE_LONG_LONG_INT 1
7250| #define HAVE_WCHAR_T 1
7251| #define HAVE_WINT_T 1
7252| #define HAVE_INTMAX_T 1
7253| #define HAVE_POSIX_PRINTF 1
7254| #define HAVE_STDINT_H 1
7255| #define HAVE_STDINT_H 1
7256| #define HAVE_WORKING_O_NOATIME 1
7257| #define HAVE_WORKING_O_NOFOLLOW 1
7258| #define HAVE_WORKING_USELOCALE 1
7259| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7260| #define HAVE_CFLOCALECOPYCURRENT 1
7261| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7262| #define FLEXIBLE_ARRAY_MEMBER /**/
7263| #define HAVE_STDDEF_H 1
7264| #define HAVE_STDLIB_H 1
7265| #define HAVE_STRING_H 1
7266| #define HAVE_ASPRINTF 1
7267| #define HAVE_FWPRINTF 1
7268| #define HAVE_NEWLOCALE 1
7269| #define HAVE_PUTENV 1
7270| #define HAVE_SETENV 1
7271| #define HAVE_SETLOCALE 1
7272| #define HAVE_SNPRINTF 1
7273| #define HAVE_STRNLEN 1
7274| #define HAVE_USELOCALE 1
7275| #define HAVE_WCSLEN 1
7276| #define HAVE_WCSNLEN 1
7277| #define HAVE_MBRTOWC 1
7278| #define HAVE_WCRTOMB 1
7279| #define HAVE_DECL__SNPRINTF 0
7280| #define HAVE_DECL__SNWPRINTF 0
7281| #define HAVE_DECL_GETC_UNLOCKED 1
7282| #define HAVE_LANGINFO_CODESET 1
7283| #define HAVE_LC_MESSAGES 1
7284| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7285| #define HAVE_CFLOCALECOPYCURRENT 1
7286| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7287| #define ENABLE_NLS 1
7288| #define HAVE_GETTEXT 1
7289| #define HAVE_DCGETTEXT 1
7290| #define HAVE_DIRENT_H 1
7291| #define HAVE_INTTYPES_H 1
7292| #define HAVE_UNISTD_H 1
7293| #define HAVE_STDLIB_H 1
7294| #define HAVE_STDARG_H 1
7295| #define HAVE_LIMITS_H 1
7296| #define HAVE_STRING_H 1
7297| #define HAVE_MEMORY_H 1
7298| #define HAVE_LOCALE_H 1
7299| #define HAVE_TERMCAP_H 1
7300| #define HAVE_TERMIOS_H 1
7301| #define HAVE_DLFCN_H 1
7302| #define HAVE_STDBOOL_H 1
7303| #define HAVE_STDDEF_H 1
7304| #define HAVE_STDINT_H 1
7305| #define HAVE_NETDB_H 1
7306| #define HAVE_PWD_H 1
7307| #define HAVE_GRP_H 1
7308| #define HAVE_STRINGS_H 1
7309| #define HAVE_REGEX_H 1
7310| #define HAVE_SYSLOG_H 1
7311| #define HAVE_ULIMIT_H 1
7312| #define HAVE_SYS_SELECT_H 1
7313| #define HAVE_SYS_FILE_H 1
7314| #define HAVE_SYS_IOCTL_H 1
7315| #define HAVE_SYS_MMAN_H 1
7316| #define HAVE_SYS_PARAM_H 1
7317| #define HAVE_SYS_RANDOM_H 1
7318| #define HAVE_SYS_SOCKET_H 1
7319| #define HAVE_SYS_STAT_H 1
7320| #define HAVE_SYS_TIME_H 1
7321| #define HAVE_SYS_TIMES_H 1
7322| #define HAVE_SYS_TYPES_H 1
7323| #define HAVE_SYS_WAIT_H 1
7324| #define HAVE_NETINET_IN_H 1
7325| #define HAVE_ARPA_INET_H 1
7326| #define HAVE_SYS_RESOURCE_H 1
7327| #define HAVE_ALLOCA_H 1
7328| #define HAVE_ALLOCA 1
7329| #define HAVE_CHOWN 1
7330| #define GETPGRP_VOID 1
7331| #define HAVE_STRCOLL 1
7332| #define HAVE_WAIT3 1
7333| #define HAVE_MKFIFO 1
7334| #define HAVE_DUP2 1
7335| #define HAVE_FCNTL 1
7336| #define HAVE_GETDTABLESIZE 1
7337| #define HAVE_GETENTROPY 1
7338| #define HAVE_GETGROUPS 1
7339| #define HAVE_GETHOSTNAME 1
7340| #define HAVE_GETPAGESIZE 1
7341| #define HAVE_GETPEERNAME 1
7342| #define HAVE_GETRLIMIT 1
7343| #define HAVE_GETRUSAGE 1
7344| #define HAVE_GETTIMEOFDAY 1
7345| #define HAVE_KILL 1
7346| #define HAVE_KILLPG 1
7347| #define HAVE_LSTAT 1
7348| #define HAVE_PSELECT 1
7349| #define HAVE_READLINK 1
7350| #define HAVE_SELECT 1
7351| #define HAVE_SETITIMER 1
7352| #define HAVE_TCGETPGRP 1
7353| #define HAVE_UNAME 1
7354| #define HAVE_ULIMIT 1
7355| #define HAVE_WAITPID 1
7356| #define HAVE_RENAME 1
7357| #define HAVE_BCOPY 1
7358| #define HAVE_BZERO 1
7359| #define HAVE_CONFSTR 1
7360| #define HAVE_FACCESSAT 1
7361| #define HAVE_FNMATCH 1
7362| #define HAVE_GETADDRINFO 1
7363| #define HAVE_GETHOSTBYNAME 1
7364| #define HAVE_GETSERVBYNAME 1
7365| #define HAVE_GETSERVENT 1
7366| #define HAVE_INET_ATON 1
7367| #define HAVE_IMAXDIV 1
7368| #define HAVE_MEMMOVE 1
7369| #define HAVE_PATHCONF 1
7370| #define HAVE_PUTENV 1
7371| #define HAVE_RAISE 1
7372| #define HAVE_RANDOM 1
7373| #define HAVE_REGCOMP 1
7374| #define HAVE_REGEXEC 1
7375| #define HAVE_SETENV 1
7376| #define HAVE_SETLINEBUF 1
7377| #define HAVE_SETLOCALE 1
7378| #define HAVE_SETVBUF 1
7379| #define HAVE_SIGINTERRUPT 1
7380| #define HAVE_STRCHR 1
7381| #define HAVE_SYSCONF 1
7382| #define HAVE_SYSLOG 1
7383| #define HAVE_TCGETATTR 1
7384| #define HAVE_TIMES 1
7385| #define HAVE_TTYNAME 1
7386| #define HAVE_TZSET 1
7387| #define HAVE_UNSETENV 1
7388| #define HAVE_VASPRINTF 1
7389| #define HAVE_ASPRINTF 1
7390| #define HAVE_ISASCII 1
7391| #define HAVE_ISBLANK 1
7392| #define HAVE_ISGRAPH 1
7393| #define HAVE_ISPRINT 1
7394| #define HAVE_ISSPACE 1
7395| #define HAVE_ISXDIGIT 1
7396| #define HAVE_GETPWENT 1
7397| #define HAVE_GETPWNAM 1
7398| #define HAVE_GETPWUID 1
7399| #define HAVE_MKSTEMP 1
7400| #define HAVE_MKDTEMP 1
7401| #define HAVE_ARC4RANDOM 1
7402| #define HAVE_GETCWD 1
7403| #define HAVE_MEMSET 1
7404| #define HAVE_STRCASECMP 1
7405| #define HAVE_STRCASESTR 1
7406| #define HAVE_STRERROR 1
7407| #define HAVE_STRFTIME 1
7408| #define HAVE_STRNLEN 1
7409| #define HAVE_STRPBRK 1
7410| #define HAVE_STRSTR 1
7411| #define HAVE_STRTOD 1
7412| #define HAVE_STRTOL 1
7413| #define HAVE_STRTOUL 1
7414| #define HAVE_STRTOLL 1
7415| #define HAVE_STRTOULL 1
7416| #define HAVE_STRTOUMAX 1
7417| #define HAVE_DPRINTF 1
7418| /* end confdefs.h.  */
7419| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
7420|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7421| #define strchrnul innocuous_strchrnul
7422|
7423| /* System header to define __stub macros and hopefully few prototypes,
7424|    which can conflict with char strchrnul (); below.  */
7425|
7426| #include <limits.h>
7427| #undef strchrnul
7428|
7429| /* Override any GCC internal prototype to avoid an error.
7430|    Use char because int might match the return type of a GCC
7431|    builtin and then its argument prototype would still apply.  */
7432| #ifdef __cplusplus
7433| extern "C"
7434| #endif
7435| char strchrnul ();
7436| /* The GNU C library defines this for functions which it implements
7437|     to always fail with ENOSYS.  Some functions are actually named
7438|     something starting with __ and the normal name is an alias.  */
7439| #if defined __stub_strchrnul || defined __stub___strchrnul
7440| choke me
7441| #endif
7442|
7443| int
7444| main (void)
7445| {
7446| return strchrnul ();
7447|   ;
7448|   return 0;
7449| }
7450configure:15540: result: no
7451configure:15554: checking for strdup
7452configure:15554: result: yes
7453configure:15569: checking for libaudit.h
7454configure:15569: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
7455conftest.c:314:10: fatal error: 'libaudit.h' file not found
7456#include <libaudit.h>
7457         ^~~~~~~~~~~~
74581 error generated.
7459configure:15569: $? = 1
7460configure: failed program was:
7461| /* confdefs.h */
7462| #define PACKAGE_NAME "bash"
7463| #define PACKAGE_TARNAME "bash"
7464| #define PACKAGE_VERSION "5.2-release"
7465| #define PACKAGE_STRING "bash 5.2-release"
7466| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7467| #define PACKAGE_URL ""
7468| #define ALIAS 1
7469| #define PUSHD_AND_POPD 1
7470| #define RESTRICTED_SHELL 1
7471| #define PROCESS_SUBSTITUTION 1
7472| #define PROMPT_STRING_DECODE 1
7473| #define SELECT_COMMAND 1
7474| #define HELP_BUILTIN 1
7475| #define ARRAY_VARS 1
7476| #define DPAREN_ARITHMETIC 1
7477| #define BRACE_EXPANSION 1
7478| #define COMMAND_TIMING 1
7479| #define EXTENDED_GLOB 1
7480| #define EXTGLOB_DEFAULT 0
7481| #define COND_COMMAND 1
7482| #define COND_REGEXP 1
7483| #define COPROCESS_SUPPORT 1
7484| #define ARITH_FOR_COMMAND 1
7485| #define NETWORK_REDIRECTIONS 1
7486| #define PROGRAMMABLE_COMPLETION 1
7487| #define DEBUGGER 1
7488| #define CASEMOD_ATTRS 1
7489| #define CASEMOD_EXPANSIONS 1
7490| #define GLOBASCII_DEFAULT 1
7491| #define FUNCTION_IMPORT 1
7492| #define TRANSLATABLE_STRINGS 1
7493| #define MEMSCRAMBLE 1
7494| #define HAVE_STDIO_H 1
7495| #define HAVE_STDLIB_H 1
7496| #define HAVE_STRING_H 1
7497| #define HAVE_INTTYPES_H 1
7498| #define HAVE_STDINT_H 1
7499| #define HAVE_STRINGS_H 1
7500| #define HAVE_SYS_STAT_H 1
7501| #define HAVE_SYS_TYPES_H 1
7502| #define HAVE_UNISTD_H 1
7503| #define HAVE_WCHAR_H 1
7504| #define HAVE_SYS_PARAM_H 1
7505| #define HAVE_XLOCALE_H 1
7506| #define HAVE_SYS_TIME_H 1
7507| #define STDC_HEADERS 1
7508| #define _ALL_SOURCE 1
7509| #define _DARWIN_C_SOURCE 1
7510| #define _GNU_SOURCE 1
7511| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7512| #define _NETBSD_SOURCE 1
7513| #define _OPENBSD_SOURCE 1
7514| #define _POSIX_PTHREAD_SEMANTICS 1
7515| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7516| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7517| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7518| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7519| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7520| #define __STDC_WANT_LIB_EXT2__ 1
7521| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7522| #define _TANDEM_SOURCE 1
7523| #define __EXTENSIONS__ 1
7524| #define READLINE 1
7525| #define HISTORY 1
7526| #define BANG_HISTORY 1
7527| #define HAVE_STRINGIZE 1
7528| #define HAVE_LONG_DOUBLE 1
7529| #define PROTOTYPES 1
7530| #define __PROTOTYPES 1
7531| #define restrict __restrict__
7532| #define HAVE_VISIBILITY 1
7533| #define HAVE_STDINT_H_WITH_UINTMAX 1
7534| #define HAVE_ALLOCA_H 1
7535| #define HAVE_ALLOCA 1
7536| #define HAVE_GETPAGESIZE 1
7537| #define HAVE_SYMLINK 1
7538| #define HAVE_USELOCALE 1
7539| #define HAVE_VPRINTF 1
7540| #define HAVE_ALARM 1
7541| #define HAVE_FPURGE 1
7542| #define HAVE_SNPRINTF 1
7543| #define HAVE_VSNPRINTF 1
7544| #define HAVE_MMAP 1
7545| #define INTDIV0_RAISES_SIGFPE 1
7546| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7547| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7548| #define HAVE_UINTMAX_T 1
7549| #define HAVE_INTTYPES_H 1
7550| #define USE_POSIX_THREADS 1
7551| #define HAVE_PTHREAD_RWLOCK 1
7552| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7553| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7554| #define HAVE_ICONV 1
7555| #define ICONV_CONST
7556| #define HAVE_BUILTIN_EXPECT 1
7557| #define HAVE_INTTYPES_H 1
7558| #define HAVE_LIMITS_H 1
7559| #define HAVE_UNISTD_H 1
7560| #define HAVE_SYS_PARAM_H 1
7561| #define HAVE_GETCWD 1
7562| #define HAVE_GETEGID 1
7563| #define HAVE_GETEUID 1
7564| #define HAVE_GETGID 1
7565| #define HAVE_GETUID 1
7566| #define HAVE_MUNMAP 1
7567| #define HAVE_STPCPY 1
7568| #define HAVE_STRCASECMP 1
7569| #define HAVE_STRDUP 1
7570| #define HAVE_STRTOUL 1
7571| #define HAVE_TSEARCH 1
7572| #define HAVE_LOCALECONV 1
7573| #define HAVE_DECL_FEOF_UNLOCKED 1
7574| #define HAVE_DECL_FGETS_UNLOCKED 0
7575| #define HAVE_LONG_LONG_INT 1
7576| #define HAVE_WCHAR_T 1
7577| #define HAVE_WINT_T 1
7578| #define HAVE_INTMAX_T 1
7579| #define HAVE_POSIX_PRINTF 1
7580| #define HAVE_STDINT_H 1
7581| #define HAVE_STDINT_H 1
7582| #define HAVE_WORKING_O_NOATIME 1
7583| #define HAVE_WORKING_O_NOFOLLOW 1
7584| #define HAVE_WORKING_USELOCALE 1
7585| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7586| #define HAVE_CFLOCALECOPYCURRENT 1
7587| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7588| #define FLEXIBLE_ARRAY_MEMBER /**/
7589| #define HAVE_STDDEF_H 1
7590| #define HAVE_STDLIB_H 1
7591| #define HAVE_STRING_H 1
7592| #define HAVE_ASPRINTF 1
7593| #define HAVE_FWPRINTF 1
7594| #define HAVE_NEWLOCALE 1
7595| #define HAVE_PUTENV 1
7596| #define HAVE_SETENV 1
7597| #define HAVE_SETLOCALE 1
7598| #define HAVE_SNPRINTF 1
7599| #define HAVE_STRNLEN 1
7600| #define HAVE_USELOCALE 1
7601| #define HAVE_WCSLEN 1
7602| #define HAVE_WCSNLEN 1
7603| #define HAVE_MBRTOWC 1
7604| #define HAVE_WCRTOMB 1
7605| #define HAVE_DECL__SNPRINTF 0
7606| #define HAVE_DECL__SNWPRINTF 0
7607| #define HAVE_DECL_GETC_UNLOCKED 1
7608| #define HAVE_LANGINFO_CODESET 1
7609| #define HAVE_LC_MESSAGES 1
7610| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7611| #define HAVE_CFLOCALECOPYCURRENT 1
7612| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7613| #define ENABLE_NLS 1
7614| #define HAVE_GETTEXT 1
7615| #define HAVE_DCGETTEXT 1
7616| #define HAVE_DIRENT_H 1
7617| #define HAVE_INTTYPES_H 1
7618| #define HAVE_UNISTD_H 1
7619| #define HAVE_STDLIB_H 1
7620| #define HAVE_STDARG_H 1
7621| #define HAVE_LIMITS_H 1
7622| #define HAVE_STRING_H 1
7623| #define HAVE_MEMORY_H 1
7624| #define HAVE_LOCALE_H 1
7625| #define HAVE_TERMCAP_H 1
7626| #define HAVE_TERMIOS_H 1
7627| #define HAVE_DLFCN_H 1
7628| #define HAVE_STDBOOL_H 1
7629| #define HAVE_STDDEF_H 1
7630| #define HAVE_STDINT_H 1
7631| #define HAVE_NETDB_H 1
7632| #define HAVE_PWD_H 1
7633| #define HAVE_GRP_H 1
7634| #define HAVE_STRINGS_H 1
7635| #define HAVE_REGEX_H 1
7636| #define HAVE_SYSLOG_H 1
7637| #define HAVE_ULIMIT_H 1
7638| #define HAVE_SYS_SELECT_H 1
7639| #define HAVE_SYS_FILE_H 1
7640| #define HAVE_SYS_IOCTL_H 1
7641| #define HAVE_SYS_MMAN_H 1
7642| #define HAVE_SYS_PARAM_H 1
7643| #define HAVE_SYS_RANDOM_H 1
7644| #define HAVE_SYS_SOCKET_H 1
7645| #define HAVE_SYS_STAT_H 1
7646| #define HAVE_SYS_TIME_H 1
7647| #define HAVE_SYS_TIMES_H 1
7648| #define HAVE_SYS_TYPES_H 1
7649| #define HAVE_SYS_WAIT_H 1
7650| #define HAVE_NETINET_IN_H 1
7651| #define HAVE_ARPA_INET_H 1
7652| #define HAVE_SYS_RESOURCE_H 1
7653| #define HAVE_ALLOCA_H 1
7654| #define HAVE_ALLOCA 1
7655| #define HAVE_CHOWN 1
7656| #define GETPGRP_VOID 1
7657| #define HAVE_STRCOLL 1
7658| #define HAVE_WAIT3 1
7659| #define HAVE_MKFIFO 1
7660| #define HAVE_DUP2 1
7661| #define HAVE_FCNTL 1
7662| #define HAVE_GETDTABLESIZE 1
7663| #define HAVE_GETENTROPY 1
7664| #define HAVE_GETGROUPS 1
7665| #define HAVE_GETHOSTNAME 1
7666| #define HAVE_GETPAGESIZE 1
7667| #define HAVE_GETPEERNAME 1
7668| #define HAVE_GETRLIMIT 1
7669| #define HAVE_GETRUSAGE 1
7670| #define HAVE_GETTIMEOFDAY 1
7671| #define HAVE_KILL 1
7672| #define HAVE_KILLPG 1
7673| #define HAVE_LSTAT 1
7674| #define HAVE_PSELECT 1
7675| #define HAVE_READLINK 1
7676| #define HAVE_SELECT 1
7677| #define HAVE_SETITIMER 1
7678| #define HAVE_TCGETPGRP 1
7679| #define HAVE_UNAME 1
7680| #define HAVE_ULIMIT 1
7681| #define HAVE_WAITPID 1
7682| #define HAVE_RENAME 1
7683| #define HAVE_BCOPY 1
7684| #define HAVE_BZERO 1
7685| #define HAVE_CONFSTR 1
7686| #define HAVE_FACCESSAT 1
7687| #define HAVE_FNMATCH 1
7688| #define HAVE_GETADDRINFO 1
7689| #define HAVE_GETHOSTBYNAME 1
7690| #define HAVE_GETSERVBYNAME 1
7691| #define HAVE_GETSERVENT 1
7692| #define HAVE_INET_ATON 1
7693| #define HAVE_IMAXDIV 1
7694| #define HAVE_MEMMOVE 1
7695| #define HAVE_PATHCONF 1
7696| #define HAVE_PUTENV 1
7697| #define HAVE_RAISE 1
7698| #define HAVE_RANDOM 1
7699| #define HAVE_REGCOMP 1
7700| #define HAVE_REGEXEC 1
7701| #define HAVE_SETENV 1
7702| #define HAVE_SETLINEBUF 1
7703| #define HAVE_SETLOCALE 1
7704| #define HAVE_SETVBUF 1
7705| #define HAVE_SIGINTERRUPT 1
7706| #define HAVE_STRCHR 1
7707| #define HAVE_SYSCONF 1
7708| #define HAVE_SYSLOG 1
7709| #define HAVE_TCGETATTR 1
7710| #define HAVE_TIMES 1
7711| #define HAVE_TTYNAME 1
7712| #define HAVE_TZSET 1
7713| #define HAVE_UNSETENV 1
7714| #define HAVE_VASPRINTF 1
7715| #define HAVE_ASPRINTF 1
7716| #define HAVE_ISASCII 1
7717| #define HAVE_ISBLANK 1
7718| #define HAVE_ISGRAPH 1
7719| #define HAVE_ISPRINT 1
7720| #define HAVE_ISSPACE 1
7721| #define HAVE_ISXDIGIT 1
7722| #define HAVE_GETPWENT 1
7723| #define HAVE_GETPWNAM 1
7724| #define HAVE_GETPWUID 1
7725| #define HAVE_MKSTEMP 1
7726| #define HAVE_MKDTEMP 1
7727| #define HAVE_ARC4RANDOM 1
7728| #define HAVE_GETCWD 1
7729| #define HAVE_MEMSET 1
7730| #define HAVE_STRCASECMP 1
7731| #define HAVE_STRCASESTR 1
7732| #define HAVE_STRERROR 1
7733| #define HAVE_STRFTIME 1
7734| #define HAVE_STRNLEN 1
7735| #define HAVE_STRPBRK 1
7736| #define HAVE_STRSTR 1
7737| #define HAVE_STRTOD 1
7738| #define HAVE_STRTOL 1
7739| #define HAVE_STRTOUL 1
7740| #define HAVE_STRTOLL 1
7741| #define HAVE_STRTOULL 1
7742| #define HAVE_STRTOUMAX 1
7743| #define HAVE_DPRINTF 1
7744| #define HAVE_STRDUP 1
7745| /* end confdefs.h.  */
7746| #include <stddef.h>
7747| #ifdef HAVE_STDIO_H
7748| # include <stdio.h>
7749| #endif
7750| #ifdef HAVE_STDLIB_H
7751| # include <stdlib.h>
7752| #endif
7753| #ifdef HAVE_STRING_H
7754| # include <string.h>
7755| #endif
7756| #ifdef HAVE_INTTYPES_H
7757| # include <inttypes.h>
7758| #endif
7759| #ifdef HAVE_STDINT_H
7760| # include <stdint.h>
7761| #endif
7762| #ifdef HAVE_STRINGS_H
7763| # include <strings.h>
7764| #endif
7765| #ifdef HAVE_SYS_TYPES_H
7766| # include <sys/types.h>
7767| #endif
7768| #ifdef HAVE_SYS_STAT_H
7769| # include <sys/stat.h>
7770| #endif
7771| #ifdef HAVE_UNISTD_H
7772| # include <unistd.h>
7773| #endif
7774| #include <libaudit.h>
7775configure:15569: result: no
7776configure:15576: checking whether AUDIT_USER_TTY is declared
7777configure:15576: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
7778conftest.c:286:10: fatal error: 'linux/audit.h' file not found
7779#include <linux/audit.h>
7780         ^~~~~~~~~~~~~~~
77811 error generated.
7782configure:15576: $? = 1
7783configure: failed program was:
7784| /* confdefs.h */
7785| #define PACKAGE_NAME "bash"
7786| #define PACKAGE_TARNAME "bash"
7787| #define PACKAGE_VERSION "5.2-release"
7788| #define PACKAGE_STRING "bash 5.2-release"
7789| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7790| #define PACKAGE_URL ""
7791| #define ALIAS 1
7792| #define PUSHD_AND_POPD 1
7793| #define RESTRICTED_SHELL 1
7794| #define PROCESS_SUBSTITUTION 1
7795| #define PROMPT_STRING_DECODE 1
7796| #define SELECT_COMMAND 1
7797| #define HELP_BUILTIN 1
7798| #define ARRAY_VARS 1
7799| #define DPAREN_ARITHMETIC 1
7800| #define BRACE_EXPANSION 1
7801| #define COMMAND_TIMING 1
7802| #define EXTENDED_GLOB 1
7803| #define EXTGLOB_DEFAULT 0
7804| #define COND_COMMAND 1
7805| #define COND_REGEXP 1
7806| #define COPROCESS_SUPPORT 1
7807| #define ARITH_FOR_COMMAND 1
7808| #define NETWORK_REDIRECTIONS 1
7809| #define PROGRAMMABLE_COMPLETION 1
7810| #define DEBUGGER 1
7811| #define CASEMOD_ATTRS 1
7812| #define CASEMOD_EXPANSIONS 1
7813| #define GLOBASCII_DEFAULT 1
7814| #define FUNCTION_IMPORT 1
7815| #define TRANSLATABLE_STRINGS 1
7816| #define MEMSCRAMBLE 1
7817| #define HAVE_STDIO_H 1
7818| #define HAVE_STDLIB_H 1
7819| #define HAVE_STRING_H 1
7820| #define HAVE_INTTYPES_H 1
7821| #define HAVE_STDINT_H 1
7822| #define HAVE_STRINGS_H 1
7823| #define HAVE_SYS_STAT_H 1
7824| #define HAVE_SYS_TYPES_H 1
7825| #define HAVE_UNISTD_H 1
7826| #define HAVE_WCHAR_H 1
7827| #define HAVE_SYS_PARAM_H 1
7828| #define HAVE_XLOCALE_H 1
7829| #define HAVE_SYS_TIME_H 1
7830| #define STDC_HEADERS 1
7831| #define _ALL_SOURCE 1
7832| #define _DARWIN_C_SOURCE 1
7833| #define _GNU_SOURCE 1
7834| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7835| #define _NETBSD_SOURCE 1
7836| #define _OPENBSD_SOURCE 1
7837| #define _POSIX_PTHREAD_SEMANTICS 1
7838| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7839| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7840| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7841| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7842| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7843| #define __STDC_WANT_LIB_EXT2__ 1
7844| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7845| #define _TANDEM_SOURCE 1
7846| #define __EXTENSIONS__ 1
7847| #define READLINE 1
7848| #define HISTORY 1
7849| #define BANG_HISTORY 1
7850| #define HAVE_STRINGIZE 1
7851| #define HAVE_LONG_DOUBLE 1
7852| #define PROTOTYPES 1
7853| #define __PROTOTYPES 1
7854| #define restrict __restrict__
7855| #define HAVE_VISIBILITY 1
7856| #define HAVE_STDINT_H_WITH_UINTMAX 1
7857| #define HAVE_ALLOCA_H 1
7858| #define HAVE_ALLOCA 1
7859| #define HAVE_GETPAGESIZE 1
7860| #define HAVE_SYMLINK 1
7861| #define HAVE_USELOCALE 1
7862| #define HAVE_VPRINTF 1
7863| #define HAVE_ALARM 1
7864| #define HAVE_FPURGE 1
7865| #define HAVE_SNPRINTF 1
7866| #define HAVE_VSNPRINTF 1
7867| #define HAVE_MMAP 1
7868| #define INTDIV0_RAISES_SIGFPE 1
7869| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7870| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7871| #define HAVE_UINTMAX_T 1
7872| #define HAVE_INTTYPES_H 1
7873| #define USE_POSIX_THREADS 1
7874| #define HAVE_PTHREAD_RWLOCK 1
7875| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7876| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7877| #define HAVE_ICONV 1
7878| #define ICONV_CONST
7879| #define HAVE_BUILTIN_EXPECT 1
7880| #define HAVE_INTTYPES_H 1
7881| #define HAVE_LIMITS_H 1
7882| #define HAVE_UNISTD_H 1
7883| #define HAVE_SYS_PARAM_H 1
7884| #define HAVE_GETCWD 1
7885| #define HAVE_GETEGID 1
7886| #define HAVE_GETEUID 1
7887| #define HAVE_GETGID 1
7888| #define HAVE_GETUID 1
7889| #define HAVE_MUNMAP 1
7890| #define HAVE_STPCPY 1
7891| #define HAVE_STRCASECMP 1
7892| #define HAVE_STRDUP 1
7893| #define HAVE_STRTOUL 1
7894| #define HAVE_TSEARCH 1
7895| #define HAVE_LOCALECONV 1
7896| #define HAVE_DECL_FEOF_UNLOCKED 1
7897| #define HAVE_DECL_FGETS_UNLOCKED 0
7898| #define HAVE_LONG_LONG_INT 1
7899| #define HAVE_WCHAR_T 1
7900| #define HAVE_WINT_T 1
7901| #define HAVE_INTMAX_T 1
7902| #define HAVE_POSIX_PRINTF 1
7903| #define HAVE_STDINT_H 1
7904| #define HAVE_STDINT_H 1
7905| #define HAVE_WORKING_O_NOATIME 1
7906| #define HAVE_WORKING_O_NOFOLLOW 1
7907| #define HAVE_WORKING_USELOCALE 1
7908| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7909| #define HAVE_CFLOCALECOPYCURRENT 1
7910| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7911| #define FLEXIBLE_ARRAY_MEMBER /**/
7912| #define HAVE_STDDEF_H 1
7913| #define HAVE_STDLIB_H 1
7914| #define HAVE_STRING_H 1
7915| #define HAVE_ASPRINTF 1
7916| #define HAVE_FWPRINTF 1
7917| #define HAVE_NEWLOCALE 1
7918| #define HAVE_PUTENV 1
7919| #define HAVE_SETENV 1
7920| #define HAVE_SETLOCALE 1
7921| #define HAVE_SNPRINTF 1
7922| #define HAVE_STRNLEN 1
7923| #define HAVE_USELOCALE 1
7924| #define HAVE_WCSLEN 1
7925| #define HAVE_WCSNLEN 1
7926| #define HAVE_MBRTOWC 1
7927| #define HAVE_WCRTOMB 1
7928| #define HAVE_DECL__SNPRINTF 0
7929| #define HAVE_DECL__SNWPRINTF 0
7930| #define HAVE_DECL_GETC_UNLOCKED 1
7931| #define HAVE_LANGINFO_CODESET 1
7932| #define HAVE_LC_MESSAGES 1
7933| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7934| #define HAVE_CFLOCALECOPYCURRENT 1
7935| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7936| #define ENABLE_NLS 1
7937| #define HAVE_GETTEXT 1
7938| #define HAVE_DCGETTEXT 1
7939| #define HAVE_DIRENT_H 1
7940| #define HAVE_INTTYPES_H 1
7941| #define HAVE_UNISTD_H 1
7942| #define HAVE_STDLIB_H 1
7943| #define HAVE_STDARG_H 1
7944| #define HAVE_LIMITS_H 1
7945| #define HAVE_STRING_H 1
7946| #define HAVE_MEMORY_H 1
7947| #define HAVE_LOCALE_H 1
7948| #define HAVE_TERMCAP_H 1
7949| #define HAVE_TERMIOS_H 1
7950| #define HAVE_DLFCN_H 1
7951| #define HAVE_STDBOOL_H 1
7952| #define HAVE_STDDEF_H 1
7953| #define HAVE_STDINT_H 1
7954| #define HAVE_NETDB_H 1
7955| #define HAVE_PWD_H 1
7956| #define HAVE_GRP_H 1
7957| #define HAVE_STRINGS_H 1
7958| #define HAVE_REGEX_H 1
7959| #define HAVE_SYSLOG_H 1
7960| #define HAVE_ULIMIT_H 1
7961| #define HAVE_SYS_SELECT_H 1
7962| #define HAVE_SYS_FILE_H 1
7963| #define HAVE_SYS_IOCTL_H 1
7964| #define HAVE_SYS_MMAN_H 1
7965| #define HAVE_SYS_PARAM_H 1
7966| #define HAVE_SYS_RANDOM_H 1
7967| #define HAVE_SYS_SOCKET_H 1
7968| #define HAVE_SYS_STAT_H 1
7969| #define HAVE_SYS_TIME_H 1
7970| #define HAVE_SYS_TIMES_H 1
7971| #define HAVE_SYS_TYPES_H 1
7972| #define HAVE_SYS_WAIT_H 1
7973| #define HAVE_NETINET_IN_H 1
7974| #define HAVE_ARPA_INET_H 1
7975| #define HAVE_SYS_RESOURCE_H 1
7976| #define HAVE_ALLOCA_H 1
7977| #define HAVE_ALLOCA 1
7978| #define HAVE_CHOWN 1
7979| #define GETPGRP_VOID 1
7980| #define HAVE_STRCOLL 1
7981| #define HAVE_WAIT3 1
7982| #define HAVE_MKFIFO 1
7983| #define HAVE_DUP2 1
7984| #define HAVE_FCNTL 1
7985| #define HAVE_GETDTABLESIZE 1
7986| #define HAVE_GETENTROPY 1
7987| #define HAVE_GETGROUPS 1
7988| #define HAVE_GETHOSTNAME 1
7989| #define HAVE_GETPAGESIZE 1
7990| #define HAVE_GETPEERNAME 1
7991| #define HAVE_GETRLIMIT 1
7992| #define HAVE_GETRUSAGE 1
7993| #define HAVE_GETTIMEOFDAY 1
7994| #define HAVE_KILL 1
7995| #define HAVE_KILLPG 1
7996| #define HAVE_LSTAT 1
7997| #define HAVE_PSELECT 1
7998| #define HAVE_READLINK 1
7999| #define HAVE_SELECT 1
8000| #define HAVE_SETITIMER 1
8001| #define HAVE_TCGETPGRP 1
8002| #define HAVE_UNAME 1
8003| #define HAVE_ULIMIT 1
8004| #define HAVE_WAITPID 1
8005| #define HAVE_RENAME 1
8006| #define HAVE_BCOPY 1
8007| #define HAVE_BZERO 1
8008| #define HAVE_CONFSTR 1
8009| #define HAVE_FACCESSAT 1
8010| #define HAVE_FNMATCH 1
8011| #define HAVE_GETADDRINFO 1
8012| #define HAVE_GETHOSTBYNAME 1
8013| #define HAVE_GETSERVBYNAME 1
8014| #define HAVE_GETSERVENT 1
8015| #define HAVE_INET_ATON 1
8016| #define HAVE_IMAXDIV 1
8017| #define HAVE_MEMMOVE 1
8018| #define HAVE_PATHCONF 1
8019| #define HAVE_PUTENV 1
8020| #define HAVE_RAISE 1
8021| #define HAVE_RANDOM 1
8022| #define HAVE_REGCOMP 1
8023| #define HAVE_REGEXEC 1
8024| #define HAVE_SETENV 1
8025| #define HAVE_SETLINEBUF 1
8026| #define HAVE_SETLOCALE 1
8027| #define HAVE_SETVBUF 1
8028| #define HAVE_SIGINTERRUPT 1
8029| #define HAVE_STRCHR 1
8030| #define HAVE_SYSCONF 1
8031| #define HAVE_SYSLOG 1
8032| #define HAVE_TCGETATTR 1
8033| #define HAVE_TIMES 1
8034| #define HAVE_TTYNAME 1
8035| #define HAVE_TZSET 1
8036| #define HAVE_UNSETENV 1
8037| #define HAVE_VASPRINTF 1
8038| #define HAVE_ASPRINTF 1
8039| #define HAVE_ISASCII 1
8040| #define HAVE_ISBLANK 1
8041| #define HAVE_ISGRAPH 1
8042| #define HAVE_ISPRINT 1
8043| #define HAVE_ISSPACE 1
8044| #define HAVE_ISXDIGIT 1
8045| #define HAVE_GETPWENT 1
8046| #define HAVE_GETPWNAM 1
8047| #define HAVE_GETPWUID 1
8048| #define HAVE_MKSTEMP 1
8049| #define HAVE_MKDTEMP 1
8050| #define HAVE_ARC4RANDOM 1
8051| #define HAVE_GETCWD 1
8052| #define HAVE_MEMSET 1
8053| #define HAVE_STRCASECMP 1
8054| #define HAVE_STRCASESTR 1
8055| #define HAVE_STRERROR 1
8056| #define HAVE_STRFTIME 1
8057| #define HAVE_STRNLEN 1
8058| #define HAVE_STRPBRK 1
8059| #define HAVE_STRSTR 1
8060| #define HAVE_STRTOD 1
8061| #define HAVE_STRTOL 1
8062| #define HAVE_STRTOUL 1
8063| #define HAVE_STRTOLL 1
8064| #define HAVE_STRTOULL 1
8065| #define HAVE_STRTOUMAX 1
8066| #define HAVE_DPRINTF 1
8067| #define HAVE_STRDUP 1
8068| /* end confdefs.h.  */
8069| #include <linux/audit.h>
8070|
8071| int
8072| main (void)
8073| {
8074| #ifndef AUDIT_USER_TTY
8075| #ifdef __cplusplus
8076|   (void) AUDIT_USER_TTY;
8077| #else
8078|   (void) AUDIT_USER_TTY;
8079| #endif
8080| #endif
8081|
8082|   ;
8083|   return 0;
8084| }
8085configure:15576: result: no
8086configure:15587: checking whether confstr is declared
8087configure:15587: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8088configure:15587: $? = 0
8089configure:15587: result: yes
8090configure:15596: checking whether printf is declared
8091configure:15596: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8092configure:15596: $? = 0
8093configure:15596: result: yes
8094configure:15605: checking whether sbrk is declared
8095configure:15605: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8096conftest.c:324:10: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
8097  (void) sbrk;
8098         ^
8099/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
8100__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
8101^
8102/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:211:40: note: expanded from macro '__deprecated'
8103#define __deprecated    __attribute__((__deprecated__))
8104                                       ^
81051 warning generated.
8106configure:15605: $? = 0
8107configure:15605: result: yes
8108configure:15614: checking whether setregid is declared
8109configure:15614: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8110configure:15614: $? = 0
8111configure:15614: result: yes
8112configure:15623: checking whether strcpy is declared
8113configure:15623: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8114configure:15623: $? = 0
8115configure:15623: result: yes
8116configure:15632: checking whether strsignal is declared
8117configure:15632: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8118configure:15632: $? = 0
8119configure:15632: result: yes
8120configure:15642: checking for setresuid
8121configure:15642: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8122Undefined symbols for architecture x86_64:
8123  "_setresuid", referenced from:
8124      _main in conftest-527b8a.o
8125ld: symbol(s) not found for architecture x86_64
8126clang: error: linker command failed with exit code 1 (use -v to see invocation)
8127configure:15642: $? = 1
8128configure: failed program was:
8129| /* confdefs.h */
8130| #define PACKAGE_NAME "bash"
8131| #define PACKAGE_TARNAME "bash"
8132| #define PACKAGE_VERSION "5.2-release"
8133| #define PACKAGE_STRING "bash 5.2-release"
8134| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8135| #define PACKAGE_URL ""
8136| #define ALIAS 1
8137| #define PUSHD_AND_POPD 1
8138| #define RESTRICTED_SHELL 1
8139| #define PROCESS_SUBSTITUTION 1
8140| #define PROMPT_STRING_DECODE 1
8141| #define SELECT_COMMAND 1
8142| #define HELP_BUILTIN 1
8143| #define ARRAY_VARS 1
8144| #define DPAREN_ARITHMETIC 1
8145| #define BRACE_EXPANSION 1
8146| #define COMMAND_TIMING 1
8147| #define EXTENDED_GLOB 1
8148| #define EXTGLOB_DEFAULT 0
8149| #define COND_COMMAND 1
8150| #define COND_REGEXP 1
8151| #define COPROCESS_SUPPORT 1
8152| #define ARITH_FOR_COMMAND 1
8153| #define NETWORK_REDIRECTIONS 1
8154| #define PROGRAMMABLE_COMPLETION 1
8155| #define DEBUGGER 1
8156| #define CASEMOD_ATTRS 1
8157| #define CASEMOD_EXPANSIONS 1
8158| #define GLOBASCII_DEFAULT 1
8159| #define FUNCTION_IMPORT 1
8160| #define TRANSLATABLE_STRINGS 1
8161| #define MEMSCRAMBLE 1
8162| #define HAVE_STDIO_H 1
8163| #define HAVE_STDLIB_H 1
8164| #define HAVE_STRING_H 1
8165| #define HAVE_INTTYPES_H 1
8166| #define HAVE_STDINT_H 1
8167| #define HAVE_STRINGS_H 1
8168| #define HAVE_SYS_STAT_H 1
8169| #define HAVE_SYS_TYPES_H 1
8170| #define HAVE_UNISTD_H 1
8171| #define HAVE_WCHAR_H 1
8172| #define HAVE_SYS_PARAM_H 1
8173| #define HAVE_XLOCALE_H 1
8174| #define HAVE_SYS_TIME_H 1
8175| #define STDC_HEADERS 1
8176| #define _ALL_SOURCE 1
8177| #define _DARWIN_C_SOURCE 1
8178| #define _GNU_SOURCE 1
8179| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8180| #define _NETBSD_SOURCE 1
8181| #define _OPENBSD_SOURCE 1
8182| #define _POSIX_PTHREAD_SEMANTICS 1
8183| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8184| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8185| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8186| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8187| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8188| #define __STDC_WANT_LIB_EXT2__ 1
8189| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8190| #define _TANDEM_SOURCE 1
8191| #define __EXTENSIONS__ 1
8192| #define READLINE 1
8193| #define HISTORY 1
8194| #define BANG_HISTORY 1
8195| #define HAVE_STRINGIZE 1
8196| #define HAVE_LONG_DOUBLE 1
8197| #define PROTOTYPES 1
8198| #define __PROTOTYPES 1
8199| #define restrict __restrict__
8200| #define HAVE_VISIBILITY 1
8201| #define HAVE_STDINT_H_WITH_UINTMAX 1
8202| #define HAVE_ALLOCA_H 1
8203| #define HAVE_ALLOCA 1
8204| #define HAVE_GETPAGESIZE 1
8205| #define HAVE_SYMLINK 1
8206| #define HAVE_USELOCALE 1
8207| #define HAVE_VPRINTF 1
8208| #define HAVE_ALARM 1
8209| #define HAVE_FPURGE 1
8210| #define HAVE_SNPRINTF 1
8211| #define HAVE_VSNPRINTF 1
8212| #define HAVE_MMAP 1
8213| #define INTDIV0_RAISES_SIGFPE 1
8214| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8215| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8216| #define HAVE_UINTMAX_T 1
8217| #define HAVE_INTTYPES_H 1
8218| #define USE_POSIX_THREADS 1
8219| #define HAVE_PTHREAD_RWLOCK 1
8220| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8221| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8222| #define HAVE_ICONV 1
8223| #define ICONV_CONST
8224| #define HAVE_BUILTIN_EXPECT 1
8225| #define HAVE_INTTYPES_H 1
8226| #define HAVE_LIMITS_H 1
8227| #define HAVE_UNISTD_H 1
8228| #define HAVE_SYS_PARAM_H 1
8229| #define HAVE_GETCWD 1
8230| #define HAVE_GETEGID 1
8231| #define HAVE_GETEUID 1
8232| #define HAVE_GETGID 1
8233| #define HAVE_GETUID 1
8234| #define HAVE_MUNMAP 1
8235| #define HAVE_STPCPY 1
8236| #define HAVE_STRCASECMP 1
8237| #define HAVE_STRDUP 1
8238| #define HAVE_STRTOUL 1
8239| #define HAVE_TSEARCH 1
8240| #define HAVE_LOCALECONV 1
8241| #define HAVE_DECL_FEOF_UNLOCKED 1
8242| #define HAVE_DECL_FGETS_UNLOCKED 0
8243| #define HAVE_LONG_LONG_INT 1
8244| #define HAVE_WCHAR_T 1
8245| #define HAVE_WINT_T 1
8246| #define HAVE_INTMAX_T 1
8247| #define HAVE_POSIX_PRINTF 1
8248| #define HAVE_STDINT_H 1
8249| #define HAVE_STDINT_H 1
8250| #define HAVE_WORKING_O_NOATIME 1
8251| #define HAVE_WORKING_O_NOFOLLOW 1
8252| #define HAVE_WORKING_USELOCALE 1
8253| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8254| #define HAVE_CFLOCALECOPYCURRENT 1
8255| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8256| #define FLEXIBLE_ARRAY_MEMBER /**/
8257| #define HAVE_STDDEF_H 1
8258| #define HAVE_STDLIB_H 1
8259| #define HAVE_STRING_H 1
8260| #define HAVE_ASPRINTF 1
8261| #define HAVE_FWPRINTF 1
8262| #define HAVE_NEWLOCALE 1
8263| #define HAVE_PUTENV 1
8264| #define HAVE_SETENV 1
8265| #define HAVE_SETLOCALE 1
8266| #define HAVE_SNPRINTF 1
8267| #define HAVE_STRNLEN 1
8268| #define HAVE_USELOCALE 1
8269| #define HAVE_WCSLEN 1
8270| #define HAVE_WCSNLEN 1
8271| #define HAVE_MBRTOWC 1
8272| #define HAVE_WCRTOMB 1
8273| #define HAVE_DECL__SNPRINTF 0
8274| #define HAVE_DECL__SNWPRINTF 0
8275| #define HAVE_DECL_GETC_UNLOCKED 1
8276| #define HAVE_LANGINFO_CODESET 1
8277| #define HAVE_LC_MESSAGES 1
8278| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8279| #define HAVE_CFLOCALECOPYCURRENT 1
8280| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8281| #define ENABLE_NLS 1
8282| #define HAVE_GETTEXT 1
8283| #define HAVE_DCGETTEXT 1
8284| #define HAVE_DIRENT_H 1
8285| #define HAVE_INTTYPES_H 1
8286| #define HAVE_UNISTD_H 1
8287| #define HAVE_STDLIB_H 1
8288| #define HAVE_STDARG_H 1
8289| #define HAVE_LIMITS_H 1
8290| #define HAVE_STRING_H 1
8291| #define HAVE_MEMORY_H 1
8292| #define HAVE_LOCALE_H 1
8293| #define HAVE_TERMCAP_H 1
8294| #define HAVE_TERMIOS_H 1
8295| #define HAVE_DLFCN_H 1
8296| #define HAVE_STDBOOL_H 1
8297| #define HAVE_STDDEF_H 1
8298| #define HAVE_STDINT_H 1
8299| #define HAVE_NETDB_H 1
8300| #define HAVE_PWD_H 1
8301| #define HAVE_GRP_H 1
8302| #define HAVE_STRINGS_H 1
8303| #define HAVE_REGEX_H 1
8304| #define HAVE_SYSLOG_H 1
8305| #define HAVE_ULIMIT_H 1
8306| #define HAVE_SYS_SELECT_H 1
8307| #define HAVE_SYS_FILE_H 1
8308| #define HAVE_SYS_IOCTL_H 1
8309| #define HAVE_SYS_MMAN_H 1
8310| #define HAVE_SYS_PARAM_H 1
8311| #define HAVE_SYS_RANDOM_H 1
8312| #define HAVE_SYS_SOCKET_H 1
8313| #define HAVE_SYS_STAT_H 1
8314| #define HAVE_SYS_TIME_H 1
8315| #define HAVE_SYS_TIMES_H 1
8316| #define HAVE_SYS_TYPES_H 1
8317| #define HAVE_SYS_WAIT_H 1
8318| #define HAVE_NETINET_IN_H 1
8319| #define HAVE_ARPA_INET_H 1
8320| #define HAVE_SYS_RESOURCE_H 1
8321| #define HAVE_ALLOCA_H 1
8322| #define HAVE_ALLOCA 1
8323| #define HAVE_CHOWN 1
8324| #define GETPGRP_VOID 1
8325| #define HAVE_STRCOLL 1
8326| #define HAVE_WAIT3 1
8327| #define HAVE_MKFIFO 1
8328| #define HAVE_DUP2 1
8329| #define HAVE_FCNTL 1
8330| #define HAVE_GETDTABLESIZE 1
8331| #define HAVE_GETENTROPY 1
8332| #define HAVE_GETGROUPS 1
8333| #define HAVE_GETHOSTNAME 1
8334| #define HAVE_GETPAGESIZE 1
8335| #define HAVE_GETPEERNAME 1
8336| #define HAVE_GETRLIMIT 1
8337| #define HAVE_GETRUSAGE 1
8338| #define HAVE_GETTIMEOFDAY 1
8339| #define HAVE_KILL 1
8340| #define HAVE_KILLPG 1
8341| #define HAVE_LSTAT 1
8342| #define HAVE_PSELECT 1
8343| #define HAVE_READLINK 1
8344| #define HAVE_SELECT 1
8345| #define HAVE_SETITIMER 1
8346| #define HAVE_TCGETPGRP 1
8347| #define HAVE_UNAME 1
8348| #define HAVE_ULIMIT 1
8349| #define HAVE_WAITPID 1
8350| #define HAVE_RENAME 1
8351| #define HAVE_BCOPY 1
8352| #define HAVE_BZERO 1
8353| #define HAVE_CONFSTR 1
8354| #define HAVE_FACCESSAT 1
8355| #define HAVE_FNMATCH 1
8356| #define HAVE_GETADDRINFO 1
8357| #define HAVE_GETHOSTBYNAME 1
8358| #define HAVE_GETSERVBYNAME 1
8359| #define HAVE_GETSERVENT 1
8360| #define HAVE_INET_ATON 1
8361| #define HAVE_IMAXDIV 1
8362| #define HAVE_MEMMOVE 1
8363| #define HAVE_PATHCONF 1
8364| #define HAVE_PUTENV 1
8365| #define HAVE_RAISE 1
8366| #define HAVE_RANDOM 1
8367| #define HAVE_REGCOMP 1
8368| #define HAVE_REGEXEC 1
8369| #define HAVE_SETENV 1
8370| #define HAVE_SETLINEBUF 1
8371| #define HAVE_SETLOCALE 1
8372| #define HAVE_SETVBUF 1
8373| #define HAVE_SIGINTERRUPT 1
8374| #define HAVE_STRCHR 1
8375| #define HAVE_SYSCONF 1
8376| #define HAVE_SYSLOG 1
8377| #define HAVE_TCGETATTR 1
8378| #define HAVE_TIMES 1
8379| #define HAVE_TTYNAME 1
8380| #define HAVE_TZSET 1
8381| #define HAVE_UNSETENV 1
8382| #define HAVE_VASPRINTF 1
8383| #define HAVE_ASPRINTF 1
8384| #define HAVE_ISASCII 1
8385| #define HAVE_ISBLANK 1
8386| #define HAVE_ISGRAPH 1
8387| #define HAVE_ISPRINT 1
8388| #define HAVE_ISSPACE 1
8389| #define HAVE_ISXDIGIT 1
8390| #define HAVE_GETPWENT 1
8391| #define HAVE_GETPWNAM 1
8392| #define HAVE_GETPWUID 1
8393| #define HAVE_MKSTEMP 1
8394| #define HAVE_MKDTEMP 1
8395| #define HAVE_ARC4RANDOM 1
8396| #define HAVE_GETCWD 1
8397| #define HAVE_MEMSET 1
8398| #define HAVE_STRCASECMP 1
8399| #define HAVE_STRCASESTR 1
8400| #define HAVE_STRERROR 1
8401| #define HAVE_STRFTIME 1
8402| #define HAVE_STRNLEN 1
8403| #define HAVE_STRPBRK 1
8404| #define HAVE_STRSTR 1
8405| #define HAVE_STRTOD 1
8406| #define HAVE_STRTOL 1
8407| #define HAVE_STRTOUL 1
8408| #define HAVE_STRTOLL 1
8409| #define HAVE_STRTOULL 1
8410| #define HAVE_STRTOUMAX 1
8411| #define HAVE_DPRINTF 1
8412| #define HAVE_STRDUP 1
8413| #define HAVE_DECL_AUDIT_USER_TTY 0
8414| #define HAVE_DECL_CONFSTR 1
8415| #define HAVE_DECL_PRINTF 1
8416| #define HAVE_DECL_SBRK 1
8417| #define HAVE_DECL_SETREGID 1
8418| #define HAVE_DECL_STRCPY 1
8419| #define HAVE_DECL_STRSIGNAL 1
8420| /* end confdefs.h.  */
8421| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
8422|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8423| #define setresuid innocuous_setresuid
8424|
8425| /* System header to define __stub macros and hopefully few prototypes,
8426|    which can conflict with char setresuid (); below.  */
8427|
8428| #include <limits.h>
8429| #undef setresuid
8430|
8431| /* Override any GCC internal prototype to avoid an error.
8432|    Use char because int might match the return type of a GCC
8433|    builtin and then its argument prototype would still apply.  */
8434| #ifdef __cplusplus
8435| extern "C"
8436| #endif
8437| char setresuid ();
8438| /* The GNU C library defines this for functions which it implements
8439|     to always fail with ENOSYS.  Some functions are actually named
8440|     something starting with __ and the normal name is an alias.  */
8441| #if defined __stub_setresuid || defined __stub___setresuid
8442| choke me
8443| #endif
8444|
8445| int
8446| main (void)
8447| {
8448| return setresuid ();
8449|   ;
8450|   return 0;
8451| }
8452configure:15642: result: no
8453configure:15648: checking for setresgid
8454configure:15648: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8455Undefined symbols for architecture x86_64:
8456  "_setresgid", referenced from:
8457      _main in conftest-4f07c3.o
8458ld: symbol(s) not found for architecture x86_64
8459clang: error: linker command failed with exit code 1 (use -v to see invocation)
8460configure:15648: $? = 1
8461configure: failed program was:
8462| /* confdefs.h */
8463| #define PACKAGE_NAME "bash"
8464| #define PACKAGE_TARNAME "bash"
8465| #define PACKAGE_VERSION "5.2-release"
8466| #define PACKAGE_STRING "bash 5.2-release"
8467| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8468| #define PACKAGE_URL ""
8469| #define ALIAS 1
8470| #define PUSHD_AND_POPD 1
8471| #define RESTRICTED_SHELL 1
8472| #define PROCESS_SUBSTITUTION 1
8473| #define PROMPT_STRING_DECODE 1
8474| #define SELECT_COMMAND 1
8475| #define HELP_BUILTIN 1
8476| #define ARRAY_VARS 1
8477| #define DPAREN_ARITHMETIC 1
8478| #define BRACE_EXPANSION 1
8479| #define COMMAND_TIMING 1
8480| #define EXTENDED_GLOB 1
8481| #define EXTGLOB_DEFAULT 0
8482| #define COND_COMMAND 1
8483| #define COND_REGEXP 1
8484| #define COPROCESS_SUPPORT 1
8485| #define ARITH_FOR_COMMAND 1
8486| #define NETWORK_REDIRECTIONS 1
8487| #define PROGRAMMABLE_COMPLETION 1
8488| #define DEBUGGER 1
8489| #define CASEMOD_ATTRS 1
8490| #define CASEMOD_EXPANSIONS 1
8491| #define GLOBASCII_DEFAULT 1
8492| #define FUNCTION_IMPORT 1
8493| #define TRANSLATABLE_STRINGS 1
8494| #define MEMSCRAMBLE 1
8495| #define HAVE_STDIO_H 1
8496| #define HAVE_STDLIB_H 1
8497| #define HAVE_STRING_H 1
8498| #define HAVE_INTTYPES_H 1
8499| #define HAVE_STDINT_H 1
8500| #define HAVE_STRINGS_H 1
8501| #define HAVE_SYS_STAT_H 1
8502| #define HAVE_SYS_TYPES_H 1
8503| #define HAVE_UNISTD_H 1
8504| #define HAVE_WCHAR_H 1
8505| #define HAVE_SYS_PARAM_H 1
8506| #define HAVE_XLOCALE_H 1
8507| #define HAVE_SYS_TIME_H 1
8508| #define STDC_HEADERS 1
8509| #define _ALL_SOURCE 1
8510| #define _DARWIN_C_SOURCE 1
8511| #define _GNU_SOURCE 1
8512| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8513| #define _NETBSD_SOURCE 1
8514| #define _OPENBSD_SOURCE 1
8515| #define _POSIX_PTHREAD_SEMANTICS 1
8516| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8517| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8518| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8519| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8520| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8521| #define __STDC_WANT_LIB_EXT2__ 1
8522| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8523| #define _TANDEM_SOURCE 1
8524| #define __EXTENSIONS__ 1
8525| #define READLINE 1
8526| #define HISTORY 1
8527| #define BANG_HISTORY 1
8528| #define HAVE_STRINGIZE 1
8529| #define HAVE_LONG_DOUBLE 1
8530| #define PROTOTYPES 1
8531| #define __PROTOTYPES 1
8532| #define restrict __restrict__
8533| #define HAVE_VISIBILITY 1
8534| #define HAVE_STDINT_H_WITH_UINTMAX 1
8535| #define HAVE_ALLOCA_H 1
8536| #define HAVE_ALLOCA 1
8537| #define HAVE_GETPAGESIZE 1
8538| #define HAVE_SYMLINK 1
8539| #define HAVE_USELOCALE 1
8540| #define HAVE_VPRINTF 1
8541| #define HAVE_ALARM 1
8542| #define HAVE_FPURGE 1
8543| #define HAVE_SNPRINTF 1
8544| #define HAVE_VSNPRINTF 1
8545| #define HAVE_MMAP 1
8546| #define INTDIV0_RAISES_SIGFPE 1
8547| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8548| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8549| #define HAVE_UINTMAX_T 1
8550| #define HAVE_INTTYPES_H 1
8551| #define USE_POSIX_THREADS 1
8552| #define HAVE_PTHREAD_RWLOCK 1
8553| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8554| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8555| #define HAVE_ICONV 1
8556| #define ICONV_CONST
8557| #define HAVE_BUILTIN_EXPECT 1
8558| #define HAVE_INTTYPES_H 1
8559| #define HAVE_LIMITS_H 1
8560| #define HAVE_UNISTD_H 1
8561| #define HAVE_SYS_PARAM_H 1
8562| #define HAVE_GETCWD 1
8563| #define HAVE_GETEGID 1
8564| #define HAVE_GETEUID 1
8565| #define HAVE_GETGID 1
8566| #define HAVE_GETUID 1
8567| #define HAVE_MUNMAP 1
8568| #define HAVE_STPCPY 1
8569| #define HAVE_STRCASECMP 1
8570| #define HAVE_STRDUP 1
8571| #define HAVE_STRTOUL 1
8572| #define HAVE_TSEARCH 1
8573| #define HAVE_LOCALECONV 1
8574| #define HAVE_DECL_FEOF_UNLOCKED 1
8575| #define HAVE_DECL_FGETS_UNLOCKED 0
8576| #define HAVE_LONG_LONG_INT 1
8577| #define HAVE_WCHAR_T 1
8578| #define HAVE_WINT_T 1
8579| #define HAVE_INTMAX_T 1
8580| #define HAVE_POSIX_PRINTF 1
8581| #define HAVE_STDINT_H 1
8582| #define HAVE_STDINT_H 1
8583| #define HAVE_WORKING_O_NOATIME 1
8584| #define HAVE_WORKING_O_NOFOLLOW 1
8585| #define HAVE_WORKING_USELOCALE 1
8586| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8587| #define HAVE_CFLOCALECOPYCURRENT 1
8588| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8589| #define FLEXIBLE_ARRAY_MEMBER /**/
8590| #define HAVE_STDDEF_H 1
8591| #define HAVE_STDLIB_H 1
8592| #define HAVE_STRING_H 1
8593| #define HAVE_ASPRINTF 1
8594| #define HAVE_FWPRINTF 1
8595| #define HAVE_NEWLOCALE 1
8596| #define HAVE_PUTENV 1
8597| #define HAVE_SETENV 1
8598| #define HAVE_SETLOCALE 1
8599| #define HAVE_SNPRINTF 1
8600| #define HAVE_STRNLEN 1
8601| #define HAVE_USELOCALE 1
8602| #define HAVE_WCSLEN 1
8603| #define HAVE_WCSNLEN 1
8604| #define HAVE_MBRTOWC 1
8605| #define HAVE_WCRTOMB 1
8606| #define HAVE_DECL__SNPRINTF 0
8607| #define HAVE_DECL__SNWPRINTF 0
8608| #define HAVE_DECL_GETC_UNLOCKED 1
8609| #define HAVE_LANGINFO_CODESET 1
8610| #define HAVE_LC_MESSAGES 1
8611| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8612| #define HAVE_CFLOCALECOPYCURRENT 1
8613| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8614| #define ENABLE_NLS 1
8615| #define HAVE_GETTEXT 1
8616| #define HAVE_DCGETTEXT 1
8617| #define HAVE_DIRENT_H 1
8618| #define HAVE_INTTYPES_H 1
8619| #define HAVE_UNISTD_H 1
8620| #define HAVE_STDLIB_H 1
8621| #define HAVE_STDARG_H 1
8622| #define HAVE_LIMITS_H 1
8623| #define HAVE_STRING_H 1
8624| #define HAVE_MEMORY_H 1
8625| #define HAVE_LOCALE_H 1
8626| #define HAVE_TERMCAP_H 1
8627| #define HAVE_TERMIOS_H 1
8628| #define HAVE_DLFCN_H 1
8629| #define HAVE_STDBOOL_H 1
8630| #define HAVE_STDDEF_H 1
8631| #define HAVE_STDINT_H 1
8632| #define HAVE_NETDB_H 1
8633| #define HAVE_PWD_H 1
8634| #define HAVE_GRP_H 1
8635| #define HAVE_STRINGS_H 1
8636| #define HAVE_REGEX_H 1
8637| #define HAVE_SYSLOG_H 1
8638| #define HAVE_ULIMIT_H 1
8639| #define HAVE_SYS_SELECT_H 1
8640| #define HAVE_SYS_FILE_H 1
8641| #define HAVE_SYS_IOCTL_H 1
8642| #define HAVE_SYS_MMAN_H 1
8643| #define HAVE_SYS_PARAM_H 1
8644| #define HAVE_SYS_RANDOM_H 1
8645| #define HAVE_SYS_SOCKET_H 1
8646| #define HAVE_SYS_STAT_H 1
8647| #define HAVE_SYS_TIME_H 1
8648| #define HAVE_SYS_TIMES_H 1
8649| #define HAVE_SYS_TYPES_H 1
8650| #define HAVE_SYS_WAIT_H 1
8651| #define HAVE_NETINET_IN_H 1
8652| #define HAVE_ARPA_INET_H 1
8653| #define HAVE_SYS_RESOURCE_H 1
8654| #define HAVE_ALLOCA_H 1
8655| #define HAVE_ALLOCA 1
8656| #define HAVE_CHOWN 1
8657| #define GETPGRP_VOID 1
8658| #define HAVE_STRCOLL 1
8659| #define HAVE_WAIT3 1
8660| #define HAVE_MKFIFO 1
8661| #define HAVE_DUP2 1
8662| #define HAVE_FCNTL 1
8663| #define HAVE_GETDTABLESIZE 1
8664| #define HAVE_GETENTROPY 1
8665| #define HAVE_GETGROUPS 1
8666| #define HAVE_GETHOSTNAME 1
8667| #define HAVE_GETPAGESIZE 1
8668| #define HAVE_GETPEERNAME 1
8669| #define HAVE_GETRLIMIT 1
8670| #define HAVE_GETRUSAGE 1
8671| #define HAVE_GETTIMEOFDAY 1
8672| #define HAVE_KILL 1
8673| #define HAVE_KILLPG 1
8674| #define HAVE_LSTAT 1
8675| #define HAVE_PSELECT 1
8676| #define HAVE_READLINK 1
8677| #define HAVE_SELECT 1
8678| #define HAVE_SETITIMER 1
8679| #define HAVE_TCGETPGRP 1
8680| #define HAVE_UNAME 1
8681| #define HAVE_ULIMIT 1
8682| #define HAVE_WAITPID 1
8683| #define HAVE_RENAME 1
8684| #define HAVE_BCOPY 1
8685| #define HAVE_BZERO 1
8686| #define HAVE_CONFSTR 1
8687| #define HAVE_FACCESSAT 1
8688| #define HAVE_FNMATCH 1
8689| #define HAVE_GETADDRINFO 1
8690| #define HAVE_GETHOSTBYNAME 1
8691| #define HAVE_GETSERVBYNAME 1
8692| #define HAVE_GETSERVENT 1
8693| #define HAVE_INET_ATON 1
8694| #define HAVE_IMAXDIV 1
8695| #define HAVE_MEMMOVE 1
8696| #define HAVE_PATHCONF 1
8697| #define HAVE_PUTENV 1
8698| #define HAVE_RAISE 1
8699| #define HAVE_RANDOM 1
8700| #define HAVE_REGCOMP 1
8701| #define HAVE_REGEXEC 1
8702| #define HAVE_SETENV 1
8703| #define HAVE_SETLINEBUF 1
8704| #define HAVE_SETLOCALE 1
8705| #define HAVE_SETVBUF 1
8706| #define HAVE_SIGINTERRUPT 1
8707| #define HAVE_STRCHR 1
8708| #define HAVE_SYSCONF 1
8709| #define HAVE_SYSLOG 1
8710| #define HAVE_TCGETATTR 1
8711| #define HAVE_TIMES 1
8712| #define HAVE_TTYNAME 1
8713| #define HAVE_TZSET 1
8714| #define HAVE_UNSETENV 1
8715| #define HAVE_VASPRINTF 1
8716| #define HAVE_ASPRINTF 1
8717| #define HAVE_ISASCII 1
8718| #define HAVE_ISBLANK 1
8719| #define HAVE_ISGRAPH 1
8720| #define HAVE_ISPRINT 1
8721| #define HAVE_ISSPACE 1
8722| #define HAVE_ISXDIGIT 1
8723| #define HAVE_GETPWENT 1
8724| #define HAVE_GETPWNAM 1
8725| #define HAVE_GETPWUID 1
8726| #define HAVE_MKSTEMP 1
8727| #define HAVE_MKDTEMP 1
8728| #define HAVE_ARC4RANDOM 1
8729| #define HAVE_GETCWD 1
8730| #define HAVE_MEMSET 1
8731| #define HAVE_STRCASECMP 1
8732| #define HAVE_STRCASESTR 1
8733| #define HAVE_STRERROR 1
8734| #define HAVE_STRFTIME 1
8735| #define HAVE_STRNLEN 1
8736| #define HAVE_STRPBRK 1
8737| #define HAVE_STRSTR 1
8738| #define HAVE_STRTOD 1
8739| #define HAVE_STRTOL 1
8740| #define HAVE_STRTOUL 1
8741| #define HAVE_STRTOLL 1
8742| #define HAVE_STRTOULL 1
8743| #define HAVE_STRTOUMAX 1
8744| #define HAVE_DPRINTF 1
8745| #define HAVE_STRDUP 1
8746| #define HAVE_DECL_AUDIT_USER_TTY 0
8747| #define HAVE_DECL_CONFSTR 1
8748| #define HAVE_DECL_PRINTF 1
8749| #define HAVE_DECL_SBRK 1
8750| #define HAVE_DECL_SETREGID 1
8751| #define HAVE_DECL_STRCPY 1
8752| #define HAVE_DECL_STRSIGNAL 1
8753| /* end confdefs.h.  */
8754| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
8755|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8756| #define setresgid innocuous_setresgid
8757|
8758| /* System header to define __stub macros and hopefully few prototypes,
8759|    which can conflict with char setresgid (); below.  */
8760|
8761| #include <limits.h>
8762| #undef setresgid
8763|
8764| /* Override any GCC internal prototype to avoid an error.
8765|    Use char because int might match the return type of a GCC
8766|    builtin and then its argument prototype would still apply.  */
8767| #ifdef __cplusplus
8768| extern "C"
8769| #endif
8770| char setresgid ();
8771| /* The GNU C library defines this for functions which it implements
8772|     to always fail with ENOSYS.  Some functions are actually named
8773|     something starting with __ and the normal name is an alias.  */
8774| #if defined __stub_setresgid || defined __stub___setresgid
8775| choke me
8776| #endif
8777|
8778| int
8779| main (void)
8780| {
8781| return setresgid ();
8782|   ;
8783|   return 0;
8784| }
8785configure:15648: result: no
8786configure:15656: checking whether strtold is declared
8787configure:15656: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8788configure:15656: $? = 0
8789configure:15656: result: yes
8790configure:15667: checking for broken strtold
8791configure:15685: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8792conftest.c:298:49: warning: incompatible pointer types passing 'char *' to parameter of type 'char **' [-Wincompatible-pointer-types]
8793long double r; char *foo, bar; r = strtold(foo, &bar);
8794                                                ^~~~
8795/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdlib.h:169:32: note: passing argument to parameter here
8796         strtold(const char *, char **);
8797                                      ^
87981 warning generated.
8799configure:15685: $? = 0
8800configure:15696: result: no
8801configure:15706: checking whether strtol is declared
8802configure:15706: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8803configure:15706: $? = 0
8804configure:15706: result: yes
8805configure:15715: checking whether strtoll is declared
8806configure:15715: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8807configure:15715: $? = 0
8808configure:15715: result: yes
8809configure:15724: checking whether strtoul is declared
8810configure:15724: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8811configure:15724: $? = 0
8812configure:15724: result: yes
8813configure:15733: checking whether strtoull is declared
8814configure:15733: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8815configure:15733: $? = 0
8816configure:15733: result: yes
8817configure:15742: checking whether strtoumax is declared
8818configure:15742: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8819configure:15742: $? = 0
8820configure:15742: result: yes
8821configure:15756: checking for working mktime
8822configure:15954: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8823configure:15954: $? = 0
8824configure:15954: ./conftest
8825configure:15954: $? = 1
8826configure: program exited with status 1
8827configure: failed program was:
8828| /* confdefs.h */
8829| #define PACKAGE_NAME "bash"
8830| #define PACKAGE_TARNAME "bash"
8831| #define PACKAGE_VERSION "5.2-release"
8832| #define PACKAGE_STRING "bash 5.2-release"
8833| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8834| #define PACKAGE_URL ""
8835| #define ALIAS 1
8836| #define PUSHD_AND_POPD 1
8837| #define RESTRICTED_SHELL 1
8838| #define PROCESS_SUBSTITUTION 1
8839| #define PROMPT_STRING_DECODE 1
8840| #define SELECT_COMMAND 1
8841| #define HELP_BUILTIN 1
8842| #define ARRAY_VARS 1
8843| #define DPAREN_ARITHMETIC 1
8844| #define BRACE_EXPANSION 1
8845| #define COMMAND_TIMING 1
8846| #define EXTENDED_GLOB 1
8847| #define EXTGLOB_DEFAULT 0
8848| #define COND_COMMAND 1
8849| #define COND_REGEXP 1
8850| #define COPROCESS_SUPPORT 1
8851| #define ARITH_FOR_COMMAND 1
8852| #define NETWORK_REDIRECTIONS 1
8853| #define PROGRAMMABLE_COMPLETION 1
8854| #define DEBUGGER 1
8855| #define CASEMOD_ATTRS 1
8856| #define CASEMOD_EXPANSIONS 1
8857| #define GLOBASCII_DEFAULT 1
8858| #define FUNCTION_IMPORT 1
8859| #define TRANSLATABLE_STRINGS 1
8860| #define MEMSCRAMBLE 1
8861| #define HAVE_STDIO_H 1
8862| #define HAVE_STDLIB_H 1
8863| #define HAVE_STRING_H 1
8864| #define HAVE_INTTYPES_H 1
8865| #define HAVE_STDINT_H 1
8866| #define HAVE_STRINGS_H 1
8867| #define HAVE_SYS_STAT_H 1
8868| #define HAVE_SYS_TYPES_H 1
8869| #define HAVE_UNISTD_H 1
8870| #define HAVE_WCHAR_H 1
8871| #define HAVE_SYS_PARAM_H 1
8872| #define HAVE_XLOCALE_H 1
8873| #define HAVE_SYS_TIME_H 1
8874| #define STDC_HEADERS 1
8875| #define _ALL_SOURCE 1
8876| #define _DARWIN_C_SOURCE 1
8877| #define _GNU_SOURCE 1
8878| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8879| #define _NETBSD_SOURCE 1
8880| #define _OPENBSD_SOURCE 1
8881| #define _POSIX_PTHREAD_SEMANTICS 1
8882| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8883| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8884| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8885| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8886| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8887| #define __STDC_WANT_LIB_EXT2__ 1
8888| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8889| #define _TANDEM_SOURCE 1
8890| #define __EXTENSIONS__ 1
8891| #define READLINE 1
8892| #define HISTORY 1
8893| #define BANG_HISTORY 1
8894| #define HAVE_STRINGIZE 1
8895| #define HAVE_LONG_DOUBLE 1
8896| #define PROTOTYPES 1
8897| #define __PROTOTYPES 1
8898| #define restrict __restrict__
8899| #define HAVE_VISIBILITY 1
8900| #define HAVE_STDINT_H_WITH_UINTMAX 1
8901| #define HAVE_ALLOCA_H 1
8902| #define HAVE_ALLOCA 1
8903| #define HAVE_GETPAGESIZE 1
8904| #define HAVE_SYMLINK 1
8905| #define HAVE_USELOCALE 1
8906| #define HAVE_VPRINTF 1
8907| #define HAVE_ALARM 1
8908| #define HAVE_FPURGE 1
8909| #define HAVE_SNPRINTF 1
8910| #define HAVE_VSNPRINTF 1
8911| #define HAVE_MMAP 1
8912| #define INTDIV0_RAISES_SIGFPE 1
8913| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8914| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8915| #define HAVE_UINTMAX_T 1
8916| #define HAVE_INTTYPES_H 1
8917| #define USE_POSIX_THREADS 1
8918| #define HAVE_PTHREAD_RWLOCK 1
8919| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8920| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8921| #define HAVE_ICONV 1
8922| #define ICONV_CONST
8923| #define HAVE_BUILTIN_EXPECT 1
8924| #define HAVE_INTTYPES_H 1
8925| #define HAVE_LIMITS_H 1
8926| #define HAVE_UNISTD_H 1
8927| #define HAVE_SYS_PARAM_H 1
8928| #define HAVE_GETCWD 1
8929| #define HAVE_GETEGID 1
8930| #define HAVE_GETEUID 1
8931| #define HAVE_GETGID 1
8932| #define HAVE_GETUID 1
8933| #define HAVE_MUNMAP 1
8934| #define HAVE_STPCPY 1
8935| #define HAVE_STRCASECMP 1
8936| #define HAVE_STRDUP 1
8937| #define HAVE_STRTOUL 1
8938| #define HAVE_TSEARCH 1
8939| #define HAVE_LOCALECONV 1
8940| #define HAVE_DECL_FEOF_UNLOCKED 1
8941| #define HAVE_DECL_FGETS_UNLOCKED 0
8942| #define HAVE_LONG_LONG_INT 1
8943| #define HAVE_WCHAR_T 1
8944| #define HAVE_WINT_T 1
8945| #define HAVE_INTMAX_T 1
8946| #define HAVE_POSIX_PRINTF 1
8947| #define HAVE_STDINT_H 1
8948| #define HAVE_STDINT_H 1
8949| #define HAVE_WORKING_O_NOATIME 1
8950| #define HAVE_WORKING_O_NOFOLLOW 1
8951| #define HAVE_WORKING_USELOCALE 1
8952| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8953| #define HAVE_CFLOCALECOPYCURRENT 1
8954| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8955| #define FLEXIBLE_ARRAY_MEMBER /**/
8956| #define HAVE_STDDEF_H 1
8957| #define HAVE_STDLIB_H 1
8958| #define HAVE_STRING_H 1
8959| #define HAVE_ASPRINTF 1
8960| #define HAVE_FWPRINTF 1
8961| #define HAVE_NEWLOCALE 1
8962| #define HAVE_PUTENV 1
8963| #define HAVE_SETENV 1
8964| #define HAVE_SETLOCALE 1
8965| #define HAVE_SNPRINTF 1
8966| #define HAVE_STRNLEN 1
8967| #define HAVE_USELOCALE 1
8968| #define HAVE_WCSLEN 1
8969| #define HAVE_WCSNLEN 1
8970| #define HAVE_MBRTOWC 1
8971| #define HAVE_WCRTOMB 1
8972| #define HAVE_DECL__SNPRINTF 0
8973| #define HAVE_DECL__SNWPRINTF 0
8974| #define HAVE_DECL_GETC_UNLOCKED 1
8975| #define HAVE_LANGINFO_CODESET 1
8976| #define HAVE_LC_MESSAGES 1
8977| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8978| #define HAVE_CFLOCALECOPYCURRENT 1
8979| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8980| #define ENABLE_NLS 1
8981| #define HAVE_GETTEXT 1
8982| #define HAVE_DCGETTEXT 1
8983| #define HAVE_DIRENT_H 1
8984| #define HAVE_INTTYPES_H 1
8985| #define HAVE_UNISTD_H 1
8986| #define HAVE_STDLIB_H 1
8987| #define HAVE_STDARG_H 1
8988| #define HAVE_LIMITS_H 1
8989| #define HAVE_STRING_H 1
8990| #define HAVE_MEMORY_H 1
8991| #define HAVE_LOCALE_H 1
8992| #define HAVE_TERMCAP_H 1
8993| #define HAVE_TERMIOS_H 1
8994| #define HAVE_DLFCN_H 1
8995| #define HAVE_STDBOOL_H 1
8996| #define HAVE_STDDEF_H 1
8997| #define HAVE_STDINT_H 1
8998| #define HAVE_NETDB_H 1
8999| #define HAVE_PWD_H 1
9000| #define HAVE_GRP_H 1
9001| #define HAVE_STRINGS_H 1
9002| #define HAVE_REGEX_H 1
9003| #define HAVE_SYSLOG_H 1
9004| #define HAVE_ULIMIT_H 1
9005| #define HAVE_SYS_SELECT_H 1
9006| #define HAVE_SYS_FILE_H 1
9007| #define HAVE_SYS_IOCTL_H 1
9008| #define HAVE_SYS_MMAN_H 1
9009| #define HAVE_SYS_PARAM_H 1
9010| #define HAVE_SYS_RANDOM_H 1
9011| #define HAVE_SYS_SOCKET_H 1
9012| #define HAVE_SYS_STAT_H 1
9013| #define HAVE_SYS_TIME_H 1
9014| #define HAVE_SYS_TIMES_H 1
9015| #define HAVE_SYS_TYPES_H 1
9016| #define HAVE_SYS_WAIT_H 1
9017| #define HAVE_NETINET_IN_H 1
9018| #define HAVE_ARPA_INET_H 1
9019| #define HAVE_SYS_RESOURCE_H 1
9020| #define HAVE_ALLOCA_H 1
9021| #define HAVE_ALLOCA 1
9022| #define HAVE_CHOWN 1
9023| #define GETPGRP_VOID 1
9024| #define HAVE_STRCOLL 1
9025| #define HAVE_WAIT3 1
9026| #define HAVE_MKFIFO 1
9027| #define HAVE_DUP2 1
9028| #define HAVE_FCNTL 1
9029| #define HAVE_GETDTABLESIZE 1
9030| #define HAVE_GETENTROPY 1
9031| #define HAVE_GETGROUPS 1
9032| #define HAVE_GETHOSTNAME 1
9033| #define HAVE_GETPAGESIZE 1
9034| #define HAVE_GETPEERNAME 1
9035| #define HAVE_GETRLIMIT 1
9036| #define HAVE_GETRUSAGE 1
9037| #define HAVE_GETTIMEOFDAY 1
9038| #define HAVE_KILL 1
9039| #define HAVE_KILLPG 1
9040| #define HAVE_LSTAT 1
9041| #define HAVE_PSELECT 1
9042| #define HAVE_READLINK 1
9043| #define HAVE_SELECT 1
9044| #define HAVE_SETITIMER 1
9045| #define HAVE_TCGETPGRP 1
9046| #define HAVE_UNAME 1
9047| #define HAVE_ULIMIT 1
9048| #define HAVE_WAITPID 1
9049| #define HAVE_RENAME 1
9050| #define HAVE_BCOPY 1
9051| #define HAVE_BZERO 1
9052| #define HAVE_CONFSTR 1
9053| #define HAVE_FACCESSAT 1
9054| #define HAVE_FNMATCH 1
9055| #define HAVE_GETADDRINFO 1
9056| #define HAVE_GETHOSTBYNAME 1
9057| #define HAVE_GETSERVBYNAME 1
9058| #define HAVE_GETSERVENT 1
9059| #define HAVE_INET_ATON 1
9060| #define HAVE_IMAXDIV 1
9061| #define HAVE_MEMMOVE 1
9062| #define HAVE_PATHCONF 1
9063| #define HAVE_PUTENV 1
9064| #define HAVE_RAISE 1
9065| #define HAVE_RANDOM 1
9066| #define HAVE_REGCOMP 1
9067| #define HAVE_REGEXEC 1
9068| #define HAVE_SETENV 1
9069| #define HAVE_SETLINEBUF 1
9070| #define HAVE_SETLOCALE 1
9071| #define HAVE_SETVBUF 1
9072| #define HAVE_SIGINTERRUPT 1
9073| #define HAVE_STRCHR 1
9074| #define HAVE_SYSCONF 1
9075| #define HAVE_SYSLOG 1
9076| #define HAVE_TCGETATTR 1
9077| #define HAVE_TIMES 1
9078| #define HAVE_TTYNAME 1
9079| #define HAVE_TZSET 1
9080| #define HAVE_UNSETENV 1
9081| #define HAVE_VASPRINTF 1
9082| #define HAVE_ASPRINTF 1
9083| #define HAVE_ISASCII 1
9084| #define HAVE_ISBLANK 1
9085| #define HAVE_ISGRAPH 1
9086| #define HAVE_ISPRINT 1
9087| #define HAVE_ISSPACE 1
9088| #define HAVE_ISXDIGIT 1
9089| #define HAVE_GETPWENT 1
9090| #define HAVE_GETPWNAM 1
9091| #define HAVE_GETPWUID 1
9092| #define HAVE_MKSTEMP 1
9093| #define HAVE_MKDTEMP 1
9094| #define HAVE_ARC4RANDOM 1
9095| #define HAVE_GETCWD 1
9096| #define HAVE_MEMSET 1
9097| #define HAVE_STRCASECMP 1
9098| #define HAVE_STRCASESTR 1
9099| #define HAVE_STRERROR 1
9100| #define HAVE_STRFTIME 1
9101| #define HAVE_STRNLEN 1
9102| #define HAVE_STRPBRK 1
9103| #define HAVE_STRSTR 1
9104| #define HAVE_STRTOD 1
9105| #define HAVE_STRTOL 1
9106| #define HAVE_STRTOUL 1
9107| #define HAVE_STRTOLL 1
9108| #define HAVE_STRTOULL 1
9109| #define HAVE_STRTOUMAX 1
9110| #define HAVE_DPRINTF 1
9111| #define HAVE_STRDUP 1
9112| #define HAVE_DECL_AUDIT_USER_TTY 0
9113| #define HAVE_DECL_CONFSTR 1
9114| #define HAVE_DECL_PRINTF 1
9115| #define HAVE_DECL_SBRK 1
9116| #define HAVE_DECL_SETREGID 1
9117| #define HAVE_DECL_STRCPY 1
9118| #define HAVE_DECL_STRSIGNAL 1
9119| #define HAVE_DECL_STRTOLD 1
9120| #define HAVE_DECL_STRTOL 1
9121| #define HAVE_DECL_STRTOLL 1
9122| #define HAVE_DECL_STRTOUL 1
9123| #define HAVE_DECL_STRTOULL 1
9124| #define HAVE_DECL_STRTOUMAX 1
9125| /* end confdefs.h.  */
9126| /* Test program from Paul Eggert and Tony Leneis.  */
9127| #include <time.h>
9128| #ifdef HAVE_SYS_TIME_H
9129| # include <sys/time.h>
9130| #endif
9131|
9132| #include <limits.h>
9133| #include <stdlib.h>
9134|
9135| #ifdef HAVE_UNISTD_H
9136| # include <unistd.h>
9137| #endif
9138|
9139| #ifndef HAVE_ALARM
9140| # define alarm(X) /* empty */
9141| #endif
9142|
9143| /* Work around redefinition to rpl_putenv by other config tests.  */
9144| #undef putenv
9145|
9146| static time_t time_t_max;
9147| static time_t time_t_min;
9148|
9149| /* Values we'll use to set the TZ environment variable.  */
9150| static const char *tz_strings[] = {
9151|   (const char *) 0, "TZ=GMT0", "TZ=JST-9",
9152|   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
9153| };
9154| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
9155|
9156| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
9157|    Based on a problem report from Andreas Jaeger.  */
9158| static int
9159| spring_forward_gap ()
9160| {
9161|   /* glibc (up to about 1998-10-07) failed this test. */
9162|   struct tm tm;
9163|
9164|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
9165|      instead of "TZ=America/Vancouver" in order to detect the bug even
9166|      on systems that don't support the Olson extension, or don't have the
9167|      full zoneinfo tables installed.  */
9168|   putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
9169|
9170|   tm.tm_year = 98;
9171|   tm.tm_mon = 3;
9172|   tm.tm_mday = 5;
9173|   tm.tm_hour = 2;
9174|   tm.tm_min = 0;
9175|   tm.tm_sec = 0;
9176|   tm.tm_isdst = -1;
9177|   return mktime (&tm) != (time_t) -1;
9178| }
9179|
9180| static int
9181| mktime_test1 (time_t now)
9182| {
9183|   struct tm *lt;
9184|   return ! (lt = localtime (&now)) || mktime (lt) == now;
9185| }
9186|
9187| static int
9188| mktime_test (time_t now)
9189| {
9190|   return (mktime_test1 (now)
9191|         && mktime_test1 ((time_t) (time_t_max - now))
9192|         && mktime_test1 ((time_t) (time_t_min + now)));
9193| }
9194|
9195| static int
9196| irix_6_4_bug ()
9197| {
9198|   /* Based on code from Ariel Faigon.  */
9199|   struct tm tm;
9200|   tm.tm_year = 96;
9201|   tm.tm_mon = 3;
9202|   tm.tm_mday = 0;
9203|   tm.tm_hour = 0;
9204|   tm.tm_min = 0;
9205|   tm.tm_sec = 0;
9206|   tm.tm_isdst = -1;
9207|   mktime (&tm);
9208|   return tm.tm_mon == 2 && tm.tm_mday == 31;
9209| }
9210|
9211| static int
9212| bigtime_test (int j)
9213| {
9214|   struct tm tm;
9215|   time_t now;
9216|   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
9217|   now = mktime (&tm);
9218|   if (now != (time_t) -1)
9219|     {
9220|       struct tm *lt = localtime (&now);
9221|       if (! (lt
9222|            && lt->tm_year == tm.tm_year
9223|            && lt->tm_mon == tm.tm_mon
9224|            && lt->tm_mday == tm.tm_mday
9225|            && lt->tm_hour == tm.tm_hour
9226|            && lt->tm_min == tm.tm_min
9227|            && lt->tm_sec == tm.tm_sec
9228|            && lt->tm_yday == tm.tm_yday
9229|            && lt->tm_wday == tm.tm_wday
9230|            && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
9231|                 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
9232|       return 0;
9233|     }
9234|   return 1;
9235| }
9236|
9237| static int
9238| year_2050_test ()
9239| {
9240|   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
9241|      ignoring leap seconds.  */
9242|   unsigned long int answer = 2527315200UL;
9243|
9244|   struct tm tm;
9245|   time_t t;
9246|   tm.tm_year = 2050 - 1900;
9247|   tm.tm_mon = 2 - 1;
9248|   tm.tm_mday = 1;
9249|   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
9250|   tm.tm_isdst = -1;
9251|
9252|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
9253|      instead of "TZ=America/Vancouver" in order to detect the bug even
9254|      on systems that don't support the Olson extension, or don't have the
9255|      full zoneinfo tables installed.  */
9256|   putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
9257|
9258|   t = mktime (&tm);
9259|
9260|   /* Check that the result is either a failure, or close enough
9261|      to the correct answer that we can assume the discrepancy is
9262|      due to leap seconds.  */
9263|   return (t == (time_t) -1
9264|         || (0 < t && answer - 120 <= t && t <= answer + 120));
9265| }
9266|
9267| int
9268| main (void)
9269| {
9270|   time_t t, delta;
9271|   int i, j;
9272|
9273|   /* This test makes some buggy mktime implementations loop.
9274|      Give up after 60 seconds; a mktime slower than that
9275|      isn't worth using anyway.  */
9276|   alarm (60);
9277|
9278|   for (;;)
9279|     {
9280|       t = (time_t_max << 1) + 1;
9281|       if (t <= time_t_max)
9282|       break;
9283|       time_t_max = t;
9284|     }
9285|   time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
9286|
9287|   delta = time_t_max / 997; /* a suitable prime number */
9288|   for (i = 0; i < N_STRINGS; i++)
9289|     {
9290|       if (tz_strings[i])
9291|       putenv ((char*) tz_strings[i]);
9292|
9293|       for (t = 0; t <= time_t_max - delta; t += delta)
9294|       if (! mktime_test (t))
9295|         return 1;
9296|       if (! (mktime_test ((time_t) 1)
9297|            && mktime_test ((time_t) (60 * 60))
9298|            && mktime_test ((time_t) (60 * 60 * 24))))
9299|       return 1;
9300|
9301|       for (j = 1; ; j <<= 1)
9302|       if (! bigtime_test (j))
9303|         return 1;
9304|       else if (INT_MAX / 2 < j)
9305|         break;
9306|       if (! bigtime_test (INT_MAX))
9307|       return 1;
9308|     }
9309|   return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
9310| }
9311configure:15965: result: no
9312configure:15978: checking for argz.h
9313configure:15978: result: no
9314configure:15984: checking for errno.h
9315configure:15984: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9316configure:15984: $? = 0
9317configure:15984: result: yes
9318configure:15990: checking for fcntl.h
9319configure:15990: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9320configure:15990: $? = 0
9321configure:15990: result: yes
9322configure:15996: checking for malloc.h
9323configure:15996: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9324conftest.c:329:10: fatal error: 'malloc.h' file not found
9325#include <malloc.h>
9326         ^~~~~~~~~~
93271 error generated.
9328configure:15996: $? = 1
9329configure: failed program was:
9330| /* confdefs.h */
9331| #define PACKAGE_NAME "bash"
9332| #define PACKAGE_TARNAME "bash"
9333| #define PACKAGE_VERSION "5.2-release"
9334| #define PACKAGE_STRING "bash 5.2-release"
9335| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
9336| #define PACKAGE_URL ""
9337| #define ALIAS 1
9338| #define PUSHD_AND_POPD 1
9339| #define RESTRICTED_SHELL 1
9340| #define PROCESS_SUBSTITUTION 1
9341| #define PROMPT_STRING_DECODE 1
9342| #define SELECT_COMMAND 1
9343| #define HELP_BUILTIN 1
9344| #define ARRAY_VARS 1
9345| #define DPAREN_ARITHMETIC 1
9346| #define BRACE_EXPANSION 1
9347| #define COMMAND_TIMING 1
9348| #define EXTENDED_GLOB 1
9349| #define EXTGLOB_DEFAULT 0
9350| #define COND_COMMAND 1
9351| #define COND_REGEXP 1
9352| #define COPROCESS_SUPPORT 1
9353| #define ARITH_FOR_COMMAND 1
9354| #define NETWORK_REDIRECTIONS 1
9355| #define PROGRAMMABLE_COMPLETION 1
9356| #define DEBUGGER 1
9357| #define CASEMOD_ATTRS 1
9358| #define CASEMOD_EXPANSIONS 1
9359| #define GLOBASCII_DEFAULT 1
9360| #define FUNCTION_IMPORT 1
9361| #define TRANSLATABLE_STRINGS 1
9362| #define MEMSCRAMBLE 1
9363| #define HAVE_STDIO_H 1
9364| #define HAVE_STDLIB_H 1
9365| #define HAVE_STRING_H 1
9366| #define HAVE_INTTYPES_H 1
9367| #define HAVE_STDINT_H 1
9368| #define HAVE_STRINGS_H 1
9369| #define HAVE_SYS_STAT_H 1
9370| #define HAVE_SYS_TYPES_H 1
9371| #define HAVE_UNISTD_H 1
9372| #define HAVE_WCHAR_H 1
9373| #define HAVE_SYS_PARAM_H 1
9374| #define HAVE_XLOCALE_H 1
9375| #define HAVE_SYS_TIME_H 1
9376| #define STDC_HEADERS 1
9377| #define _ALL_SOURCE 1
9378| #define _DARWIN_C_SOURCE 1
9379| #define _GNU_SOURCE 1
9380| #define _HPUX_ALT_XOPEN_SOCKET_API 1
9381| #define _NETBSD_SOURCE 1
9382| #define _OPENBSD_SOURCE 1
9383| #define _POSIX_PTHREAD_SEMANTICS 1
9384| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
9385| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
9386| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
9387| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
9388| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
9389| #define __STDC_WANT_LIB_EXT2__ 1
9390| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
9391| #define _TANDEM_SOURCE 1
9392| #define __EXTENSIONS__ 1
9393| #define READLINE 1
9394| #define HISTORY 1
9395| #define BANG_HISTORY 1
9396| #define HAVE_STRINGIZE 1
9397| #define HAVE_LONG_DOUBLE 1
9398| #define PROTOTYPES 1
9399| #define __PROTOTYPES 1
9400| #define restrict __restrict__
9401| #define HAVE_VISIBILITY 1
9402| #define HAVE_STDINT_H_WITH_UINTMAX 1
9403| #define HAVE_ALLOCA_H 1
9404| #define HAVE_ALLOCA 1
9405| #define HAVE_GETPAGESIZE 1
9406| #define HAVE_SYMLINK 1
9407| #define HAVE_USELOCALE 1
9408| #define HAVE_VPRINTF 1
9409| #define HAVE_ALARM 1
9410| #define HAVE_FPURGE 1
9411| #define HAVE_SNPRINTF 1
9412| #define HAVE_VSNPRINTF 1
9413| #define HAVE_MMAP 1
9414| #define INTDIV0_RAISES_SIGFPE 1
9415| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
9416| #define HAVE_UNSIGNED_LONG_LONG_INT 1
9417| #define HAVE_UINTMAX_T 1
9418| #define HAVE_INTTYPES_H 1
9419| #define USE_POSIX_THREADS 1
9420| #define HAVE_PTHREAD_RWLOCK 1
9421| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
9422| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
9423| #define HAVE_ICONV 1
9424| #define ICONV_CONST
9425| #define HAVE_BUILTIN_EXPECT 1
9426| #define HAVE_INTTYPES_H 1
9427| #define HAVE_LIMITS_H 1
9428| #define HAVE_UNISTD_H 1
9429| #define HAVE_SYS_PARAM_H 1
9430| #define HAVE_GETCWD 1
9431| #define HAVE_GETEGID 1
9432| #define HAVE_GETEUID 1
9433| #define HAVE_GETGID 1
9434| #define HAVE_GETUID 1
9435| #define HAVE_MUNMAP 1
9436| #define HAVE_STPCPY 1
9437| #define HAVE_STRCASECMP 1
9438| #define HAVE_STRDUP 1
9439| #define HAVE_STRTOUL 1
9440| #define HAVE_TSEARCH 1
9441| #define HAVE_LOCALECONV 1
9442| #define HAVE_DECL_FEOF_UNLOCKED 1
9443| #define HAVE_DECL_FGETS_UNLOCKED 0
9444| #define HAVE_LONG_LONG_INT 1
9445| #define HAVE_WCHAR_T 1
9446| #define HAVE_WINT_T 1
9447| #define HAVE_INTMAX_T 1
9448| #define HAVE_POSIX_PRINTF 1
9449| #define HAVE_STDINT_H 1
9450| #define HAVE_STDINT_H 1
9451| #define HAVE_WORKING_O_NOATIME 1
9452| #define HAVE_WORKING_O_NOFOLLOW 1
9453| #define HAVE_WORKING_USELOCALE 1
9454| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9455| #define HAVE_CFLOCALECOPYCURRENT 1
9456| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9457| #define FLEXIBLE_ARRAY_MEMBER /**/
9458| #define HAVE_STDDEF_H 1
9459| #define HAVE_STDLIB_H 1
9460| #define HAVE_STRING_H 1
9461| #define HAVE_ASPRINTF 1
9462| #define HAVE_FWPRINTF 1
9463| #define HAVE_NEWLOCALE 1
9464| #define HAVE_PUTENV 1
9465| #define HAVE_SETENV 1
9466| #define HAVE_SETLOCALE 1
9467| #define HAVE_SNPRINTF 1
9468| #define HAVE_STRNLEN 1
9469| #define HAVE_USELOCALE 1
9470| #define HAVE_WCSLEN 1
9471| #define HAVE_WCSNLEN 1
9472| #define HAVE_MBRTOWC 1
9473| #define HAVE_WCRTOMB 1
9474| #define HAVE_DECL__SNPRINTF 0
9475| #define HAVE_DECL__SNWPRINTF 0
9476| #define HAVE_DECL_GETC_UNLOCKED 1
9477| #define HAVE_LANGINFO_CODESET 1
9478| #define HAVE_LC_MESSAGES 1
9479| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9480| #define HAVE_CFLOCALECOPYCURRENT 1
9481| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9482| #define ENABLE_NLS 1
9483| #define HAVE_GETTEXT 1
9484| #define HAVE_DCGETTEXT 1
9485| #define HAVE_DIRENT_H 1
9486| #define HAVE_INTTYPES_H 1
9487| #define HAVE_UNISTD_H 1
9488| #define HAVE_STDLIB_H 1
9489| #define HAVE_STDARG_H 1
9490| #define HAVE_LIMITS_H 1
9491| #define HAVE_STRING_H 1
9492| #define HAVE_MEMORY_H 1
9493| #define HAVE_LOCALE_H 1
9494| #define HAVE_TERMCAP_H 1
9495| #define HAVE_TERMIOS_H 1
9496| #define HAVE_DLFCN_H 1
9497| #define HAVE_STDBOOL_H 1
9498| #define HAVE_STDDEF_H 1
9499| #define HAVE_STDINT_H 1
9500| #define HAVE_NETDB_H 1
9501| #define HAVE_PWD_H 1
9502| #define HAVE_GRP_H 1
9503| #define HAVE_STRINGS_H 1
9504| #define HAVE_REGEX_H 1
9505| #define HAVE_SYSLOG_H 1
9506| #define HAVE_ULIMIT_H 1
9507| #define HAVE_SYS_SELECT_H 1
9508| #define HAVE_SYS_FILE_H 1
9509| #define HAVE_SYS_IOCTL_H 1
9510| #define HAVE_SYS_MMAN_H 1
9511| #define HAVE_SYS_PARAM_H 1
9512| #define HAVE_SYS_RANDOM_H 1
9513| #define HAVE_SYS_SOCKET_H 1
9514| #define HAVE_SYS_STAT_H 1
9515| #define HAVE_SYS_TIME_H 1
9516| #define HAVE_SYS_TIMES_H 1
9517| #define HAVE_SYS_TYPES_H 1
9518| #define HAVE_SYS_WAIT_H 1
9519| #define HAVE_NETINET_IN_H 1
9520| #define HAVE_ARPA_INET_H 1
9521| #define HAVE_SYS_RESOURCE_H 1
9522| #define HAVE_ALLOCA_H 1
9523| #define HAVE_ALLOCA 1
9524| #define HAVE_CHOWN 1
9525| #define GETPGRP_VOID 1
9526| #define HAVE_STRCOLL 1
9527| #define HAVE_WAIT3 1
9528| #define HAVE_MKFIFO 1
9529| #define HAVE_DUP2 1
9530| #define HAVE_FCNTL 1
9531| #define HAVE_GETDTABLESIZE 1
9532| #define HAVE_GETENTROPY 1
9533| #define HAVE_GETGROUPS 1
9534| #define HAVE_GETHOSTNAME 1
9535| #define HAVE_GETPAGESIZE 1
9536| #define HAVE_GETPEERNAME 1
9537| #define HAVE_GETRLIMIT 1
9538| #define HAVE_GETRUSAGE 1
9539| #define HAVE_GETTIMEOFDAY 1
9540| #define HAVE_KILL 1
9541| #define HAVE_KILLPG 1
9542| #define HAVE_LSTAT 1
9543| #define HAVE_PSELECT 1
9544| #define HAVE_READLINK 1
9545| #define HAVE_SELECT 1
9546| #define HAVE_SETITIMER 1
9547| #define HAVE_TCGETPGRP 1
9548| #define HAVE_UNAME 1
9549| #define HAVE_ULIMIT 1
9550| #define HAVE_WAITPID 1
9551| #define HAVE_RENAME 1
9552| #define HAVE_BCOPY 1
9553| #define HAVE_BZERO 1
9554| #define HAVE_CONFSTR 1
9555| #define HAVE_FACCESSAT 1
9556| #define HAVE_FNMATCH 1
9557| #define HAVE_GETADDRINFO 1
9558| #define HAVE_GETHOSTBYNAME 1
9559| #define HAVE_GETSERVBYNAME 1
9560| #define HAVE_GETSERVENT 1
9561| #define HAVE_INET_ATON 1
9562| #define HAVE_IMAXDIV 1
9563| #define HAVE_MEMMOVE 1
9564| #define HAVE_PATHCONF 1
9565| #define HAVE_PUTENV 1
9566| #define HAVE_RAISE 1
9567| #define HAVE_RANDOM 1
9568| #define HAVE_REGCOMP 1
9569| #define HAVE_REGEXEC 1
9570| #define HAVE_SETENV 1
9571| #define HAVE_SETLINEBUF 1
9572| #define HAVE_SETLOCALE 1
9573| #define HAVE_SETVBUF 1
9574| #define HAVE_SIGINTERRUPT 1
9575| #define HAVE_STRCHR 1
9576| #define HAVE_SYSCONF 1
9577| #define HAVE_SYSLOG 1
9578| #define HAVE_TCGETATTR 1
9579| #define HAVE_TIMES 1
9580| #define HAVE_TTYNAME 1
9581| #define HAVE_TZSET 1
9582| #define HAVE_UNSETENV 1
9583| #define HAVE_VASPRINTF 1
9584| #define HAVE_ASPRINTF 1
9585| #define HAVE_ISASCII 1
9586| #define HAVE_ISBLANK 1
9587| #define HAVE_ISGRAPH 1
9588| #define HAVE_ISPRINT 1
9589| #define HAVE_ISSPACE 1
9590| #define HAVE_ISXDIGIT 1
9591| #define HAVE_GETPWENT 1
9592| #define HAVE_GETPWNAM 1
9593| #define HAVE_GETPWUID 1
9594| #define HAVE_MKSTEMP 1
9595| #define HAVE_MKDTEMP 1
9596| #define HAVE_ARC4RANDOM 1
9597| #define HAVE_GETCWD 1
9598| #define HAVE_MEMSET 1
9599| #define HAVE_STRCASECMP 1
9600| #define HAVE_STRCASESTR 1
9601| #define HAVE_STRERROR 1
9602| #define HAVE_STRFTIME 1
9603| #define HAVE_STRNLEN 1
9604| #define HAVE_STRPBRK 1
9605| #define HAVE_STRSTR 1
9606| #define HAVE_STRTOD 1
9607| #define HAVE_STRTOL 1
9608| #define HAVE_STRTOUL 1
9609| #define HAVE_STRTOLL 1
9610| #define HAVE_STRTOULL 1
9611| #define HAVE_STRTOUMAX 1
9612| #define HAVE_DPRINTF 1
9613| #define HAVE_STRDUP 1
9614| #define HAVE_DECL_AUDIT_USER_TTY 0
9615| #define HAVE_DECL_CONFSTR 1
9616| #define HAVE_DECL_PRINTF 1
9617| #define HAVE_DECL_SBRK 1
9618| #define HAVE_DECL_SETREGID 1
9619| #define HAVE_DECL_STRCPY 1
9620| #define HAVE_DECL_STRSIGNAL 1
9621| #define HAVE_DECL_STRTOLD 1
9622| #define HAVE_DECL_STRTOL 1
9623| #define HAVE_DECL_STRTOLL 1
9624| #define HAVE_DECL_STRTOUL 1
9625| #define HAVE_DECL_STRTOULL 1
9626| #define HAVE_DECL_STRTOUMAX 1
9627| #define HAVE_ERRNO_H 1
9628| #define HAVE_FCNTL_H 1
9629| /* end confdefs.h.  */
9630| #include <stddef.h>
9631| #ifdef HAVE_STDIO_H
9632| # include <stdio.h>
9633| #endif
9634| #ifdef HAVE_STDLIB_H
9635| # include <stdlib.h>
9636| #endif
9637| #ifdef HAVE_STRING_H
9638| # include <string.h>
9639| #endif
9640| #ifdef HAVE_INTTYPES_H
9641| # include <inttypes.h>
9642| #endif
9643| #ifdef HAVE_STDINT_H
9644| # include <stdint.h>
9645| #endif
9646| #ifdef HAVE_STRINGS_H
9647| # include <strings.h>
9648| #endif
9649| #ifdef HAVE_SYS_TYPES_H
9650| # include <sys/types.h>
9651| #endif
9652| #ifdef HAVE_SYS_STAT_H
9653| # include <sys/stat.h>
9654| #endif
9655| #ifdef HAVE_UNISTD_H
9656| # include <unistd.h>
9657| #endif
9658| #include <malloc.h>
9659configure:15996: result: no
9660configure:16002: checking for stdio_ext.h
9661configure:16002: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9662conftest.c:329:10: fatal error: 'stdio_ext.h' file not found
9663#include <stdio_ext.h>
9664         ^~~~~~~~~~~~~
96651 error generated.
9666configure:16002: $? = 1
9667configure: failed program was:
9668| /* confdefs.h */
9669| #define PACKAGE_NAME "bash"
9670| #define PACKAGE_TARNAME "bash"
9671| #define PACKAGE_VERSION "5.2-release"
9672| #define PACKAGE_STRING "bash 5.2-release"
9673| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
9674| #define PACKAGE_URL ""
9675| #define ALIAS 1
9676| #define PUSHD_AND_POPD 1
9677| #define RESTRICTED_SHELL 1
9678| #define PROCESS_SUBSTITUTION 1
9679| #define PROMPT_STRING_DECODE 1
9680| #define SELECT_COMMAND 1
9681| #define HELP_BUILTIN 1
9682| #define ARRAY_VARS 1
9683| #define DPAREN_ARITHMETIC 1
9684| #define BRACE_EXPANSION 1
9685| #define COMMAND_TIMING 1
9686| #define EXTENDED_GLOB 1
9687| #define EXTGLOB_DEFAULT 0
9688| #define COND_COMMAND 1
9689| #define COND_REGEXP 1
9690| #define COPROCESS_SUPPORT 1
9691| #define ARITH_FOR_COMMAND 1
9692| #define NETWORK_REDIRECTIONS 1
9693| #define PROGRAMMABLE_COMPLETION 1
9694| #define DEBUGGER 1
9695| #define CASEMOD_ATTRS 1
9696| #define CASEMOD_EXPANSIONS 1
9697| #define GLOBASCII_DEFAULT 1
9698| #define FUNCTION_IMPORT 1
9699| #define TRANSLATABLE_STRINGS 1
9700| #define MEMSCRAMBLE 1
9701| #define HAVE_STDIO_H 1
9702| #define HAVE_STDLIB_H 1
9703| #define HAVE_STRING_H 1
9704| #define HAVE_INTTYPES_H 1
9705| #define HAVE_STDINT_H 1
9706| #define HAVE_STRINGS_H 1
9707| #define HAVE_SYS_STAT_H 1
9708| #define HAVE_SYS_TYPES_H 1
9709| #define HAVE_UNISTD_H 1
9710| #define HAVE_WCHAR_H 1
9711| #define HAVE_SYS_PARAM_H 1
9712| #define HAVE_XLOCALE_H 1
9713| #define HAVE_SYS_TIME_H 1
9714| #define STDC_HEADERS 1
9715| #define _ALL_SOURCE 1
9716| #define _DARWIN_C_SOURCE 1
9717| #define _GNU_SOURCE 1
9718| #define _HPUX_ALT_XOPEN_SOCKET_API 1
9719| #define _NETBSD_SOURCE 1
9720| #define _OPENBSD_SOURCE 1
9721| #define _POSIX_PTHREAD_SEMANTICS 1
9722| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
9723| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
9724| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
9725| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
9726| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
9727| #define __STDC_WANT_LIB_EXT2__ 1
9728| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
9729| #define _TANDEM_SOURCE 1
9730| #define __EXTENSIONS__ 1
9731| #define READLINE 1
9732| #define HISTORY 1
9733| #define BANG_HISTORY 1
9734| #define HAVE_STRINGIZE 1
9735| #define HAVE_LONG_DOUBLE 1
9736| #define PROTOTYPES 1
9737| #define __PROTOTYPES 1
9738| #define restrict __restrict__
9739| #define HAVE_VISIBILITY 1
9740| #define HAVE_STDINT_H_WITH_UINTMAX 1
9741| #define HAVE_ALLOCA_H 1
9742| #define HAVE_ALLOCA 1
9743| #define HAVE_GETPAGESIZE 1
9744| #define HAVE_SYMLINK 1
9745| #define HAVE_USELOCALE 1
9746| #define HAVE_VPRINTF 1
9747| #define HAVE_ALARM 1
9748| #define HAVE_FPURGE 1
9749| #define HAVE_SNPRINTF 1
9750| #define HAVE_VSNPRINTF 1
9751| #define HAVE_MMAP 1
9752| #define INTDIV0_RAISES_SIGFPE 1
9753| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
9754| #define HAVE_UNSIGNED_LONG_LONG_INT 1
9755| #define HAVE_UINTMAX_T 1
9756| #define HAVE_INTTYPES_H 1
9757| #define USE_POSIX_THREADS 1
9758| #define HAVE_PTHREAD_RWLOCK 1
9759| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
9760| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
9761| #define HAVE_ICONV 1
9762| #define ICONV_CONST
9763| #define HAVE_BUILTIN_EXPECT 1
9764| #define HAVE_INTTYPES_H 1
9765| #define HAVE_LIMITS_H 1
9766| #define HAVE_UNISTD_H 1
9767| #define HAVE_SYS_PARAM_H 1
9768| #define HAVE_GETCWD 1
9769| #define HAVE_GETEGID 1
9770| #define HAVE_GETEUID 1
9771| #define HAVE_GETGID 1
9772| #define HAVE_GETUID 1
9773| #define HAVE_MUNMAP 1
9774| #define HAVE_STPCPY 1
9775| #define HAVE_STRCASECMP 1
9776| #define HAVE_STRDUP 1
9777| #define HAVE_STRTOUL 1
9778| #define HAVE_TSEARCH 1
9779| #define HAVE_LOCALECONV 1
9780| #define HAVE_DECL_FEOF_UNLOCKED 1
9781| #define HAVE_DECL_FGETS_UNLOCKED 0
9782| #define HAVE_LONG_LONG_INT 1
9783| #define HAVE_WCHAR_T 1
9784| #define HAVE_WINT_T 1
9785| #define HAVE_INTMAX_T 1
9786| #define HAVE_POSIX_PRINTF 1
9787| #define HAVE_STDINT_H 1
9788| #define HAVE_STDINT_H 1
9789| #define HAVE_WORKING_O_NOATIME 1
9790| #define HAVE_WORKING_O_NOFOLLOW 1
9791| #define HAVE_WORKING_USELOCALE 1
9792| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9793| #define HAVE_CFLOCALECOPYCURRENT 1
9794| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9795| #define FLEXIBLE_ARRAY_MEMBER /**/
9796| #define HAVE_STDDEF_H 1
9797| #define HAVE_STDLIB_H 1
9798| #define HAVE_STRING_H 1
9799| #define HAVE_ASPRINTF 1
9800| #define HAVE_FWPRINTF 1
9801| #define HAVE_NEWLOCALE 1
9802| #define HAVE_PUTENV 1
9803| #define HAVE_SETENV 1
9804| #define HAVE_SETLOCALE 1
9805| #define HAVE_SNPRINTF 1
9806| #define HAVE_STRNLEN 1
9807| #define HAVE_USELOCALE 1
9808| #define HAVE_WCSLEN 1
9809| #define HAVE_WCSNLEN 1
9810| #define HAVE_MBRTOWC 1
9811| #define HAVE_WCRTOMB 1
9812| #define HAVE_DECL__SNPRINTF 0
9813| #define HAVE_DECL__SNWPRINTF 0
9814| #define HAVE_DECL_GETC_UNLOCKED 1
9815| #define HAVE_LANGINFO_CODESET 1
9816| #define HAVE_LC_MESSAGES 1
9817| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9818| #define HAVE_CFLOCALECOPYCURRENT 1
9819| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9820| #define ENABLE_NLS 1
9821| #define HAVE_GETTEXT 1
9822| #define HAVE_DCGETTEXT 1
9823| #define HAVE_DIRENT_H 1
9824| #define HAVE_INTTYPES_H 1
9825| #define HAVE_UNISTD_H 1
9826| #define HAVE_STDLIB_H 1
9827| #define HAVE_STDARG_H 1
9828| #define HAVE_LIMITS_H 1
9829| #define HAVE_STRING_H 1
9830| #define HAVE_MEMORY_H 1
9831| #define HAVE_LOCALE_H 1
9832| #define HAVE_TERMCAP_H 1
9833| #define HAVE_TERMIOS_H 1
9834| #define HAVE_DLFCN_H 1
9835| #define HAVE_STDBOOL_H 1
9836| #define HAVE_STDDEF_H 1
9837| #define HAVE_STDINT_H 1
9838| #define HAVE_NETDB_H 1
9839| #define HAVE_PWD_H 1
9840| #define HAVE_GRP_H 1
9841| #define HAVE_STRINGS_H 1
9842| #define HAVE_REGEX_H 1
9843| #define HAVE_SYSLOG_H 1
9844| #define HAVE_ULIMIT_H 1
9845| #define HAVE_SYS_SELECT_H 1
9846| #define HAVE_SYS_FILE_H 1
9847| #define HAVE_SYS_IOCTL_H 1
9848| #define HAVE_SYS_MMAN_H 1
9849| #define HAVE_SYS_PARAM_H 1
9850| #define HAVE_SYS_RANDOM_H 1
9851| #define HAVE_SYS_SOCKET_H 1
9852| #define HAVE_SYS_STAT_H 1
9853| #define HAVE_SYS_TIME_H 1
9854| #define HAVE_SYS_TIMES_H 1
9855| #define HAVE_SYS_TYPES_H 1
9856| #define HAVE_SYS_WAIT_H 1
9857| #define HAVE_NETINET_IN_H 1
9858| #define HAVE_ARPA_INET_H 1
9859| #define HAVE_SYS_RESOURCE_H 1
9860| #define HAVE_ALLOCA_H 1
9861| #define HAVE_ALLOCA 1
9862| #define HAVE_CHOWN 1
9863| #define GETPGRP_VOID 1
9864| #define HAVE_STRCOLL 1
9865| #define HAVE_WAIT3 1
9866| #define HAVE_MKFIFO 1
9867| #define HAVE_DUP2 1
9868| #define HAVE_FCNTL 1
9869| #define HAVE_GETDTABLESIZE 1
9870| #define HAVE_GETENTROPY 1
9871| #define HAVE_GETGROUPS 1
9872| #define HAVE_GETHOSTNAME 1
9873| #define HAVE_GETPAGESIZE 1
9874| #define HAVE_GETPEERNAME 1
9875| #define HAVE_GETRLIMIT 1
9876| #define HAVE_GETRUSAGE 1
9877| #define HAVE_GETTIMEOFDAY 1
9878| #define HAVE_KILL 1
9879| #define HAVE_KILLPG 1
9880| #define HAVE_LSTAT 1
9881| #define HAVE_PSELECT 1
9882| #define HAVE_READLINK 1
9883| #define HAVE_SELECT 1
9884| #define HAVE_SETITIMER 1
9885| #define HAVE_TCGETPGRP 1
9886| #define HAVE_UNAME 1
9887| #define HAVE_ULIMIT 1
9888| #define HAVE_WAITPID 1
9889| #define HAVE_RENAME 1
9890| #define HAVE_BCOPY 1
9891| #define HAVE_BZERO 1
9892| #define HAVE_CONFSTR 1
9893| #define HAVE_FACCESSAT 1
9894| #define HAVE_FNMATCH 1
9895| #define HAVE_GETADDRINFO 1
9896| #define HAVE_GETHOSTBYNAME 1
9897| #define HAVE_GETSERVBYNAME 1
9898| #define HAVE_GETSERVENT 1
9899| #define HAVE_INET_ATON 1
9900| #define HAVE_IMAXDIV 1
9901| #define HAVE_MEMMOVE 1
9902| #define HAVE_PATHCONF 1
9903| #define HAVE_PUTENV 1
9904| #define HAVE_RAISE 1
9905| #define HAVE_RANDOM 1
9906| #define HAVE_REGCOMP 1
9907| #define HAVE_REGEXEC 1
9908| #define HAVE_SETENV 1
9909| #define HAVE_SETLINEBUF 1
9910| #define HAVE_SETLOCALE 1
9911| #define HAVE_SETVBUF 1
9912| #define HAVE_SIGINTERRUPT 1
9913| #define HAVE_STRCHR 1
9914| #define HAVE_SYSCONF 1
9915| #define HAVE_SYSLOG 1
9916| #define HAVE_TCGETATTR 1
9917| #define HAVE_TIMES 1
9918| #define HAVE_TTYNAME 1
9919| #define HAVE_TZSET 1
9920| #define HAVE_UNSETENV 1
9921| #define HAVE_VASPRINTF 1
9922| #define HAVE_ASPRINTF 1
9923| #define HAVE_ISASCII 1
9924| #define HAVE_ISBLANK 1
9925| #define HAVE_ISGRAPH 1
9926| #define HAVE_ISPRINT 1
9927| #define HAVE_ISSPACE 1
9928| #define HAVE_ISXDIGIT 1
9929| #define HAVE_GETPWENT 1
9930| #define HAVE_GETPWNAM 1
9931| #define HAVE_GETPWUID 1
9932| #define HAVE_MKSTEMP 1
9933| #define HAVE_MKDTEMP 1
9934| #define HAVE_ARC4RANDOM 1
9935| #define HAVE_GETCWD 1
9936| #define HAVE_MEMSET 1
9937| #define HAVE_STRCASECMP 1
9938| #define HAVE_STRCASESTR 1
9939| #define HAVE_STRERROR 1
9940| #define HAVE_STRFTIME 1
9941| #define HAVE_STRNLEN 1
9942| #define HAVE_STRPBRK 1
9943| #define HAVE_STRSTR 1
9944| #define HAVE_STRTOD 1
9945| #define HAVE_STRTOL 1
9946| #define HAVE_STRTOUL 1
9947| #define HAVE_STRTOLL 1
9948| #define HAVE_STRTOULL 1
9949| #define HAVE_STRTOUMAX 1
9950| #define HAVE_DPRINTF 1
9951| #define HAVE_STRDUP 1
9952| #define HAVE_DECL_AUDIT_USER_TTY 0
9953| #define HAVE_DECL_CONFSTR 1
9954| #define HAVE_DECL_PRINTF 1
9955| #define HAVE_DECL_SBRK 1
9956| #define HAVE_DECL_SETREGID 1
9957| #define HAVE_DECL_STRCPY 1
9958| #define HAVE_DECL_STRSIGNAL 1
9959| #define HAVE_DECL_STRTOLD 1
9960| #define HAVE_DECL_STRTOL 1
9961| #define HAVE_DECL_STRTOLL 1
9962| #define HAVE_DECL_STRTOUL 1
9963| #define HAVE_DECL_STRTOULL 1
9964| #define HAVE_DECL_STRTOUMAX 1
9965| #define HAVE_ERRNO_H 1
9966| #define HAVE_FCNTL_H 1
9967| /* end confdefs.h.  */
9968| #include <stddef.h>
9969| #ifdef HAVE_STDIO_H
9970| # include <stdio.h>
9971| #endif
9972| #ifdef HAVE_STDLIB_H
9973| # include <stdlib.h>
9974| #endif
9975| #ifdef HAVE_STRING_H
9976| # include <string.h>
9977| #endif
9978| #ifdef HAVE_INTTYPES_H
9979| # include <inttypes.h>
9980| #endif
9981| #ifdef HAVE_STDINT_H
9982| # include <stdint.h>
9983| #endif
9984| #ifdef HAVE_STRINGS_H
9985| # include <strings.h>
9986| #endif
9987| #ifdef HAVE_SYS_TYPES_H
9988| # include <sys/types.h>
9989| #endif
9990| #ifdef HAVE_SYS_STAT_H
9991| # include <sys/stat.h>
9992| #endif
9993| #ifdef HAVE_UNISTD_H
9994| # include <unistd.h>
9995| #endif
9996| #include <stdio_ext.h>
9997configure:16002: result: no
9998configure:16012: checking for working mmap
9999configure:16175: result: yes
10000configure:16184: checking for __argz_count
10001configure:16184: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
10002Undefined symbols for architecture x86_64:
10003  "___argz_count", referenced from:
10004      _main in conftest-b43cd8.o
10005ld: symbol(s) not found for architecture x86_64
10006clang: error: linker command failed with exit code 1 (use -v to see invocation)
10007configure:16184: $? = 1
10008configure: failed program was:
10009| /* confdefs.h */
10010| #define PACKAGE_NAME "bash"
10011| #define PACKAGE_TARNAME "bash"
10012| #define PACKAGE_VERSION "5.2-release"
10013| #define PACKAGE_STRING "bash 5.2-release"
10014| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
10015| #define PACKAGE_URL ""
10016| #define ALIAS 1
10017| #define PUSHD_AND_POPD 1
10018| #define RESTRICTED_SHELL 1
10019| #define PROCESS_SUBSTITUTION 1
10020| #define PROMPT_STRING_DECODE 1
10021| #define SELECT_COMMAND 1
10022| #define HELP_BUILTIN 1
10023| #define ARRAY_VARS 1
10024| #define DPAREN_ARITHMETIC 1
10025| #define BRACE_EXPANSION 1
10026| #define COMMAND_TIMING 1
10027| #define EXTENDED_GLOB 1
10028| #define EXTGLOB_DEFAULT 0
10029| #define COND_COMMAND 1
10030| #define COND_REGEXP 1
10031| #define COPROCESS_SUPPORT 1
10032| #define ARITH_FOR_COMMAND 1
10033| #define NETWORK_REDIRECTIONS 1
10034| #define PROGRAMMABLE_COMPLETION 1
10035| #define DEBUGGER 1
10036| #define CASEMOD_ATTRS 1
10037| #define CASEMOD_EXPANSIONS 1
10038| #define GLOBASCII_DEFAULT 1
10039| #define FUNCTION_IMPORT 1
10040| #define TRANSLATABLE_STRINGS 1
10041| #define MEMSCRAMBLE 1
10042| #define HAVE_STDIO_H 1
10043| #define HAVE_STDLIB_H 1
10044| #define HAVE_STRING_H 1
10045| #define HAVE_INTTYPES_H 1
10046| #define HAVE_STDINT_H 1
10047| #define HAVE_STRINGS_H 1
10048| #define HAVE_SYS_STAT_H 1
10049| #define HAVE_SYS_TYPES_H 1
10050| #define HAVE_UNISTD_H 1
10051| #define HAVE_WCHAR_H 1
10052| #define HAVE_SYS_PARAM_H 1
10053| #define HAVE_XLOCALE_H 1
10054| #define HAVE_SYS_TIME_H 1
10055| #define STDC_HEADERS 1
10056| #define _ALL_SOURCE 1
10057| #define _DARWIN_C_SOURCE 1
10058| #define _GNU_SOURCE 1
10059| #define _HPUX_ALT_XOPEN_SOCKET_API 1
10060| #define _NETBSD_SOURCE 1
10061| #define _OPENBSD_SOURCE 1
10062| #define _POSIX_PTHREAD_SEMANTICS 1
10063| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
10064| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
10065| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
10066| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
10067| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
10068| #define __STDC_WANT_LIB_EXT2__ 1
10069| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
10070| #define _TANDEM_SOURCE 1
10071| #define __EXTENSIONS__ 1
10072| #define READLINE 1
10073| #define HISTORY 1
10074| #define BANG_HISTORY 1
10075| #define HAVE_STRINGIZE 1
10076| #define HAVE_LONG_DOUBLE 1
10077| #define PROTOTYPES 1
10078| #define __PROTOTYPES 1
10079| #define restrict __restrict__
10080| #define HAVE_VISIBILITY 1
10081| #define HAVE_STDINT_H_WITH_UINTMAX 1
10082| #define HAVE_ALLOCA_H 1
10083| #define HAVE_ALLOCA 1
10084| #define HAVE_GETPAGESIZE 1
10085| #define HAVE_SYMLINK 1
10086| #define HAVE_USELOCALE 1
10087| #define HAVE_VPRINTF 1
10088| #define HAVE_ALARM 1
10089| #define HAVE_FPURGE 1
10090| #define HAVE_SNPRINTF 1
10091| #define HAVE_VSNPRINTF 1
10092| #define HAVE_MMAP 1
10093| #define INTDIV0_RAISES_SIGFPE 1
10094| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
10095| #define HAVE_UNSIGNED_LONG_LONG_INT 1
10096| #define HAVE_UINTMAX_T 1
10097| #define HAVE_INTTYPES_H 1
10098| #define USE_POSIX_THREADS 1
10099| #define HAVE_PTHREAD_RWLOCK 1
10100| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
10101| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
10102| #define HAVE_ICONV 1
10103| #define ICONV_CONST
10104| #define HAVE_BUILTIN_EXPECT 1
10105| #define HAVE_INTTYPES_H 1
10106| #define HAVE_LIMITS_H 1
10107| #define HAVE_UNISTD_H 1
10108| #define HAVE_SYS_PARAM_H 1
10109| #define HAVE_GETCWD 1
10110| #define HAVE_GETEGID 1
10111| #define HAVE_GETEUID 1
10112| #define HAVE_GETGID 1
10113| #define HAVE_GETUID 1
10114| #define HAVE_MUNMAP 1
10115| #define HAVE_STPCPY 1
10116| #define HAVE_STRCASECMP 1
10117| #define HAVE_STRDUP 1
10118| #define HAVE_STRTOUL 1
10119| #define HAVE_TSEARCH 1
10120| #define HAVE_LOCALECONV 1
10121| #define HAVE_DECL_FEOF_UNLOCKED 1
10122| #define HAVE_DECL_FGETS_UNLOCKED 0
10123| #define HAVE_LONG_LONG_INT 1
10124| #define HAVE_WCHAR_T 1
10125| #define HAVE_WINT_T 1
10126| #define HAVE_INTMAX_T 1
10127| #define HAVE_POSIX_PRINTF 1
10128| #define HAVE_STDINT_H 1
10129| #define HAVE_STDINT_H 1
10130| #define HAVE_WORKING_O_NOATIME 1
10131| #define HAVE_WORKING_O_NOFOLLOW 1
10132| #define HAVE_WORKING_USELOCALE 1
10133| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10134| #define HAVE_CFLOCALECOPYCURRENT 1
10135| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10136| #define FLEXIBLE_ARRAY_MEMBER /**/
10137| #define HAVE_STDDEF_H 1
10138| #define HAVE_STDLIB_H 1
10139| #define HAVE_STRING_H 1
10140| #define HAVE_ASPRINTF 1
10141| #define HAVE_FWPRINTF 1
10142| #define HAVE_NEWLOCALE 1
10143| #define HAVE_PUTENV 1
10144| #define HAVE_SETENV 1
10145| #define HAVE_SETLOCALE 1
10146| #define HAVE_SNPRINTF 1
10147| #define HAVE_STRNLEN 1
10148| #define HAVE_USELOCALE 1
10149| #define HAVE_WCSLEN 1
10150| #define HAVE_WCSNLEN 1
10151| #define HAVE_MBRTOWC 1
10152| #define HAVE_WCRTOMB 1
10153| #define HAVE_DECL__SNPRINTF 0
10154| #define HAVE_DECL__SNWPRINTF 0
10155| #define HAVE_DECL_GETC_UNLOCKED 1
10156| #define HAVE_LANGINFO_CODESET 1
10157| #define HAVE_LC_MESSAGES 1
10158| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10159| #define HAVE_CFLOCALECOPYCURRENT 1
10160| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10161| #define ENABLE_NLS 1
10162| #define HAVE_GETTEXT 1
10163| #define HAVE_DCGETTEXT 1
10164| #define HAVE_DIRENT_H 1
10165| #define HAVE_INTTYPES_H 1
10166| #define HAVE_UNISTD_H 1
10167| #define HAVE_STDLIB_H 1
10168| #define HAVE_STDARG_H 1
10169| #define HAVE_LIMITS_H 1
10170| #define HAVE_STRING_H 1
10171| #define HAVE_MEMORY_H 1
10172| #define HAVE_LOCALE_H 1
10173| #define HAVE_TERMCAP_H 1
10174| #define HAVE_TERMIOS_H 1
10175| #define HAVE_DLFCN_H 1
10176| #define HAVE_STDBOOL_H 1
10177| #define HAVE_STDDEF_H 1
10178| #define HAVE_STDINT_H 1
10179| #define HAVE_NETDB_H 1
10180| #define HAVE_PWD_H 1
10181| #define HAVE_GRP_H 1
10182| #define HAVE_STRINGS_H 1
10183| #define HAVE_REGEX_H 1
10184| #define HAVE_SYSLOG_H 1
10185| #define HAVE_ULIMIT_H 1
10186| #define HAVE_SYS_SELECT_H 1
10187| #define HAVE_SYS_FILE_H 1
10188| #define HAVE_SYS_IOCTL_H 1
10189| #define HAVE_SYS_MMAN_H 1
10190| #define HAVE_SYS_PARAM_H 1
10191| #define HAVE_SYS_RANDOM_H 1
10192| #define HAVE_SYS_SOCKET_H 1
10193| #define HAVE_SYS_STAT_H 1
10194| #define HAVE_SYS_TIME_H 1
10195| #define HAVE_SYS_TIMES_H 1
10196| #define HAVE_SYS_TYPES_H 1
10197| #define HAVE_SYS_WAIT_H 1
10198| #define HAVE_NETINET_IN_H 1
10199| #define HAVE_ARPA_INET_H 1
10200| #define HAVE_SYS_RESOURCE_H 1
10201| #define HAVE_ALLOCA_H 1
10202| #define HAVE_ALLOCA 1
10203| #define HAVE_CHOWN 1
10204| #define GETPGRP_VOID 1
10205| #define HAVE_STRCOLL 1
10206| #define HAVE_WAIT3 1
10207| #define HAVE_MKFIFO 1
10208| #define HAVE_DUP2 1
10209| #define HAVE_FCNTL 1
10210| #define HAVE_GETDTABLESIZE 1
10211| #define HAVE_GETENTROPY 1
10212| #define HAVE_GETGROUPS 1
10213| #define HAVE_GETHOSTNAME 1
10214| #define HAVE_GETPAGESIZE 1
10215| #define HAVE_GETPEERNAME 1
10216| #define HAVE_GETRLIMIT 1
10217| #define HAVE_GETRUSAGE 1
10218| #define HAVE_GETTIMEOFDAY 1
10219| #define HAVE_KILL 1
10220| #define HAVE_KILLPG 1
10221| #define HAVE_LSTAT 1
10222| #define HAVE_PSELECT 1
10223| #define HAVE_READLINK 1
10224| #define HAVE_SELECT 1
10225| #define HAVE_SETITIMER 1
10226| #define HAVE_TCGETPGRP 1
10227| #define HAVE_UNAME 1
10228| #define HAVE_ULIMIT 1
10229| #define HAVE_WAITPID 1
10230| #define HAVE_RENAME 1
10231| #define HAVE_BCOPY 1
10232| #define HAVE_BZERO 1
10233| #define HAVE_CONFSTR 1
10234| #define HAVE_FACCESSAT 1
10235| #define HAVE_FNMATCH 1
10236| #define HAVE_GETADDRINFO 1
10237| #define HAVE_GETHOSTBYNAME 1
10238| #define HAVE_GETSERVBYNAME 1
10239| #define HAVE_GETSERVENT 1
10240| #define HAVE_INET_ATON 1
10241| #define HAVE_IMAXDIV 1
10242| #define HAVE_MEMMOVE 1
10243| #define HAVE_PATHCONF 1
10244| #define HAVE_PUTENV 1
10245| #define HAVE_RAISE 1
10246| #define HAVE_RANDOM 1
10247| #define HAVE_REGCOMP 1
10248| #define HAVE_REGEXEC 1
10249| #define HAVE_SETENV 1
10250| #define HAVE_SETLINEBUF 1
10251| #define HAVE_SETLOCALE 1
10252| #define HAVE_SETVBUF 1
10253| #define HAVE_SIGINTERRUPT 1
10254| #define HAVE_STRCHR 1
10255| #define HAVE_SYSCONF 1
10256| #define HAVE_SYSLOG 1
10257| #define HAVE_TCGETATTR 1
10258| #define HAVE_TIMES 1
10259| #define HAVE_TTYNAME 1
10260| #define HAVE_TZSET 1
10261| #define HAVE_UNSETENV 1
10262| #define HAVE_VASPRINTF 1
10263| #define HAVE_ASPRINTF 1
10264| #define HAVE_ISASCII 1
10265| #define HAVE_ISBLANK 1
10266| #define HAVE_ISGRAPH 1
10267| #define HAVE_ISPRINT 1
10268| #define HAVE_ISSPACE 1
10269| #define HAVE_ISXDIGIT 1
10270| #define HAVE_GETPWENT 1
10271| #define HAVE_GETPWNAM 1
10272| #define HAVE_GETPWUID 1
10273| #define HAVE_MKSTEMP 1
10274| #define HAVE_MKDTEMP 1
10275| #define HAVE_ARC4RANDOM 1
10276| #define HAVE_GETCWD 1
10277| #define HAVE_MEMSET 1
10278| #define HAVE_STRCASECMP 1
10279| #define HAVE_STRCASESTR 1
10280| #define HAVE_STRERROR 1
10281| #define HAVE_STRFTIME 1
10282| #define HAVE_STRNLEN 1
10283| #define HAVE_STRPBRK 1
10284| #define HAVE_STRSTR 1
10285| #define HAVE_STRTOD 1
10286| #define HAVE_STRTOL 1
10287| #define HAVE_STRTOUL 1
10288| #define HAVE_STRTOLL 1
10289| #define HAVE_STRTOULL 1
10290| #define HAVE_STRTOUMAX 1
10291| #define HAVE_DPRINTF 1
10292| #define HAVE_STRDUP 1
10293| #define HAVE_DECL_AUDIT_USER_TTY 0
10294| #define HAVE_DECL_CONFSTR 1
10295| #define HAVE_DECL_PRINTF 1
10296| #define HAVE_DECL_SBRK 1
10297| #define HAVE_DECL_SETREGID 1
10298| #define HAVE_DECL_STRCPY 1
10299| #define HAVE_DECL_STRSIGNAL 1
10300| #define HAVE_DECL_STRTOLD 1
10301| #define HAVE_DECL_STRTOL 1
10302| #define HAVE_DECL_STRTOLL 1
10303| #define HAVE_DECL_STRTOUL 1
10304| #define HAVE_DECL_STRTOULL 1
10305| #define HAVE_DECL_STRTOUMAX 1
10306| #define HAVE_ERRNO_H 1
10307| #define HAVE_FCNTL_H 1
10308| #define HAVE_MMAP 1
10309| /* end confdefs.h.  */
10310| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count.
10311|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10312| #define __argz_count innocuous___argz_count
10313|
10314| /* System header to define __stub macros and hopefully few prototypes,
10315|    which can conflict with char __argz_count (); below.  */
10316|
10317| #include <limits.h>
10318| #undef __argz_count
10319|
10320| /* Override any GCC internal prototype to avoid an error.
10321|    Use char because int might match the return type of a GCC
10322|    builtin and then its argument prototype would still apply.  */
10323| #ifdef __cplusplus
10324| extern "C"
10325| #endif
10326| char __argz_count ();
10327| /* The GNU C library defines this for functions which it implements
10328|     to always fail with ENOSYS.  Some functions are actually named
10329|     something starting with __ and the normal name is an alias.  */
10330| #if defined __stub___argz_count || defined __stub_____argz_count
10331| choke me
10332| #endif
10333|
10334| int
10335| main (void)
10336| {
10337| return __argz_count ();
10338|   ;
10339|   return 0;
10340| }
10341configure:16184: result: no
10342configure:16190: checking for __argz_next
10343configure:16190: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
10344Undefined symbols for architecture x86_64:
10345  "___argz_next", referenced from:
10346      _main in conftest-963ca6.o
10347ld: symbol(s) not found for architecture x86_64
10348clang: error: linker command failed with exit code 1 (use -v to see invocation)
10349configure:16190: $? = 1
10350configure: failed program was:
10351| /* confdefs.h */
10352| #define PACKAGE_NAME "bash"
10353| #define PACKAGE_TARNAME "bash"
10354| #define PACKAGE_VERSION "5.2-release"
10355| #define PACKAGE_STRING "bash 5.2-release"
10356| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
10357| #define PACKAGE_URL ""
10358| #define ALIAS 1
10359| #define PUSHD_AND_POPD 1
10360| #define RESTRICTED_SHELL 1
10361| #define PROCESS_SUBSTITUTION 1
10362| #define PROMPT_STRING_DECODE 1
10363| #define SELECT_COMMAND 1
10364| #define HELP_BUILTIN 1
10365| #define ARRAY_VARS 1
10366| #define DPAREN_ARITHMETIC 1
10367| #define BRACE_EXPANSION 1
10368| #define COMMAND_TIMING 1
10369| #define EXTENDED_GLOB 1
10370| #define EXTGLOB_DEFAULT 0
10371| #define COND_COMMAND 1
10372| #define COND_REGEXP 1
10373| #define COPROCESS_SUPPORT 1
10374| #define ARITH_FOR_COMMAND 1
10375| #define NETWORK_REDIRECTIONS 1
10376| #define PROGRAMMABLE_COMPLETION 1
10377| #define DEBUGGER 1
10378| #define CASEMOD_ATTRS 1
10379| #define CASEMOD_EXPANSIONS 1
10380| #define GLOBASCII_DEFAULT 1
10381| #define FUNCTION_IMPORT 1
10382| #define TRANSLATABLE_STRINGS 1
10383| #define MEMSCRAMBLE 1
10384| #define HAVE_STDIO_H 1
10385| #define HAVE_STDLIB_H 1
10386| #define HAVE_STRING_H 1
10387| #define HAVE_INTTYPES_H 1
10388| #define HAVE_STDINT_H 1
10389| #define HAVE_STRINGS_H 1
10390| #define HAVE_SYS_STAT_H 1
10391| #define HAVE_SYS_TYPES_H 1
10392| #define HAVE_UNISTD_H 1
10393| #define HAVE_WCHAR_H 1
10394| #define HAVE_SYS_PARAM_H 1
10395| #define HAVE_XLOCALE_H 1
10396| #define HAVE_SYS_TIME_H 1
10397| #define STDC_HEADERS 1
10398| #define _ALL_SOURCE 1
10399| #define _DARWIN_C_SOURCE 1
10400| #define _GNU_SOURCE 1
10401| #define _HPUX_ALT_XOPEN_SOCKET_API 1
10402| #define _NETBSD_SOURCE 1
10403| #define _OPENBSD_SOURCE 1
10404| #define _POSIX_PTHREAD_SEMANTICS 1
10405| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
10406| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
10407| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
10408| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
10409| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
10410| #define __STDC_WANT_LIB_EXT2__ 1
10411| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
10412| #define _TANDEM_SOURCE 1
10413| #define __EXTENSIONS__ 1
10414| #define READLINE 1
10415| #define HISTORY 1
10416| #define BANG_HISTORY 1
10417| #define HAVE_STRINGIZE 1
10418| #define HAVE_LONG_DOUBLE 1
10419| #define PROTOTYPES 1
10420| #define __PROTOTYPES 1
10421| #define restrict __restrict__
10422| #define HAVE_VISIBILITY 1
10423| #define HAVE_STDINT_H_WITH_UINTMAX 1
10424| #define HAVE_ALLOCA_H 1
10425| #define HAVE_ALLOCA 1
10426| #define HAVE_GETPAGESIZE 1
10427| #define HAVE_SYMLINK 1
10428| #define HAVE_USELOCALE 1
10429| #define HAVE_VPRINTF 1
10430| #define HAVE_ALARM 1
10431| #define HAVE_FPURGE 1
10432| #define HAVE_SNPRINTF 1
10433| #define HAVE_VSNPRINTF 1
10434| #define HAVE_MMAP 1
10435| #define INTDIV0_RAISES_SIGFPE 1
10436| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
10437| #define HAVE_UNSIGNED_LONG_LONG_INT 1
10438| #define HAVE_UINTMAX_T 1
10439| #define HAVE_INTTYPES_H 1
10440| #define USE_POSIX_THREADS 1