Ticket #68510: config.log

File config.log, 94.1 KB (added by vkuznet (Valentin Kuznetsov), 12 months 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 tmux configure 3.3a, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-TERM=screen --enable-utf8proc
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = vkarm
14uname -m = arm64
15uname -r = 23.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 23.0.0: Fri Sep 15 14:42:57 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T8112
18
19/usr/bin/uname -p = arm
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 23.0.0: Fri Sep 15 14:42:57 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T8112
27Kernel configured for up to 8 processors.
288 processors are physically available.
298 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 24.00 gigabytes
33Default processor set: 800 tasks, 3668 threads, 8 processors
34Load average: 1.49, Mach factor: 6.50
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:2393: checking for a BSD-compatible install
52configure:2461: result: /usr/bin/install -c
53configure:2472: checking whether build environment is sane
54configure:2527: result: yes
55configure:2678: checking for a thread-safe mkdir -p
56configure:2717: result: /opt/local/bin/gmkdir -p
57configure:2724: checking for gawk
58configure:2740: found /opt/local/bin/gawk
59configure:2751: result: gawk
60configure:2762: checking whether make sets $(MAKE)
61configure:2784: result: yes
62configure:2813: checking whether make supports nested variables
63configure:2830: result: yes
64configure:2961: checking build system type
65configure:2975: result: arm-apple-darwin23.0.0
66configure:2995: checking host system type
67configure:3008: result: arm-apple-darwin23.0.0
68configure:3109: checking for gcc
69configure:3136: result: /usr/bin/clang
70configure:3365: checking for C compiler version
71configure:3374: /usr/bin/clang --version >&5
72Apple clang version 15.0.0 (clang-1500.0.40.1)
73Target: arm64-apple-darwin23.0.0
74Thread model: posix
75InstalledDir: /Library/Developer/CommandLineTools/usr/bin
76configure:3385: $? = 0
77configure:3374: /usr/bin/clang -v >&5
78Apple clang version 15.0.0 (clang-1500.0.40.1)
79Target: arm64-apple-darwin23.0.0
80Thread model: posix
81InstalledDir: /Library/Developer/CommandLineTools/usr/bin
82configure:3385: $? = 0
83configure:3374: /usr/bin/clang -V >&5
84clang: error: argument to '-V' is missing (expected 1 value)
85clang: error: no input files
86configure:3385: $? = 1
87configure:3374: /usr/bin/clang -qversion >&5
88clang: error: unknown argument '-qversion'; did you mean '--version'?
89clang: error: no input files
90configure:3385: $? = 1
91configure:3405: checking whether the C compiler works
92configure:3427: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
93configure:3431: $? = 0
94configure:3479: result: yes
95configure:3482: checking for C compiler default output file name
96configure:3484: result: a.out
97configure:3490: checking for suffix of executables
98configure:3497: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
99configure:3501: $? = 0
100configure:3523: result:
101configure:3545: checking whether we are cross compiling
102configure:3553: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
103configure:3557: $? = 0
104configure:3564: ./conftest
105configure:3568: $? = 0
106configure:3583: result: no
107configure:3588: checking for suffix of object files
108configure:3610: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
109configure:3614: $? = 0
110configure:3635: result: o
111configure:3639: checking whether we are using the GNU C compiler
112configure:3658: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
113configure:3658: $? = 0
114configure:3667: result: yes
115configure:3676: checking whether /usr/bin/clang accepts -g
116configure:3696: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
117configure:3696: $? = 0
118configure:3737: result: yes
119configure:3754: checking for /usr/bin/clang option to accept ISO C89
120configure:3817: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
121conftest.c:17:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
122static char *e (p, i)
123             ^
1241 warning generated.
125configure:3817: $? = 0
126configure:3830: result: none needed
127configure:3855: checking whether /usr/bin/clang understands -c and -o together
128configure:3877: /usr/bin/clang -c conftest.c -o conftest2.o
129configure:3880: $? = 0
130configure:3877: /usr/bin/clang -c conftest.c -o conftest2.o
131configure:3880: $? = 0
132configure:3892: result: yes
133configure:3920: checking for style of include used by make
134configure:3948: result: GNU
135configure:3974: checking dependency style of /usr/bin/clang
136configure:4085: result: gcc3
137configure:4101: checking for /usr/bin/clang option to accept ISO C99
138configure:4250: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
139configure:4250: $? = 0
140configure:4263: result: none needed
141configure:4283: checking how to run the C preprocessor
142configure:4314: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
143configure:4314: $? = 0
144configure:4328: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
145conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
146#include <ac_nonexistent.h>
147         ^~~~~~~~~~~~~~~~~~
1481 error generated.
149configure:4328: $? = 1
150configure: failed program was:
151| /* confdefs.h */
152| #define PACKAGE_NAME "tmux"
153| #define PACKAGE_TARNAME "tmux"
154| #define PACKAGE_VERSION "3.3a"
155| #define PACKAGE_STRING "tmux 3.3a"
156| #define PACKAGE_BUGREPORT ""
157| #define PACKAGE_URL ""
158| #define PACKAGE "tmux"
159| #define VERSION "3.3a"
160| /* end confdefs.h.  */
161| #include <ac_nonexistent.h>
162configure:4353: result: /usr/bin/clang -E
163configure:4373: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
164configure:4373: $? = 0
165configure:4387: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
166conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
167#include <ac_nonexistent.h>
168         ^~~~~~~~~~~~~~~~~~
1691 error generated.
170configure:4387: $? = 1
171configure: failed program was:
172| /* confdefs.h */
173| #define PACKAGE_NAME "tmux"
174| #define PACKAGE_TARNAME "tmux"
175| #define PACKAGE_VERSION "3.3a"
176| #define PACKAGE_STRING "tmux 3.3a"
177| #define PACKAGE_BUGREPORT ""
178| #define PACKAGE_URL ""
179| #define PACKAGE "tmux"
180| #define VERSION "3.3a"
181| /* end confdefs.h.  */
182| #include <ac_nonexistent.h>
183configure:4415: checking for grep that handles long lines and -e
184configure:4473: result: /opt/local/bin/ggrep
185configure:4478: checking for egrep
186configure:4540: result: /opt/local/bin/ggrep -E
187configure:4550: checking for bison
188configure:4566: found /opt/local/bin/bison
189configure:4577: result: bison -y
190configure:4643: checking for pkg-config
191configure:4661: found /opt/local/bin/pkg-config
192configure:4673: result: /opt/local/bin/pkg-config
193configure:4698: checking pkg-config is at least version 0.9.0
194configure:4701: result: yes
195configure:4711: checking for ANSI C header files
196configure:4731: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
197configure:4731: $? = 0
198configure:4804: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
199configure:4804: $? = 0
200configure:4804: ./conftest
201configure:4804: $? = 0
202configure:4815: result: yes
203configure:4828: checking for sys/types.h
204configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
205configure:4828: $? = 0
206configure:4828: result: yes
207configure:4828: checking for sys/stat.h
208configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
209configure:4828: $? = 0
210configure:4828: result: yes
211configure:4828: checking for stdlib.h
212configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
213configure:4828: $? = 0
214configure:4828: result: yes
215configure:4828: checking for string.h
216configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
217configure:4828: $? = 0
218configure:4828: result: yes
219configure:4828: checking for memory.h
220configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
221configure:4828: $? = 0
222configure:4828: result: yes
223configure:4828: checking for strings.h
224configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
225configure:4828: $? = 0
226configure:4828: result: yes
227configure:4828: checking for inttypes.h
228configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
229configure:4828: $? = 0
230configure:4828: result: yes
231configure:4828: checking for stdint.h
232configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
233configure:4828: $? = 0
234configure:4828: result: yes
235configure:4828: checking for unistd.h
236configure:4828: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
237configure:4828: $? = 0
238configure:4828: result: yes
239configure:4841: checking minix/config.h usability
240configure:4841: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
241conftest.c:54:10: fatal error: 'minix/config.h' file not found
242#include <minix/config.h>
243         ^~~~~~~~~~~~~~~~
2441 error generated.
245configure:4841: $? = 1
246configure: failed program was:
247| /* confdefs.h */
248| #define PACKAGE_NAME "tmux"
249| #define PACKAGE_TARNAME "tmux"
250| #define PACKAGE_VERSION "3.3a"
251| #define PACKAGE_STRING "tmux 3.3a"
252| #define PACKAGE_BUGREPORT ""
253| #define PACKAGE_URL ""
254| #define PACKAGE "tmux"
255| #define VERSION "3.3a"
256| #define STDC_HEADERS 1
257| #define HAVE_SYS_TYPES_H 1
258| #define HAVE_SYS_STAT_H 1
259| #define HAVE_STDLIB_H 1
260| #define HAVE_STRING_H 1
261| #define HAVE_MEMORY_H 1
262| #define HAVE_STRINGS_H 1
263| #define HAVE_INTTYPES_H 1
264| #define HAVE_STDINT_H 1
265| #define HAVE_UNISTD_H 1
266| /* end confdefs.h.  */
267| #include <stdio.h>
268| #ifdef HAVE_SYS_TYPES_H
269| # include <sys/types.h>
270| #endif
271| #ifdef HAVE_SYS_STAT_H
272| # include <sys/stat.h>
273| #endif
274| #ifdef STDC_HEADERS
275| # include <stdlib.h>
276| # include <stddef.h>
277| #else
278| # ifdef HAVE_STDLIB_H
279| #  include <stdlib.h>
280| # endif
281| #endif
282| #ifdef HAVE_STRING_H
283| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
284| #  include <memory.h>
285| # endif
286| # include <string.h>
287| #endif
288| #ifdef HAVE_STRINGS_H
289| # include <strings.h>
290| #endif
291| #ifdef HAVE_INTTYPES_H
292| # include <inttypes.h>
293| #endif
294| #ifdef HAVE_STDINT_H
295| # include <stdint.h>
296| #endif
297| #ifdef HAVE_UNISTD_H
298| # include <unistd.h>
299| #endif
300| #include <minix/config.h>
301configure:4841: result: no
302configure:4841: checking minix/config.h presence
303configure:4841: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
304conftest.c:21:10: fatal error: 'minix/config.h' file not found
305#include <minix/config.h>
306         ^~~~~~~~~~~~~~~~
3071 error generated.
308configure:4841: $? = 1
309configure: failed program was:
310| /* confdefs.h */
311| #define PACKAGE_NAME "tmux"
312| #define PACKAGE_TARNAME "tmux"
313| #define PACKAGE_VERSION "3.3a"
314| #define PACKAGE_STRING "tmux 3.3a"
315| #define PACKAGE_BUGREPORT ""
316| #define PACKAGE_URL ""
317| #define PACKAGE "tmux"
318| #define VERSION "3.3a"
319| #define STDC_HEADERS 1
320| #define HAVE_SYS_TYPES_H 1
321| #define HAVE_SYS_STAT_H 1
322| #define HAVE_STDLIB_H 1
323| #define HAVE_STRING_H 1
324| #define HAVE_MEMORY_H 1
325| #define HAVE_STRINGS_H 1
326| #define HAVE_INTTYPES_H 1
327| #define HAVE_STDINT_H 1
328| #define HAVE_UNISTD_H 1
329| /* end confdefs.h.  */
330| #include <minix/config.h>
331configure:4841: result: no
332configure:4841: checking for minix/config.h
333configure:4841: result: no
334configure:4862: checking whether it is safe to define __EXTENSIONS__
335configure:4880: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
336configure:4880: $? = 0
337configure:4887: result: yes
338configure:5023: checking bitstring.h usability
339configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
340configure:5023: $? = 0
341configure:5023: result: yes
342configure:5023: checking bitstring.h presence
343configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
344configure:5023: $? = 0
345configure:5023: result: yes
346configure:5023: checking for bitstring.h
347configure:5023: result: yes
348configure:5023: checking dirent.h usability
349configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
350configure:5023: $? = 0
351configure:5023: result: yes
352configure:5023: checking dirent.h presence
353configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
354configure:5023: $? = 0
355configure:5023: result: yes
356configure:5023: checking for dirent.h
357configure:5023: result: yes
358configure:5023: checking fcntl.h usability
359configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
360configure:5023: $? = 0
361configure:5023: result: yes
362configure:5023: checking fcntl.h presence
363configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
364configure:5023: $? = 0
365configure:5023: result: yes
366configure:5023: checking for fcntl.h
367configure:5023: result: yes
368configure:5023: checking for inttypes.h
369configure:5023: result: yes
370configure:5023: checking libproc.h usability
371configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
372configure:5023: $? = 0
373configure:5023: result: yes
374configure:5023: checking libproc.h presence
375configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
376configure:5023: $? = 0
377configure:5023: result: yes
378configure:5023: checking for libproc.h
379configure:5023: result: yes
380configure:5023: checking libutil.h usability
381configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
382conftest.c:64:10: fatal error: 'libutil.h' file not found
383#include <libutil.h>
384         ^~~~~~~~~~~
3851 error generated.
386configure:5023: $? = 1
387configure: failed program was:
388| /* confdefs.h */
389| #define PACKAGE_NAME "tmux"
390| #define PACKAGE_TARNAME "tmux"
391| #define PACKAGE_VERSION "3.3a"
392| #define PACKAGE_STRING "tmux 3.3a"
393| #define PACKAGE_BUGREPORT ""
394| #define PACKAGE_URL ""
395| #define PACKAGE "tmux"
396| #define VERSION "3.3a"
397| #define STDC_HEADERS 1
398| #define HAVE_SYS_TYPES_H 1
399| #define HAVE_SYS_STAT_H 1
400| #define HAVE_STDLIB_H 1
401| #define HAVE_STRING_H 1
402| #define HAVE_MEMORY_H 1
403| #define HAVE_STRINGS_H 1
404| #define HAVE_INTTYPES_H 1
405| #define HAVE_STDINT_H 1
406| #define HAVE_UNISTD_H 1
407| #define __EXTENSIONS__ 1
408| #define _ALL_SOURCE 1
409| #define _GNU_SOURCE 1
410| #define _POSIX_PTHREAD_SEMANTICS 1
411| #define _TANDEM_SOURCE 1
412| #define HAVE_BITSTRING_H 1
413| #define HAVE_DIRENT_H 1
414| #define HAVE_FCNTL_H 1
415| #define HAVE_INTTYPES_H 1
416| #define HAVE_LIBPROC_H 1
417| /* end confdefs.h.  */
418| #include <stdio.h>
419| #ifdef HAVE_SYS_TYPES_H
420| # include <sys/types.h>
421| #endif
422| #ifdef HAVE_SYS_STAT_H
423| # include <sys/stat.h>
424| #endif
425| #ifdef STDC_HEADERS
426| # include <stdlib.h>
427| # include <stddef.h>
428| #else
429| # ifdef HAVE_STDLIB_H
430| #  include <stdlib.h>
431| # endif
432| #endif
433| #ifdef HAVE_STRING_H
434| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
435| #  include <memory.h>
436| # endif
437| # include <string.h>
438| #endif
439| #ifdef HAVE_STRINGS_H
440| # include <strings.h>
441| #endif
442| #ifdef HAVE_INTTYPES_H
443| # include <inttypes.h>
444| #endif
445| #ifdef HAVE_STDINT_H
446| # include <stdint.h>
447| #endif
448| #ifdef HAVE_UNISTD_H
449| # include <unistd.h>
450| #endif
451| #include <libutil.h>
452configure:5023: result: no
453configure:5023: checking libutil.h presence
454configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
455conftest.c:31:10: fatal error: 'libutil.h' file not found
456#include <libutil.h>
457         ^~~~~~~~~~~
4581 error generated.
459configure:5023: $? = 1
460configure: failed program was:
461| /* confdefs.h */
462| #define PACKAGE_NAME "tmux"
463| #define PACKAGE_TARNAME "tmux"
464| #define PACKAGE_VERSION "3.3a"
465| #define PACKAGE_STRING "tmux 3.3a"
466| #define PACKAGE_BUGREPORT ""
467| #define PACKAGE_URL ""
468| #define PACKAGE "tmux"
469| #define VERSION "3.3a"
470| #define STDC_HEADERS 1
471| #define HAVE_SYS_TYPES_H 1
472| #define HAVE_SYS_STAT_H 1
473| #define HAVE_STDLIB_H 1
474| #define HAVE_STRING_H 1
475| #define HAVE_MEMORY_H 1
476| #define HAVE_STRINGS_H 1
477| #define HAVE_INTTYPES_H 1
478| #define HAVE_STDINT_H 1
479| #define HAVE_UNISTD_H 1
480| #define __EXTENSIONS__ 1
481| #define _ALL_SOURCE 1
482| #define _GNU_SOURCE 1
483| #define _POSIX_PTHREAD_SEMANTICS 1
484| #define _TANDEM_SOURCE 1
485| #define HAVE_BITSTRING_H 1
486| #define HAVE_DIRENT_H 1
487| #define HAVE_FCNTL_H 1
488| #define HAVE_INTTYPES_H 1
489| #define HAVE_LIBPROC_H 1
490| /* end confdefs.h.  */
491| #include <libutil.h>
492configure:5023: result: no
493configure:5023: checking for libutil.h
494configure:5023: result: no
495configure:5023: checking ndir.h usability
496configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
497conftest.c:64:10: fatal error: 'ndir.h' file not found
498#include <ndir.h>
499         ^~~~~~~~
5001 error generated.
501configure:5023: $? = 1
502configure: failed program was:
503| /* confdefs.h */
504| #define PACKAGE_NAME "tmux"
505| #define PACKAGE_TARNAME "tmux"
506| #define PACKAGE_VERSION "3.3a"
507| #define PACKAGE_STRING "tmux 3.3a"
508| #define PACKAGE_BUGREPORT ""
509| #define PACKAGE_URL ""
510| #define PACKAGE "tmux"
511| #define VERSION "3.3a"
512| #define STDC_HEADERS 1
513| #define HAVE_SYS_TYPES_H 1
514| #define HAVE_SYS_STAT_H 1
515| #define HAVE_STDLIB_H 1
516| #define HAVE_STRING_H 1
517| #define HAVE_MEMORY_H 1
518| #define HAVE_STRINGS_H 1
519| #define HAVE_INTTYPES_H 1
520| #define HAVE_STDINT_H 1
521| #define HAVE_UNISTD_H 1
522| #define __EXTENSIONS__ 1
523| #define _ALL_SOURCE 1
524| #define _GNU_SOURCE 1
525| #define _POSIX_PTHREAD_SEMANTICS 1
526| #define _TANDEM_SOURCE 1
527| #define HAVE_BITSTRING_H 1
528| #define HAVE_DIRENT_H 1
529| #define HAVE_FCNTL_H 1
530| #define HAVE_INTTYPES_H 1
531| #define HAVE_LIBPROC_H 1
532| /* end confdefs.h.  */
533| #include <stdio.h>
534| #ifdef HAVE_SYS_TYPES_H
535| # include <sys/types.h>
536| #endif
537| #ifdef HAVE_SYS_STAT_H
538| # include <sys/stat.h>
539| #endif
540| #ifdef STDC_HEADERS
541| # include <stdlib.h>
542| # include <stddef.h>
543| #else
544| # ifdef HAVE_STDLIB_H
545| #  include <stdlib.h>
546| # endif
547| #endif
548| #ifdef HAVE_STRING_H
549| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
550| #  include <memory.h>
551| # endif
552| # include <string.h>
553| #endif
554| #ifdef HAVE_STRINGS_H
555| # include <strings.h>
556| #endif
557| #ifdef HAVE_INTTYPES_H
558| # include <inttypes.h>
559| #endif
560| #ifdef HAVE_STDINT_H
561| # include <stdint.h>
562| #endif
563| #ifdef HAVE_UNISTD_H
564| # include <unistd.h>
565| #endif
566| #include <ndir.h>
567configure:5023: result: no
568configure:5023: checking ndir.h presence
569configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
570conftest.c:31:10: fatal error: 'ndir.h' file not found
571#include <ndir.h>
572         ^~~~~~~~
5731 error generated.
574configure:5023: $? = 1
575configure: failed program was:
576| /* confdefs.h */
577| #define PACKAGE_NAME "tmux"
578| #define PACKAGE_TARNAME "tmux"
579| #define PACKAGE_VERSION "3.3a"
580| #define PACKAGE_STRING "tmux 3.3a"
581| #define PACKAGE_BUGREPORT ""
582| #define PACKAGE_URL ""
583| #define PACKAGE "tmux"
584| #define VERSION "3.3a"
585| #define STDC_HEADERS 1
586| #define HAVE_SYS_TYPES_H 1
587| #define HAVE_SYS_STAT_H 1
588| #define HAVE_STDLIB_H 1
589| #define HAVE_STRING_H 1
590| #define HAVE_MEMORY_H 1
591| #define HAVE_STRINGS_H 1
592| #define HAVE_INTTYPES_H 1
593| #define HAVE_STDINT_H 1
594| #define HAVE_UNISTD_H 1
595| #define __EXTENSIONS__ 1
596| #define _ALL_SOURCE 1
597| #define _GNU_SOURCE 1
598| #define _POSIX_PTHREAD_SEMANTICS 1
599| #define _TANDEM_SOURCE 1
600| #define HAVE_BITSTRING_H 1
601| #define HAVE_DIRENT_H 1
602| #define HAVE_FCNTL_H 1
603| #define HAVE_INTTYPES_H 1
604| #define HAVE_LIBPROC_H 1
605| /* end confdefs.h.  */
606| #include <ndir.h>
607configure:5023: result: no
608configure:5023: checking for ndir.h
609configure:5023: result: no
610configure:5023: checking paths.h usability
611configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
612configure:5023: $? = 0
613configure:5023: result: yes
614configure:5023: checking paths.h presence
615configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
616configure:5023: $? = 0
617configure:5023: result: yes
618configure:5023: checking for paths.h
619configure:5023: result: yes
620configure:5023: checking pty.h usability
621configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
622conftest.c:65:10: fatal error: 'pty.h' file not found
623#include <pty.h>
624         ^~~~~~~
6251 error generated.
626configure:5023: $? = 1
627configure: failed program was:
628| /* confdefs.h */
629| #define PACKAGE_NAME "tmux"
630| #define PACKAGE_TARNAME "tmux"
631| #define PACKAGE_VERSION "3.3a"
632| #define PACKAGE_STRING "tmux 3.3a"
633| #define PACKAGE_BUGREPORT ""
634| #define PACKAGE_URL ""
635| #define PACKAGE "tmux"
636| #define VERSION "3.3a"
637| #define STDC_HEADERS 1
638| #define HAVE_SYS_TYPES_H 1
639| #define HAVE_SYS_STAT_H 1
640| #define HAVE_STDLIB_H 1
641| #define HAVE_STRING_H 1
642| #define HAVE_MEMORY_H 1
643| #define HAVE_STRINGS_H 1
644| #define HAVE_INTTYPES_H 1
645| #define HAVE_STDINT_H 1
646| #define HAVE_UNISTD_H 1
647| #define __EXTENSIONS__ 1
648| #define _ALL_SOURCE 1
649| #define _GNU_SOURCE 1
650| #define _POSIX_PTHREAD_SEMANTICS 1
651| #define _TANDEM_SOURCE 1
652| #define HAVE_BITSTRING_H 1
653| #define HAVE_DIRENT_H 1
654| #define HAVE_FCNTL_H 1
655| #define HAVE_INTTYPES_H 1
656| #define HAVE_LIBPROC_H 1
657| #define HAVE_PATHS_H 1
658| /* end confdefs.h.  */
659| #include <stdio.h>
660| #ifdef HAVE_SYS_TYPES_H
661| # include <sys/types.h>
662| #endif
663| #ifdef HAVE_SYS_STAT_H
664| # include <sys/stat.h>
665| #endif
666| #ifdef STDC_HEADERS
667| # include <stdlib.h>
668| # include <stddef.h>
669| #else
670| # ifdef HAVE_STDLIB_H
671| #  include <stdlib.h>
672| # endif
673| #endif
674| #ifdef HAVE_STRING_H
675| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
676| #  include <memory.h>
677| # endif
678| # include <string.h>
679| #endif
680| #ifdef HAVE_STRINGS_H
681| # include <strings.h>
682| #endif
683| #ifdef HAVE_INTTYPES_H
684| # include <inttypes.h>
685| #endif
686| #ifdef HAVE_STDINT_H
687| # include <stdint.h>
688| #endif
689| #ifdef HAVE_UNISTD_H
690| # include <unistd.h>
691| #endif
692| #include <pty.h>
693configure:5023: result: no
694configure:5023: checking pty.h presence
695configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
696conftest.c:32:10: fatal error: 'pty.h' file not found
697#include <pty.h>
698         ^~~~~~~
6991 error generated.
700configure:5023: $? = 1
701configure: failed program was:
702| /* confdefs.h */
703| #define PACKAGE_NAME "tmux"
704| #define PACKAGE_TARNAME "tmux"
705| #define PACKAGE_VERSION "3.3a"
706| #define PACKAGE_STRING "tmux 3.3a"
707| #define PACKAGE_BUGREPORT ""
708| #define PACKAGE_URL ""
709| #define PACKAGE "tmux"
710| #define VERSION "3.3a"
711| #define STDC_HEADERS 1
712| #define HAVE_SYS_TYPES_H 1
713| #define HAVE_SYS_STAT_H 1
714| #define HAVE_STDLIB_H 1
715| #define HAVE_STRING_H 1
716| #define HAVE_MEMORY_H 1
717| #define HAVE_STRINGS_H 1
718| #define HAVE_INTTYPES_H 1
719| #define HAVE_STDINT_H 1
720| #define HAVE_UNISTD_H 1
721| #define __EXTENSIONS__ 1
722| #define _ALL_SOURCE 1
723| #define _GNU_SOURCE 1
724| #define _POSIX_PTHREAD_SEMANTICS 1
725| #define _TANDEM_SOURCE 1
726| #define HAVE_BITSTRING_H 1
727| #define HAVE_DIRENT_H 1
728| #define HAVE_FCNTL_H 1
729| #define HAVE_INTTYPES_H 1
730| #define HAVE_LIBPROC_H 1
731| #define HAVE_PATHS_H 1
732| /* end confdefs.h.  */
733| #include <pty.h>
734configure:5023: result: no
735configure:5023: checking for pty.h
736configure:5023: result: no
737configure:5023: checking for stdint.h
738configure:5023: result: yes
739configure:5023: checking sys/dir.h usability
740configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
741configure:5023: $? = 0
742configure:5023: result: yes
743configure:5023: checking sys/dir.h presence
744configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
745configure:5023: $? = 0
746configure:5023: result: yes
747configure:5023: checking for sys/dir.h
748configure:5023: result: yes
749configure:5023: checking sys/ndir.h usability
750configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
751conftest.c:67:10: fatal error: 'sys/ndir.h' file not found
752#include <sys/ndir.h>
753         ^~~~~~~~~~~~
7541 error generated.
755configure:5023: $? = 1
756configure: failed program was:
757| /* confdefs.h */
758| #define PACKAGE_NAME "tmux"
759| #define PACKAGE_TARNAME "tmux"
760| #define PACKAGE_VERSION "3.3a"
761| #define PACKAGE_STRING "tmux 3.3a"
762| #define PACKAGE_BUGREPORT ""
763| #define PACKAGE_URL ""
764| #define PACKAGE "tmux"
765| #define VERSION "3.3a"
766| #define STDC_HEADERS 1
767| #define HAVE_SYS_TYPES_H 1
768| #define HAVE_SYS_STAT_H 1
769| #define HAVE_STDLIB_H 1
770| #define HAVE_STRING_H 1
771| #define HAVE_MEMORY_H 1
772| #define HAVE_STRINGS_H 1
773| #define HAVE_INTTYPES_H 1
774| #define HAVE_STDINT_H 1
775| #define HAVE_UNISTD_H 1
776| #define __EXTENSIONS__ 1
777| #define _ALL_SOURCE 1
778| #define _GNU_SOURCE 1
779| #define _POSIX_PTHREAD_SEMANTICS 1
780| #define _TANDEM_SOURCE 1
781| #define HAVE_BITSTRING_H 1
782| #define HAVE_DIRENT_H 1
783| #define HAVE_FCNTL_H 1
784| #define HAVE_INTTYPES_H 1
785| #define HAVE_LIBPROC_H 1
786| #define HAVE_PATHS_H 1
787| #define HAVE_STDINT_H 1
788| #define HAVE_SYS_DIR_H 1
789| /* end confdefs.h.  */
790| #include <stdio.h>
791| #ifdef HAVE_SYS_TYPES_H
792| # include <sys/types.h>
793| #endif
794| #ifdef HAVE_SYS_STAT_H
795| # include <sys/stat.h>
796| #endif
797| #ifdef STDC_HEADERS
798| # include <stdlib.h>
799| # include <stddef.h>
800| #else
801| # ifdef HAVE_STDLIB_H
802| #  include <stdlib.h>
803| # endif
804| #endif
805| #ifdef HAVE_STRING_H
806| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
807| #  include <memory.h>
808| # endif
809| # include <string.h>
810| #endif
811| #ifdef HAVE_STRINGS_H
812| # include <strings.h>
813| #endif
814| #ifdef HAVE_INTTYPES_H
815| # include <inttypes.h>
816| #endif
817| #ifdef HAVE_STDINT_H
818| # include <stdint.h>
819| #endif
820| #ifdef HAVE_UNISTD_H
821| # include <unistd.h>
822| #endif
823| #include <sys/ndir.h>
824configure:5023: result: no
825configure:5023: checking sys/ndir.h presence
826configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
827conftest.c:34:10: fatal error: 'sys/ndir.h' file not found
828#include <sys/ndir.h>
829         ^~~~~~~~~~~~
8301 error generated.
831configure:5023: $? = 1
832configure: failed program was:
833| /* confdefs.h */
834| #define PACKAGE_NAME "tmux"
835| #define PACKAGE_TARNAME "tmux"
836| #define PACKAGE_VERSION "3.3a"
837| #define PACKAGE_STRING "tmux 3.3a"
838| #define PACKAGE_BUGREPORT ""
839| #define PACKAGE_URL ""
840| #define PACKAGE "tmux"
841| #define VERSION "3.3a"
842| #define STDC_HEADERS 1
843| #define HAVE_SYS_TYPES_H 1
844| #define HAVE_SYS_STAT_H 1
845| #define HAVE_STDLIB_H 1
846| #define HAVE_STRING_H 1
847| #define HAVE_MEMORY_H 1
848| #define HAVE_STRINGS_H 1
849| #define HAVE_INTTYPES_H 1
850| #define HAVE_STDINT_H 1
851| #define HAVE_UNISTD_H 1
852| #define __EXTENSIONS__ 1
853| #define _ALL_SOURCE 1
854| #define _GNU_SOURCE 1
855| #define _POSIX_PTHREAD_SEMANTICS 1
856| #define _TANDEM_SOURCE 1
857| #define HAVE_BITSTRING_H 1
858| #define HAVE_DIRENT_H 1
859| #define HAVE_FCNTL_H 1
860| #define HAVE_INTTYPES_H 1
861| #define HAVE_LIBPROC_H 1
862| #define HAVE_PATHS_H 1
863| #define HAVE_STDINT_H 1
864| #define HAVE_SYS_DIR_H 1
865| /* end confdefs.h.  */
866| #include <sys/ndir.h>
867configure:5023: result: no
868configure:5023: checking for sys/ndir.h
869configure:5023: result: no
870configure:5023: checking sys/tree.h usability
871configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
872conftest.c:67:10: fatal error: 'sys/tree.h' file not found
873#include <sys/tree.h>
874         ^~~~~~~~~~~~
8751 error generated.
876configure:5023: $? = 1
877configure: failed program was:
878| /* confdefs.h */
879| #define PACKAGE_NAME "tmux"
880| #define PACKAGE_TARNAME "tmux"
881| #define PACKAGE_VERSION "3.3a"
882| #define PACKAGE_STRING "tmux 3.3a"
883| #define PACKAGE_BUGREPORT ""
884| #define PACKAGE_URL ""
885| #define PACKAGE "tmux"
886| #define VERSION "3.3a"
887| #define STDC_HEADERS 1
888| #define HAVE_SYS_TYPES_H 1
889| #define HAVE_SYS_STAT_H 1
890| #define HAVE_STDLIB_H 1
891| #define HAVE_STRING_H 1
892| #define HAVE_MEMORY_H 1
893| #define HAVE_STRINGS_H 1
894| #define HAVE_INTTYPES_H 1
895| #define HAVE_STDINT_H 1
896| #define HAVE_UNISTD_H 1
897| #define __EXTENSIONS__ 1
898| #define _ALL_SOURCE 1
899| #define _GNU_SOURCE 1
900| #define _POSIX_PTHREAD_SEMANTICS 1
901| #define _TANDEM_SOURCE 1
902| #define HAVE_BITSTRING_H 1
903| #define HAVE_DIRENT_H 1
904| #define HAVE_FCNTL_H 1
905| #define HAVE_INTTYPES_H 1
906| #define HAVE_LIBPROC_H 1
907| #define HAVE_PATHS_H 1
908| #define HAVE_STDINT_H 1
909| #define HAVE_SYS_DIR_H 1
910| /* end confdefs.h.  */
911| #include <stdio.h>
912| #ifdef HAVE_SYS_TYPES_H
913| # include <sys/types.h>
914| #endif
915| #ifdef HAVE_SYS_STAT_H
916| # include <sys/stat.h>
917| #endif
918| #ifdef STDC_HEADERS
919| # include <stdlib.h>
920| # include <stddef.h>
921| #else
922| # ifdef HAVE_STDLIB_H
923| #  include <stdlib.h>
924| # endif
925| #endif
926| #ifdef HAVE_STRING_H
927| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
928| #  include <memory.h>
929| # endif
930| # include <string.h>
931| #endif
932| #ifdef HAVE_STRINGS_H
933| # include <strings.h>
934| #endif
935| #ifdef HAVE_INTTYPES_H
936| # include <inttypes.h>
937| #endif
938| #ifdef HAVE_STDINT_H
939| # include <stdint.h>
940| #endif
941| #ifdef HAVE_UNISTD_H
942| # include <unistd.h>
943| #endif
944| #include <sys/tree.h>
945configure:5023: result: no
946configure:5023: checking sys/tree.h presence
947configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
948conftest.c:34:10: fatal error: 'sys/tree.h' file not found
949#include <sys/tree.h>
950         ^~~~~~~~~~~~
9511 error generated.
952configure:5023: $? = 1
953configure: failed program was:
954| /* confdefs.h */
955| #define PACKAGE_NAME "tmux"
956| #define PACKAGE_TARNAME "tmux"
957| #define PACKAGE_VERSION "3.3a"
958| #define PACKAGE_STRING "tmux 3.3a"
959| #define PACKAGE_BUGREPORT ""
960| #define PACKAGE_URL ""
961| #define PACKAGE "tmux"
962| #define VERSION "3.3a"
963| #define STDC_HEADERS 1
964| #define HAVE_SYS_TYPES_H 1
965| #define HAVE_SYS_STAT_H 1
966| #define HAVE_STDLIB_H 1
967| #define HAVE_STRING_H 1
968| #define HAVE_MEMORY_H 1
969| #define HAVE_STRINGS_H 1
970| #define HAVE_INTTYPES_H 1
971| #define HAVE_STDINT_H 1
972| #define HAVE_UNISTD_H 1
973| #define __EXTENSIONS__ 1
974| #define _ALL_SOURCE 1
975| #define _GNU_SOURCE 1
976| #define _POSIX_PTHREAD_SEMANTICS 1
977| #define _TANDEM_SOURCE 1
978| #define HAVE_BITSTRING_H 1
979| #define HAVE_DIRENT_H 1
980| #define HAVE_FCNTL_H 1
981| #define HAVE_INTTYPES_H 1
982| #define HAVE_LIBPROC_H 1
983| #define HAVE_PATHS_H 1
984| #define HAVE_STDINT_H 1
985| #define HAVE_SYS_DIR_H 1
986| /* end confdefs.h.  */
987| #include <sys/tree.h>
988configure:5023: result: no
989configure:5023: checking for sys/tree.h
990configure:5023: result: no
991configure:5023: checking ucred.h usability
992configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
993conftest.c:67:10: fatal error: 'ucred.h' file not found
994#include <ucred.h>
995         ^~~~~~~~~
9961 error generated.
997configure:5023: $? = 1
998configure: failed program was:
999| /* confdefs.h */
1000| #define PACKAGE_NAME "tmux"
1001| #define PACKAGE_TARNAME "tmux"
1002| #define PACKAGE_VERSION "3.3a"
1003| #define PACKAGE_STRING "tmux 3.3a"
1004| #define PACKAGE_BUGREPORT ""
1005| #define PACKAGE_URL ""
1006| #define PACKAGE "tmux"
1007| #define VERSION "3.3a"
1008| #define STDC_HEADERS 1
1009| #define HAVE_SYS_TYPES_H 1
1010| #define HAVE_SYS_STAT_H 1
1011| #define HAVE_STDLIB_H 1
1012| #define HAVE_STRING_H 1
1013| #define HAVE_MEMORY_H 1
1014| #define HAVE_STRINGS_H 1
1015| #define HAVE_INTTYPES_H 1
1016| #define HAVE_STDINT_H 1
1017| #define HAVE_UNISTD_H 1
1018| #define __EXTENSIONS__ 1
1019| #define _ALL_SOURCE 1
1020| #define _GNU_SOURCE 1
1021| #define _POSIX_PTHREAD_SEMANTICS 1
1022| #define _TANDEM_SOURCE 1
1023| #define HAVE_BITSTRING_H 1
1024| #define HAVE_DIRENT_H 1
1025| #define HAVE_FCNTL_H 1
1026| #define HAVE_INTTYPES_H 1
1027| #define HAVE_LIBPROC_H 1
1028| #define HAVE_PATHS_H 1
1029| #define HAVE_STDINT_H 1
1030| #define HAVE_SYS_DIR_H 1
1031| /* end confdefs.h.  */
1032| #include <stdio.h>
1033| #ifdef HAVE_SYS_TYPES_H
1034| # include <sys/types.h>
1035| #endif
1036| #ifdef HAVE_SYS_STAT_H
1037| # include <sys/stat.h>
1038| #endif
1039| #ifdef STDC_HEADERS
1040| # include <stdlib.h>
1041| # include <stddef.h>
1042| #else
1043| # ifdef HAVE_STDLIB_H
1044| #  include <stdlib.h>
1045| # endif
1046| #endif
1047| #ifdef HAVE_STRING_H
1048| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1049| #  include <memory.h>
1050| # endif
1051| # include <string.h>
1052| #endif
1053| #ifdef HAVE_STRINGS_H
1054| # include <strings.h>
1055| #endif
1056| #ifdef HAVE_INTTYPES_H
1057| # include <inttypes.h>
1058| #endif
1059| #ifdef HAVE_STDINT_H
1060| # include <stdint.h>
1061| #endif
1062| #ifdef HAVE_UNISTD_H
1063| # include <unistd.h>
1064| #endif
1065| #include <ucred.h>
1066configure:5023: result: no
1067configure:5023: checking ucred.h presence
1068configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1069conftest.c:34:10: fatal error: 'ucred.h' file not found
1070#include <ucred.h>
1071         ^~~~~~~~~
10721 error generated.
1073configure:5023: $? = 1
1074configure: failed program was:
1075| /* confdefs.h */
1076| #define PACKAGE_NAME "tmux"
1077| #define PACKAGE_TARNAME "tmux"
1078| #define PACKAGE_VERSION "3.3a"
1079| #define PACKAGE_STRING "tmux 3.3a"
1080| #define PACKAGE_BUGREPORT ""
1081| #define PACKAGE_URL ""
1082| #define PACKAGE "tmux"
1083| #define VERSION "3.3a"
1084| #define STDC_HEADERS 1
1085| #define HAVE_SYS_TYPES_H 1
1086| #define HAVE_SYS_STAT_H 1
1087| #define HAVE_STDLIB_H 1
1088| #define HAVE_STRING_H 1
1089| #define HAVE_MEMORY_H 1
1090| #define HAVE_STRINGS_H 1
1091| #define HAVE_INTTYPES_H 1
1092| #define HAVE_STDINT_H 1
1093| #define HAVE_UNISTD_H 1
1094| #define __EXTENSIONS__ 1
1095| #define _ALL_SOURCE 1
1096| #define _GNU_SOURCE 1
1097| #define _POSIX_PTHREAD_SEMANTICS 1
1098| #define _TANDEM_SOURCE 1
1099| #define HAVE_BITSTRING_H 1
1100| #define HAVE_DIRENT_H 1
1101| #define HAVE_FCNTL_H 1
1102| #define HAVE_INTTYPES_H 1
1103| #define HAVE_LIBPROC_H 1
1104| #define HAVE_PATHS_H 1
1105| #define HAVE_STDINT_H 1
1106| #define HAVE_SYS_DIR_H 1
1107| /* end confdefs.h.  */
1108| #include <ucred.h>
1109configure:5023: result: no
1110configure:5023: checking for ucred.h
1111configure:5023: result: no
1112configure:5023: checking util.h usability
1113configure:5023: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1114configure:5023: $? = 0
1115configure:5023: result: yes
1116configure:5023: checking util.h presence
1117configure:5023: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1118configure:5023: $? = 0
1119configure:5023: result: yes
1120configure:5023: checking for util.h
1121configure:5023: result: yes
1122configure:5035: checking for library containing sys_signame
1123configure:5066: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1124configure:5066: $? = 0
1125configure:5083: result: none required
1126configure:5094: checking for fmod in -lm
1127configure:5119: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm   >&5
1128conftest.c:43:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
1129char fmod ();
1130     ^
1131conftest.c:43:6: note: 'fmod' is a builtin with type 'double (double, double)'
11321 warning generated.
1133configure:5119: $? = 0
1134configure:5128: result: yes
1135configure:5141: checking for library containing flock
1136configure:5172: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1137configure:5172: $? = 0
1138configure:5189: result: none required
1139configure:5209: checking for dirfd
1140configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1141configure:5209: $? = 0
1142configure:5209: result: yes
1143configure:5209: checking for flock
1144configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1145configure:5209: $? = 0
1146configure:5209: result: yes
1147configure:5209: checking for prctl
1148configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1149ld: Undefined symbols:
1150  _prctl, referenced from:
1151      _main in conftest-6295ad.o
1152clang: error: linker command failed with exit code 1 (use -v to see invocation)
1153configure:5209: $? = 1
1154configure: failed program was:
1155| /* confdefs.h */
1156| #define PACKAGE_NAME "tmux"
1157| #define PACKAGE_TARNAME "tmux"
1158| #define PACKAGE_VERSION "3.3a"
1159| #define PACKAGE_STRING "tmux 3.3a"
1160| #define PACKAGE_BUGREPORT ""
1161| #define PACKAGE_URL ""
1162| #define PACKAGE "tmux"
1163| #define VERSION "3.3a"
1164| #define STDC_HEADERS 1
1165| #define HAVE_SYS_TYPES_H 1
1166| #define HAVE_SYS_STAT_H 1
1167| #define HAVE_STDLIB_H 1
1168| #define HAVE_STRING_H 1
1169| #define HAVE_MEMORY_H 1
1170| #define HAVE_STRINGS_H 1
1171| #define HAVE_INTTYPES_H 1
1172| #define HAVE_STDINT_H 1
1173| #define HAVE_UNISTD_H 1
1174| #define __EXTENSIONS__ 1
1175| #define _ALL_SOURCE 1
1176| #define _GNU_SOURCE 1
1177| #define _POSIX_PTHREAD_SEMANTICS 1
1178| #define _TANDEM_SOURCE 1
1179| #define HAVE_BITSTRING_H 1
1180| #define HAVE_DIRENT_H 1
1181| #define HAVE_FCNTL_H 1
1182| #define HAVE_INTTYPES_H 1
1183| #define HAVE_LIBPROC_H 1
1184| #define HAVE_PATHS_H 1
1185| #define HAVE_STDINT_H 1
1186| #define HAVE_SYS_DIR_H 1
1187| #define HAVE_UTIL_H 1
1188| #define HAVE_SYS_SIGNAME 1
1189| #define HAVE_LIBM 1
1190| #define HAVE_DIRFD 1
1191| #define HAVE_FLOCK 1
1192| /* end confdefs.h.  */
1193| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
1194|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1195| #define prctl innocuous_prctl
1196|
1197| /* System header to define __stub macros and hopefully few prototypes,
1198|     which can conflict with char prctl (); below.
1199|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1200|     <limits.h> exists even on freestanding compilers.  */
1201|
1202| #ifdef __STDC__
1203| # include <limits.h>
1204| #else
1205| # include <assert.h>
1206| #endif
1207|
1208| #undef prctl
1209|
1210| /* Override any GCC internal prototype to avoid an error.
1211|    Use char because int might match the return type of a GCC
1212|    builtin and then its argument prototype would still apply.  */
1213| #ifdef __cplusplus
1214| extern "C"
1215| #endif
1216| char prctl ();
1217| /* The GNU C library defines this for functions which it implements
1218|     to always fail with ENOSYS.  Some functions are actually named
1219|     something starting with __ and the normal name is an alias.  */
1220| #if defined __stub_prctl || defined __stub___prctl
1221| choke me
1222| #endif
1223|
1224| int
1225| main ()
1226| {
1227| return prctl ();
1228|   ;
1229|   return 0;
1230| }
1231configure:5209: result: no
1232configure:5209: checking for proc_pidinfo
1233configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1234configure:5209: $? = 0
1235configure:5209: result: yes
1236configure:5209: checking for getpeerucred
1237configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1238ld: Undefined symbols:
1239  _getpeerucred, referenced from:
1240      _main in conftest-c63169.o
1241clang: error: linker command failed with exit code 1 (use -v to see invocation)
1242configure:5209: $? = 1
1243configure: failed program was:
1244| /* confdefs.h */
1245| #define PACKAGE_NAME "tmux"
1246| #define PACKAGE_TARNAME "tmux"
1247| #define PACKAGE_VERSION "3.3a"
1248| #define PACKAGE_STRING "tmux 3.3a"
1249| #define PACKAGE_BUGREPORT ""
1250| #define PACKAGE_URL ""
1251| #define PACKAGE "tmux"
1252| #define VERSION "3.3a"
1253| #define STDC_HEADERS 1
1254| #define HAVE_SYS_TYPES_H 1
1255| #define HAVE_SYS_STAT_H 1
1256| #define HAVE_STDLIB_H 1
1257| #define HAVE_STRING_H 1
1258| #define HAVE_MEMORY_H 1
1259| #define HAVE_STRINGS_H 1
1260| #define HAVE_INTTYPES_H 1
1261| #define HAVE_STDINT_H 1
1262| #define HAVE_UNISTD_H 1
1263| #define __EXTENSIONS__ 1
1264| #define _ALL_SOURCE 1
1265| #define _GNU_SOURCE 1
1266| #define _POSIX_PTHREAD_SEMANTICS 1
1267| #define _TANDEM_SOURCE 1
1268| #define HAVE_BITSTRING_H 1
1269| #define HAVE_DIRENT_H 1
1270| #define HAVE_FCNTL_H 1
1271| #define HAVE_INTTYPES_H 1
1272| #define HAVE_LIBPROC_H 1
1273| #define HAVE_PATHS_H 1
1274| #define HAVE_STDINT_H 1
1275| #define HAVE_SYS_DIR_H 1
1276| #define HAVE_UTIL_H 1
1277| #define HAVE_SYS_SIGNAME 1
1278| #define HAVE_LIBM 1
1279| #define HAVE_DIRFD 1
1280| #define HAVE_FLOCK 1
1281| #define HAVE_PROC_PIDINFO 1
1282| /* end confdefs.h.  */
1283| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
1284|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1285| #define getpeerucred innocuous_getpeerucred
1286|
1287| /* System header to define __stub macros and hopefully few prototypes,
1288|     which can conflict with char getpeerucred (); below.
1289|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1290|     <limits.h> exists even on freestanding compilers.  */
1291|
1292| #ifdef __STDC__
1293| # include <limits.h>
1294| #else
1295| # include <assert.h>
1296| #endif
1297|
1298| #undef getpeerucred
1299|
1300| /* Override any GCC internal prototype to avoid an error.
1301|    Use char because int might match the return type of a GCC
1302|    builtin and then its argument prototype would still apply.  */
1303| #ifdef __cplusplus
1304| extern "C"
1305| #endif
1306| char getpeerucred ();
1307| /* The GNU C library defines this for functions which it implements
1308|     to always fail with ENOSYS.  Some functions are actually named
1309|     something starting with __ and the normal name is an alias.  */
1310| #if defined __stub_getpeerucred || defined __stub___getpeerucred
1311| choke me
1312| #endif
1313|
1314| int
1315| main ()
1316| {
1317| return getpeerucred ();
1318|   ;
1319|   return 0;
1320| }
1321configure:5209: result: no
1322configure:5209: checking for sysconf
1323configure:5209: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1324configure:5209: $? = 0
1325configure:5209: result: yes
1326configure:5220: checking for asprintf
1327configure:5220: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1328conftest.c:75:18: warning: format string missing [-Wformat]
1329return asprintf ();
1330       ~~~~~~~~  ^
13311 warning generated.
1332configure:5220: $? = 0
1333configure:5220: result: yes
1334configure:5233: checking for cfmakeraw
1335configure:5233: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1336configure:5233: $? = 0
1337configure:5233: result: yes
1338configure:5246: checking for clock_gettime
1339configure:5246: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1340configure:5246: $? = 0
1341configure:5246: result: yes
1342configure:5259: checking for closefrom
1343configure:5259: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1344ld: Undefined symbols:
1345  _closefrom, referenced from:
1346      _main in conftest-cec936.o
1347clang: error: linker command failed with exit code 1 (use -v to see invocation)
1348configure:5259: $? = 1
1349configure: failed program was:
1350| /* confdefs.h */
1351| #define PACKAGE_NAME "tmux"
1352| #define PACKAGE_TARNAME "tmux"
1353| #define PACKAGE_VERSION "3.3a"
1354| #define PACKAGE_STRING "tmux 3.3a"
1355| #define PACKAGE_BUGREPORT ""
1356| #define PACKAGE_URL ""
1357| #define PACKAGE "tmux"
1358| #define VERSION "3.3a"
1359| #define STDC_HEADERS 1
1360| #define HAVE_SYS_TYPES_H 1
1361| #define HAVE_SYS_STAT_H 1
1362| #define HAVE_STDLIB_H 1
1363| #define HAVE_STRING_H 1
1364| #define HAVE_MEMORY_H 1
1365| #define HAVE_STRINGS_H 1
1366| #define HAVE_INTTYPES_H 1
1367| #define HAVE_STDINT_H 1
1368| #define HAVE_UNISTD_H 1
1369| #define __EXTENSIONS__ 1
1370| #define _ALL_SOURCE 1
1371| #define _GNU_SOURCE 1
1372| #define _POSIX_PTHREAD_SEMANTICS 1
1373| #define _TANDEM_SOURCE 1
1374| #define HAVE_BITSTRING_H 1
1375| #define HAVE_DIRENT_H 1
1376| #define HAVE_FCNTL_H 1
1377| #define HAVE_INTTYPES_H 1
1378| #define HAVE_LIBPROC_H 1
1379| #define HAVE_PATHS_H 1
1380| #define HAVE_STDINT_H 1
1381| #define HAVE_SYS_DIR_H 1
1382| #define HAVE_UTIL_H 1
1383| #define HAVE_SYS_SIGNAME 1
1384| #define HAVE_LIBM 1
1385| #define HAVE_DIRFD 1
1386| #define HAVE_FLOCK 1
1387| #define HAVE_PROC_PIDINFO 1
1388| #define HAVE_SYSCONF 1
1389| #define HAVE_ASPRINTF 1
1390| #define HAVE_CFMAKERAW 1
1391| #define HAVE_CLOCK_GETTIME 1
1392| /* end confdefs.h.  */
1393| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
1394|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1395| #define closefrom innocuous_closefrom
1396|
1397| /* System header to define __stub macros and hopefully few prototypes,
1398|     which can conflict with char closefrom (); below.
1399|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1400|     <limits.h> exists even on freestanding compilers.  */
1401|
1402| #ifdef __STDC__
1403| # include <limits.h>
1404| #else
1405| # include <assert.h>
1406| #endif
1407|
1408| #undef closefrom
1409|
1410| /* Override any GCC internal prototype to avoid an error.
1411|    Use char because int might match the return type of a GCC
1412|    builtin and then its argument prototype would still apply.  */
1413| #ifdef __cplusplus
1414| extern "C"
1415| #endif
1416| char closefrom ();
1417| /* The GNU C library defines this for functions which it implements
1418|     to always fail with ENOSYS.  Some functions are actually named
1419|     something starting with __ and the normal name is an alias.  */
1420| #if defined __stub_closefrom || defined __stub___closefrom
1421| choke me
1422| #endif
1423|
1424| int
1425| main ()
1426| {
1427| return closefrom ();
1428|   ;
1429|   return 0;
1430| }
1431configure:5259: result: no
1432configure:5272: checking for explicit_bzero
1433configure:5272: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1434ld: Undefined symbols:
1435  _explicit_bzero, referenced from:
1436      _main in conftest-b3e1b4.o
1437clang: error: linker command failed with exit code 1 (use -v to see invocation)
1438configure:5272: $? = 1
1439configure: failed program was:
1440| /* confdefs.h */
1441| #define PACKAGE_NAME "tmux"
1442| #define PACKAGE_TARNAME "tmux"
1443| #define PACKAGE_VERSION "3.3a"
1444| #define PACKAGE_STRING "tmux 3.3a"
1445| #define PACKAGE_BUGREPORT ""
1446| #define PACKAGE_URL ""
1447| #define PACKAGE "tmux"
1448| #define VERSION "3.3a"
1449| #define STDC_HEADERS 1
1450| #define HAVE_SYS_TYPES_H 1
1451| #define HAVE_SYS_STAT_H 1
1452| #define HAVE_STDLIB_H 1
1453| #define HAVE_STRING_H 1
1454| #define HAVE_MEMORY_H 1
1455| #define HAVE_STRINGS_H 1
1456| #define HAVE_INTTYPES_H 1
1457| #define HAVE_STDINT_H 1
1458| #define HAVE_UNISTD_H 1
1459| #define __EXTENSIONS__ 1
1460| #define _ALL_SOURCE 1
1461| #define _GNU_SOURCE 1
1462| #define _POSIX_PTHREAD_SEMANTICS 1
1463| #define _TANDEM_SOURCE 1
1464| #define HAVE_BITSTRING_H 1
1465| #define HAVE_DIRENT_H 1
1466| #define HAVE_FCNTL_H 1
1467| #define HAVE_INTTYPES_H 1
1468| #define HAVE_LIBPROC_H 1
1469| #define HAVE_PATHS_H 1
1470| #define HAVE_STDINT_H 1
1471| #define HAVE_SYS_DIR_H 1
1472| #define HAVE_UTIL_H 1
1473| #define HAVE_SYS_SIGNAME 1
1474| #define HAVE_LIBM 1
1475| #define HAVE_DIRFD 1
1476| #define HAVE_FLOCK 1
1477| #define HAVE_PROC_PIDINFO 1
1478| #define HAVE_SYSCONF 1
1479| #define HAVE_ASPRINTF 1
1480| #define HAVE_CFMAKERAW 1
1481| #define HAVE_CLOCK_GETTIME 1
1482| /* end confdefs.h.  */
1483| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
1484|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1485| #define explicit_bzero innocuous_explicit_bzero
1486|
1487| /* System header to define __stub macros and hopefully few prototypes,
1488|     which can conflict with char explicit_bzero (); below.
1489|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1490|     <limits.h> exists even on freestanding compilers.  */
1491|
1492| #ifdef __STDC__
1493| # include <limits.h>
1494| #else
1495| # include <assert.h>
1496| #endif
1497|
1498| #undef explicit_bzero
1499|
1500| /* Override any GCC internal prototype to avoid an error.
1501|    Use char because int might match the return type of a GCC
1502|    builtin and then its argument prototype would still apply.  */
1503| #ifdef __cplusplus
1504| extern "C"
1505| #endif
1506| char explicit_bzero ();
1507| /* The GNU C library defines this for functions which it implements
1508|     to always fail with ENOSYS.  Some functions are actually named
1509|     something starting with __ and the normal name is an alias.  */
1510| #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
1511| choke me
1512| #endif
1513|
1514| int
1515| main ()
1516| {
1517| return explicit_bzero ();
1518|   ;
1519|   return 0;
1520| }
1521configure:5272: result: no
1522configure:5285: checking for fgetln
1523configure:5285: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1524configure:5285: $? = 0
1525configure:5285: result: yes
1526configure:5298: checking for freezero
1527configure:5298: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1528ld: Undefined symbols:
1529  _freezero, referenced from:
1530      _main in conftest-9feb6c.o
1531clang: error: linker command failed with exit code 1 (use -v to see invocation)
1532configure:5298: $? = 1
1533configure: failed program was:
1534| /* confdefs.h */
1535| #define PACKAGE_NAME "tmux"
1536| #define PACKAGE_TARNAME "tmux"
1537| #define PACKAGE_VERSION "3.3a"
1538| #define PACKAGE_STRING "tmux 3.3a"
1539| #define PACKAGE_BUGREPORT ""
1540| #define PACKAGE_URL ""
1541| #define PACKAGE "tmux"
1542| #define VERSION "3.3a"
1543| #define STDC_HEADERS 1
1544| #define HAVE_SYS_TYPES_H 1
1545| #define HAVE_SYS_STAT_H 1
1546| #define HAVE_STDLIB_H 1
1547| #define HAVE_STRING_H 1
1548| #define HAVE_MEMORY_H 1
1549| #define HAVE_STRINGS_H 1
1550| #define HAVE_INTTYPES_H 1
1551| #define HAVE_STDINT_H 1
1552| #define HAVE_UNISTD_H 1
1553| #define __EXTENSIONS__ 1
1554| #define _ALL_SOURCE 1
1555| #define _GNU_SOURCE 1
1556| #define _POSIX_PTHREAD_SEMANTICS 1
1557| #define _TANDEM_SOURCE 1
1558| #define HAVE_BITSTRING_H 1
1559| #define HAVE_DIRENT_H 1
1560| #define HAVE_FCNTL_H 1
1561| #define HAVE_INTTYPES_H 1
1562| #define HAVE_LIBPROC_H 1
1563| #define HAVE_PATHS_H 1
1564| #define HAVE_STDINT_H 1
1565| #define HAVE_SYS_DIR_H 1
1566| #define HAVE_UTIL_H 1
1567| #define HAVE_SYS_SIGNAME 1
1568| #define HAVE_LIBM 1
1569| #define HAVE_DIRFD 1
1570| #define HAVE_FLOCK 1
1571| #define HAVE_PROC_PIDINFO 1
1572| #define HAVE_SYSCONF 1
1573| #define HAVE_ASPRINTF 1
1574| #define HAVE_CFMAKERAW 1
1575| #define HAVE_CLOCK_GETTIME 1
1576| #define HAVE_FGETLN 1
1577| /* end confdefs.h.  */
1578| /* Define freezero to an innocuous variant, in case <limits.h> declares freezero.
1579|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1580| #define freezero innocuous_freezero
1581|
1582| /* System header to define __stub macros and hopefully few prototypes,
1583|     which can conflict with char freezero (); below.
1584|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1585|     <limits.h> exists even on freestanding compilers.  */
1586|
1587| #ifdef __STDC__
1588| # include <limits.h>
1589| #else
1590| # include <assert.h>
1591| #endif
1592|
1593| #undef freezero
1594|
1595| /* Override any GCC internal prototype to avoid an error.
1596|    Use char because int might match the return type of a GCC
1597|    builtin and then its argument prototype would still apply.  */
1598| #ifdef __cplusplus
1599| extern "C"
1600| #endif
1601| char freezero ();
1602| /* The GNU C library defines this for functions which it implements
1603|     to always fail with ENOSYS.  Some functions are actually named
1604|     something starting with __ and the normal name is an alias.  */
1605| #if defined __stub_freezero || defined __stub___freezero
1606| choke me
1607| #endif
1608|
1609| int
1610| main ()
1611| {
1612| return freezero ();
1613|   ;
1614|   return 0;
1615| }
1616configure:5298: result: no
1617configure:5311: checking for getdtablecount
1618configure:5311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1619ld: Undefined symbols:
1620  _getdtablecount, referenced from:
1621      _main in conftest-b06394.o
1622clang: error: linker command failed with exit code 1 (use -v to see invocation)
1623configure:5311: $? = 1
1624configure: failed program was:
1625| /* confdefs.h */
1626| #define PACKAGE_NAME "tmux"
1627| #define PACKAGE_TARNAME "tmux"
1628| #define PACKAGE_VERSION "3.3a"
1629| #define PACKAGE_STRING "tmux 3.3a"
1630| #define PACKAGE_BUGREPORT ""
1631| #define PACKAGE_URL ""
1632| #define PACKAGE "tmux"
1633| #define VERSION "3.3a"
1634| #define STDC_HEADERS 1
1635| #define HAVE_SYS_TYPES_H 1
1636| #define HAVE_SYS_STAT_H 1
1637| #define HAVE_STDLIB_H 1
1638| #define HAVE_STRING_H 1
1639| #define HAVE_MEMORY_H 1
1640| #define HAVE_STRINGS_H 1
1641| #define HAVE_INTTYPES_H 1
1642| #define HAVE_STDINT_H 1
1643| #define HAVE_UNISTD_H 1
1644| #define __EXTENSIONS__ 1
1645| #define _ALL_SOURCE 1
1646| #define _GNU_SOURCE 1
1647| #define _POSIX_PTHREAD_SEMANTICS 1
1648| #define _TANDEM_SOURCE 1
1649| #define HAVE_BITSTRING_H 1
1650| #define HAVE_DIRENT_H 1
1651| #define HAVE_FCNTL_H 1
1652| #define HAVE_INTTYPES_H 1
1653| #define HAVE_LIBPROC_H 1
1654| #define HAVE_PATHS_H 1
1655| #define HAVE_STDINT_H 1
1656| #define HAVE_SYS_DIR_H 1
1657| #define HAVE_UTIL_H 1
1658| #define HAVE_SYS_SIGNAME 1
1659| #define HAVE_LIBM 1
1660| #define HAVE_DIRFD 1
1661| #define HAVE_FLOCK 1
1662| #define HAVE_PROC_PIDINFO 1
1663| #define HAVE_SYSCONF 1
1664| #define HAVE_ASPRINTF 1
1665| #define HAVE_CFMAKERAW 1
1666| #define HAVE_CLOCK_GETTIME 1
1667| #define HAVE_FGETLN 1
1668| /* end confdefs.h.  */
1669| /* Define getdtablecount to an innocuous variant, in case <limits.h> declares getdtablecount.
1670|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1671| #define getdtablecount innocuous_getdtablecount
1672|
1673| /* System header to define __stub macros and hopefully few prototypes,
1674|     which can conflict with char getdtablecount (); below.
1675|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1676|     <limits.h> exists even on freestanding compilers.  */
1677|
1678| #ifdef __STDC__
1679| # include <limits.h>
1680| #else
1681| # include <assert.h>
1682| #endif
1683|
1684| #undef getdtablecount
1685|
1686| /* Override any GCC internal prototype to avoid an error.
1687|    Use char because int might match the return type of a GCC
1688|    builtin and then its argument prototype would still apply.  */
1689| #ifdef __cplusplus
1690| extern "C"
1691| #endif
1692| char getdtablecount ();
1693| /* The GNU C library defines this for functions which it implements
1694|     to always fail with ENOSYS.  Some functions are actually named
1695|     something starting with __ and the normal name is an alias.  */
1696| #if defined __stub_getdtablecount || defined __stub___getdtablecount
1697| choke me
1698| #endif
1699|
1700| int
1701| main ()
1702| {
1703| return getdtablecount ();
1704|   ;
1705|   return 0;
1706| }
1707configure:5311: result: no
1708configure:5324: checking for getdtablesize
1709configure:5324: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1710configure:5324: $? = 0
1711configure:5324: result: yes
1712configure:5337: checking for getpeereid
1713configure:5337: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1714configure:5337: $? = 0
1715configure:5337: result: yes
1716configure:5350: checking for getline
1717configure:5350: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1718configure:5350: $? = 0
1719configure:5350: result: yes
1720configure:5363: checking for getprogname
1721configure:5363: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1722configure:5363: $? = 0
1723configure:5363: result: yes
1724configure:5376: checking for memmem
1725configure:5376: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1726configure:5376: $? = 0
1727configure:5376: result: yes
1728configure:5389: checking for setenv
1729configure:5389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1730configure:5389: $? = 0
1731configure:5389: result: yes
1732configure:5402: checking for setproctitle
1733configure:5402: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1734ld: Undefined symbols:
1735  _setproctitle, referenced from:
1736      _main in conftest-73cd1c.o
1737clang: error: linker command failed with exit code 1 (use -v to see invocation)
1738configure:5402: $? = 1
1739configure: failed program was:
1740| /* confdefs.h */
1741| #define PACKAGE_NAME "tmux"
1742| #define PACKAGE_TARNAME "tmux"
1743| #define PACKAGE_VERSION "3.3a"
1744| #define PACKAGE_STRING "tmux 3.3a"
1745| #define PACKAGE_BUGREPORT ""
1746| #define PACKAGE_URL ""
1747| #define PACKAGE "tmux"
1748| #define VERSION "3.3a"
1749| #define STDC_HEADERS 1
1750| #define HAVE_SYS_TYPES_H 1
1751| #define HAVE_SYS_STAT_H 1
1752| #define HAVE_STDLIB_H 1
1753| #define HAVE_STRING_H 1
1754| #define HAVE_MEMORY_H 1
1755| #define HAVE_STRINGS_H 1
1756| #define HAVE_INTTYPES_H 1
1757| #define HAVE_STDINT_H 1
1758| #define HAVE_UNISTD_H 1
1759| #define __EXTENSIONS__ 1
1760| #define _ALL_SOURCE 1
1761| #define _GNU_SOURCE 1
1762| #define _POSIX_PTHREAD_SEMANTICS 1
1763| #define _TANDEM_SOURCE 1
1764| #define HAVE_BITSTRING_H 1
1765| #define HAVE_DIRENT_H 1
1766| #define HAVE_FCNTL_H 1
1767| #define HAVE_INTTYPES_H 1
1768| #define HAVE_LIBPROC_H 1
1769| #define HAVE_PATHS_H 1
1770| #define HAVE_STDINT_H 1
1771| #define HAVE_SYS_DIR_H 1
1772| #define HAVE_UTIL_H 1
1773| #define HAVE_SYS_SIGNAME 1
1774| #define HAVE_LIBM 1
1775| #define HAVE_DIRFD 1
1776| #define HAVE_FLOCK 1
1777| #define HAVE_PROC_PIDINFO 1
1778| #define HAVE_SYSCONF 1
1779| #define HAVE_ASPRINTF 1
1780| #define HAVE_CFMAKERAW 1
1781| #define HAVE_CLOCK_GETTIME 1
1782| #define HAVE_FGETLN 1
1783| #define HAVE_GETDTABLESIZE 1
1784| #define HAVE_GETPEEREID 1
1785| #define HAVE_GETLINE 1
1786| #define HAVE_GETPROGNAME 1
1787| #define HAVE_MEMMEM 1
1788| #define HAVE_SETENV 1
1789| /* end confdefs.h.  */
1790| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
1791|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1792| #define setproctitle innocuous_setproctitle
1793|
1794| /* System header to define __stub macros and hopefully few prototypes,
1795|     which can conflict with char setproctitle (); below.
1796|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1797|     <limits.h> exists even on freestanding compilers.  */
1798|
1799| #ifdef __STDC__
1800| # include <limits.h>
1801| #else
1802| # include <assert.h>
1803| #endif
1804|
1805| #undef setproctitle
1806|
1807| /* Override any GCC internal prototype to avoid an error.
1808|    Use char because int might match the return type of a GCC
1809|    builtin and then its argument prototype would still apply.  */
1810| #ifdef __cplusplus
1811| extern "C"
1812| #endif
1813| char setproctitle ();
1814| /* The GNU C library defines this for functions which it implements
1815|     to always fail with ENOSYS.  Some functions are actually named
1816|     something starting with __ and the normal name is an alias.  */
1817| #if defined __stub_setproctitle || defined __stub___setproctitle
1818| choke me
1819| #endif
1820|
1821| int
1822| main ()
1823| {
1824| return setproctitle ();
1825|   ;
1826|   return 0;
1827| }
1828configure:5402: result: no
1829configure:5415: checking for strcasestr
1830configure:5415: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1831configure:5415: $? = 0
1832configure:5415: result: yes
1833configure:5428: checking for strlcat
1834configure:5428: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1835conftest.c:75:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
1836char strlcat ();
1837     ^
1838conftest.c:75:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
18391 warning generated.
1840configure:5428: $? = 0
1841configure:5428: result: yes
1842configure:5441: checking for strlcpy
1843configure:5441: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1844conftest.c:76:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
1845char strlcpy ();
1846     ^
1847conftest.c:76:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
18481 warning generated.
1849configure:5441: $? = 0
1850configure:5441: result: yes
1851configure:5454: checking for strndup
1852configure:5454: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1853conftest.c:77:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
1854char strndup ();
1855     ^
1856conftest.c:77:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
18571 warning generated.
1858configure:5454: $? = 0
1859configure:5454: result: yes
1860configure:5467: checking for strsep
1861configure:5467: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1862configure:5467: $? = 0
1863configure:5467: result: yes
1864configure:5481: checking for working strnlen
1865configure:5519: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1866configure:5519: $? = 0
1867configure:5519: ./conftest
1868configure:5519: $? = 0
1869configure:5529: result: yes
1870configure:5540: checking for working strtonum
1871configure:5564: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1872configure:5564: $? = 0
1873configure:5564: ./conftest
1874configure:5564: $? = 0
1875configure:5566: result: yes
1876configure:5585: checking for working reallocarray
1877configure:5609: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1878conftest.c:61:9: error: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1879return (reallocarray(NULL, 1, 1) == NULL);
1880        ^
1881conftest.c:61:34: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
1882return (reallocarray(NULL, 1, 1) == NULL);
1883        ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~
18841 warning and 1 error generated.
1885configure:5609: $? = 1
1886configure: program exited with status 1
1887configure: failed program was:
1888| /* confdefs.h */
1889| #define PACKAGE_NAME "tmux"
1890| #define PACKAGE_TARNAME "tmux"
1891| #define PACKAGE_VERSION "3.3a"
1892| #define PACKAGE_STRING "tmux 3.3a"
1893| #define PACKAGE_BUGREPORT ""
1894| #define PACKAGE_URL ""
1895| #define PACKAGE "tmux"
1896| #define VERSION "3.3a"
1897| #define STDC_HEADERS 1
1898| #define HAVE_SYS_TYPES_H 1
1899| #define HAVE_SYS_STAT_H 1
1900| #define HAVE_STDLIB_H 1
1901| #define HAVE_STRING_H 1
1902| #define HAVE_MEMORY_H 1
1903| #define HAVE_STRINGS_H 1
1904| #define HAVE_INTTYPES_H 1
1905| #define HAVE_STDINT_H 1
1906| #define HAVE_UNISTD_H 1
1907| #define __EXTENSIONS__ 1
1908| #define _ALL_SOURCE 1
1909| #define _GNU_SOURCE 1
1910| #define _POSIX_PTHREAD_SEMANTICS 1
1911| #define _TANDEM_SOURCE 1
1912| #define HAVE_BITSTRING_H 1
1913| #define HAVE_DIRENT_H 1
1914| #define HAVE_FCNTL_H 1
1915| #define HAVE_INTTYPES_H 1
1916| #define HAVE_LIBPROC_H 1
1917| #define HAVE_PATHS_H 1
1918| #define HAVE_STDINT_H 1
1919| #define HAVE_SYS_DIR_H 1
1920| #define HAVE_UTIL_H 1
1921| #define HAVE_SYS_SIGNAME 1
1922| #define HAVE_LIBM 1
1923| #define HAVE_DIRFD 1
1924| #define HAVE_FLOCK 1
1925| #define HAVE_PROC_PIDINFO 1
1926| #define HAVE_SYSCONF 1
1927| #define HAVE_ASPRINTF 1
1928| #define HAVE_CFMAKERAW 1
1929| #define HAVE_CLOCK_GETTIME 1
1930| #define HAVE_FGETLN 1
1931| #define HAVE_GETDTABLESIZE 1
1932| #define HAVE_GETPEEREID 1
1933| #define HAVE_GETLINE 1
1934| #define HAVE_GETPROGNAME 1
1935| #define HAVE_MEMMEM 1
1936| #define HAVE_SETENV 1
1937| #define HAVE_STRCASESTR 1
1938| #define HAVE_STRLCAT 1
1939| #define HAVE_STRLCPY 1
1940| #define HAVE_STRNDUP 1
1941| #define HAVE_STRSEP 1
1942| #define HAVE_STRTONUM 1
1943| /* end confdefs.h.  */
1944| #include <stdlib.h>
1945| int
1946| main ()
1947| {
1948| return (reallocarray(NULL, 1, 1) == NULL);
1949|
1950|   ;
1951|   return 0;
1952| }
1953configure:5618: result: no
1954configure:5625: checking for working recallocarray
1955configure:5649: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
1956conftest.c:61:9: error: call to undeclared function 'recallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1957return (recallocarray(NULL, 1, 1, 1) == NULL);
1958        ^
1959conftest.c:61:38: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
1960return (recallocarray(NULL, 1, 1, 1) == NULL);
1961        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~
19621 warning and 1 error generated.
1963configure:5649: $? = 1
1964configure: program exited with status 1
1965configure: failed program was:
1966| /* confdefs.h */
1967| #define PACKAGE_NAME "tmux"
1968| #define PACKAGE_TARNAME "tmux"
1969| #define PACKAGE_VERSION "3.3a"
1970| #define PACKAGE_STRING "tmux 3.3a"
1971| #define PACKAGE_BUGREPORT ""
1972| #define PACKAGE_URL ""
1973| #define PACKAGE "tmux"
1974| #define VERSION "3.3a"
1975| #define STDC_HEADERS 1
1976| #define HAVE_SYS_TYPES_H 1
1977| #define HAVE_SYS_STAT_H 1
1978| #define HAVE_STDLIB_H 1
1979| #define HAVE_STRING_H 1
1980| #define HAVE_MEMORY_H 1
1981| #define HAVE_STRINGS_H 1
1982| #define HAVE_INTTYPES_H 1
1983| #define HAVE_STDINT_H 1
1984| #define HAVE_UNISTD_H 1
1985| #define __EXTENSIONS__ 1
1986| #define _ALL_SOURCE 1
1987| #define _GNU_SOURCE 1
1988| #define _POSIX_PTHREAD_SEMANTICS 1
1989| #define _TANDEM_SOURCE 1
1990| #define HAVE_BITSTRING_H 1
1991| #define HAVE_DIRENT_H 1
1992| #define HAVE_FCNTL_H 1
1993| #define HAVE_INTTYPES_H 1
1994| #define HAVE_LIBPROC_H 1
1995| #define HAVE_PATHS_H 1
1996| #define HAVE_STDINT_H 1
1997| #define HAVE_SYS_DIR_H 1
1998| #define HAVE_UTIL_H 1
1999| #define HAVE_SYS_SIGNAME 1
2000| #define HAVE_LIBM 1
2001| #define HAVE_DIRFD 1
2002| #define HAVE_FLOCK 1
2003| #define HAVE_PROC_PIDINFO 1
2004| #define HAVE_SYSCONF 1
2005| #define HAVE_ASPRINTF 1
2006| #define HAVE_CFMAKERAW 1
2007| #define HAVE_CLOCK_GETTIME 1
2008| #define HAVE_FGETLN 1
2009| #define HAVE_GETDTABLESIZE 1
2010| #define HAVE_GETPEEREID 1
2011| #define HAVE_GETLINE 1
2012| #define HAVE_GETPROGNAME 1
2013| #define HAVE_MEMMEM 1
2014| #define HAVE_SETENV 1
2015| #define HAVE_STRCASESTR 1
2016| #define HAVE_STRLCAT 1
2017| #define HAVE_STRLCPY 1
2018| #define HAVE_STRNDUP 1
2019| #define HAVE_STRSEP 1
2020| #define HAVE_STRTONUM 1
2021| /* end confdefs.h.  */
2022| #include <stdlib.h>
2023| int
2024| main ()
2025| {
2026| return (recallocarray(NULL, 1, 1, 1) == NULL);
2027|
2028|   ;
2029|   return 0;
2030| }
2031configure:5658: result: no
2032configure:5667: checking for library containing clock_gettime
2033configure:5698: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lm  >&5
2034configure:5698: $? = 0
2035configure:5715: result: none required
2036configure:5739: checking for libevent_core >= 2
2037configure:5746: $PKG_CONFIG --exists --print-errors "libevent_core >= 2"
2038configure:5749: $? = 0
2039configure:5763: $PKG_CONFIG --exists --print-errors "libevent_core >= 2"
2040configure:5766: $? = 0
2041configure:5806: result: yes
2042configure:5956: checking event2/event.h usability
2043configure:5956: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2044configure:5956: $? = 0
2045configure:5956: result: yes
2046configure:5956: checking event2/event.h presence
2047configure:5956: /usr/bin/clang -E   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
2048configure:5956: $? = 0
2049configure:5956: result: yes
2050configure:5956: checking for event2/event.h
2051configure:5956: result: yes
2052configure:5985: checking for tinfo
2053configure:5992: $PKG_CONFIG --exists --print-errors "tinfo"
2054Package tinfo was not found in the pkg-config search path.
2055Perhaps you should add the directory containing `tinfo.pc'
2056to the PKG_CONFIG_PATH environment variable
2057No package 'tinfo' found
2058configure:5995: $? = 1
2059configure:6009: $PKG_CONFIG --exists --print-errors "tinfo"
2060Package tinfo was not found in the pkg-config search path.
2061Perhaps you should add the directory containing `tinfo.pc'
2062to the PKG_CONFIG_PATH environment variable
2063No package 'tinfo' found
2064configure:6012: $? = 1
2065configure:6026: result: no
2066No package 'tinfo' found
2067configure:6064: checking for ncurses
2068configure:6071: $PKG_CONFIG --exists --print-errors "ncurses"
2069configure:6074: $? = 0
2070configure:6088: $PKG_CONFIG --exists --print-errors "ncurses"
2071configure:6091: $? = 0
2072configure:6131: result: yes
2073configure:6451: checking utf8proc.h usability
2074configure:6451: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DHAVE_NCURSES_H conftest.c >&5
2075conftest.c:92:10: fatal error: 'utf8proc.h' file not found
2076#include <utf8proc.h>
2077         ^~~~~~~~~~~~
20781 error generated.
2079configure:6451: $? = 1
2080configure: failed program was:
2081| /* confdefs.h */
2082| #define PACKAGE_NAME "tmux"
2083| #define PACKAGE_TARNAME "tmux"
2084| #define PACKAGE_VERSION "3.3a"
2085| #define PACKAGE_STRING "tmux 3.3a"
2086| #define PACKAGE_BUGREPORT ""
2087| #define PACKAGE_URL ""
2088| #define PACKAGE "tmux"
2089| #define VERSION "3.3a"
2090| #define STDC_HEADERS 1
2091| #define HAVE_SYS_TYPES_H 1
2092| #define HAVE_SYS_STAT_H 1
2093| #define HAVE_STDLIB_H 1
2094| #define HAVE_STRING_H 1
2095| #define HAVE_MEMORY_H 1
2096| #define HAVE_STRINGS_H 1
2097| #define HAVE_INTTYPES_H 1
2098| #define HAVE_STDINT_H 1
2099| #define HAVE_UNISTD_H 1
2100| #define __EXTENSIONS__ 1
2101| #define _ALL_SOURCE 1
2102| #define _GNU_SOURCE 1
2103| #define _POSIX_PTHREAD_SEMANTICS 1
2104| #define _TANDEM_SOURCE 1
2105| #define HAVE_BITSTRING_H 1
2106| #define HAVE_DIRENT_H 1
2107| #define HAVE_FCNTL_H 1
2108| #define HAVE_INTTYPES_H 1
2109| #define HAVE_LIBPROC_H 1
2110| #define HAVE_PATHS_H 1
2111| #define HAVE_STDINT_H 1
2112| #define HAVE_SYS_DIR_H 1
2113| #define HAVE_UTIL_H 1
2114| #define HAVE_SYS_SIGNAME 1
2115| #define HAVE_LIBM 1
2116| #define HAVE_DIRFD 1
2117| #define HAVE_FLOCK 1
2118| #define HAVE_PROC_PIDINFO 1
2119| #define HAVE_SYSCONF 1
2120| #define HAVE_ASPRINTF 1
2121| #define HAVE_CFMAKERAW 1
2122| #define HAVE_CLOCK_GETTIME 1
2123| #define HAVE_FGETLN 1
2124| #define HAVE_GETDTABLESIZE 1
2125| #define HAVE_GETPEEREID 1
2126| #define HAVE_GETLINE 1
2127| #define HAVE_GETPROGNAME 1
2128| #define HAVE_MEMMEM 1
2129| #define HAVE_SETENV 1
2130| #define HAVE_STRCASESTR 1
2131| #define HAVE_STRLCAT 1
2132| #define HAVE_STRLCPY 1
2133| #define HAVE_STRNDUP 1
2134| #define HAVE_STRSEP 1
2135| #define HAVE_STRTONUM 1
2136| #define HAVE_EVENT2_EVENT_H 1
2137| #define HAVE_NCURSES_H 1
2138| /* end confdefs.h.  */
2139| #include <stdio.h>
2140| #ifdef HAVE_SYS_TYPES_H
2141| # include <sys/types.h>
2142| #endif
2143| #ifdef HAVE_SYS_STAT_H
2144| # include <sys/stat.h>
2145| #endif
2146| #ifdef STDC_HEADERS
2147| # include <stdlib.h>
2148| # include <stddef.h>
2149| #else
2150| # ifdef HAVE_STDLIB_H
2151| #  include <stdlib.h>
2152| # endif
2153| #endif
2154| #ifdef HAVE_STRING_H
2155| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2156| #  include <memory.h>
2157| # endif
2158| # include <string.h>
2159| #endif
2160| #ifdef HAVE_STRINGS_H
2161| # include <strings.h>
2162| #endif
2163| #ifdef HAVE_INTTYPES_H
2164| # include <inttypes.h>
2165| #endif
2166| #ifdef HAVE_STDINT_H
2167| # include <stdint.h>
2168| #endif
2169| #ifdef HAVE_UNISTD_H
2170| # include <unistd.h>
2171| #endif
2172| #include <utf8proc.h>
2173configure:6451: result: no
2174configure:6451: checking utf8proc.h presence
2175configure:6451: /usr/bin/clang -E -D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DHAVE_NCURSES_H conftest.c
2176conftest.c:59:10: fatal error: 'utf8proc.h' file not found
2177#include <utf8proc.h>
2178         ^~~~~~~~~~~~
21791 error generated.
2180configure:6451: $? = 1
2181configure: failed program was:
2182| /* confdefs.h */
2183| #define PACKAGE_NAME "tmux"
2184| #define PACKAGE_TARNAME "tmux"
2185| #define PACKAGE_VERSION "3.3a"
2186| #define PACKAGE_STRING "tmux 3.3a"
2187| #define PACKAGE_BUGREPORT ""
2188| #define PACKAGE_URL ""
2189| #define PACKAGE "tmux"
2190| #define VERSION "3.3a"
2191| #define STDC_HEADERS 1
2192| #define HAVE_SYS_TYPES_H 1
2193| #define HAVE_SYS_STAT_H 1
2194| #define HAVE_STDLIB_H 1
2195| #define HAVE_STRING_H 1
2196| #define HAVE_MEMORY_H 1
2197| #define HAVE_STRINGS_H 1
2198| #define HAVE_INTTYPES_H 1
2199| #define HAVE_STDINT_H 1
2200| #define HAVE_UNISTD_H 1
2201| #define __EXTENSIONS__ 1
2202| #define _ALL_SOURCE 1
2203| #define _GNU_SOURCE 1
2204| #define _POSIX_PTHREAD_SEMANTICS 1
2205| #define _TANDEM_SOURCE 1
2206| #define HAVE_BITSTRING_H 1
2207| #define HAVE_DIRENT_H 1
2208| #define HAVE_FCNTL_H 1
2209| #define HAVE_INTTYPES_H 1
2210| #define HAVE_LIBPROC_H 1
2211| #define HAVE_PATHS_H 1
2212| #define HAVE_STDINT_H 1
2213| #define HAVE_SYS_DIR_H 1
2214| #define HAVE_UTIL_H 1
2215| #define HAVE_SYS_SIGNAME 1
2216| #define HAVE_LIBM 1
2217| #define HAVE_DIRFD 1
2218| #define HAVE_FLOCK 1
2219| #define HAVE_PROC_PIDINFO 1
2220| #define HAVE_SYSCONF 1
2221| #define HAVE_ASPRINTF 1
2222| #define HAVE_CFMAKERAW 1
2223| #define HAVE_CLOCK_GETTIME 1
2224| #define HAVE_FGETLN 1
2225| #define HAVE_GETDTABLESIZE 1
2226| #define HAVE_GETPEEREID 1
2227| #define HAVE_GETLINE 1
2228| #define HAVE_GETPROGNAME 1
2229| #define HAVE_MEMMEM 1
2230| #define HAVE_SETENV 1
2231| #define HAVE_STRCASESTR 1
2232| #define HAVE_STRLCAT 1
2233| #define HAVE_STRLCPY 1
2234| #define HAVE_STRNDUP 1
2235| #define HAVE_STRSEP 1
2236| #define HAVE_STRTONUM 1
2237| #define HAVE_EVENT2_EVENT_H 1
2238| #define HAVE_NCURSES_H 1
2239| /* end confdefs.h.  */
2240| #include <utf8proc.h>
2241configure:6451: result: no
2242configure:6451: checking for utf8proc.h
2243configure:6451: result: no
2244configure:6524: error: "utf8proc not found"
2245
2246## ---------------- ##
2247## Cache variables. ##
2248## ---------------- ##
2249
2250ac_cv_build=arm-apple-darwin23.0.0
2251ac_cv_c_compiler_gnu=yes
2252ac_cv_env_CC_set=set
2253ac_cv_env_CC_value=/usr/bin/clang
2254ac_cv_env_CFLAGS_set=set
2255ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
2256ac_cv_env_CPPFLAGS_set=set
2257ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk'
2258ac_cv_env_CPP_set=
2259ac_cv_env_CPP_value=
2260ac_cv_env_FUZZING_LIBS_set=
2261ac_cv_env_FUZZING_LIBS_value=
2262ac_cv_env_LDFLAGS_set=set
2263ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
2264ac_cv_env_LIBEVENT_CFLAGS_set=
2265ac_cv_env_LIBEVENT_CFLAGS_value=
2266ac_cv_env_LIBEVENT_CORE_CFLAGS_set=
2267ac_cv_env_LIBEVENT_CORE_CFLAGS_value=
2268ac_cv_env_LIBEVENT_CORE_LIBS_set=
2269ac_cv_env_LIBEVENT_CORE_LIBS_value=
2270ac_cv_env_LIBEVENT_LIBS_set=
2271ac_cv_env_LIBEVENT_LIBS_value=
2272ac_cv_env_LIBNCURSESW_CFLAGS_set=
2273ac_cv_env_LIBNCURSESW_CFLAGS_value=
2274ac_cv_env_LIBNCURSESW_LIBS_set=
2275ac_cv_env_LIBNCURSESW_LIBS_value=
2276ac_cv_env_LIBNCURSES_CFLAGS_set=
2277ac_cv_env_LIBNCURSES_CFLAGS_value=
2278ac_cv_env_LIBNCURSES_LIBS_set=
2279ac_cv_env_LIBNCURSES_LIBS_value=
2280ac_cv_env_LIBS_set=
2281ac_cv_env_LIBS_value=
2282ac_cv_env_LIBTINFO_CFLAGS_set=
2283ac_cv_env_LIBTINFO_CFLAGS_value=
2284ac_cv_env_LIBTINFO_LIBS_set=
2285ac_cv_env_LIBTINFO_LIBS_value=
2286ac_cv_env_PKG_CONFIG_LIBDIR_set=
2287ac_cv_env_PKG_CONFIG_LIBDIR_value=
2288ac_cv_env_PKG_CONFIG_PATH_set=
2289ac_cv_env_PKG_CONFIG_PATH_value=
2290ac_cv_env_PKG_CONFIG_set=
2291ac_cv_env_PKG_CONFIG_value=
2292ac_cv_env_SYSTEMD_CFLAGS_set=
2293ac_cv_env_SYSTEMD_CFLAGS_value=
2294ac_cv_env_SYSTEMD_LIBS_set=
2295ac_cv_env_SYSTEMD_LIBS_value=
2296ac_cv_env_YACC_set=
2297ac_cv_env_YACC_value=
2298ac_cv_env_YFLAGS_set=
2299ac_cv_env_YFLAGS_value=
2300ac_cv_env_build_alias_set=
2301ac_cv_env_build_alias_value=
2302ac_cv_env_host_alias_set=
2303ac_cv_env_host_alias_value=
2304ac_cv_env_target_alias_set=
2305ac_cv_env_target_alias_value=
2306ac_cv_func_asprintf=yes
2307ac_cv_func_cfmakeraw=yes
2308ac_cv_func_clock_gettime=yes
2309ac_cv_func_closefrom=no
2310ac_cv_func_dirfd=yes
2311ac_cv_func_explicit_bzero=no
2312ac_cv_func_fgetln=yes
2313ac_cv_func_flock=yes
2314ac_cv_func_freezero=no
2315ac_cv_func_getdtablecount=no
2316ac_cv_func_getdtablesize=yes
2317ac_cv_func_getline=yes
2318ac_cv_func_getpeereid=yes
2319ac_cv_func_getpeerucred=no
2320ac_cv_func_getprogname=yes
2321ac_cv_func_memmem=yes
2322ac_cv_func_prctl=no
2323ac_cv_func_proc_pidinfo=yes
2324ac_cv_func_setenv=yes
2325ac_cv_func_setproctitle=no
2326ac_cv_func_strcasestr=yes
2327ac_cv_func_strlcat=yes
2328ac_cv_func_strlcpy=yes
2329ac_cv_func_strndup=yes
2330ac_cv_func_strnlen_working=yes
2331ac_cv_func_strsep=yes
2332ac_cv_func_sysconf=yes
2333ac_cv_header_bitstring_h=yes
2334ac_cv_header_dirent_h=yes
2335ac_cv_header_event2_event_h=yes
2336ac_cv_header_fcntl_h=yes
2337ac_cv_header_inttypes_h=yes
2338ac_cv_header_libproc_h=yes
2339ac_cv_header_libutil_h=no
2340ac_cv_header_memory_h=yes
2341ac_cv_header_minix_config_h=no
2342ac_cv_header_ndir_h=no
2343ac_cv_header_paths_h=yes
2344ac_cv_header_pty_h=no
2345ac_cv_header_stdc=yes
2346ac_cv_header_stdint_h=yes
2347ac_cv_header_stdlib_h=yes
2348ac_cv_header_string_h=yes
2349ac_cv_header_strings_h=yes
2350ac_cv_header_sys_dir_h=yes
2351ac_cv_header_sys_ndir_h=no
2352ac_cv_header_sys_stat_h=yes
2353ac_cv_header_sys_tree_h=no
2354ac_cv_header_sys_types_h=yes
2355ac_cv_header_ucred_h=no
2356ac_cv_header_unistd_h=yes
2357ac_cv_header_utf8proc_h=no
2358ac_cv_header_util_h=yes
2359ac_cv_host=arm-apple-darwin23.0.0
2360ac_cv_lib_m_fmod=yes
2361ac_cv_objext=o
2362ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
2363ac_cv_path_GREP=/opt/local/bin/ggrep
2364ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
2365ac_cv_path_mkdir=/opt/local/bin/gmkdir
2366ac_cv_prog_AWK=gawk
2367ac_cv_prog_CPP='/usr/bin/clang -E'
2368ac_cv_prog_YACC='bison -y'
2369ac_cv_prog_ac_ct_CC=/usr/bin/clang
2370ac_cv_prog_cc_c89=
2371ac_cv_prog_cc_c99=
2372ac_cv_prog_cc_g=yes
2373ac_cv_prog_make_make_set=yes
2374ac_cv_safe_to_define___extensions__=yes
2375ac_cv_search_clock_gettime='none required'
2376ac_cv_search_flock='none required'
2377ac_cv_search_sys_signame='none required'
2378am_cv_CC_dependencies_compiler_type=gcc3
2379am_cv_make_support_nested_variables=yes
2380am_cv_prog_cc_c_o=yes
2381pkg_cv_LIBEVENT_CORE_CFLAGS=
2382pkg_cv_LIBEVENT_CORE_LIBS='-L/opt/local/lib -levent_core'
2383pkg_cv_LIBNCURSES_CFLAGS='-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR'
2384pkg_cv_LIBNCURSES_LIBS='-L/opt/local/lib -Wl,-search_paths_first -lncurses'
2385
2386## ----------------- ##
2387## Output variables. ##
2388## ----------------- ##
2389
2390ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/missing aclocal-1.15'
2391AMDEPBACKSLASH='\'
2392AMDEP_FALSE='#'
2393AMDEP_TRUE=''
2394AMTAR='$${TAR-tar}'
2395AM_BACKSLASH='\'
2396AM_CFLAGS=''
2397AM_CPPFLAGS='-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR  '
2398AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2399AM_DEFAULT_VERBOSITY='1'
2400AM_LDFLAGS=''
2401AM_V='$(V)'
2402AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/missing autoconf'
2403AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/missing autoheader'
2404AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/missing automake-1.15'
2405AWK='gawk'
2406CC='/usr/bin/clang'
2407CCDEPMODE='depmode=gcc3'
2408CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
2409CPP='/usr/bin/clang -E'
2410CPPFLAGS='-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DHAVE_NCURSES_H'
2411CYGPATH_W='echo'
2412DEFAULT_TERM='screen'
2413DEFS=''
2414DEPDIR='.deps'
2415ECHO_C='\c'
2416ECHO_N=''
2417ECHO_T=''
2418EGREP='/opt/local/bin/ggrep -E'
2419EXEEXT=''
2420FUZZING_LIBS=''
2421GREP='/opt/local/bin/ggrep'
2422HAVE_SYSTEMD_FALSE=''
2423HAVE_SYSTEMD_TRUE=''
2424HAVE_UTF8PROC_FALSE=''
2425HAVE_UTF8PROC_TRUE=''
2426INSTALL_DATA='${INSTALL} -m 644'
2427INSTALL_PROGRAM='${INSTALL}'
2428INSTALL_SCRIPT='${INSTALL}'
2429INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
2430IS_AIX_FALSE=''
2431IS_AIX_TRUE=''
2432IS_DARWIN_FALSE=''
2433IS_DARWIN_TRUE=''
2434IS_DEBUG_FALSE=''
2435IS_DEBUG_TRUE='#'
2436IS_DRAGONFLY_FALSE=''
2437IS_DRAGONFLY_TRUE=''
2438IS_FREEBSD_FALSE=''
2439IS_FREEBSD_TRUE=''
2440IS_GCC_FALSE='#'
2441IS_GCC_TRUE=''
2442IS_HAIKU_FALSE=''
2443IS_HAIKU_TRUE=''
2444IS_HPUX_FALSE=''
2445IS_HPUX_TRUE=''
2446IS_LINUX_FALSE=''
2447IS_LINUX_TRUE=''
2448IS_NETBSD_FALSE=''
2449IS_NETBSD_TRUE=''
2450IS_OPENBSD_FALSE=''
2451IS_OPENBSD_TRUE=''
2452IS_SUNCC_FALSE=''
2453IS_SUNCC_TRUE='#'
2454IS_SUNOS_FALSE=''
2455IS_SUNOS_TRUE=''
2456IS_UNKNOWN_FALSE=''
2457IS_UNKNOWN_TRUE=''
2458LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
2459LIBEVENT_CFLAGS=''
2460LIBEVENT_CORE_CFLAGS=''
2461LIBEVENT_CORE_LIBS='-L/opt/local/lib -levent_core'
2462LIBEVENT_LIBS=''
2463LIBNCURSESW_CFLAGS=''
2464LIBNCURSESW_LIBS=''
2465LIBNCURSES_CFLAGS='-D_DARWIN_C_SOURCE -DNCURSES_WIDECHAR'
2466LIBNCURSES_LIBS='-L/opt/local/lib -Wl,-search_paths_first -lncurses'
2467LIBOBJS=' closefrom.o explicit_bzero.o freezero.o getdtablecount.o setproctitle.o reallocarray.o recallocarray.o getopt.o'
2468LIBS='-L/opt/local/lib -Wl,-search_paths_first -lncurses -L/opt/local/lib -levent_core -lm '
2469LIBTINFO_CFLAGS=''
2470LIBTINFO_LIBS=''
2471LTLIBOBJS=''
2472MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/missing makeinfo'
2473MANFORMAT=''
2474MKDIR_P='/opt/local/bin/gmkdir -p'
2475NEED_FORKPTY_FALSE=''
2476NEED_FORKPTY_TRUE=''
2477NEED_FUZZING_FALSE=''
2478NEED_FUZZING_TRUE='#'
2479OBJEXT='o'
2480PACKAGE='tmux'
2481PACKAGE_BUGREPORT=''
2482PACKAGE_NAME='tmux'
2483PACKAGE_STRING='tmux 3.3a'
2484PACKAGE_TARNAME='tmux'
2485PACKAGE_URL=''
2486PACKAGE_VERSION='3.3a'
2487PATH_SEPARATOR=':'
2488PKG_CONFIG='/opt/local/bin/pkg-config'
2489PKG_CONFIG_LIBDIR=''
2490PKG_CONFIG_PATH=''
2491PLATFORM=''
2492SET_MAKE=''
2493SHELL='/bin/sh'
2494STRIP=''
2495SYSTEMD_CFLAGS=''
2496SYSTEMD_LIBS=''
2497VERSION='3.3a'
2498XOPEN_DEFINES=''
2499YACC='bison -y'
2500YFLAGS=''
2501ac_ct_CC='/usr/bin/clang'
2502am__EXEEXT_FALSE=''
2503am__EXEEXT_TRUE=''
2504am__fastdepCC_FALSE='#'
2505am__fastdepCC_TRUE=''
2506am__include='include'
2507am__isrc=''
2508am__leading_dot='.'
2509am__nodep='_no'
2510am__quote=''
2511am__tar='$${TAR-tar} chof - "$$tardir"'
2512am__untar='$${TAR-tar} xf -'
2513bindir='${exec_prefix}/bin'
2514build='arm-apple-darwin23.0.0'
2515build_alias=''
2516build_cpu='arm'
2517build_os='darwin23.0.0'
2518build_vendor='apple'
2519datadir='${datarootdir}'
2520datarootdir='${prefix}/share'
2521docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2522dvidir='${docdir}'
2523exec_prefix='NONE'
2524host='arm-apple-darwin23.0.0'
2525host_alias=''
2526host_cpu='arm'
2527host_os='darwin23.0.0'
2528host_vendor='apple'
2529htmldir='${docdir}'
2530includedir='${prefix}/include'
2531infodir='${datarootdir}/info'
2532install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_tmux/tmux/work/tmux-3.3a/etc/install-sh'
2533libdir='${exec_prefix}/lib'
2534libexecdir='${exec_prefix}/libexec'
2535localedir='${datarootdir}/locale'
2536localstatedir='${prefix}/var'
2537mandir='${datarootdir}/man'
2538mkdir_p='$(MKDIR_P)'
2539oldincludedir='/usr/include'
2540pdfdir='${docdir}'
2541prefix='/opt/local'
2542program_transform_name='s,x,x,'
2543psdir='${docdir}'
2544runstatedir='${localstatedir}/run'
2545sbindir='${exec_prefix}/sbin'
2546sharedstatedir='${prefix}/com'
2547sysconfdir='/etc'
2548target_alias=''
2549
2550## ----------- ##
2551## confdefs.h. ##
2552## ----------- ##
2553
2554/* confdefs.h */
2555#define PACKAGE_NAME "tmux"
2556#define PACKAGE_TARNAME "tmux"
2557#define PACKAGE_VERSION "3.3a"
2558#define PACKAGE_STRING "tmux 3.3a"
2559#define PACKAGE_BUGREPORT ""
2560#define PACKAGE_URL ""
2561#define PACKAGE "tmux"
2562#define VERSION "3.3a"
2563#define STDC_HEADERS 1
2564#define HAVE_SYS_TYPES_H 1
2565#define HAVE_SYS_STAT_H 1
2566#define HAVE_STDLIB_H 1
2567#define HAVE_STRING_H 1
2568#define HAVE_MEMORY_H 1
2569#define HAVE_STRINGS_H 1
2570#define HAVE_INTTYPES_H 1
2571#define HAVE_STDINT_H 1
2572#define HAVE_UNISTD_H 1
2573#define __EXTENSIONS__ 1
2574#define _ALL_SOURCE 1
2575#define _GNU_SOURCE 1
2576#define _POSIX_PTHREAD_SEMANTICS 1
2577#define _TANDEM_SOURCE 1
2578#define HAVE_BITSTRING_H 1
2579#define HAVE_DIRENT_H 1
2580#define HAVE_FCNTL_H 1
2581#define HAVE_INTTYPES_H 1
2582#define HAVE_LIBPROC_H 1
2583#define HAVE_PATHS_H 1
2584#define HAVE_STDINT_H 1
2585#define HAVE_SYS_DIR_H 1
2586#define HAVE_UTIL_H 1
2587#define HAVE_SYS_SIGNAME 1
2588#define HAVE_LIBM 1
2589#define HAVE_DIRFD 1
2590#define HAVE_FLOCK 1
2591#define HAVE_PROC_PIDINFO 1
2592#define HAVE_SYSCONF 1
2593#define HAVE_ASPRINTF 1
2594#define HAVE_CFMAKERAW 1
2595#define HAVE_CLOCK_GETTIME 1
2596#define HAVE_FGETLN 1
2597#define HAVE_GETDTABLESIZE 1
2598#define HAVE_GETPEEREID 1
2599#define HAVE_GETLINE 1
2600#define HAVE_GETPROGNAME 1
2601#define HAVE_MEMMEM 1
2602#define HAVE_SETENV 1
2603#define HAVE_STRCASESTR 1
2604#define HAVE_STRLCAT 1
2605#define HAVE_STRLCPY 1
2606#define HAVE_STRNDUP 1
2607#define HAVE_STRSEP 1
2608#define HAVE_STRTONUM 1
2609#define HAVE_EVENT2_EVENT_H 1
2610#define HAVE_NCURSES_H 1
2611
2612configure: exit 1