This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Emacs configure 30.0.50, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = NanoKDE uname -m = x86_64 uname -r = 5.19.0-1018-lowlatency uname -s = Linux uname -v = #19-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 7 18:03:52 UTC 2023 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /root/.cargo/bin/ PATH: /home/dacorsa/bin/dotnet/ PATH: /home/dacorsa/bin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/games/ PATH: /usr/local/games/ PATH: /snap/bin/ PATH: /root/.gem/ruby/2.7.0/bin/ PATH: /home/dacorsa/.local/bin/ PATH: /root/.local/bin/ PATH: /home/dacorsa/.cargo/bin/ PATH: /root/.dotnet/tools/ PATH: /usr/lib/jvm/java-11-openjdk-amd64/bin/ PATH: /usr/lib/jvm/java-11-openjdk-amd64/db/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:4703: looking for aux files: install-sh config.guess config.sub configure:4716: trying ./build-aux/ configure:4727: ./build-aux/install-sh found configure:4745: ./build-aux/config.guess found configure:4745: ./build-aux/config.sub found configure:4901: checking for xcrun configure:4936: result: no configure:5005: checking for GNU Make configure:5061: result: make configure:5078: checking build system type configure:5093: result: x86_64-pc-linux-gnu configure:5113: checking host system type configure:5127: result: x86_64-pc-linux-gnu configure:6324: checking for gcc configure:6345: found /usr/bin/gcc configure:6356: result: gcc configure:6387: checking for C compiler version configure:6396: gcc --version >&5 gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6407: $? = 0 configure:6396: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 12.2.0-3ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-U8K4Qv/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-U8K4Qv/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.0 (Ubuntu 12.2.0-3ubuntu1) ... rest of stderr output deleted ... configure:6407: $? = 0 configure:6396: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:6407: $? = 1 configure:6396: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:6407: $? = 1 configure:6396: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:6407: $? = 1 configure:6427: checking whether the C compiler works configure:6449: gcc conftest.c >&5 configure:6453: $? = 0 configure:6503: result: yes configure:6506: checking for C compiler default output file name configure:6508: result: a.out configure:6514: checking for suffix of executables configure:6521: gcc -o conftest conftest.c >&5 configure:6525: $? = 0 configure:6548: result: configure:6570: checking whether we are cross compiling configure:6578: gcc -o conftest conftest.c >&5 configure:6582: $? = 0 configure:6589: ./conftest configure:6593: $? = 0 configure:6608: result: no configure:6613: checking for suffix of object files configure:6636: gcc -c conftest.c >&5 configure:6640: $? = 0 configure:6662: result: o configure:6666: checking whether the compiler supports GNU C configure:6686: gcc -c conftest.c >&5 configure:6686: $? = 0 configure:6696: result: yes configure:6707: checking whether gcc accepts -g configure:6728: gcc -c -g conftest.c >&5 configure:6728: $? = 0 configure:6772: result: yes configure:6792: checking for gcc option to enable C11 features configure:6807: gcc -c -g -O2 conftest.c >&5 configure:6807: $? = 0 configure:6825: result: none needed configure:6936: checking whether the compiler is clang configure:6958: gcc -c -g -O2 conftest.c >&5 configure:6958: $? = 0 configure:6967: result: no configure:6971: checking for compiler option needed when checking for declarations configure:7004: result: none configure:7069: checking whether gcc and cc understand -c and -o together configure:7101: gcc -c conftest.c -o conftest2.o >&5 configure:7105: $? = 0 configure:7111: gcc -c conftest.c -o conftest2.o >&5 configure:7115: $? = 0 configure:7126: cc -c conftest.c >&5 configure:7130: $? = 0 configure:7138: cc -c conftest.c -o conftest2.o >&5 configure:7142: $? = 0 configure:7148: cc -c conftest.c -o conftest2.o >&5 configure:7152: $? = 0 configure:7170: result: yes configure:7205: checking for stdio.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for stdlib.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for string.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for inttypes.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for stdint.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for strings.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/stat.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/types.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for unistd.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for wchar.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for minix/config.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:48:10: fatal error: minix/config.h: No such file or directory 48 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for linux/fs.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for malloc.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/systeminfo.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:50:10: fatal error: sys/systeminfo.h: No such file or directory 50 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for sys/sysinfo.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for coff.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:51:10: fatal error: coff.h: No such file or directory 51 | #include | ^~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for pty.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/resource.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/utsname.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for pwd.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for utmp.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for util.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:56:10: fatal error: util.h: No such file or directory 56 | #include | ^~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for sanitizer/lsan_interface.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sanitizer/asan_interface.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sanitizer/common_interface_defs.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/socket.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/param.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for pthread.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for malloc/malloc.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:62:10: fatal error: malloc/malloc.h: No such file or directory 62 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for sys/un.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for vfork.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:63:10: fatal error: vfork.h: No such file or directory 63 | #include | ^~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for dirent.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for execinfo.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for stdio_ext.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/vfs.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/fs_types.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:67:10: fatal error: sys/fs_types.h: No such file or directory 67 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for getopt.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/cdefs.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/time.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for ieee754.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for limits.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for sys/select.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for stdbool.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7205: checking for stdckdint.h configure:7205: gcc -c -g -O2 conftest.c >&5 conftest.c:74:10: fatal error: stdckdint.h: No such file or directory 74 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:7205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7205: result: no configure:7205: checking for sys/random.h configure:7205: gcc -c -g -O2 conftest.c >&5 configure:7205: $? = 0 configure:7205: result: yes configure:7236: checking whether it is safe to define __EXTENSIONS__ configure:7255: gcc -c -g -O2 conftest.c >&5 configure:7255: $? = 0 configure:7263: result: yes configure:7266: checking whether _XOPEN_SOURCE should be defined configure:7288: gcc -c -g -O2 conftest.c >&5 configure:7288: $? = 0 configure:7315: result: no configure:7390: checking how to run the C preprocessor configure:7416: gcc -E conftest.c configure:7416: $? = 0 configure:7431: gcc -E conftest.c conftest.c:65:10: fatal error: ac_nonexistent.h: No such file or directory 65 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include configure:7458: result: gcc -E configure:7472: gcc -E conftest.c configure:7472: $? = 0 configure:7487: gcc -E conftest.c conftest.c:65:10: fatal error: ac_nonexistent.h: No such file or directory 65 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include configure:7518: checking for grep that handles long lines and -e configure:7582: result: /usr/bin/grep configure:7587: checking for egrep configure:7655: result: /usr/bin/grep -E configure:7663: checking for Minix Amsterdam compiler configure:7689: result: no configure:7751: checking for ar configure:7772: found /usr/bin/ar configure:7783: result: ar configure:7863: checking for ranlib configure:7884: found /usr/bin/ranlib configure:7895: result: ranlib configure:7952: checking for gcc option to enable large file support configure:7984: gcc -c -g -O2 conftest.c >&5 configure:7984: $? = 0 configure:7995: result: none needed configure:8320: checking whether gcc accepts -g3 -O2 configure:8337: gcc -o conftest -g3 -O2 conftest.c >&5 configure:8337: $? = 0 configure:8346: result: yes configure:8407: checking whether the compiler is clang configure:8428: gcc -c -g3 -O2 conftest.c >&5 conftest.c:67:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant 67 | error "not clang"; | ^~~~~~~~~~~ configure:8428: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | | #ifndef __clang__ | error "not clang"; | #endif | | int | main (void) | { | | ; | return 0; | } configure:8436: result: no configure:8479: gcc -E conftest.c configure:8479: $? = 0 configure:8536: checking whether C compiler handles -Werror -Wunknown-warning-option configure:8556: gcc -o conftest -g3 -O2 -Werror -Wunknown-warning-option conftest.c >&5 gcc: error: unrecognized command-line option '-Wunknown-warning-option' configure:8556: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:8567: result: no configure:8881: checking whether -Wno-missing-field-initializers is supported configure:8900: gcc -c -g3 -O2 -Wextra -Werror -Wno-missing-field-initializers conftest.c >&5 configure:8900: $? = 0 configure:8910: result: yes configure:8914: checking whether -Wno-missing-field-initializers is needed configure:8939: gcc -c -g3 -O2 -Wextra -Werror conftest.c >&5 configure:8939: $? = 0 configure:8949: result: no configure:8953: checking whether -Wuninitialized is supported configure:8972: gcc -c -g3 -O2 -Werror -Wuninitialized conftest.c >&5 configure:8972: $? = 0 configure:8982: result: yes configure:9118: checking whether C compiler handles -fno-common configure:9138: gcc -o conftest -g3 -O2 -fno-common conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wall configure:9138: gcc -o conftest -g3 -O2 -Wall conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Warith-conversion configure:9138: gcc -o conftest -g3 -O2 -Warith-conversion conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wdate-time configure:9138: gcc -o conftest -g3 -O2 -Wdate-time conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wdisabled-optimization configure:9138: gcc -o conftest -g3 -O2 -Wdisabled-optimization conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wdouble-promotion configure:9138: gcc -o conftest -g3 -O2 -Wdouble-promotion conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wduplicated-cond configure:9138: gcc -o conftest -g3 -O2 -Wduplicated-cond conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wextra configure:9138: gcc -o conftest -g3 -O2 -Wextra conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wformat-signedness configure:9138: gcc -o conftest -g3 -O2 -Wformat-signedness conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Winit-self configure:9138: gcc -o conftest -g3 -O2 -Winit-self conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Winvalid-pch configure:9138: gcc -o conftest -g3 -O2 -Winvalid-pch conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wlogical-op configure:9138: gcc -o conftest -g3 -O2 -Wlogical-op conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wmissing-declarations configure:9138: gcc -o conftest -g3 -O2 -Wmissing-declarations conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wmissing-include-dirs configure:9138: gcc -o conftest -g3 -O2 -Wmissing-include-dirs conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wmissing-prototypes configure:9138: gcc -o conftest -g3 -O2 -Wmissing-prototypes conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wnested-externs configure:9138: gcc -o conftest -g3 -O2 -Wnested-externs conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wnull-dereference configure:9138: gcc -o conftest -g3 -O2 -Wnull-dereference conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wold-style-definition configure:9138: gcc -o conftest -g3 -O2 -Wold-style-definition conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wopenmp-simd configure:9138: gcc -o conftest -g3 -O2 -Wopenmp-simd conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wpacked configure:9138: gcc -o conftest -g3 -O2 -Wpacked conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wpointer-arith configure:9138: gcc -o conftest -g3 -O2 -Wpointer-arith conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wstrict-prototypes configure:9138: gcc -o conftest -g3 -O2 -Wstrict-prototypes conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wsuggest-attribute=format configure:9138: gcc -o conftest -g3 -O2 -Wsuggest-attribute=format conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wsuggest-attribute=noreturn configure:9138: gcc -o conftest -g3 -O2 -Wsuggest-attribute=noreturn conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wsuggest-final-methods configure:9138: gcc -o conftest -g3 -O2 -Wsuggest-final-methods conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wsuggest-final-types configure:9138: gcc -o conftest -g3 -O2 -Wsuggest-final-types conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wtrampolines configure:9138: gcc -o conftest -g3 -O2 -Wtrampolines conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wuninitialized configure:9138: gcc -o conftest -g3 -O2 -Wuninitialized conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wunknown-pragmas configure:9138: gcc -o conftest -g3 -O2 -Wunknown-pragmas conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wunused-macros configure:9138: gcc -o conftest -g3 -O2 -Wunused-macros conftest.c >&5 conftest.c:22: warning: macro "HAVE_PTY_H" is not used [-Wunused-macros] 22 | #define HAVE_PTY_H 1 | conftest.c:11: warning: macro "HAVE_STRING_H" is not used [-Wunused-macros] 11 | #define HAVE_STRING_H 1 | conftest.c:63: warning: macro "__EXTENSIONS__" is not used [-Wunused-macros] 63 | #define __EXTENSIONS__ 1 | conftest.c:59: warning: macro "__STDC_WANT_IEC_60559_TYPES_EXT__" is not used [-Wunused-macros] 59 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | conftest.c:48: warning: macro "_DARWIN_C_SOURCE" is not used [-Wunused-macros] 48 | #define _DARWIN_C_SOURCE 1 | conftest.c:39: warning: macro "HAVE_SYS_CDEFS_H" is not used [-Wunused-macros] 39 | #define HAVE_SYS_CDEFS_H 1 | conftest.c:62: warning: macro "_TANDEM_SOURCE" is not used [-Wunused-macros] 62 | #define _TANDEM_SOURCE 1 | conftest.c:56: warning: macro "__STDC_WANT_IEC_60559_DFP_EXT__" is not used [-Wunused-macros] 56 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | conftest.c:5: warning: macro "PACKAGE_STRING" is not used [-Wunused-macros] 5 | #define PACKAGE_STRING "GNU Emacs 30.0.50" | conftest.c:13: warning: macro "HAVE_STDINT_H" is not used [-Wunused-macros] 13 | #define HAVE_STDINT_H 1 | conftest.c:12: warning: macro "HAVE_INTTYPES_H" is not used [-Wunused-macros] 12 | #define HAVE_INTTYPES_H 1 | conftest.c:3: warning: macro "PACKAGE_TARNAME" is not used [-Wunused-macros] 3 | #define PACKAGE_TARNAME "emacs" | conftest.c:20: warning: macro "HAVE_MALLOC_H" is not used [-Wunused-macros] 20 | #define HAVE_MALLOC_H 1 | conftest.c:52: warning: macro "_OPENBSD_SOURCE" is not used [-Wunused-macros] 52 | #define _OPENBSD_SOURCE 1 | conftest.c:10: warning: macro "HAVE_STDLIB_H" is not used [-Wunused-macros] 10 | #define HAVE_STDLIB_H 1 | conftest.c:37: warning: macro "HAVE_SYS_VFS_H" is not used [-Wunused-macros] 37 | #define HAVE_SYS_VFS_H 1 | conftest.c:16: warning: macro "HAVE_SYS_TYPES_H" is not used [-Wunused-macros] 16 | #define HAVE_SYS_TYPES_H 1 | conftest.c:30: warning: macro "HAVE_SYS_SOCKET_H" is not used [-Wunused-macros] 30 | #define HAVE_SYS_SOCKET_H 1 | conftest.c:25: warning: macro "HAVE_PWD_H" is not used [-Wunused-macros] 25 | #define HAVE_PWD_H 1 | conftest.c:6: warning: macro "PACKAGE_BUGREPORT" is not used [-Wunused-macros] 6 | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | conftest.c:24: warning: macro "HAVE_SYS_UTSNAME_H" is not used [-Wunused-macros] 24 | #define HAVE_SYS_UTSNAME_H 1 | conftest.c:17: warning: macro "HAVE_UNISTD_H" is not used [-Wunused-macros] 17 | #define HAVE_UNISTD_H 1 | conftest.c:53: warning: macro "_POSIX_PTHREAD_SEMANTICS" is not used [-Wunused-macros] 53 | #define _POSIX_PTHREAD_SEMANTICS 1 | conftest.c:60: warning: macro "__STDC_WANT_LIB_EXT2__" is not used [-Wunused-macros] 60 | #define __STDC_WANT_LIB_EXT2__ 1 | conftest.c:23: warning: macro "HAVE_SYS_RESOURCE_H" is not used [-Wunused-macros] 23 | #define HAVE_SYS_RESOURCE_H 1 | conftest.c:35: warning: macro "HAVE_EXECINFO_H" is not used [-Wunused-macros] 35 | #define HAVE_EXECINFO_H 1 | conftest.c:9: warning: macro "HAVE_STDIO_H" is not used [-Wunused-macros] 9 | #define HAVE_STDIO_H 1 | conftest.c:54: warning: macro "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" is not used [-Wunused-macros] 54 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | conftest.c:14: warning: macro "HAVE_STRINGS_H" is not used [-Wunused-macros] 14 | #define HAVE_STRINGS_H 1 | conftest.c:58: warning: macro "__STDC_WANT_IEC_60559_FUNCS_EXT__" is not used [-Wunused-macros] 58 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | conftest.c:15: warning: macro "HAVE_SYS_STAT_H" is not used [-Wunused-macros] 15 | #define HAVE_SYS_STAT_H 1 | conftest.c:46: warning: macro "STDC_HEADERS" is not used [-Wunused-macros] 46 | #define STDC_HEADERS 1 | conftest.c:33: warning: macro "HAVE_SYS_UN_H" is not used [-Wunused-macros] 33 | #define HAVE_SYS_UN_H 1 | conftest.c:4: warning: macro "PACKAGE_VERSION" is not used [-Wunused-macros] 4 | #define PACKAGE_VERSION "30.0.50" | conftest.c:2: warning: macro "PACKAGE_NAME" is not used [-Wunused-macros] 2 | #define PACKAGE_NAME "GNU Emacs" | conftest.c:61: warning: macro "__STDC_WANT_MATH_SPEC_FUNCS__" is not used [-Wunused-macros] 61 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | conftest.c:40: warning: macro "HAVE_SYS_TIME_H" is not used [-Wunused-macros] 40 | #define HAVE_SYS_TIME_H 1 | conftest.c:55: warning: macro "__STDC_WANT_IEC_60559_BFP_EXT__" is not used [-Wunused-macros] 55 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | conftest.c:50: warning: macro "_HPUX_ALT_XOPEN_SOCKET_API" is not used [-Wunused-macros] 50 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | conftest.c:32: warning: macro "HAVE_PTHREAD_H" is not used [-Wunused-macros] 32 | #define HAVE_PTHREAD_H 1 | conftest.c:29: warning: macro "HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H" is not used [-Wunused-macros] 29 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | conftest.c:26: warning: macro "HAVE_UTMP_H" is not used [-Wunused-macros] 26 | #define HAVE_UTMP_H 1 | conftest.c:31: warning: macro "HAVE_SYS_PARAM_H" is not used [-Wunused-macros] 31 | #define HAVE_SYS_PARAM_H 1 | conftest.c:21: warning: macro "HAVE_SYS_SYSINFO_H" is not used [-Wunused-macros] 21 | #define HAVE_SYS_SYSINFO_H 1 | conftest.c:41: warning: macro "HAVE_IEEE754_H" is not used [-Wunused-macros] 41 | #define HAVE_IEEE754_H 1 | conftest.c:8: warning: macro "HAVE_PDUMPER" is not used [-Wunused-macros] 8 | #define HAVE_PDUMPER 1 | conftest.c:19: warning: macro "HAVE_LINUX_FS_H" is not used [-Wunused-macros] 19 | #define HAVE_LINUX_FS_H 1 | conftest.c:36: warning: macro "HAVE_STDIO_EXT_H" is not used [-Wunused-macros] 36 | #define HAVE_STDIO_EXT_H 1 | conftest.c:42: warning: macro "HAVE_LIMITS_H" is not used [-Wunused-macros] 42 | #define HAVE_LIMITS_H 1 | conftest.c:44: warning: macro "HAVE_STDBOOL_H" is not used [-Wunused-macros] 44 | #define HAVE_STDBOOL_H 1 | conftest.c:45: warning: macro "HAVE_SYS_RANDOM_H" is not used [-Wunused-macros] 45 | #define HAVE_SYS_RANDOM_H 1 | conftest.c:27: warning: macro "HAVE_SANITIZER_LSAN_INTERFACE_H" is not used [-Wunused-macros] 27 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | conftest.c:38: warning: macro "HAVE_GETOPT_H" is not used [-Wunused-macros] 38 | #define HAVE_GETOPT_H 1 | conftest.c:57: warning: macro "__STDC_WANT_IEC_60559_EXT__" is not used [-Wunused-macros] 57 | #define __STDC_WANT_IEC_60559_EXT__ 1 | conftest.c:28: warning: macro "HAVE_SANITIZER_ASAN_INTERFACE_H" is not used [-Wunused-macros] 28 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | conftest.c:51: warning: macro "_NETBSD_SOURCE" is not used [-Wunused-macros] 51 | #define _NETBSD_SOURCE 1 | conftest.c:7: warning: macro "PACKAGE_URL" is not used [-Wunused-macros] 7 | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | conftest.c:47: warning: macro "_ALL_SOURCE" is not used [-Wunused-macros] 47 | #define _ALL_SOURCE 1 | conftest.c:49: warning: macro "_GNU_SOURCE" is not used [-Wunused-macros] 49 | #define _GNU_SOURCE 1 | conftest.c:18: warning: macro "HAVE_WCHAR_H" is not used [-Wunused-macros] 18 | #define HAVE_WCHAR_H 1 | conftest.c:34: warning: macro "HAVE_DIRENT_H" is not used [-Wunused-macros] 34 | #define HAVE_DIRENT_H 1 | conftest.c:43: warning: macro "HAVE_SYS_SELECT_H" is not used [-Wunused-macros] 43 | #define HAVE_SYS_SELECT_H 1 | configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wvariadic-macros configure:9138: gcc -o conftest -g3 -O2 -Wvariadic-macros conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wvector-operation-performance configure:9138: gcc -o conftest -g3 -O2 -Wvector-operation-performance conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wwrite-strings configure:9138: gcc -o conftest -g3 -O2 -Wwrite-strings conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Warray-bounds=2 configure:9138: gcc -o conftest -g3 -O2 -Warray-bounds=2 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wattribute-alias=2 configure:9138: gcc -o conftest -g3 -O2 -Wattribute-alias=2 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wformat=2 configure:9138: gcc -o conftest -g3 -O2 -Wformat=2 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wformat-truncation=2 configure:9138: gcc -o conftest -g3 -O2 -Wformat-truncation=2 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wimplicit-fallthrough=5 configure:9138: gcc -o conftest -g3 -O2 -Wimplicit-fallthrough=5 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wshift-overflow=2 configure:9138: gcc -o conftest -g3 -O2 -Wshift-overflow=2 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wuse-after-free=3 configure:9138: gcc -o conftest -g3 -O2 -Wuse-after-free=3 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9118: checking whether C compiler handles -Wvla-larger-than=4031 configure:9138: gcc -o conftest -g3 -O2 -Wvla-larger-than=4031 conftest.c >&5 configure:9138: $? = 0 configure:9150: result: yes configure:9161: checking whether C compiler handles -Wredundant-decls configure:9181: gcc -o conftest -g3 -O2 -Wredundant-decls conftest.c >&5 configure:9181: $? = 0 configure:9192: result: yes configure:9202: checking whether C compiler handles -Wno-missing-field-initializers configure:9222: gcc -o conftest -g3 -O2 -Wmissing-field-initializers conftest.c >&5 configure:9222: $? = 0 configure:9233: result: yes configure:9243: checking whether C compiler handles -Wno-override-init configure:9263: gcc -o conftest -g3 -O2 -Woverride-init conftest.c >&5 configure:9263: $? = 0 configure:9274: result: yes configure:9284: checking whether C compiler handles -Wno-sign-compare configure:9304: gcc -o conftest -g3 -O2 -Wsign-compare conftest.c >&5 configure:9304: $? = 0 configure:9315: result: yes configure:9325: checking whether C compiler handles -Wno-type-limits configure:9345: gcc -o conftest -g3 -O2 -Wtype-limits conftest.c >&5 configure:9345: $? = 0 configure:9356: result: yes configure:9366: checking whether C compiler handles -Wno-unused-parameter configure:9386: gcc -o conftest -g3 -O2 -Wunused-parameter conftest.c >&5 configure:9386: $? = 0 configure:9397: result: yes configure:9407: checking whether C compiler handles -Wno-format-nonliteral configure:9427: gcc -o conftest -g3 -O2 -Wformat-nonliteral conftest.c >&5 configure:9427: $? = 0 configure:9438: result: yes configure:9448: checking whether C compiler handles -Wno-bidi-chars configure:9468: gcc -o conftest -g3 -O2 -Wbidi-chars conftest.c >&5 configure:9468: $? = 0 configure:9479: result: yes configure:10099: checking for a BSD-compatible install configure:10172: result: /usr/bin/install -c configure:10186: checking command to symlink files in the same directory configure:10208: result: ln -s configure:10222: checking for install-info configure:10245: found /usr/bin/install-info configure:10258: result: /usr/bin/install-info configure:10268: checking for gzip configure:10291: found /usr/bin/gzip configure:10303: result: /usr/bin/gzip configure:10319: checking for 'find' args to delete a file configure:10331: result: -delete configure:10458: checking for brew configure:10493: result: no configure:10655: checking for -znocombreloc configure:10688: result: not needed configure:10697: checking whether addresses are sanitized configure:10721: gcc -c -g3 -O2 conftest.c >&5 conftest.c:71:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant 71 | error "Addresses are not sanitized."; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configure:10721: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | /* end confdefs.h. */ | #ifndef __has_feature | #define __has_feature(f) 0 | #endif | #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer) | #else | error "Addresses are not sanitized."; | #endif | | int | main (void) | { | | ; | return 0; | } configure:10729: result: no configure:10894: checking for math library configure:10945: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/cckPH4uA.o: in function `main': /app/emacs/conftest.c:75: undefined reference to `acos' /usr/bin/ld: /app/emacs/conftest.c:76: undefined reference to `asin' /usr/bin/ld: /app/emacs/conftest.c:77: undefined reference to `atan' /usr/bin/ld: /app/emacs/conftest.c:78: undefined reference to `atan2' /usr/bin/ld: /app/emacs/conftest.c:81: undefined reference to `cos' /usr/bin/ld: /app/emacs/conftest.c:82: undefined reference to `exp' /usr/bin/ld: /app/emacs/conftest.c:85: undefined reference to `fmod' /usr/bin/ld: /app/emacs/conftest.c:88: undefined reference to `log' /usr/bin/ld: /app/emacs/conftest.c:89: undefined reference to `log2' /usr/bin/ld: /app/emacs/conftest.c:90: undefined reference to `log10' /usr/bin/ld: /app/emacs/conftest.c:91: undefined reference to `pow' /usr/bin/ld: /app/emacs/conftest.c:94: undefined reference to `sin' /usr/bin/ld: /app/emacs/conftest.c:96: undefined reference to `tan' /usr/bin/ld: /app/emacs/conftest.c:99: undefined reference to `powf' /usr/bin/ld: /app/emacs/conftest.c:100: undefined reference to `ilogb' /usr/bin/ld: /app/emacs/conftest.c:102: undefined reference to `lrint' /usr/bin/ld: /app/emacs/conftest.c:95: undefined reference to `sqrt' collect2: error: ld returned 1 exit status configure:10945: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | /* end confdefs.h. */ | | #include | int | main (int argc, char **argv) | { | double d = argc; | float f = argc; | int i = argc; | long l = argc; | d = acos (d); | d = asin (d); | d = atan (d); | d = atan2 (d, d); | d = ceil (d); | d = copysign (d, d); | d = cos (d); | d = exp (d); | d = fabs (d); | d = floor (d); | d = fmod (d, d); | d = frexp (d, &i); | d = ldexp (d, i); | d = log (d); | d = log2 (d); | d = log10 (d); | d = pow (d, d); | d = rint (d); | d = scalbn (d, l); | d = sin (d); | d = sqrt (d); | d = tan (d); | d = trunc (d); | f = fabsf (f); | f = powf (f, f); | i = ilogb (d); | i = signbit (d); | l = lrint (d); | l = lround (d); | return d == f && i == l; | } | configure:10950: gcc -o conftest -g3 -O2 conftest.c -lm >&5 configure:10950: $? = 0 configure:10963: result: -lm configure:11070: checking for pkg-config configure:11093: found /usr/bin/pkg-config configure:11105: result: /usr/bin/pkg-config configure:11130: checking pkg-config is at least version 0.9.0 configure:11133: result: yes configure:11150: checking for machine/soundcard.h configure:11150: gcc -c -g3 -O2 conftest.c >&5 conftest.c:74:10: fatal error: machine/soundcard.h: No such file or directory 74 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11150: result: no configure:11150: checking for sys/soundcard.h configure:11150: gcc -c -g3 -O2 conftest.c >&5 configure:11150: $? = 0 configure:11150: result: yes configure:11150: checking for soundcard.h configure:11150: gcc -c -g3 -O2 conftest.c >&5 conftest.c:75:10: fatal error: soundcard.h: No such file or directory 75 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:11150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11150: result: no configure:11150: checking for mmsystem.h configure:11150: gcc -c -g3 -O2 conftest.c >&5 conftest.c:75:10: fatal error: mmsystem.h: No such file or directory 75 | #include | ^~~~~~~~~~~~ compilation terminated. configure:11150: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11150: result: no configure:11171: checking for _oss_ioctl in -lossaudio configure:11194: gcc -o conftest -g3 -O2 conftest.c -lossaudio >&5 /usr/bin/ld: cannot find -lossaudio: No such file or directory collect2: error: ld returned 1 exit status configure:11194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char _oss_ioctl (); | int | main (void) | { | return _oss_ioctl (); | ; | return 0; | } configure:11204: result: no configure:11223: checking for alsa >= 1.0.0 configure:11230: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:11233: $? = 0 configure:11247: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:11250: $? = 0 configure:11288: result: yes configure:11333: checking for ADDR_NO_RANDOMIZE configure:11351: gcc -c -g3 -O2 conftest.c >&5 configure:11351: $? = 0 configure:11359: result: yes configure:11371: checking if Linux sysinfo may be used configure:11390: gcc -c -g3 -O2 conftest.c >&5 configure:11390: $? = 0 configure:11398: result: yes configure:11416: gcc -c -g3 -O2 conftest.c >&5 configure:11416: $? = 0 configure:11437: gcc -E conftest.c configure:11437: $? = 0 configure:11444: checking for sys/wait.h that is POSIX.1 compatible configure:11471: gcc -c -g3 -O2 conftest.c >&5 configure:11471: $? = 0 configure:11479: result: yes configure:11490: checking for net/if.h configure:11490: gcc -c -g3 -O2 conftest.c >&5 configure:11490: $? = 0 configure:11490: result: yes configure:11501: checking for ifaddrs.h configure:11501: gcc -c -g3 -O2 conftest.c >&5 configure:11501: $? = 0 configure:11501: result: yes configure:11512: checking for net/if_dl.h configure:11512: gcc -c -g3 -O2 conftest.c >&5 conftest.c:109:10: fatal error: net/if_dl.h: No such file or directory 109 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:11512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | | #include configure:11512: result: no configure:11524: checking for struct ifreq.ifr_flags configure:11524: gcc -c -g3 -O2 conftest.c >&5 configure:11524: $? = 0 configure:11524: result: yes configure:11539: checking for struct ifreq.ifr_hwaddr configure:11539: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:117:5: error: used struct type value where scalar is required 117 | if (ac_aggr.ifr_hwaddr) | ^~~~~~~ configure:11539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_hwaddr) | return 0; | ; | return 0; | } configure:11539: gcc -c -g3 -O2 conftest.c >&5 configure:11539: $? = 0 configure:11539: result: yes configure:11554: checking for struct ifreq.ifr_netmask configure:11554: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:5: error: used struct type value where scalar is required 118 | if (ac_aggr.ifr_netmask) | ^~~~~~~ configure:11554: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_netmask) | return 0; | ; | return 0; | } configure:11554: gcc -c -g3 -O2 conftest.c >&5 configure:11554: $? = 0 configure:11554: result: yes configure:11569: checking for struct ifreq.ifr_broadaddr configure:11569: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:119:5: error: used struct type value where scalar is required 119 | if (ac_aggr.ifr_broadaddr) | ^~~~~~~ configure:11569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_broadaddr) | return 0; | ; | return 0; | } configure:11569: gcc -c -g3 -O2 conftest.c >&5 configure:11569: $? = 0 configure:11569: result: yes configure:11584: checking for struct ifreq.ifr_addr configure:11584: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:120:5: error: used struct type value where scalar is required 120 | if (ac_aggr.ifr_addr) | ^~~~~~~ configure:11584: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr) | return 0; | ; | return 0; | } configure:11584: gcc -c -g3 -O2 conftest.c >&5 configure:11584: $? = 0 configure:11584: result: yes configure:11599: checking for struct ifreq.ifr_addr.sa_len configure:11599: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:121:21: error: 'struct sockaddr' has no member named 'sa_len' 121 | if (ac_aggr.ifr_addr.sa_len) | ^ configure:11599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:11599: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:121:28: error: 'struct sockaddr' has no member named 'sa_len' 121 | if (sizeof ac_aggr.ifr_addr.sa_len) | ^ configure:11599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (sizeof ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:11599: result: no configure:11621: checking whether gcc understands -MMD -MF configure:11640: gcc -c -g3 -O2 -MMD -MF deps.d -MP conftest.c >&5 configure:11640: $? = 0 configure:11651: result: yes configure:11673: checking for X configure:11711: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:11711: $? = 0 configure:11898: result: libraries , headers configure:13352: checking whether malloc is Doug Lea style configure:13374: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:87:1: warning: implicit declaration of function 'malloc_set_state'; did you mean 'malloc_stats'? [-Wimplicit-function-declaration] 87 | malloc_set_state (malloc_get_state ()); | ^~~~~~~~~~~~~~~~ | malloc_stats conftest.c:87:19: warning: implicit declaration of function 'malloc_get_state'; did you mean 'malloc_stats'? [-Wimplicit-function-declaration] 87 | malloc_set_state (malloc_get_state ()); | ^~~~~~~~~~~~~~~~ | malloc_stats conftest.c:88:13: error: '__after_morecore_hook' undeclared (first use in this function) 88 | __after_morecore_hook = hook; | ^~~~~~~~~~~~~~~~~~~~~ conftest.c:88:13: note: each undeclared identifier is reported only once for each function it appears in conftest.c:89:13: error: '__malloc_initialize_hook' undeclared (first use in this function) 89 | __malloc_initialize_hook = hook; | ^~~~~~~~~~~~~~~~~~~~~~~~ configure:13374: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | static void hook (void) {} | int | main (void) | { | malloc_set_state (malloc_get_state ()); | __after_morecore_hook = hook; | __malloc_initialize_hook = hook; | ; | return 0; | } configure:13382: result: no configure:13393: checking for sbrk configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for getpagesize configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for __lsan_ignore_object configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccOrCD8h.o: in function `main': /app/emacs/conftest.c:111: undefined reference to `__lsan_ignore_object' collect2: error: ld returned 1 exit status configure:13393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | /* Define __lsan_ignore_object to an innocuous variant, in case declares __lsan_ignore_object. | For example, HP-UX 11i declares gettimeofday. */ | #define __lsan_ignore_object innocuous___lsan_ignore_object | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __lsan_ignore_object (); below. */ | | #include | #undef __lsan_ignore_object | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __lsan_ignore_object (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___lsan_ignore_object || defined __stub_____lsan_ignore_object | choke me | #endif | | int | main (void) | { | return __lsan_ignore_object (); | ; | return 0; | } configure:13393: result: no configure:13393: checking for fork configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c:100:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch] 100 | char fork (); | ^~~~ configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for vfork configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fchmod configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for canonicalize_file_name configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for realpath configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for lstat configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fchmodat configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for lchmod configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fcntl configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fdopendir configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fstatat configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for fsync configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for gettimeofday configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for memset_explicit configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccB8CIeY.o: in function `main': /app/emacs/conftest.c:124: undefined reference to `memset_explicit' collect2: error: ld returned 1 exit status configure:13393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define memset_explicit to an innocuous variant, in case declares memset_explicit. | For example, HP-UX 11i declares gettimeofday. */ | #define memset_explicit innocuous_memset_explicit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memset_explicit (); below. */ | | #include | #undef memset_explicit | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memset_explicit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memset_explicit || defined __stub___memset_explicit | choke me | #endif | | int | main (void) | { | return memset_explicit (); | ; | return 0; | } configure:13393: result: no configure:13393: checking for memset_s configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/cciHDKeA.o: in function `main': /app/emacs/conftest.c:124: undefined reference to `memset_s' collect2: error: ld returned 1 exit status configure:13393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define memset_s to an innocuous variant, in case declares memset_s. | For example, HP-UX 11i declares gettimeofday. */ | #define memset_s innocuous_memset_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memset_s (); below. */ | | #include | #undef memset_s | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memset_s (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memset_s || defined __stub___memset_s | choke me | #endif | | int | main (void) | { | return memset_s (); | ; | return 0; | } configure:13393: result: no configure:13393: checking for pselect configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for pthread_sigmask configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for readlink configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for isblank configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c:116:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] 116 | char isblank (); | ^~~~~~~ conftest.c:108:1: note: 'isblank' is declared in header '' 107 | #include 108 | #undef isblank configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for iswctype configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for strtoimax configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for symlink configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for localtime_r configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13393: checking for getdtablesize configure:13393: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13393: $? = 0 configure:13393: result: yes configure:13518: checking for working mmap configure:13670: gcc -o conftest -g3 -O2 conftest.c >&5 configure:13670: $? = 0 configure:13670: ./conftest configure:13670: $? = 0 configure:13681: result: yes configure:13699: checking for main in -lXbsd configure:13719: gcc -o conftest -g3 -O2 conftest.c -lXbsd >&5 /usr/bin/ld: cannot find -lXbsd: No such file or directory collect2: error: ld returned 1 exit status configure:13719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | | int | main (void) | { | return main (); | ; | return 0; | } configure:13729: result: no configure:13741: checking for pthread library configure:13778: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:117:25: warning: argument 3 null where non-null expected [-Wnonnull] 117 | status += pthread_create (&th, 0, 0, 0); | ^~~~~~~~~~~~~~ In file included from conftest.c:108: /usr/include/pthread.h:202:12: note: in a call to function 'pthread_create' declared 'nonnull' 202 | extern int pthread_create (pthread_t *__restrict __newthread, | ^~~~~~~~~~~~~~ configure:13778: $? = 0 configure:13790: result: none needed configure:13817: checking for thread support configure:13833: result: yes configure:13903: checking for Xkb configure:13921: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13921: $? = 0 configure:13930: result: yes configure:13936: checking for XkbRefreshKeyboardMapping configure:13936: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13936: $? = 0 configure:13936: result: yes configure:13942: checking for XkbFreeNames configure:13942: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13942: $? = 0 configure:13942: result: yes configure:13951: checking for XrmSetDatabase configure:13951: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13951: $? = 0 configure:13951: result: yes configure:13957: checking for XScreenResourceString configure:13957: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13957: $? = 0 configure:13957: result: yes configure:13963: checking for XScreenNumberOfScreen configure:13963: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13963: $? = 0 configure:13963: result: yes configure:13970: checking for XDisplayCells configure:13970: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13970: $? = 0 configure:13970: result: yes configure:13976: checking for XDestroySubwindows configure:13976: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:13976: $? = 0 configure:13976: result: yes configure:13986: checking X11 version 6 configure:14006: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5 configure:14006: $? = 0 configure:14017: result: 6 or newer configure:14025: checking for XICCallback.callback configure:14025: gcc -c -g3 -O2 conftest.c >&5 configure:14025: $? = 0 configure:14025: result: yes configure:14062: checking for librsvg-2.0 >= 2.14.0 configure:14069: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:14072: $? = 0 configure:14086: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:14089: $? = 0 configure:14127: result: yes configure:14159: checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0 configure:14166: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE" configure:14169: $? = 0 configure:14183: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE" configure:14186: $? = 0 configure:14224: result: yes configure:14247: checking for sqlite3_open_v2 in -lsqlite3 configure:14270: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 >&5 configure:14270: $? = 0 configure:14280: result: yes configure:14300: checking for sqlite3_load_extension in -lsqlite3 configure:14323: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lsqlite3 -lX11 >&5 configure:14323: $? = 0 configure:14333: result: yes configure:14568: checking for getaddrinfo_a in -lanl configure:14591: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lanl -lsqlite3 -lX11 >&5 configure:14591: $? = 0 configure:14601: result: yes configure:14633: checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5 configure:14640: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:14643: $? = 0 configure:14657: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:14660: $? = 0 configure:14698: result: yes configure:14821: checking whether GTK compiles configure:14852: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -pthread -isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include conftest.c -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -lX11 >&5 configure:14852: $? = 0 configure:14861: result: yes configure:14877: WARNING: Your version of Gtk+ will have problems with closing open displays. This is no problem if you just use one display, but if you use more than one and close one of them Emacs may crash. See https://gitlab.gnome.org/GNOME/gtk/issues/221 configure:15025: checking for malloc_trim configure:15025: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 >&5 configure:15025: $? = 0 configure:15025: result: yes configure:15038: checking for dbus-1 >= 1.0 configure:15045: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:15048: $? = 0 configure:15062: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:15065: $? = 0 configure:15103: result: yes configure:15114: checking for dbus_watch_get_unix_fd configure:15114: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15114: $? = 0 configure:15114: result: yes configure:15120: checking for dbus_type_is_valid configure:15120: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15120: $? = 0 configure:15120: result: yes configure:15126: checking for dbus_validate_bus_name configure:15126: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15126: $? = 0 configure:15126: result: yes configure:15132: checking for dbus_validate_path configure:15132: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15132: $? = 0 configure:15132: result: yes configure:15138: checking for dbus_validate_interface configure:15138: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15138: $? = 0 configure:15138: result: yes configure:15144: checking for dbus_validate_member configure:15144: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 -ldbus-1 >&5 configure:15144: $? = 0 configure:15144: result: yes configure:15163: checking for gio-2.0 >= 2.26 configure:15170: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:15173: $? = 0 configure:15187: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:15190: $? = 0 configure:15228: result: yes configure:15238: checking whether GSettings is in gio configure:15261: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include conftest.c -lsqlite3 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5 configure:15261: $? = 0 configure:15270: result: yes configure:15373: checking for gobject-2.0 >= 2.0 configure:15380: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:15383: $? = 0 configure:15397: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:15400: $? = 0 configure:15438: result: yes configure:15466: checking for lgetfilecon in -lselinux configure:15489: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lselinux -lsqlite3 -lX11 >&5 configure:15489: $? = 0 configure:15499: result: yes configure:15521: checking for gnutls >= 2.12.2 configure:15528: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" configure:15531: $? = 0 configure:15545: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" configure:15548: $? = 0 configure:15586: result: yes configure:15610: checking for libsystemd >= 222 configure:15617: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" configure:15620: $? = 0 configure:15634: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" configure:15637: $? = 0 configure:15675: result: yes configure:15696: checking for jansson >= 2.7 configure:15703: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" configure:15706: $? = 0 configure:15720: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" configure:15723: $? = 0 configure:15761: result: yes configure:15790: checking for tree-sitter >= 0.20.2 configure:15797: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2" Package tree-sitter was not found in the pkg-config search path. Perhaps you should add the directory containing `tree-sitter.pc' to the PKG_CONFIG_PATH environment variable No package 'tree-sitter' found configure:15800: $? = 1 configure:15814: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2" Package tree-sitter was not found in the pkg-config search path. Perhaps you should add the directory containing `tree-sitter.pc' to the PKG_CONFIG_PATH environment variable No package 'tree-sitter' found configure:15817: $? = 1 configure:15831: result: no No package 'tree-sitter' found configure:15867: checking for tree-sitter >= 0.6.3 configure:15874: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.6.3" Package tree-sitter was not found in the pkg-config search path. Perhaps you should add the directory containing `tree-sitter.pc' to the PKG_CONFIG_PATH environment variable No package 'tree-sitter' found configure:15877: $? = 1 configure:15891: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.6.3" Package tree-sitter was not found in the pkg-config search path. Perhaps you should add the directory containing `tree-sitter.pc' to the PKG_CONFIG_PATH environment variable No package 'tree-sitter' found configure:15894: $? = 1 configure:15908: result: no No package 'tree-sitter' found configure:16000: checking for sys/inotify.h configure:16000: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c >&5 configure:16000: $? = 0 configure:16000: result: yes configure:16007: checking for inotify_init1 configure:16007: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lsqlite3 -lX11 >&5 configure:16007: $? = 0 configure:16007: result: yes configure:16740: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c >&5 configure:16740: $? = 0 configure:16773: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c >&5 configure:16773: $? = 0 configure:16775: checking for XRenderQueryExtension in -lXrender configure:16798: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp conftest.c -lXrender -lsqlite3 -lX11 >&5 configure:16798: $? = 0 configure:16808: result: yes configure:16833: checking for cairo >= 1.8.0 configure:16840: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE" configure:16843: $? = 0 configure:16857: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE" configure:16860: $? = 0 configure:16898: result: yes configure:16907: checking for cairo-xcb >= 1.8.0 configure:16914: $PKG_CONFIG --exists --print-errors "$CAIRO_XCB_MODULE" configure:16917: $? = 0 configure:16931: $PKG_CONFIG --exists --print-errors "$CAIRO_XCB_MODULE" configure:16934: $? = 0 configure:16972: result: yes configure:17446: checking for freetype2 configure:17453: $PKG_CONFIG --exists --print-errors "freetype2" configure:17456: $? = 0 configure:17470: $PKG_CONFIG --exists --print-errors "freetype2" configure:17473: $? = 0 configure:17511: result: yes configure:17521: checking for fontconfig >= 2.2.0 configure:17528: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:17531: $? = 0 configure:17545: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:17548: $? = 0 configure:17586: result: yes configure:17915: checking for FT_Face_GetCharVariantIndex configure:17915: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lfreetype -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:17915: $? = 0 configure:17915: result: yes configure:17927: checking for libotf configure:17934: $PKG_CONFIG --exists --print-errors "libotf" configure:17937: $? = 0 configure:17951: $PKG_CONFIG --exists --print-errors "libotf" configure:17954: $? = 0 configure:17992: result: yes configure:18001: checking for OTF_get_variation_glyphs in -lotf configure:18024: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lotf -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:18024: $? = 0 configure:18034: result: yes configure:18062: checking for m17n-flt configure:18069: $PKG_CONFIG --exists --print-errors "m17n-flt" configure:18072: $? = 0 configure:18086: $PKG_CONFIG --exists --print-errors "m17n-flt" configure:18089: $? = 0 configure:18127: result: yes configure:18440: checking for harfbuzz >= 0.9.42 configure:18447: $PKG_CONFIG --exists --print-errors "harfbuzz >= $harfbuzz_required_ver" configure:18450: $? = 0 configure:18464: $PKG_CONFIG --exists --print-errors "harfbuzz >= $harfbuzz_required_ver" configure:18467: $? = 0 configure:18505: result: yes configure:18926: checking for X11/Xlib-xcb.h configure:18926: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:18926: $? = 0 configure:18926: result: yes configure:18929: checking for xcb_translate_coordinates in -lxcb configure:18952: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lxcb -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:18952: $? = 0 configure:18962: result: yes configure:18972: checking for XGetXCBConnection in -lX11-xcb configure:18995: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lX11-xcb -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:18995: $? = 0 configure:19005: result: yes configure:19127: checking for X11/xpm.h configure:19127: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:19127: $? = 0 configure:19127: result: yes configure:19130: checking for XpmReadFileToPixmap in -lXpm configure:19153: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXpm -lX11 -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:19153: $? = 0 configure:19163: result: yes configure:19173: checking for XpmReturnAllocPixels preprocessor define configure:19197: result: yes configure:19250: checking for jpeglib 6b or later configure:19284: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 /usr/bin/ld: /tmp/ccWBpIhv.o: in function `main': /app/emacs/conftest.c:171: undefined reference to `jpeg_CreateDecompress' /usr/bin/ld: /app/emacs/conftest.c:173: undefined reference to `jpeg_destroy_decompress' collect2: error: ld returned 1 exit status configure:19284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | /* end confdefs.h. */ | #undef HAVE_STDLIB_H /* Avoid config.h/jpeglib.h collision. */ | #include /* jpeglib.h needs FILE and size_t. */ | #include | #include | char verify[JPEG_LIB_VERSION < 62 ? -1 : 1]; | struct jpeg_decompress_struct cinfo; | | int | main (void) | { | | jpeg_create_decompress (&cinfo); | WARNMS (&cinfo, JWRN_JPEG_EOF); | jpeg_destroy_decompress (&cinfo); | | ; | return 0; | } configure:19284: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render -ljpeg >&5 configure:19284: $? = 0 configure:19296: result: -ljpeg configure:19319: checking for lcms2 configure:19326: $PKG_CONFIG --exists --print-errors "lcms2" configure:19329: $? = 0 configure:19343: $PKG_CONFIG --exists --print-errors "lcms2" configure:19346: $? = 0 configure:19384: result: yes configure:19406: checking for library containing inflateEnd configure:19436: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 /usr/bin/ld: /tmp/cchvBoaf.o: in function `main': /app/emacs/conftest.c:170: undefined reference to `inflateEnd' collect2: error: ld returned 1 exit status configure:19436: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char inflateEnd (); | int | main (void) | { | return inflateEnd (); | ; | return 0; | } configure:19436: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lz -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:19436: $? = 0 configure:19456: result: -lz configure:19542: checking for dladdr configure:19542: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render -ldl >&5 configure:19542: $? = 0 configure:19542: result: yes configure:19548: checking for dlfunc configure:19548: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render -ldl >&5 /usr/bin/ld: /tmp/cc24GAR8.o: in function `main': /app/emacs/conftest.c:193: undefined reference to `dlfunc' collect2: error: ld returned 1 exit status configure:19548: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | /* end confdefs.h. */ | /* Define dlfunc to an innocuous variant, in case declares dlfunc. | For example, HP-UX 11i declares gettimeofday. */ | #define dlfunc innocuous_dlfunc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlfunc (); below. */ | | #include | #undef dlfunc | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlfunc (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlfunc || defined __stub___dlfunc | choke me | #endif | | int | main (void) | { | return dlfunc (); | ; | return 0; | } configure:19548: result: no configure:19852: checking for libpng >= 1.0.0 configure:19859: $PKG_CONFIG --exists --print-errors "libpng >= 1.0.0" configure:19862: $? = 0 configure:19876: $PKG_CONFIG --exists --print-errors "libpng >= 1.0.0" configure:19879: $? = 0 configure:19917: result: yes configure:19987: checking whether png_longjmp is declared configure:19987: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libpng16 conftest.c >&5 configure:19987: $? = 0 configure:19987: result: yes configure:20027: checking for tiffio.h configure:20027: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:20027: $? = 0 configure:20027: result: yes configure:20033: checking for TIFFGetVersion in -ltiff configure:20056: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -ltiff -ljpeg -lz -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:20056: $? = 0 configure:20066: result: yes configure:20110: checking for gif_lib.h configure:20110: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:20110: $? = 0 configure:20110: result: yes configure:20115: checking for GifMakeMapObject in -lgif configure:20138: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lgif -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:20138: $? = 0 configure:20148: result: yes configure:20322: checking for gpm.h configure:20322: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:20322: $? = 0 configure:20322: result: yes configure:20325: checking for Gpm_Open in -lgpm configure:20348: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lgpm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:20348: $? = 0 configure:20358: result: yes configure:20410: checking for X11/SM/SMlib.h configure:20410: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:20410: $? = 0 configure:20410: result: yes configure:20413: checking for SmcOpenConnection in -lSM configure:20436: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lSM -lICE -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:20436: $? = 0 configure:20446: result: yes configure:20472: checking for xrandr >= 1.2.2 configure:20479: $PKG_CONFIG --exists --print-errors "$XRANDR_MODULES" configure:20482: $? = 0 configure:20496: $PKG_CONFIG --exists --print-errors "$XRANDR_MODULES" configure:20499: $? = 0 configure:20537: result: yes configure:20613: checking for xinerama >= 1.0.2 configure:20620: $PKG_CONFIG --exists --print-errors "$XINERAMA_MODULES" configure:20623: $? = 0 configure:20637: $PKG_CONFIG --exists --print-errors "$XINERAMA_MODULES" configure:20640: $? = 0 configure:20678: result: yes configure:20750: checking for xfixes >= 1.0.0 configure:20757: $PKG_CONFIG --exists --print-errors "$XFIXES_MODULES" configure:20760: $? = 0 configure:20774: $PKG_CONFIG --exists --print-errors "$XFIXES_MODULES" configure:20777: $? = 0 configure:20815: result: yes configure:20885: checking for xi configure:20892: $PKG_CONFIG --exists --print-errors "xi" configure:20895: $? = 0 configure:20909: $PKG_CONFIG --exists --print-errors "xi" configure:20912: $? = 0 configure:20950: result: yes configure:20957: checking for X11/extensions/XInput2.h configure:20957: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:20957: $? = 0 configure:20957: result: yes configure:20960: checking for XIGrabButton in -lXi configure:20983: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXi -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:20983: $? = 0 configure:20993: result: yes configure:21017: checking for XIScrollClassInfo.type configure:21017: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21017: $? = 0 configure:21017: result: yes configure:21026: checking for XITouchClassInfo.type configure:21026: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21026: $? = 0 configure:21026: result: yes configure:21035: checking for XIBarrierReleasePointerInfo.deviceid configure:21035: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21035: $? = 0 configure:21035: result: yes configure:21044: checking for XIGestureClassInfo.type configure:21044: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21044: $? = 0 configure:21044: result: yes configure:21063: checking for X11/extensions/sync.h configure:21063: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21063: $? = 0 configure:21063: result: yes configure:21067: checking for XSyncQueryExtension in -lXext configure:21090: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXext -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21090: $? = 0 configure:21100: result: yes configure:21117: checking for XSyncTriggerFence configure:21117: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXext -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21117: $? = 0 configure:21117: result: yes configure:21134: checking for X11/extensions/Xdbe.h configure:21134: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21134: $? = 0 configure:21134: result: yes configure:21139: checking for XdbeAllocateBackBufferName in -lXext configure:21162: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXext -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21162: $? = 0 configure:21172: result: yes configure:21198: checking for X11/extensions/shape.h configure:21198: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21198: $? = 0 configure:21198: result: yes configure:21203: checking for XShapeQueryVersion in -lXext configure:21226: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXext -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21226: $? = 0 configure:21236: result: yes configure:21247: checking for xcb/shape.h configure:21247: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21247: $? = 0 configure:21247: result: yes configure:21251: checking for xcb_shape_combine in -lxcb-shape configure:21274: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lxcb-shape -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21274: $? = 0 configure:21284: result: yes configure:21313: checking for X11/extensions/Xcomposite.h configure:21313: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21313: $? = 0 configure:21313: result: yes configure:21318: checking for XCompositeRedirectWindow in -lXcomposite configure:21341: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lXcomposite -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21341: $? = 0 configure:21351: result: yes configure:21379: checking for libxml-2.0 > 2.6.17 configure:21386: $PKG_CONFIG --exists --print-errors "libxml-2.0 > 2.6.17" configure:21389: $? = 0 configure:21403: $PKG_CONFIG --exists --print-errors "libxml-2.0 > 2.6.17" configure:21406: $? = 0 configure:21444: result: yes configure:21479: checking for htmlReadMemory in -lxml2 configure:21502: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lxml2 -lxml2 -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21502: $? = 0 configure:21512: result: yes configure:21764: checking for linux/seccomp.h configure:21764: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21764: $? = 0 configure:21764: result: yes configure:21770: checking whether SECCOMP_SET_MODE_FILTER is declared configure:21770: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21770: $? = 0 configure:21770: result: yes configure:21785: checking whether SECCOMP_FILTER_FLAG_TSYNC is declared configure:21785: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21785: $? = 0 configure:21785: result: yes configure:21764: checking for linux/filter.h configure:21764: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:21764: $? = 0 configure:21764: result: yes configure:21770: checking whether SECCOMP_SET_MODE_FILTER is declared configure:21770: result: yes configure:21785: checking whether SECCOMP_FILTER_FLAG_TSYNC is declared configure:21785: result: yes configure:21808: checking for libseccomp >= 2.5.2 configure:21815: $PKG_CONFIG --exists --print-errors "libseccomp >= 2.5.2" Package libseccomp was not found in the pkg-config search path. Perhaps you should add the directory containing `libseccomp.pc' to the PKG_CONFIG_PATH environment variable No package 'libseccomp' found configure:21818: $? = 1 configure:21832: $PKG_CONFIG --exists --print-errors "libseccomp >= 2.5.2" Package libseccomp was not found in the pkg-config search path. Perhaps you should add the directory containing `libseccomp.pc' to the PKG_CONFIG_PATH environment variable No package 'libseccomp' found configure:21835: $? = 1 configure:21849: result: no No package 'libseccomp' found configure:21886: checking size of long configure:21892: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21892: $? = 0 configure:21892: ./conftest configure:21892: $? = 0 configure:21907: result: 8 configure:21920: checking for accept4 configure:21920: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21920: $? = 0 configure:21920: result: yes configure:21926: checking for fchdir configure:21926: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21926: $? = 0 configure:21926: result: yes configure:21932: checking for gethostname configure:21932: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21932: $? = 0 configure:21932: result: yes configure:21938: checking for getrusage configure:21938: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21938: $? = 0 configure:21938: result: yes configure:21944: checking for get_current_dir_name configure:21944: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21944: $? = 0 configure:21944: result: yes configure:21950: checking for lrand48 configure:21950: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21950: $? = 0 configure:21950: result: yes configure:21956: checking for random configure:21956: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21956: $? = 0 configure:21956: result: yes configure:21962: checking for rint configure:21962: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 conftest.c:219:6: warning: conflicting types for built-in function 'rint'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 219 | char rint (); | ^~~~ conftest.c:211:1: note: 'rint' is declared in header '' 210 | #include 211 | #undef rint configure:21962: $? = 0 configure:21962: result: yes configure:21968: checking for trunc configure:21968: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 conftest.c:220:6: warning: conflicting types for built-in function 'trunc'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 220 | char trunc (); | ^~~~~ conftest.c:212:1: note: 'trunc' is declared in header '' 211 | #include 212 | #undef trunc configure:21968: $? = 0 configure:21968: result: yes configure:21974: checking for select configure:21974: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21974: $? = 0 configure:21974: result: yes configure:21980: checking for getpagesize configure:21980: result: yes configure:21986: checking for setlocale configure:21986: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21986: $? = 0 configure:21986: result: yes configure:21992: checking for newlocale configure:21992: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21992: $? = 0 configure:21992: result: yes configure:21998: checking for getrlimit configure:21998: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:21998: $? = 0 configure:21998: result: yes configure:22004: checking for setrlimit configure:22004: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22004: $? = 0 configure:22004: result: yes configure:22010: checking for shutdown configure:22010: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22010: $? = 0 configure:22010: result: yes configure:22016: checking for pthread_sigmask configure:22016: result: yes configure:22022: checking for strsignal configure:22022: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22022: $? = 0 configure:22022: result: yes configure:22028: checking for setitimer configure:22028: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22028: $? = 0 configure:22028: result: yes configure:22034: checking for sendto configure:22034: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22034: $? = 0 configure:22034: result: yes configure:22040: checking for recvfrom configure:22040: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22040: $? = 0 configure:22040: result: yes configure:22046: checking for getsockname configure:22046: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22046: $? = 0 configure:22046: result: yes configure:22052: checking for getifaddrs configure:22052: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22052: $? = 0 configure:22052: result: yes configure:22058: checking for freeifaddrs configure:22058: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22058: $? = 0 configure:22058: result: yes configure:22064: checking for gai_strerror configure:22064: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22064: $? = 0 configure:22064: result: yes configure:22070: checking for sync configure:22070: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22070: $? = 0 configure:22070: result: yes configure:22076: checking for getpwent configure:22076: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22076: $? = 0 configure:22076: result: yes configure:22082: checking for endpwent configure:22082: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22082: $? = 0 configure:22082: result: yes configure:22088: checking for getgrent configure:22088: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22088: $? = 0 configure:22088: result: yes configure:22094: checking for endgrent configure:22094: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22094: $? = 0 configure:22094: result: yes configure:22100: checking for renameat2 configure:22100: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22100: $? = 0 configure:22100: result: yes configure:22106: checking for cfmakeraw configure:22106: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22106: $? = 0 configure:22106: result: yes configure:22112: checking for cfsetspeed configure:22112: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22112: $? = 0 configure:22112: result: yes configure:22118: checking for __executable_start configure:22118: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22118: $? = 0 configure:22118: result: yes configure:22124: checking for log2 configure:22124: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 conftest.c:246:6: warning: conflicting types for built-in function 'log2'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 246 | char log2 (); | ^~~~ conftest.c:238:1: note: 'log2' is declared in header '' 237 | #include 238 | #undef log2 configure:22124: $? = 0 configure:22124: result: yes configure:22130: checking for pthread_setname_np configure:22130: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22130: $? = 0 configure:22130: result: yes configure:22136: checking for pthread_set_name_np configure:22136: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lm -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 /usr/bin/ld: /tmp/ccl3y5i9.o: in function `main': /app/emacs/conftest.c:259: undefined reference to `pthread_set_name_np' collect2: error: ld returned 1 exit status configure:22136: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | /* Define pthread_set_name_np to an innocuous variant, in case declares pthread_set_name_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_set_name_np innocuous_pthread_set_name_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_set_name_np (); below. */ | | #include | #undef pthread_set_name_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_set_name_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np | choke me | #endif | | int | main (void) | { | return pthread_set_name_np (); | ; | return 0; | } configure:22136: result: no configure:22146: checking whether pthread_setname_np takes a single argument configure:22163: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 conftest.c: In function 'main': conftest.c:236:21: warning: passing argument 1 of 'pthread_setname_np' makes integer from pointer without a cast [-Wint-conversion] 236 | pthread_setname_np ("a"); | ^~~ | | | char * In file included from conftest.c:232: /usr/include/pthread.h:463:42: note: expected 'pthread_t' {aka 'long unsigned int'} but argument is of type 'char *' 463 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ~~~~~~~~~~^~~~~~~~~~~~~~~ conftest.c:236:1: error: too few arguments to function 'pthread_setname_np' 236 | pthread_setname_np ("a"); | ^~~~~~~~~~~~~~~~~~ /usr/include/pthread.h:463:12: note: declared here 463 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ^~~~~~~~~~~~~~~~~~ configure:22163: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | #include | int | main (void) | { | pthread_setname_np ("a"); | ; | return 0; | } configure:22171: result: no configure:22178: checking whether pthread_setname_np takes three arguments configure:22195: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 conftest.c: In function 'main': conftest.c:236:1: error: too many arguments to function 'pthread_setname_np' 236 | pthread_setname_np (0, "%s", "a"); | ^~~~~~~~~~~~~~~~~~ In file included from conftest.c:232: /usr/include/pthread.h:463:12: note: declared here 463 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ^~~~~~~~~~~~~~~~~~ configure:22195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | #include | int | main (void) | { | pthread_setname_np (0, "%s", "a"); | ; | return 0; | } configure:22203: result: no configure:22217: checking for aligned_alloc configure:22217: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 conftest.c:248:6: warning: conflicting types for built-in function 'aligned_alloc'; expected 'void *(long unsigned int, long unsigned int)' [-Wbuiltin-declaration-mismatch] 248 | char aligned_alloc (); | ^~~~~~~~~~~~~ conftest.c:240:1: note: 'aligned_alloc' is declared in header '' 239 | #include 240 | #undef aligned_alloc configure:22217: $? = 0 configure:22217: result: yes configure:22227: checking whether aligned_alloc is declared configure:22227: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:22227: $? = 0 configure:22227: result: yes configure:22255: checking for posix_madvise configure:22255: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22255: $? = 0 configure:22255: result: yes configure:22263: checking for __builtin_frame_address configure:22280: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22280: $? = 0 configure:22289: result: yes configure:22296: checking for __builtin_unwind_init configure:22313: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22313: $? = 0 configure:22322: result: yes configure:22333: checking for _LARGEFILE_SOURCE value needed for large files configure:22353: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22353: $? = 0 configure:22383: result: no configure:22404: checking for grantpt configure:22404: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22404: $? = 0 configure:22404: result: yes configure:22413: checking for getpt configure:22413: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22413: $? = 0 configure:22413: result: yes configure:22419: checking for posix_openpt configure:22419: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22419: $? = 0 configure:22419: result: yes configure:22433: checking for library containing tputs configure:22487: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 /usr/bin/ld: /tmp/ccigtoCD.o: in function `main': /app/emacs/conftest.c:246: undefined reference to `tputs' collect2: error: ld returned 1 exit status configure:22487: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | /* end confdefs.h. */ | | extern void tputs (const char *, int, int (*)(int)); | int main (int argc, char **argv) | { | if (argc == 10000) | tputs (argv[0], 0, 0); | return 0; | } | configure:22487: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -ltinfo -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:22487: $? = 0 configure:22487: ./conftest configure:22487: $? = 0 configure:22504: result: -ltinfo configure:22610: checking whether -ltinfo library defines BC configure:22629: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render -ltinfo >&5 configure:22629: $? = 0 configure:22639: result: yes configure:22656: checking for timerfd interface configure:22676: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:22676: $? = 0 configure:22684: result: yes configure:22693: checking whether signals can be handled on alternate stack configure:22718: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:22718: $? = 0 configure:22726: result: yes configure:23352: checking for valgrind/valgrind.h configure:23352: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23352: $? = 0 configure:23352: result: yes configure:23360: checking for struct unipair.unicode configure:23360: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23360: $? = 0 configure:23360: result: yes configure:23375: checking for pid_t configure:23375: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23375: $? = 0 configure:23375: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 conftest.c: In function 'main': conftest.c:278:20: error: expected expression before ')' token 278 | if (sizeof ((pid_t))) | ^ configure:23375: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | int | main (void) | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:23375: result: yes configure:23417: checking for working fork configure:23441: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23441: $? = 0 configure:23441: ./conftest configure:23441: $? = 0 configure:23452: result: yes configure:23473: checking for working vfork configure:23602: result: yes configure:23628: checking for snprintf configure:23628: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 conftest.c:264:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] 264 | char snprintf (); | ^~~~~~~~ conftest.c:256:1: note: 'snprintf' is declared in header '' 255 | #include 256 | #undef snprintf configure:23628: $? = 0 configure:23628: result: yes configure:23636: checking for spawn.h configure:23636: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23636: $? = 0 configure:23636: result: yes configure:23644: checking for posix_spawn configure:23644: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23644: $? = 0 configure:23644: result: yes configure:23650: checking for posix_spawn_file_actions_addchdir configure:23650: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 /usr/bin/ld: /tmp/ccPQ1ypC.o: in function `main': /app/emacs/conftest.c:278: undefined reference to `posix_spawn_file_actions_addchdir' collect2: error: ld returned 1 exit status configure:23650: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | /* end confdefs.h. */ | /* Define posix_spawn_file_actions_addchdir to an innocuous variant, in case declares posix_spawn_file_actions_addchdir. | For example, HP-UX 11i declares gettimeofday. */ | #define posix_spawn_file_actions_addchdir innocuous_posix_spawn_file_actions_addchdir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix_spawn_file_actions_addchdir (); below. */ | | #include | #undef posix_spawn_file_actions_addchdir | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char posix_spawn_file_actions_addchdir (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_posix_spawn_file_actions_addchdir || defined __stub___posix_spawn_file_actions_addchdir | choke me | #endif | | int | main (void) | { | return posix_spawn_file_actions_addchdir (); | ; | return 0; | } configure:23650: result: no configure:23656: checking for posix_spawn_file_actions_addchdir_np configure:23656: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23656: $? = 0 configure:23656: result: yes configure:23662: checking for posix_spawnattr_setflags configure:23662: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23662: $? = 0 configure:23662: result: yes configure:23673: checking whether POSIX_SPAWN_SETSID is declared configure:23673: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23673: $? = 0 configure:23673: result: yes configure:23688: checking whether GLib is linked in configure:23712: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -pthread -isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ldbus-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23712: $? = 0 configure:23723: result: yes configure:23735: checking for nl_langinfo and CODESET configure:23752: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23752: $? = 0 configure:23762: result: yes configure:23769: checking for nl_langinfo and _NL_PAPER_WIDTH configure:23786: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:23786: $? = 0 configure:23796: result: yes configure:23807: checking for mbstate_t configure:23825: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:23825: $? = 0 configure:23833: result: yes configure:24154: checking for signals via characters configure:24176: gcc -E conftest.c configure:24176: $? = 0 configure:24184: result: yes configure:24224: gcc -E conftest.c conftest.c:281:3: error: #error "not ia64" 281 | # error "not ia64" | ^~~~~ configure:24224: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | /* end confdefs.h. */ | | #ifndef __ia64__ | # error "not ia64" | #endif | | int | main (void) | { | | ; | return 0; | } configure:24267: gcc -E conftest.c configure:24267: $? = 0 configure:24288: checking for _setjmp configure:24311: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:24311: $? = 0 configure:24320: result: yes configure:24329: checking for sigsetjmp configure:24349: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:24349: $? = 0 configure:24358: result: yes configure:24491: checking POSIX termios configure:24512: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:24512: $? = 0 configure:24521: result: yes configure:24529: checking size of speed_t configure:24535: gcc -o conftest -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lsqlite3 -lX11 -lcairo -lcairo -lxcb -lxcb-render >&5 configure:24535: $? = 0 configure:24535: ./conftest configure:24535: $? = 0 configure:24551: result: 4 configure:24567: checking for usable FIONREAD configure:24599: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:24599: $? = 0 configure:24609: result: yes configure:24617: checking for usable SIGIO configure:24636: gcc -c -g3 -O2 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/webp -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c >&5 configure:24636: $? = 0 configure:24644: result: yes configure:24906: checking for struct alignment configure:24927: gcc -c -g3 -O2 conftest.c >&5 configure:24927: $? = 0 configure:24935: result: yes configure:24944: checking for typeof syntax and keyword spelling configure:24976: gcc -c -g3 -O2 conftest.c >&5 configure:24976: $? = 0 configure:24984: result: typeof configure:24998: checking for statement expressions configure:25015: gcc -c -g3 -O2 conftest.c >&5 configure:25015: $? = 0 configure:25023: result: yes configure:25093: checking whether malloc (0) returns nonnull configure:25128: gcc -o conftest -g3 -O2 conftest.c >&5 configure:25128: $? = 0 configure:25128: ./conftest configure:25128: $? = 0 configure:25140: result: yes configure:25203: checking for sys/acl.h configure:25203: gcc -c -g3 -O2 conftest.c >&5 configure:25203: $? = 0 configure:25203: result: yes configure:25214: checking for library containing acl_get_file configure:25244: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccTkaalQ.o: in function `main': /app/emacs/conftest.c:308: undefined reference to `acl_get_file' collect2: error: ld returned 1 exit status configure:25244: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char acl_get_file (); | int | main (void) | { | return acl_get_file (); | ; | return 0; | } configure:25244: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25244: $? = 0 configure:25264: result: -lacl configure:25273: checking for acl_get_file configure:25273: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25273: $? = 0 configure:25273: result: yes configure:25279: checking for acl_get_fd configure:25279: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25279: $? = 0 configure:25279: result: yes configure:25285: checking for acl_set_file configure:25285: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25285: $? = 0 configure:25285: result: yes configure:25291: checking for acl_set_fd configure:25291: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25291: $? = 0 configure:25291: result: yes configure:25297: checking for acl_free configure:25297: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25297: $? = 0 configure:25297: result: yes configure:25303: checking for acl_from_mode configure:25303: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25303: $? = 0 configure:25303: result: yes configure:25309: checking for acl_from_text configure:25309: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25309: $? = 0 configure:25309: result: yes configure:25315: checking for acl_delete_def_file configure:25315: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25315: $? = 0 configure:25315: result: yes configure:25321: checking for acl_extended_file configure:25321: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25321: $? = 0 configure:25321: result: yes configure:25327: checking for acl_delete_fd_np configure:25327: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/ccdf9zZP.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_delete_fd_np' collect2: error: ld returned 1 exit status configure:25327: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_delete_fd_np to an innocuous variant, in case declares acl_delete_fd_np. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_delete_fd_np innocuous_acl_delete_fd_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_delete_fd_np (); below. */ | | #include | #undef acl_delete_fd_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_delete_fd_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_delete_fd_np || defined __stub___acl_delete_fd_np | choke me | #endif | | int | main (void) | { | return acl_delete_fd_np (); | ; | return 0; | } configure:25327: result: no configure:25333: checking for acl_delete_file_np configure:25333: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/cc5JPLhC.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_delete_file_np' collect2: error: ld returned 1 exit status configure:25333: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_delete_file_np to an innocuous variant, in case declares acl_delete_file_np. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_delete_file_np innocuous_acl_delete_file_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_delete_file_np (); below. */ | | #include | #undef acl_delete_file_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_delete_file_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_delete_file_np || defined __stub___acl_delete_file_np | choke me | #endif | | int | main (void) | { | return acl_delete_file_np (); | ; | return 0; | } configure:25333: result: no configure:25339: checking for acl_copy_ext_native configure:25339: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/ccUufkjv.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_copy_ext_native' collect2: error: ld returned 1 exit status configure:25339: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_copy_ext_native to an innocuous variant, in case declares acl_copy_ext_native. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_copy_ext_native innocuous_acl_copy_ext_native | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_copy_ext_native (); below. */ | | #include | #undef acl_copy_ext_native | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_copy_ext_native (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_copy_ext_native || defined __stub___acl_copy_ext_native | choke me | #endif | | int | main (void) | { | return acl_copy_ext_native (); | ; | return 0; | } configure:25339: result: no configure:25345: checking for acl_create_entry_np configure:25345: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/cci8hepU.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_create_entry_np' collect2: error: ld returned 1 exit status configure:25345: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_create_entry_np to an innocuous variant, in case declares acl_create_entry_np. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_create_entry_np innocuous_acl_create_entry_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_create_entry_np (); below. */ | | #include | #undef acl_create_entry_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_create_entry_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_create_entry_np || defined __stub___acl_create_entry_np | choke me | #endif | | int | main (void) | { | return acl_create_entry_np (); | ; | return 0; | } configure:25345: result: no configure:25351: checking for acl_to_short_text configure:25351: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/cc1cwI5U.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_to_short_text' collect2: error: ld returned 1 exit status configure:25351: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_to_short_text to an innocuous variant, in case declares acl_to_short_text. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_to_short_text innocuous_acl_to_short_text | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_to_short_text (); below. */ | | #include | #undef acl_to_short_text | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_to_short_text (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_to_short_text || defined __stub___acl_to_short_text | choke me | #endif | | int | main (void) | { | return acl_to_short_text (); | ; | return 0; | } configure:25351: result: no configure:25357: checking for acl_free_text configure:25357: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 /usr/bin/ld: /tmp/cc8yf5hc.o: in function `main': /app/emacs/conftest.c:336: undefined reference to `acl_free_text' collect2: error: ld returned 1 exit status configure:25357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | /* end confdefs.h. */ | /* Define acl_free_text to an innocuous variant, in case declares acl_free_text. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_free_text innocuous_acl_free_text | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_free_text (); below. */ | | #include | #undef acl_free_text | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char acl_free_text (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_acl_free_text || defined __stub___acl_free_text | choke me | #endif | | int | main (void) | { | return acl_free_text (); | ; | return 0; | } configure:25357: result: no configure:25366: checking for working acl_get_file configure:25389: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25389: $? = 0 configure:25400: result: yes configure:25408: checking for acl/libacl.h configure:25408: gcc -c -g3 -O2 conftest.c >&5 configure:25408: $? = 0 configure:25408: result: yes configure:25426: checking for acl_entries configure:25426: gcc -o conftest -g3 -O2 conftest.c -lacl >&5 configure:25426: $? = 0 configure:25426: result: yes configure:25439: checking for ACL_FIRST_ENTRY configure:25458: gcc -c -g3 -O2 conftest.c >&5 configure:25458: $? = 0 configure:25466: result: yes configure:25473: checking for ACL_TYPE_EXTENDED configure:25492: gcc -c -g3 -O2 conftest.c >&5 conftest.c:314:12: error: 'ACL_TYPE_EXTENDED' undeclared here (not in a function) 314 | int type = ACL_TYPE_EXTENDED; | ^~~~~~~~~~~~~~~~~ configure:25492: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | /* end confdefs.h. */ | #include | #include | int type = ACL_TYPE_EXTENDED; | int | main (void) | { | | ; | return 0; | } configure:25500: result: no configure:25682: checking for working alloca.h configure:25700: gcc -o conftest -g3 -O2 conftest.c >&5 configure:25700: $? = 0 configure:25709: result: yes configure:25717: checking for alloca configure:25762: result: yes configure:25834: checking for a race-free mkdir -p configure:25878: result: /usr/bin/mkdir -p configure:25883: checking whether the preprocessor supports include_next configure:25922: gcc -c -g3 -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:25922: $? = 0 configure:25945: result: yes configure:25967: checking whether source code line length is unlimited configure:25992: result: yes configure:26087: checking whether lstat correctly handles trailing slash configure:26134: gcc -o conftest -g3 -O2 conftest.c >&5 configure:26134: $? = 0 configure:26134: ./conftest configure:26134: $? = 0 configure:26147: result: yes configure:26160: checking whether // is distinct from / configure:26190: result: no configure:26202: checking whether realpath works configure:26416: gcc -o conftest -g3 -O2 conftest.c >&5 configure:26416: $? = 0 configure:26416: ./conftest configure:26416: $? = 0 configure:26433: result: yes configure:26454: checking for faccessat configure:26491: checking for faccessat configure:26491: gcc -o conftest -g3 -O2 conftest.c >&5 configure:26491: $? = 0 configure:26491: result: yes configure:26506: result: yes configure:26524: checking for getcwd configure:26524: gcc -o conftest -g3 -O2 conftest.c >&5 configure:26524: $? = 0 configure:26524: result: yes configure:26735: checking for C/C++ restrict keyword configure:26765: gcc -c -g3 -O2 conftest.c >&5 configure:26765: $? = 0 configure:26774: result: __restrict__ configure:27227: checking whether byte ordering is bigendian configure:27243: gcc -c -g3 -O2 conftest.c >&5 conftest.c:321:16: error: unknown type name 'not' 321 | not a universal capable compiler | ^~~ conftest.c:321:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 321 | not a universal capable compiler | ^~~~~~~~~ conftest.c:321:22: error: unknown type name 'universal' configure:27243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:27289: gcc -c -g3 -O2 conftest.c >&5 configure:27289: $? = 0 configure:27308: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:327:18: error: unknown type name 'not'; did you mean 'ino_t'? 327 | not big endian | ^~~ | ino_t conftest.c:327:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 327 | not big endian | ^~~~~~ configure:27308: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:27442: result: no configure:27668: checking if environ is properly declared configure:27692: gcc -c -g3 -O2 conftest.c >&5 conftest.c:327:26: error: conflicting types for 'environ'; have 'foo_t' 327 | extern foo_t environ; | ^~~~~~~ In file included from conftest.c:321: /usr/include/unistd.h:566:15: note: previous declaration of 'environ' with type 'char **' 566 | extern char **environ; | ^~~~~~~ configure:27692: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | /* end confdefs.h. */ | #if HAVE_UNISTD_H | #include | #endif | /* mingw, BeOS, Haiku declare environ in , not in . */ | #include | | typedef struct { int foo; } foo_t; | extern foo_t environ; | int | main (void) | { | environ.foo = 1; | ; | return 0; | } configure:27700: result: yes configure:27715: checking for complete errno.h configure:27790: result: yes configure:28097: checking whether ctype.h defines __header_inline configure:28111: gcc -E conftest.c conftest.c:323:28: error: #error " does not define __header_inline" 323 | #error " does not define __header_inline" | ^~~~~ configure:28111: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | /* end confdefs.h. */ | #include | #ifndef __header_inline | #error " does not define __header_inline" | #endif | configure:28119: result: no configure:28284: checking for mode_t configure:28284: gcc -c -g3 -O2 conftest.c >&5 configure:28284: $? = 0 configure:28284: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:352:21: error: expected expression before ')' token 352 | if (sizeof ((mode_t))) | ^ configure:28284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:28284: result: yes configure:28377: checking whether strmode is declared configure:28377: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:356:10: error: 'strmode' undeclared (first use in this function); did you mean 'strtod'? 356 | (void) strmode; | ^~~~~~~ | strtod conftest.c:356:10: note: each undeclared identifier is reported only once for each function it appears in configure:28377: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | #ifndef strmode | #ifdef __cplusplus | (void) strmode; | #else | (void) strmode; | #endif | #endif | | ; | return 0; | } configure:28377: result: no configure:28395: checking for gawk configure:28416: found /usr/bin/gawk configure:28427: result: gawk configure:28534: checking for getopt.h configure:28534: result: yes configure:28550: checking for getopt_long_only configure:28550: gcc -o conftest -g3 -O2 conftest.c >&5 configure:28550: $? = 0 configure:28550: result: yes configure:28563: checking whether getopt is POSIX compatible configure:28607: gcc -o conftest -g3 -O2 conftest.c >&5 configure:28607: $? = 0 configure:28607: ./conftest configure:28607: $? = 0 configure:28668: gcc -o conftest -g3 -O2 conftest.c >&5 configure:28668: $? = 0 configure:28668: ./conftest configure:28668: $? = 0 configure:28712: gcc -o conftest -g3 -O2 conftest.c >&5 configure:28712: $? = 0 configure:28712: ./conftest program: option requires an argument -- 'b' configure:28712: $? = 0 configure:28731: result: yes configure:28739: checking for working GNU getopt function configure:28963: gcc -o conftest -g3 -O2 conftest.c >&5 configure:28963: $? = 0 configure:28963: ./conftest configure:28963: $? = 0 configure:28980: result: yes configure:28985: checking for working GNU getopt_long function configure:29032: gcc -o conftest -g3 -O2 conftest.c >&5 configure:29032: $? = 0 configure:29032: ./conftest configure:29032: $? = 0 configure:29044: result: yes configure:29070: checking whether timespec_get is declared configure:29070: gcc -c -g3 -O2 conftest.c >&5 configure:29070: $? = 0 configure:29070: result: yes configure:29076: checking for timespec_get configure:29097: gcc -o conftest -g3 -O2 conftest.c >&5 configure:29097: $? = 0 configure:29117: result: yes configure:29242: checking for struct timeval configure:29266: gcc -c -g3 -O2 conftest.c >&5 configure:29266: $? = 0 configure:29275: result: yes configure:29280: checking for wide-enough struct timeval.tv_sec member configure:29308: gcc -c -g3 -O2 conftest.c >&5 configure:29308: $? = 0 configure:29317: result: yes configure:29416: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc. configure:29442: gcc -c -g3 -O2 conftest.c >&5 configure:29442: $? = 0 configure:29450: result: yes configure:29461: checking whether the compiler produces multi-arch binaries configure:29476: gcc -c -g3 -O2 conftest.c >&5 conftest.c:325:13: error: unknown type name 'not' 325 | not a universal capable compiler | ^~~ conftest.c:325:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 325 | not a universal capable compiler | ^~~~~~~~~ conftest.c:325:19: error: unknown type name 'universal' configure:29476: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:29504: result: no configure:29636: checking whether stdint.h conforms to C99 configure:29813: gcc -c -g3 -O2 conftest.c >&5 configure:29813: $? = 0 configure:29898: gcc -o conftest -g3 -O2 conftest.c >&5 configure:29898: $? = 0 configure:29898: ./conftest configure:29898: $? = 0 configure:29911: result: yes configure:29922: checking whether stdint.h works without ISO C predefines configure:29955: gcc -c -g3 -O2 conftest.c >&5 configure:29955: $? = 0 configure:29962: result: yes configure:29973: checking whether stdint.h has UINTMAX_WIDTH etc. configure:30006: gcc -c -g3 -O2 conftest.c >&5 configure:30006: $? = 0 configure:30012: result: yes configure:30584: checking whether memmem is declared configure:30584: gcc -c -g3 -O2 conftest.c >&5 configure:30584: $? = 0 configure:30584: result: yes configure:30771: checking whether memrchr is declared configure:30771: gcc -c -g3 -O2 conftest.c >&5 configure:30771: $? = 0 configure:30771: result: yes configure:30786: checking whether defines MIN and MAX configure:30804: gcc -c -g3 -O2 conftest.c >&5 conftest.c:329:21: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 329 | int x = MIN (42, 17); | ^~~ conftest.c:329:21: error: initializer element is not constant configure:30804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | /* end confdefs.h. */ | #include | int x = MIN (42, 17); | int | main (void) | { | | ; | return 0; | } configure:30812: result: no configure:30825: checking whether defines MIN and MAX configure:30843: gcc -c -g3 -O2 conftest.c >&5 configure:30843: $? = 0 configure:30851: result: yes configure:30884: checking whether time_t is signed configure:30902: gcc -c -g3 -O2 conftest.c >&5 configure:30902: $? = 0 configure:30910: result: yes configure:30918: checking whether alarm is declared configure:30918: gcc -c -g3 -O2 conftest.c >&5 configure:30918: $? = 0 configure:30918: result: yes configure:30933: checking for working mktime configure:31180: gcc -o conftest -g3 -O2 conftest.c >&5 configure:31180: $? = 0 configure:31180: ./conftest configure:31180: $? = 64 configure: program exited with status 64 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | /* end confdefs.h. */ | /* Test program from Paul Eggert and Tony Leneis. */ | #include | #include | #include | | #ifdef HAVE_UNISTD_H | # include | #endif | | #if HAVE_DECL_ALARM | # include | #endif | | | | | #if defined _WIN32 && !defined __CYGWIN__ | #define access _access | #define chdir _chdir | #define chmod _chmod | #define close _close | #define creat _creat | #define dup _dup | #define dup2 _dup2 | #define ecvt _ecvt | #define execl _execl | #define execle _execle | #define execlp _execlp | #define execv _execv | #define execve _execve | #define execvp _execvp | #define execvpe _execvpe | #define fcloseall _fcloseall | #define fcvt _fcvt | #define fdopen _fdopen | #define fileno _fileno | #define gcvt _gcvt | #define getcwd _getcwd | #define getpid _getpid | #define getw _getw | #define isatty _isatty | #define j0 _j0 | #define j1 _j1 | #define jn _jn | #define lfind _lfind | #define lsearch _lsearch | #define lseek _lseek | #define memccpy _memccpy | #define mkdir _mkdir | #define mktemp _mktemp | #define open _open | #define putenv _putenv | #define putw _putw | #define read _read | #define rmdir _rmdir | #define strdup _strdup | #define swab _swab | #define tempnam _tempnam | #define tzset _tzset | #define umask _umask | #define unlink _unlink | #define utime _utime | #define wcsdup _wcsdup | #define write _write | #define y0 _y0 | #define y1 _y1 | #define yn _yn | #endif | | | | #ifndef TIME_T_IS_SIGNED | # define TIME_T_IS_SIGNED 0 | #endif | | static time_t time_t_max; | static time_t time_t_min; | | /* Values we'll use to set the TZ environment variable. */ | static char *tz_strings[] = { | (char *) 0, "TZ=GMT0", "TZ=JST-9", | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | }; | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | | /* Return 0 if mktime fails to convert a date in the spring-forward gap. | Based on a problem report from Andreas Jaeger. */ | static int | spring_forward_gap () | { | /* glibc (up to about 1998-10-07) failed this test. */ | struct tm tm; | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | instead of "TZ=America/Vancouver" in order to detect the bug even | on systems that don't support the Olson extension, or don't have the | full zoneinfo tables installed. */ | if (putenv ("TZ=PST8PDT,M4.1.0,M10.5.0") != 0) | return -1; | | tm.tm_year = 98; | tm.tm_mon = 3; | tm.tm_mday = 5; | tm.tm_hour = 2; | tm.tm_min = 0; | tm.tm_sec = 0; | tm.tm_isdst = -1; | return mktime (&tm) != (time_t) -1; | } | | static int | mktime_test1 (time_t now) | { | struct tm *lt; | return ! (lt = localtime (&now)) || mktime (lt) == now; | } | | static int | mktime_test (time_t now) | { | return (mktime_test1 (now) | && mktime_test1 ((time_t) (time_t_max - now)) | && mktime_test1 ((time_t) (time_t_min + now))); | } | | static int | irix_6_4_bug () | { | /* Based on code from Ariel Faigon. */ | struct tm tm; | tm.tm_year = 96; | tm.tm_mon = 3; | tm.tm_mday = 0; | tm.tm_hour = 0; | tm.tm_min = 0; | tm.tm_sec = 0; | tm.tm_isdst = -1; | mktime (&tm); | return tm.tm_mon == 2 && tm.tm_mday == 31; | } | | static int | bigtime_test (int j) | { | struct tm tm; | time_t now; | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | now = mktime (&tm); | if (now != (time_t) -1) | { | struct tm *lt = localtime (&now); | if (! (lt | && lt->tm_year == tm.tm_year | && lt->tm_mon == tm.tm_mon | && lt->tm_mday == tm.tm_mday | && lt->tm_hour == tm.tm_hour | && lt->tm_min == tm.tm_min | && lt->tm_sec == tm.tm_sec | && lt->tm_yday == tm.tm_yday | && lt->tm_wday == tm.tm_wday | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | return 0; | } | return 1; | } | | static int | year_2050_test () | { | /* The correct answer for 2050-02-01 00:00:00 in Pacific time, | ignoring leap seconds. */ | unsigned long int answer = 2527315200UL; | | struct tm tm; | time_t t; | tm.tm_year = 2050 - 1900; | tm.tm_mon = 2 - 1; | tm.tm_mday = 1; | tm.tm_hour = tm.tm_min = tm.tm_sec = 0; | tm.tm_isdst = -1; | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | instead of "TZ=America/Vancouver" in order to detect the bug even | on systems that don't support the Olson extension, or don't have the | full zoneinfo tables installed. */ | if (putenv ("TZ=PST8PDT,M4.1.0,M10.5.0") != 0) | return -1; | | t = mktime (&tm); | | /* Check that the result is either a failure, or close enough | to the correct answer that we can assume the discrepancy is | due to leap seconds. */ | return (t == (time_t) -1 | || (0 < t && answer - 120 <= t && t <= answer + 120)); | } | | static int | indiana_test () | { | if (putenv ("TZ=America/Indiana/Indianapolis") != 0) | return -1; | struct tm tm; | tm.tm_year = 1986 - 1900; tm.tm_mon = 4 - 1; tm.tm_mday = 28; | tm.tm_hour = 16; tm.tm_min = 24; tm.tm_sec = 50; tm.tm_isdst = 0; | time_t std = mktime (&tm); | if (! (std == 515107490 || std == 515107503)) | return 1; | | /* This platform supports TZDB, either without or with leap seconds. | Return true if GNU Bug#48085 is absent. */ | tm.tm_isdst = 1; | time_t dst = mktime (&tm); | return std - dst == 60 * 60; | } | | int | main () | { | int result = 0; | time_t t, delta; | int i, j; | int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1; | | #if HAVE_DECL_ALARM | /* This test makes some buggy mktime implementations loop. | Give up after 60 seconds; a mktime slower than that | isn't worth using anyway. */ | signal (SIGALRM, SIG_DFL); | alarm (60); | #endif | | time_t_max = (! TIME_T_IS_SIGNED | ? (time_t) -1 | : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1) | * 2 + 1)); | time_t_min = (! TIME_T_IS_SIGNED | ? (time_t) 0 | : time_t_signed_magnitude | ? ~ (time_t) 0 | : ~ time_t_max); | | delta = time_t_max / 997; /* a suitable prime number */ | for (i = 0; i < N_STRINGS; i++) | { | if (tz_strings[i]) | putenv (tz_strings[i]); | | for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta) | if (! mktime_test (t)) | result |= 1; | if ((result & 2) == 0 | && ! (mktime_test ((time_t) 1) | && mktime_test ((time_t) (60 * 60)) | && mktime_test ((time_t) (60 * 60 * 24)))) | result |= 2; | | for (j = 1; (result & 4) == 0; j <<= 1) | { | if (! bigtime_test (j)) | result |= 4; | if (INT_MAX / 2 < j) | break; | } | if ((result & 8) == 0 && ! bigtime_test (INT_MAX)) | result |= 8; | } | if (! irix_6_4_bug ()) | result |= 16; | if (! spring_forward_gap ()) | result |= 32; | if (! year_2050_test () || ! indiana_test ()) | result |= 64; | return result; | } configure:31193: result: no configure:31250: checking whether struct tm is in sys/time.h or time.h configure:31271: gcc -c -g3 -O2 conftest.c >&5 configure:31271: $? = 0 configure:31279: result: time.h configure:31287: checking for struct tm.tm_zone configure:31287: gcc -c -g3 -O2 conftest.c >&5 configure:31287: $? = 0 configure:31287: result: yes configure:31354: checking for struct tm.tm_gmtoff configure:31354: gcc -c -g3 -O2 conftest.c >&5 configure:31354: $? = 0 configure:31354: result: yes configure:31373: checking whether is self-contained configure:31391: gcc -c -g3 -O2 conftest.c >&5 configure:31391: $? = 0 configure:31411: gcc -c -g3 -O2 conftest.c >&5 configure:31411: $? = 0 configure:31442: gcc -o conftest -g3 -O2 conftest.c >&5 configure:31442: $? = 0 configure:31456: result: yes configure:31618: checking for inline configure:31635: gcc -c -g3 -O2 conftest.c >&5 configure:31635: $? = 0 configure:31644: result: inline configure:31665: checking for sigset_t configure:31665: gcc -c -g3 -O2 conftest.c >&5 configure:31665: $? = 0 configure:31665: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:343:23: error: expected expression before ')' token 343 | if (sizeof ((sigset_t))) | ^ configure:31665: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include | /* Mingw defines sigset_t not in , but in . */ | #include | | | int | main (void) | { | if (sizeof ((sigset_t))) | return 0; | ; | return 0; | } configure:31665: result: yes configure:31764: checking for volatile sig_atomic_t configure:31764: gcc -c -g3 -O2 conftest.c >&5 configure:31764: $? = 0 configure:31764: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:342:36: error: expected expression before ')' token 342 | if (sizeof ((volatile sig_atomic_t))) | ^ configure:31764: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | /* end confdefs.h. */ | | #include | | | int | main (void) | { | if (sizeof ((volatile sig_atomic_t))) | return 0; | ; | return 0; | } configure:31764: result: yes configure:31781: checking for sighandler_t configure:31781: gcc -c -g3 -O2 conftest.c >&5 configure:31781: $? = 0 configure:31781: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:342:27: error: expected expression before ')' token 342 | if (sizeof ((sighandler_t))) | ^ configure:31781: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | /* end confdefs.h. */ | | #include | | | int | main (void) | { | if (sizeof ((sighandler_t))) | return 0; | ; | return 0; | } configure:31781: result: yes configure:31816: checking for wchar_t configure:31834: gcc -c -g3 -O2 conftest.c >&5 configure:31834: $? = 0 configure:31842: result: yes configure:31858: checking for good max_align_t configure:31895: gcc -c -g3 -O2 conftest.c >&5 configure:31895: $? = 0 configure:31904: result: yes configure:31916: checking whether NULL can be used in arbitrary expressions configure:31935: gcc -c -g3 -O2 conftest.c >&5 configure:31935: $? = 0 configure:31943: result: yes configure:32081: checking whether fcloseall is declared configure:32081: gcc -c -g3 -O2 conftest.c >&5 configure:32081: $? = 0 configure:32081: result: yes configure:32090: checking whether getw is declared configure:32090: gcc -c -g3 -O2 conftest.c >&5 configure:32090: $? = 0 configure:32090: result: yes configure:32099: checking whether putw is declared configure:32099: gcc -c -g3 -O2 conftest.c >&5 configure:32099: $? = 0 configure:32099: result: yes configure:32186: checking which flavor of printf attribute matches inttypes macros configure:32214: gcc -c -g3 -O2 conftest.c >&5 configure:32214: $? = 0 configure:32222: result: system configure:32496: checking whether ecvt is declared configure:32496: gcc -c -g3 -O2 conftest.c >&5 configure:32496: $? = 0 configure:32496: result: yes configure:32505: checking whether fcvt is declared configure:32505: gcc -c -g3 -O2 conftest.c >&5 configure:32505: $? = 0 configure:32505: result: yes configure:32514: checking whether gcvt is declared configure:32514: gcc -c -g3 -O2 conftest.c >&5 configure:32514: $? = 0 configure:32514: result: yes configure:32694: checking whether strnlen is declared configure:32694: gcc -c -g3 -O2 conftest.c >&5 configure:32694: $? = 0 configure:32694: result: yes configure:32704: checking whether strtoimax is declared configure:32704: gcc -c -g3 -O2 conftest.c >&5 configure:32704: $? = 0 configure:32704: result: yes configure:32810: checking whether stat file-mode macros are broken configure:32838: gcc -c -g3 -O2 conftest.c >&5 configure:32838: $? = 0 configure:32846: result: no configure:32951: checking for nlink_t configure:32951: gcc -c -g3 -O2 conftest.c >&5 configure:32951: $? = 0 configure:32951: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:351:22: error: expected expression before ')' token 351 | if (sizeof ((nlink_t))) | ^ configure:32951: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:32951: result: yes configure:33071: checking for struct timespec in configure:33089: gcc -c -g3 -O2 conftest.c >&5 configure:33089: $? = 0 configure:33097: result: yes configure:33289: checking for TIME_UTC in configure:33307: gcc -c -g3 -O2 conftest.c >&5 configure:33307: $? = 0 configure:33315: result: yes configure:33325: checking whether execvpe is declared configure:33325: gcc -c -g3 -O2 conftest.c >&5 configure:33325: $? = 0 configure:33325: result: yes configure:33436: checking whether clearerr_unlocked is declared configure:33436: gcc -c -g3 -O2 conftest.c >&5 configure:33436: $? = 0 configure:33436: result: yes configure:33445: checking whether feof_unlocked is declared configure:33445: gcc -c -g3 -O2 conftest.c >&5 configure:33445: $? = 0 configure:33445: result: yes configure:33454: checking whether ferror_unlocked is declared configure:33454: gcc -c -g3 -O2 conftest.c >&5 configure:33454: $? = 0 configure:33454: result: yes configure:33463: checking whether fflush_unlocked is declared configure:33463: gcc -c -g3 -O2 conftest.c >&5 configure:33463: $? = 0 configure:33463: result: yes configure:33472: checking whether fgets_unlocked is declared configure:33472: gcc -c -g3 -O2 conftest.c >&5 configure:33472: $? = 0 configure:33472: result: yes configure:33481: checking whether fputc_unlocked is declared configure:33481: gcc -c -g3 -O2 conftest.c >&5 configure:33481: $? = 0 configure:33481: result: yes configure:33490: checking whether fputs_unlocked is declared configure:33490: gcc -c -g3 -O2 conftest.c >&5 configure:33490: $? = 0 configure:33490: result: yes configure:33499: checking whether fread_unlocked is declared configure:33499: gcc -c -g3 -O2 conftest.c >&5 configure:33499: $? = 0 configure:33499: result: yes configure:33508: checking whether fwrite_unlocked is declared configure:33508: gcc -c -g3 -O2 conftest.c >&5 configure:33508: $? = 0 configure:33508: result: yes configure:33517: checking whether getc_unlocked is declared configure:33517: gcc -c -g3 -O2 conftest.c >&5 configure:33517: $? = 0 configure:33517: result: yes configure:33526: checking whether getchar_unlocked is declared configure:33526: gcc -c -g3 -O2 conftest.c >&5 configure:33526: $? = 0 configure:33526: result: yes configure:33535: checking whether putc_unlocked is declared configure:33535: gcc -c -g3 -O2 conftest.c >&5 configure:33535: $? = 0 configure:33535: result: yes configure:33544: checking whether putchar_unlocked is declared configure:33544: gcc -c -g3 -O2 conftest.c >&5 configure:33544: $? = 0 configure:33544: result: yes configure:33553: checking type of array argument to getgroups configure:33589: gcc -o conftest -g3 -O2 conftest.c >&5 configure:33589: $? = 0 configure:33589: ./conftest configure:33589: $? = 0 configure:33616: result: gid_t configure:33623: checking whether getdtablesize is declared configure:33623: gcc -c -g3 -O2 conftest.c >&5 configure:33623: $? = 0 configure:33623: result: yes configure:33633: checking whether malloc is ptrdiff_t safe configure:33670: gcc -c -g3 -O2 conftest.c >&5 configure:33670: $? = 0 configure:33679: result: yes configure:33689: checking whether malloc, realloc, calloc set errno on failure configure:33707: result: yes configure:33723: checking for O_CLOEXEC configure:33744: gcc -c -g3 -O2 conftest.c >&5 configure:33744: $? = 0 configure:33752: result: yes configure:33757: checking for promoted mode_t type configure:33775: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:367:13: error: size of array 'array' is negative 367 | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ^~~~~ configure:33775: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main (void) | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:33784: result: mode_t configure:33798: checking whether the utimes function works configure:33939: gcc -o conftest -g3 -O2 conftest.c >&5 configure:33939: $? = 0 configure:33939: ./conftest configure:33939: $? = 0 configure:33951: result: yes configure:33964: checking for C compiler option to allow warnings configure:33973: gcc -g3 -O2 -c conftest.c 2>conftest1.err configure:33976: $? = 0 configure:33979: gcc -g3 -O2 -Wno-error -c conftest.c 2>conftest2.err configure:33982: $? = 0 configure:33992: result: -Wno-error configure:34032: gcc -g3 -O2 -E conftest.c > conftest.out configure:34035: $? = 0 configure:34069: checking for alignas and alignof configure:34127: gcc -c -g3 -O2 conftest.c >&5 conftest.c:382:31: warning: implicit declaration of function 'alignof' [-Wimplicit-function-declaration] 382 | char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; | ^~~~~~~ conftest.c:382:40: error: expected expression before 'double' 382 | char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; | ^~~~~~ conftest.c:386:59: error: expected declaration specifiers or '...' before numeric constant 386 | struct alignas_test { char c; char alignas (8) alignas_8; }; | ^ conftest.c:386:73: warning: no semicolon at end of struct or union 386 | struct alignas_test { char c; char alignas (8) alignas_8; }; | ^ In file included from conftest.c:369: conftest.c:387:33: error: 'struct alignas_test' has no member named 'alignas_8' 387 | char test_alignas[offsetof (struct alignas_test, alignas_8) == 8 | ^~~~~~~~ configure:34127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | /* end confdefs.h. */ | #include | #ifdef INCLUDE_STDALIGN_H | #include | #endif | #include | | /* Test that alignof yields a result consistent with offsetof. | This catches GCC bug 52023 | . */ | #ifdef __cplusplus | template struct alignof_helper { char a; t b; }; | # define ao(type) offsetof (alignof_helper, b) | #else | # define ao(type) offsetof (struct { char a; type b; }, b) | #endif | char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1]; | char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1]; | char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; | | /* Test alignas only on platforms where gnulib can help. */ | #if ((defined __cplusplus && 201103 <= __cplusplus) || (__TINYC__ && defined __attribute__) || (defined __APPLE__ && defined __MACH__ ? 4 < __GNUC__ + (1 <= __GNUC_MINOR__) : __GNUC__) || (__ia64 && (61200 <= __HP_cc || 61200 <= __HP_aCC)) || __ICC || 0x590 <= __SUNPRO_C || 0x0600 <= __xlC__ || 1300 <= _MSC_VER) | struct alignas_test { char c; char alignas (8) alignas_8; }; | char test_alignas[offsetof (struct alignas_test, alignas_8) == 8 | ? 1 : -1]; | #endif | | int | main (void) | { | | ; | return 0; | } configure:34127: gcc -c -g3 -O2 -DINCLUDE_STDALIGN_H conftest.c >&5 configure:34127: $? = 0 configure:34139: result: yes, macros configure:34161: checking for alloca as a compiler built-in configure:34187: result: yes configure:34236: checking for static_assert configure:34274: gcc -c -g3 -O2 conftest.c >&5 conftest.c:373:28: error: expected declaration specifiers or '...' before numeric constant 373 | static_assert (2 + 2 == 4, "arithmetic does not work"); | ^ conftest.c:373:40: error: expected declaration specifiers or '...' before string constant 373 | static_assert (2 + 2 == 4, "arithmetic does not work"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.c:374:28: error: expected declaration specifiers or '...' before numeric constant 374 | static_assert (2 + 2 == 4); | ^ conftest.c: In function 'main': conftest.c:380:13: warning: implicit declaration of function 'static_assert' [-Wimplicit-function-declaration] 380 | static_assert (sizeof (char) == 1, "sizeof does not work"); | ^~~~~~~~~~~~~ configure:34274: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | /* end confdefs.h. */ | #if defined __clang__ && __STDC_VERSION__ < 202311 | #pragma clang diagnostic error "-Wc2x-extensions" | #pragma clang diagnostic error "-Wc++1z-extensions" | #endif | #ifdef INCLUDE_ASSERT_H | #include | #endif | static_assert (2 + 2 == 4, "arithmetic does not work"); | static_assert (2 + 2 == 4); | | int | main (void) | { | | static_assert (sizeof (char) == 1, "sizeof does not work"); | static_assert (sizeof (char) == 1); | | ; | return 0; | } configure:34274: gcc -c -g3 -O2 -DINCLUDE_ASSERT_H conftest.c >&5 configure:34274: $? = 0 configure:34285: result: yes, an macro configure:34402: checking for __builtin_expect configure:34418: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34418: $? = 0 configure:34445: result: yes configure:34459: checking for byteswap.h configure:34459: gcc -c -g3 -O2 conftest.c >&5 configure:34459: $? = 0 configure:34459: result: yes configure:34571: checking for readlinkat configure:34608: checking for readlinkat configure:34608: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34608: $? = 0 configure:34608: result: yes configure:34623: result: yes configure:34649: checking for library containing clock_gettime configure:34679: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34679: $? = 0 configure:34699: result: none required configure:34709: checking for clock_getres configure:34709: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34709: $? = 0 configure:34709: result: yes configure:34715: checking for clock_gettime configure:34715: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34715: $? = 0 configure:34715: result: yes configure:34721: checking for clock_settime configure:34721: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34721: $? = 0 configure:34721: result: yes configure:34744: checking for copy_file_range configure:34766: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34766: $? = 0 configure:34776: result: yes configure:34788: checking whether copy_file_range is known to work configure:34809: gcc -c -g3 -O2 conftest.c >&5 configure:34809: $? = 0 configure:34817: result: yes configure:34873: checking for d_type member in directory struct configure:34893: gcc -o conftest -g3 -O2 conftest.c >&5 configure:34893: $? = 0 configure:34904: result: yes configure:34922: checking whether // is distinct from / configure:34952: result: no configure:34963: checking whether dup2 works configure:35056: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35056: $? = 0 configure:35056: ./conftest configure:35056: $? = 0 configure:35068: result: yes configure:35166: checking for library containing backtrace_symbols_fd configure:35196: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35196: $? = 0 configure:35216: result: none required configure:35278: checking for faccessat configure:35330: result: yes configure:35405: checking whether fchmodat works configure:35477: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35477: $? = 0 configure:35477: ./conftest configure:35477: $? = 0 configure:35493: result: yes configure:35627: checking whether fcntl handles F_DUPFD correctly configure:35691: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35691: $? = 0 configure:35691: ./conftest configure:35691: $? = 0 configure:35702: result: yes configure:35720: checking whether fcntl understands F_DUPFD_CLOEXEC configure:35755: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35755: $? = 0 configure:35755: ./conftest configure:35755: $? = 0 configure:35774: gcc -c -g3 -O2 conftest.c >&5 conftest.c:382:1: error: unknown type name 'choke' 382 | choke me | ^~~~~ conftest.c:382:9: error: expected ';' before 'int' 382 | choke me | ^ | ; ...... 385 | int | ~~~ configure:35774: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | /* end confdefs.h. */ | | #ifdef __linux__ | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | it to support the semantics on older kernels that failed with EINVAL. */ | choke me | #endif | | int | main (void) | { | | ; | return 0; | } configure:35791: result: needs runtime check configure:35844: checking whether fdopendir is declared configure:35844: gcc -c -g3 -O2 conftest.c >&5 configure:35844: $? = 0 configure:35844: result: yes configure:35866: checking whether fdopendir works configure:35916: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35916: $? = 0 configure:35916: ./conftest configure:35916: $? = 0 configure:35927: result: yes configure:35968: checking for getxattr with XATTR_NAME_POSIX_ACL macros configure:35992: gcc -o conftest -g3 -O2 conftest.c >&5 configure:35992: $? = 0 configure:35999: result: yes configure:36017: checking for flexible array member configure:36046: gcc -c -g3 -O2 conftest.c >&5 configure:36046: $? = 0 configure:36054: result: yes configure:36073: checking for __fpending configure:36091: gcc -o conftest -g3 -O2 conftest.c >&5 configure:36091: $? = 0 configure:36101: result: yes configure:36104: checking whether __fpending is declared configure:36104: gcc -c -g3 -O2 conftest.c >&5 configure:36104: $? = 0 configure:36104: result: yes configure:36127: checking whether free is known to preserve errno configure:36151: gcc -c -g3 -O2 conftest.c >&5 configure:36151: $? = 0 configure:36160: result: yes configure:36211: checking whether fstatat (..., 0) works configure:36238: gcc -o conftest -g3 -O2 conftest.c >&5 configure:36238: $? = 0 configure:36238: ./conftest configure:36238: $? = 0 configure:36250: result: yes configure:36298: checking for sys/mount.h configure:36298: gcc -c -g3 -O2 conftest.c >&5 configure:36298: $? = 0 configure:36298: result: yes configure:36323: checking for statvfs function (SVR4) configure:36359: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:408:1: warning: argument 1 null where non-null expected [-Wnonnull] 408 | statvfs (0, &fsd); | ^~~~~~~ In file included from conftest.c:391: /usr/include/x86_64-linux-gnu/sys/statvfs.h:51:12: note: in a call to function 'statvfs' declared 'nonnull' 51 | extern int statvfs (const char *__restrict __file, | ^~~~~~~ configure:36359: $? = 0 configure:36369: result: yes configure:36376: checking whether to use statvfs64 configure:36400: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c:388:21: error: size of array 'check_f_blocks_larger_in_statvfs64' is negative 388 | int check_f_blocks_larger_in_statvfs64 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.c: In function 'main': conftest.c:396:1: warning: argument 1 null where non-null expected [-Wnonnull] 396 | statvfs64 (0, &fsd); | ^~~~~~~~~ In file included from conftest.c:386: /usr/include/x86_64-linux-gnu/sys/statvfs.h:65:12: note: in a call to function 'statvfs64' declared 'nonnull' 65 | extern int statvfs64 (const char *__restrict __file, | ^~~~~~~~~ configure:36400: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include | #include | struct statvfs64 fsd; | int check_f_blocks_larger_in_statvfs64 | [sizeof (((struct statvfs64 *) 0)->f_blocks) | > sizeof (((struct statvfs *) 0)->f_blocks) | ? 1 : -1]; | | int | main (void) | { | statvfs64 (0, &fsd); | ; | return 0; | } configure:36410: result: no configure:36426: checking for two-argument statfs with statfs.f_frsize member configure:36456: gcc -o conftest -g3 -O2 conftest.c >&5 configure:36456: $? = 0 configure:36456: ./conftest configure:36456: $? = 0 configure:36468: result: yes configure:36708: checking for sys/fs/s5param.h configure:36708: gcc -c -g3 -O2 conftest.c >&5 conftest.c:415:10: fatal error: sys/fs/s5param.h: No such file or directory 415 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:36708: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:36708: result: no configure:36714: checking for sys/statfs.h configure:36714: gcc -c -g3 -O2 conftest.c >&5 configure:36714: $? = 0 configure:36714: result: yes configure:36722: checking for statfs that truncates block counts configure:36747: gcc -c -g3 -O2 conftest.c >&5 conftest.c:390:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '--' token 390 | choke -- this is a workaround for a Sun-specific problem | ^~ In file included from conftest.c:392: /usr/include/x86_64-linux-gnu/sys/types.h:33:9: error: unknown type name '__u_char' 33 | typedef __u_char u_char; | ^~~~~~~~ configure:36747: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | /* end confdefs.h. */ | | #if !defined(sun) && !defined(__sun) | choke -- this is a workaround for a Sun-specific problem | #endif | #include | #include | | int | main (void) | { | struct statfs t; long c = *(t.f_spare); | if (c) return 0; | | ; | return 0; | } configure:36756: result: no configure:36808: checking for futimens configure:36845: checking for futimens configure:36845: gcc -o conftest -g3 -O2 conftest.c >&5 configure:36845: $? = 0 configure:36845: result: yes configure:36860: result: yes configure:36880: checking whether futimens works configure:36935: gcc -o conftest -g3 -O2 conftest.c >&5 configure:36935: $? = 0 configure:36935: ./conftest configure:36935: $? = 0 configure:36947: result: yes configure:36993: checking for getloadavg configure:37030: checking for getloadavg configure:37030: gcc -o conftest -g3 -O2 conftest.c >&5 configure:37030: $? = 0 configure:37030: result: yes configure:37045: result: yes configure:37411: checking for sys/loadavg.h configure:37411: gcc -c -g3 -O2 conftest.c >&5 conftest.c:418:10: fatal error: sys/loadavg.h: No such file or directory 418 | #include | ^~~~~~~~~~~~~~~ compilation terminated. configure:37411: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:37411: result: no configure:37423: checking whether getloadavg is declared configure:37423: gcc -c -g3 -O2 conftest.c >&5 configure:37423: $? = 0 configure:37423: result: yes configure:37705: checking for getrandom configure:37747: checking for getrandom configure:37747: gcc -o conftest -g3 -O2 conftest.c >&5 configure:37747: $? = 0 configure:37747: result: yes configure:37762: result: yes configure:37782: checking whether getrandom is compatible with its GNU+BSD signature configure:37806: gcc -c -g3 -O2 conftest.c >&5 configure:37806: $? = 0 configure:37815: result: yes configure:37926: checking for gettimeofday with POSIX signature configure:37955: gcc -c -g3 -O2 conftest.c >&5 configure:37955: $? = 0 configure:37982: result: yes configure:38077: checking whether the compiler supports the __inline keyword configure:38095: gcc -c -g3 -O2 conftest.c >&5 configure:38095: $? = 0 configure:38103: result: yes configure:38127: checking for gmp.h configure:38127: gcc -c -g3 -O2 conftest.c >&5 configure:38127: $? = 0 configure:38127: result: yes configure:38141: checking for library containing __gmpz_roinit_n configure:38171: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccAZJG7D.o: in function `main': /app/emacs/conftest.c:403: undefined reference to `__gmpz_roinit_n' collect2: error: ld returned 1 exit status configure:38171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __gmpz_roinit_n (); | int | main (void) | { | return __gmpz_roinit_n (); | ; | return 0; | } configure:38171: gcc -o conftest -g3 -O2 conftest.c -lgmp >&5 configure:38171: $? = 0 configure:38191: result: -lgmp configure:38350: checking for memmem configure:38350: gcc -o conftest -g3 -O2 conftest.c >&5 configure:38350: $? = 0 configure:38350: result: yes configure:38366: checking whether memmem works configure:38434: gcc -o conftest -g3 -O2 conftest.c >&5 configure:38434: $? = 0 configure:38434: ./conftest configure:38434: $? = 0 configure:38446: result: yes configure:38497: checking for mempcpy configure:38534: checking for mempcpy configure:38534: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c:412:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 412 | char mempcpy (); | ^~~~~~~ configure:38534: $? = 0 configure:38534: result: yes configure:38549: result: yes configure:38615: checking for memrchr configure:38615: gcc -o conftest -g3 -O2 conftest.c >&5 configure:38615: $? = 0 configure:38615: result: yes configure:38677: checking for explicit_memset configure:38677: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/cc4Tcuq0.o: in function `main': /app/emacs/conftest.c:425: undefined reference to `explicit_memset' collect2: error: ld returned 1 exit status configure:38677: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | /* end confdefs.h. */ | /* Define explicit_memset to an innocuous variant, in case declares explicit_memset. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_memset innocuous_explicit_memset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_memset (); below. */ | | #include | #undef explicit_memset | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char explicit_memset (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_explicit_memset || defined __stub___explicit_memset | choke me | #endif | | int | main (void) | { | return explicit_memset (); | ; | return 0; | } configure:38677: result: no configure:38718: checking for mkostemp configure:38755: checking for mkostemp configure:38755: gcc -o conftest -g3 -O2 conftest.c >&5 configure:38755: $? = 0 configure:38755: result: yes configure:38770: result: yes configure:38889: checking for library containing nanosleep configure:38919: gcc -o conftest -g3 -O2 conftest.c >&5 configure:38919: $? = 0 configure:38939: result: none required configure:38960: checking for working nanosleep configure:39045: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39045: $? = 0 configure:39045: ./conftest configure:39045: $? = 6 configure: program exited with status 6 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) | #define TYPE_MAXIMUM(t) ((t) (! TYPE_SIGNED (t) ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) | | #if HAVE_DECL_ALARM | static void | check_for_SIGALRM (int sig) | { | if (sig != SIGALRM) | _exit (1); | } | #endif | | int | main () | { | static struct timespec ts_sleep; | static struct timespec ts_remaining; | /* Test for major problems first. */ | if (! nanosleep) | return 2; | ts_sleep.tv_sec = 0; | ts_sleep.tv_nsec = 1; | #if HAVE_DECL_ALARM | { | static struct sigaction act; | act.sa_handler = check_for_SIGALRM; | sigemptyset (&act.sa_mask); | sigaction (SIGALRM, &act, NULL); | alarm (1); | if (nanosleep (&ts_sleep, NULL) != 0) | return 3; | /* Test for a minor problem: the handling of large arguments. */ | ts_sleep.tv_sec = TYPE_MAXIMUM (time_t); | ts_sleep.tv_nsec = 999999999; | alarm (1); | if (nanosleep (&ts_sleep, &ts_remaining) != -1) | return 4; | if (errno != EINTR) | return 5; | if (ts_remaining.tv_sec <= TYPE_MAXIMUM (time_t) - 10) | return 6; | } | #else /* A simpler test for native Windows. */ | if (nanosleep (&ts_sleep, &ts_remaining) < 0) | return 3; | /* Test for 32-bit mingw bug: negative nanosecond values do not | cause failure. */ | ts_sleep.tv_sec = 1; | ts_sleep.tv_nsec = -1; | if (nanosleep (&ts_sleep, &ts_remaining) != -1) | return 7; | #endif | return 0; | } configure:39061: result: no (mishandles large arguments) configure:39114: checking for sys/pstat.h configure:39114: gcc -c -g3 -O2 conftest.c >&5 conftest.c:431:10: fatal error: sys/pstat.h: No such file or directory 431 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:39114: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:39114: result: no configure:39121: checking for sys/sysmp.h configure:39121: gcc -c -g3 -O2 conftest.c >&5 conftest.c:431:10: fatal error: sys/sysmp.h: No such file or directory 431 | #include | ^~~~~~~~~~~~~ compilation terminated. configure:39121: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:39121: result: no configure:39128: checking for sys/param.h configure:39128: result: yes configure:39136: checking for sys/sysctl.h configure:39136: gcc -c -g3 -O2 conftest.c >&5 conftest.c:436:10: fatal error: sys/sysctl.h: No such file or directory 436 | #include | ^~~~~~~~~~~~~~ compilation terminated. configure:39136: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:39136: result: no configure:39149: checking for sched_getaffinity_np configure:39149: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccmdcBmL.o: in function `main': /app/emacs/conftest.c:430: undefined reference to `sched_getaffinity_np' collect2: error: ld returned 1 exit status configure:39149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define sched_getaffinity_np to an innocuous variant, in case declares sched_getaffinity_np. | For example, HP-UX 11i declares gettimeofday. */ | #define sched_getaffinity_np innocuous_sched_getaffinity_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sched_getaffinity_np (); below. */ | | #include | #undef sched_getaffinity_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sched_getaffinity_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sched_getaffinity_np || defined __stub___sched_getaffinity_np | choke me | #endif | | int | main (void) | { | return sched_getaffinity_np (); | ; | return 0; | } configure:39149: result: no configure:39155: checking for pstat_getdynamic configure:39155: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccqWSmWH.o: in function `main': /app/emacs/conftest.c:430: undefined reference to `pstat_getdynamic' collect2: error: ld returned 1 exit status configure:39155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define pstat_getdynamic to an innocuous variant, in case declares pstat_getdynamic. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat_getdynamic innocuous_pstat_getdynamic | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getdynamic (); below. */ | | #include | #undef pstat_getdynamic | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pstat_getdynamic (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pstat_getdynamic || defined __stub___pstat_getdynamic | choke me | #endif | | int | main (void) | { | return pstat_getdynamic (); | ; | return 0; | } configure:39155: result: no configure:39161: checking for sysmp configure:39161: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccJtn7NZ.o: in function `main': /app/emacs/conftest.c:430: undefined reference to `sysmp' collect2: error: ld returned 1 exit status configure:39161: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define sysmp to an innocuous variant, in case declares sysmp. | For example, HP-UX 11i declares gettimeofday. */ | #define sysmp innocuous_sysmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysmp (); below. */ | | #include | #undef sysmp | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysmp (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sysmp || defined __stub___sysmp | choke me | #endif | | int | main (void) | { | return sysmp (); | ; | return 0; | } configure:39161: result: no configure:39167: checking for sysctl configure:39167: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccbwDjHI.o: in function `main': /app/emacs/conftest.c:430: undefined reference to `sysctl' collect2: error: ld returned 1 exit status configure:39167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define sysctl to an innocuous variant, in case declares sysctl. | For example, HP-UX 11i declares gettimeofday. */ | #define sysctl innocuous_sysctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysctl (); below. */ | | #include | #undef sysctl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysctl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sysctl || defined __stub___sysctl | choke me | #endif | | int | main (void) | { | return sysctl (); | ; | return 0; | } configure:39167: result: no configure:39176: checking for sched_getaffinity configure:39213: checking for sched_getaffinity configure:39213: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39213: $? = 0 configure:39213: result: yes configure:39228: result: yes configure:39244: checking for glibc compatible sched_getaffinity configure:39262: gcc -c -g3 -O2 conftest.c >&5 configure:39262: $? = 0 configure:39271: result: yes configure:39303: checking for pipe2 configure:39340: checking for pipe2 configure:39340: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39340: $? = 0 configure:39340: result: yes configure:39355: result: yes configure:39399: checking whether signature of pselect conforms to POSIX configure:39420: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39420: $? = 0 configure:39429: result: yes configure:39432: checking whether pselect detects invalid fds configure:39486: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39486: $? = 0 configure:39486: ./conftest configure:39486: $? = 0 configure:39498: result: yes configure:39538: checking whether pthread_sigmask is a macro configure:39564: result: no configure:39595: checking whether pthread_sigmask works without -lpthread configure:39626: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39626: $? = 0 configure:39626: ./conftest configure:39626: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | /* end confdefs.h. */ | | #include | #include | #include | int main () | { | sigset_t set; | sigemptyset (&set); | return pthread_sigmask (1729, &set, NULL) != 0; | } configure:39638: result: yes configure:39651: checking whether pthread_sigmask returns error numbers configure:39685: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39685: $? = 0 configure:39685: ./conftest configure:39685: $? = 0 configure:39698: result: yes configure:39709: checking whether pthread_sigmask unblocks signals correctly configure:39771: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39771: $? = 0 configure:39771: ./conftest configure:39771: $? = 0 configure:39784: result: guessing yes configure:39845: checking for xattr library with ATTR_ACTION_PERMISSIONS configure:39871: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccFWNrbI.o: in function `is_attr_permissions': /app/emacs/conftest.c:412: undefined reference to `attr_copy_action' /usr/bin/ld: /tmp/ccFWNrbI.o: in function `main': /app/emacs/conftest.c:418: undefined reference to `attr_copy_fd' collect2: error: ld returned 1 exit status configure:39871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | /* end confdefs.h. */ | #include | #include | static int | is_attr_permissions (const char *name, struct error_context *ctx) | { | return attr_copy_action (name, ctx) == ATTR_ACTION_PERMISSIONS; | } | | int | main (void) | { | return attr_copy_fd ("/", 0, "/", 0, is_attr_permissions, 0); | | ; | return 0; | } configure:39877: gcc -o conftest -g3 -O2 conftest.c -lattr >&5 configure:39877: $? = 0 configure:39888: result: -lattr configure:39919: checking whether readlink signature is correct configure:39938: gcc -c -g3 -O2 conftest.c >&5 configure:39938: $? = 0 configure:39946: result: yes configure:39948: checking whether readlink handles trailing slash correctly configure:39988: gcc -o conftest -g3 -O2 conftest.c >&5 configure:39988: $? = 0 configure:39988: ./conftest configure:39988: $? = 0 configure:40000: result: yes configure:40016: checking whether readlink truncates results correctly configure:40055: gcc -o conftest -g3 -O2 conftest.c >&5 configure:40055: $? = 0 configure:40055: ./conftest configure:40055: $? = 0 configure:40067: result: yes configure:40120: checking for readlinkat configure:40172: result: yes configure:40193: checking whether readlinkat signature is correct configure:40212: gcc -c -g3 -O2 conftest.c >&5 configure:40212: $? = 0 configure:40220: result: yes configure:40275: checking for working re_compile_pattern configure:40590: gcc -o conftest -g3 -O2 conftest.c >&5 configure:40590: $? = 0 configure:40590: ./conftest configure:40590: $? = 0 configure:40602: result: yes configure:40706: checking for sig2str configure:40706: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccxtxxzt.o: in function `main': /app/emacs/conftest.c:436: undefined reference to `sig2str' collect2: error: ld returned 1 exit status configure:40706: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | /* end confdefs.h. */ | /* Define sig2str to an innocuous variant, in case declares sig2str. | For example, HP-UX 11i declares gettimeofday. */ | #define sig2str innocuous_sig2str | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sig2str (); below. */ | | #include | #undef sig2str | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sig2str (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sig2str || defined __stub___sig2str | choke me | #endif | | int | main (void) | { | return sig2str (); | ; | return 0; | } configure:40706: result: no configure:40734: checking for sigdescr_np configure:40734: gcc -o conftest -g3 -O2 conftest.c >&5 configure:40734: $? = 0 configure:40734: result: yes configure:40780: checking for socklen_t configure:40780: gcc -c -g3 -O2 conftest.c >&5 configure:40780: $? = 0 configure:40780: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:425:24: error: expected expression before ')' token 425 | if (sizeof ((socklen_t))) | ^ configure:40780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | /* end confdefs.h. */ | | /* is not needed according to POSIX, but the | in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #if HAVE_SYS_SOCKET_H | # include | #elif HAVE_WS2TCPIP_H | # include | #endif | | | int | main (void) | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:40780: result: yes configure:40844: checking for ssize_t configure:40862: gcc -c -g3 -O2 conftest.c >&5 configure:40862: $? = 0 configure:40870: result: yes configure:40882: checking for struct stat.st_atim.tv_nsec configure:40882: gcc -c -g3 -O2 conftest.c >&5 configure:40882: $? = 0 configure:40882: result: yes configure:40890: checking whether struct stat.st_atim is of type struct timespec configure:40918: gcc -c -g3 -O2 conftest.c >&5 configure:40918: $? = 0 configure:40926: result: yes configure:40975: checking for struct stat.st_birthtimespec.tv_nsec configure:40975: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:12: error: 'struct stat' has no member named 'st_birthtimespec' 419 | if (ac_aggr.st_birthtimespec.tv_nsec) | ^ configure:40975: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:40975: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:19: error: 'struct stat' has no member named 'st_birthtimespec' 419 | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | ^ configure:40975: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:40975: result: no configure:40985: checking for struct stat.st_birthtimensec configure:40985: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:12: error: 'struct stat' has no member named 'st_birthtimensec' 419 | if (ac_aggr.st_birthtimensec) | ^ configure:40985: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:40985: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:19: error: 'struct stat' has no member named 'st_birthtimensec' 419 | if (sizeof ac_aggr.st_birthtimensec) | ^ configure:40985: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:40985: result: no configure:40995: checking for struct stat.st_birthtim.tv_nsec configure:40995: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:12: error: 'struct stat' has no member named 'st_birthtim' 419 | if (ac_aggr.st_birthtim.tv_nsec) | ^ configure:40995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:40995: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:19: error: 'struct stat' has no member named 'st_birthtim' 419 | if (sizeof ac_aggr.st_birthtim.tv_nsec) | ^ configure:40995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:40995: result: no configure:41012: checking for bool, true, false configure:41027: gcc -c -g3 -O2 conftest.c >&5 conftest.c:414:13: error: #error "true == false" 414 | #error "true == false" | ^~~~~ conftest.c:416:18: error: unknown type name 'bool' 416 | extern bool b; | ^~~~ conftest.c:417:11: error: unknown type name 'bool' 417 | bool b = true == false; | ^~~~ conftest.c:1:1: note: 'bool' is defined in header ''; did you forget to '#include '? 1 | /* confdefs.h */ conftest.c:417:20: error: 'true' undeclared here (not in a function) 417 | bool b = true == false; | ^~~~ conftest.c:417:20: note: 'true' is defined in header ''; did you forget to '#include '? conftest.c:417:28: error: 'false' undeclared here (not in a function) 417 | bool b = true == false; | ^~~~~ conftest.c:417:28: note: 'false' is defined in header ''; did you forget to '#include '? configure:41027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | | #if true == false | #error "true == false" | #endif | extern bool b; | bool b = true == false; configure:41035: result: no configure:41470: checking for stpcpy configure:41507: checking for stpcpy configure:41507: gcc -o conftest -g3 -O2 conftest.c >&5 conftest.c:430:6: warning: conflicting types for built-in function 'stpcpy'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch] 430 | char stpcpy (); | ^~~~~~ configure:41507: $? = 0 configure:41507: result: yes configure:41522: result: yes configure:41601: checking for working strnlen configure:41641: gcc -o conftest -g3 -O2 conftest.c >&5 configure:41641: $? = 0 configure:41641: ./conftest configure:41641: $? = 0 configure:41652: result: yes configure:41707: checking whether strtoimax works configure:41765: gcc -o conftest -g3 -O2 conftest.c >&5 configure:41765: $? = 0 configure:41765: ./conftest configure:41765: $? = 0 configure:41777: result: yes configure:41834: checking whether symlink handles trailing slash correctly configure:41874: gcc -o conftest -g3 -O2 conftest.c >&5 configure:41874: $? = 0 configure:41874: ./conftest configure:41874: $? = 0 configure:41886: result: yes configure:41977: checking whether localtime_r is declared configure:41977: gcc -c -g3 -O2 conftest.c >&5 configure:41977: $? = 0 configure:41977: result: yes configure:42001: checking whether localtime_r is compatible with its POSIX signature configure:42033: gcc -c -g3 -O2 conftest.c >&5 configure:42033: $? = 0 configure:42042: result: yes configure:42135: checking whether localtime works even near extrema configure:42171: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42171: $? = 0 configure:42171: ./conftest configure:42171: $? = 0 configure:42181: result: yes configure:42189: checking for timezone_t configure:42189: gcc -c -g3 -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:422:13: error: 'timezone_t' undeclared (first use in this function); did you mean 'timezone'? 422 | if (sizeof (timezone_t)) | ^~~~~~~~~~ | timezone conftest.c:422:13: note: each undeclared identifier is reported only once for each function it appears in configure:42189: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEMPNAME 1 | #define HAVE_DECL_LOCALTIME_R 1 | /* end confdefs.h. */ | #include | | int | main (void) | { | if (sizeof (timezone_t)) | return 0; | ; | return 0; | } configure:42189: result: no configure:42232: checking for timegm configure:42269: checking for timegm configure:42269: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42269: $? = 0 configure:42269: result: yes configure:42284: result: yes configure:42347: checking whether timer_settime is declared configure:42347: gcc -c -g3 -O2 conftest.c >&5 configure:42347: $? = 0 configure:42347: result: yes configure:42360: checking for library containing timer_settime configure:42390: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42390: $? = 0 configure:42410: result: none required configure:42421: checking for timer_settime configure:42421: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42421: $? = 0 configure:42421: result: yes configure:42470: checking for utimensat configure:42507: checking for utimensat configure:42507: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42507: $? = 0 configure:42507: result: yes configure:42522: result: yes configure:42542: checking whether utimensat works configure:42625: gcc -o conftest -g3 -O2 conftest.c >&5 configure:42625: $? = 0 configure:42625: ./conftest configure:42625: $? = 0 configure:42641: result: yes configure:42682: checking for variable-length arrays configure:42740: gcc -c -g3 -O2 conftest.c >&5 configure:42740: $? = 0 configure:42751: result: yes configure:43293: checking whether getdtablesize works configure:43333: gcc -o conftest -g3 -O2 conftest.c >&5 configure:43333: $? = 0 configure:43333: ./conftest configure:43333: $? = 0 configure:43347: result: yes configure:43882: checking for __mktime_internal configure:43882: gcc -o conftest -g3 -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccTbNqef.o: in function `main': /app/emacs/conftest.c:450: undefined reference to `__mktime_internal' collect2: error: ld returned 1 exit status configure:43882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "30.0.50" | #define PACKAGE_STRING "GNU Emacs 30.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETDTABLESIZE 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | #define HAVE_XKB 1 | #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 | #define HAVE_XKBFREENAMES 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XDISPLAYCELLS 1 | #define HAVE_XDESTROYSUBWINDOWS 1 | #define HAVE_X11R6 1 | #define HAVE_X_I18N 1 | #define HAVE_XICCALLBACK_CALLBACK 1 | #define HAVE_X11R6_XIM 1 | #define HAVE_RSVG 1 | #define HAVE_WEBP 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_LOAD_EXTENSION 1 | #define HAVE_GETADDRINFO_A 1 | #define HAVE_GTK3 1 | #define GDK_DISABLE_DEPRECATION_WARNINGS 1 | #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 | #define USE_GTK 1 | #define HAVE_MALLOC_TRIM 1 | #define HAVE_DBUS 1 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | #define HAVE_DBUS_TYPE_IS_VALID 1 | #define HAVE_DBUS_VALIDATE_BUS_NAME 1 | #define HAVE_DBUS_VALIDATE_PATH 1 | #define HAVE_DBUS_VALIDATE_INTERFACE 1 | #define HAVE_DBUS_VALIDATE_MEMBER 1 | #define HAVE_GSETTINGS 1 | #define HAVE_LIBSELINUX 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_JSON 1 | #define HAVE_INOTIFY 1 | #define USE_FILE_NOTIFY 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define HAVE_XIM 1 | #define USE_XIM 1 | #define HAVE_XRENDER 1 | #define USE_CAIRO_XCB 1 | #define USE_CAIRO 1 | #define HAVE_FREETYPE 1 | #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 | #define HAVE_LIBOTF 1 | #define HAVE_OTF_GET_VARIATION_GLYPHS 1 | #define HAVE_M17N_FLT 1 | #define HAVE_HARFBUZZ 1 | #define USE_XCB 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_LCMS2 1 | #define HAVE_ZLIB 1 | #define DYNAMIC_LIB_SUFFIX ".so" | #define DYNAMIC_LIB_SECONDARY_SUFFIX "" | #define HAVE_DLADDR 1 | #define HAVE_MODULES 1 | #define MODULES_SUFFIX ".so" | #define NATIVE_ELISP_SUFFIX ".eln" | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_GIF 1 | #define HAVE_GPM 1 | #define HAVE_X_SM 1 | #define HAVE_XRANDR 1 | #define HAVE_XINERAMA 1 | #define HAVE_XFIXES 1 | #define HAVE_XINPUT2 1 | #define HAVE_XISCROLLCLASSINFO_TYPE 1 | #define HAVE_XITOUCHCLASSINFO_TYPE 1 | #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 | #define HAVE_XIGESTURECLASSINFO_TYPE 1 | #define HAVE_XSYNC 1 | #define HAVE_XSYNCTRIGGERFENCE 1 | #define HAVE_XDBE 1 | #define HAVE_XCB_SHAPE 1 | #define HAVE_XSHAPE 1 | #define HAVE_XCOMPOSITE 1 | #define HAVE_LIBXML2 1 | #define HAVE_LINUX_SECCOMP_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 | #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 | #define SIZEOF_LONG 8 | #define HAVE_ACCEPT4 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GET_CURRENT_DIR_NAME 1 | #define HAVE_LRAND48 1 | #define HAVE_RANDOM 1 | #define HAVE_RINT 1 | #define HAVE_TRUNC 1 | #define HAVE_SELECT 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_FREEIFADDRS 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_SYNC 1 | #define HAVE_GETPWENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_ENDGRENT 1 | #define HAVE_RENAMEAT2 1 | #define HAVE_CFMAKERAW 1 | #define HAVE_CFSETSPEED 1 | #define HAVE___EXECUTABLE_START 1 | #define HAVE_LOG2 1 | #define HAVE_PTHREAD_SETNAME_NP 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_DECL_ALIGNED_ALLOC 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE___BUILTIN_FRAME_ADDRESS 1 | #define HAVE___BUILTIN_UNWIND_INIT 1 | #define HAVE_FSEEKO 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_POSIX_OPENPT 1 | #define TERMINFO 1 | #define TERMINFO_DEFINES_BC 1 | #define HAVE_TIMERFD 1 | #define HAVE_VALGRIND_VALGRIND_H 1 | #define HAVE_STRUCT_UNIPAIR_UNICODE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPAWN_H 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 | #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_DECL_POSIX_SPAWN_SETSID 1 | #define HAVE_GLIB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 | #define HAVE_MBSTATE_T 1 | #define AMPERSAND_FULL_NAME 1 | #define HAVE_PTYS 1 | #define HAVE_SOCKETS 1 | #define NULL_DEVICE "/dev/null" | #define SEPCHAR ':' | #define subprocesses 1 | #define USER_FULL_NAME pw->pw_gecos | #define DIRECTORY_SEP '/' | #define IS_DEVICE_SEP(_c_) 0 | #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | #define HAVE_PROCFS 1 | #define DEFAULT_SOUND_DEVICE "/dev/dsp" | #define INTERRUPT_INPUT 1 | #define NARROWPROTO 1 | #define UNIX98_PTYS 1 | #define PTY_ITERATION int i; for (i = 0; i < 1; i++) | #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } | #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) | #define PTY_NAME_SPRINTF /**/ | #define SIGNALS_VIA_CHARACTERS 1 | #define GC_SETJMP_WORKS 1 | #define GC_SETJMP_WORKS 1 | #define HAVE__SETJMP 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define USG /**/ | #define GNU_LINUX /**/ | #define SIZEOF_SPEED_T 4 | #define USABLE_FIONREAD 1 | #define USABLE_SIGIO 1 | #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." | #define TERM_HEADER "gtkutil.h" | #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" | #define EMACS_CONFIG_OPTIONS "" | #define HAVE_X_WINDOWS 1 | #define HAVE_X11 1 | #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 | #define HAVE_TYPEOF 1 | #define HAVE_STATEMENT_EXPRESSIONS 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_MODE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define HAVE_ACL_EXTENDED_FILE 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL_ENTRIES 1 | #define HAVE_ACL_FIRST_ENTRY 1 | #define USE_ACL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_FACCESSAT 1 | #define HAVE_GETCWD 1 | #define restrict __restrict__ | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRMODE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define TIME_T_IS_SIGNED 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SIGSET_T 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_FCLOSEALL 1 | #define HAVE_DECL_GETW 1 | #define HAVE_DECL_PUTW 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define HAVE_DECL_ECVT 1 | #define HAVE_DECL_FCVT 1 | #define HAVE_DECL_GCVT 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define GETGROUPS_T gid_t | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_MALLOC_POSIX 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_UTIMES 1 | #define HAVE_ALLOCA 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE_BYTESWAP_H 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define HAVE_READLINKAT 1 | #define HAVE_CLOCK_GETRES 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_FACCESSAT 1 | #define GNULIB_FACCESSAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GETXATTR_WITH_POSIX_ACLS 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_DECL___FPENDING 1 | #define HAVE_FREE_POSIX 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define STAT_STATFS2_FRSIZE 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETRANDOM 1 | #define HAVE_TIMESPEC_GET 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE___INLINE 1 | #define HAVE_GMP_H 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MKOSTEMP 1 | #define GNULIB_MKOSTEMP 1 | #define NEED_MKTIME_WORKING 1 | #define HAVE_BUG_BIG_NANOSLEEP 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 | #define my_strftime nstrftime | #define HAVE_PIPE2 1 | #define USE_XATTR 1 | #define HAVE_READLINKAT 1 | #define HAVE_SIGDESCR_NP 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEMPNAME 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMER_SETTIME 1 | #define GNULIB_STDIO_SINGLE_THREAD 1 | #define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD | #define HAVE_UTIMENSAT 1 | #define HAVE_C_VARARRAYS 1 | /* end confdefs.h. */ | /* Define __mktime_internal to an innocuous variant, in case declares __mktime_internal. | For example, HP-UX 11i declares gettimeofday. */ | #define __mktime_internal innocuous___mktime_internal | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __mktime_internal (); below. */ | | #include | #undef __mktime_internal | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __mktime_internal (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___mktime_internal || defined __stub_____mktime_internal | choke me | #endif | | int | main (void) | { | return __mktime_internal (); | ; | return 0; | } configure:43882: result: no configure:44973: checking for timer_getoverrun configure:44973: gcc -o conftest -g3 -O2 conftest.c >&5 configure:44973: $? = 0 configure:44973: result: yes configure:45061: checking for gcc option to disable position independent executables configure:45098: result: not needed configure:45610: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_flexmember=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict__ ac_cv_c_typeof=typeof ac_cv_c_vararrays=yes ac_cv_env_ALSA_CFLAGS_set= ac_cv_env_ALSA_CFLAGS_value= ac_cv_env_ALSA_LIBS_set= ac_cv_env_ALSA_LIBS_value= ac_cv_env_CAIRO_CFLAGS_set= ac_cv_env_CAIRO_CFLAGS_value= ac_cv_env_CAIRO_LIBS_set= ac_cv_env_CAIRO_LIBS_value= ac_cv_env_CAIRO_XCB_CFLAGS_set= ac_cv_env_CAIRO_XCB_CFLAGS_value= ac_cv_env_CAIRO_XCB_LIBS_set= ac_cv_env_CAIRO_XCB_LIBS_value= ac_cv_env_CAIRO_XLIB_CFLAGS_set= ac_cv_env_CAIRO_XLIB_CFLAGS_value= ac_cv_env_CAIRO_XLIB_LIBS_set= ac_cv_env_CAIRO_XLIB_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_LIBS_value= ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GFILENOTIFY_CFLAGS_set= ac_cv_env_GFILENOTIFY_CFLAGS_value= ac_cv_env_GFILENOTIFY_LIBS_set= ac_cv_env_GFILENOTIFY_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GSETTINGS_CFLAGS_set= ac_cv_env_GSETTINGS_CFLAGS_value= ac_cv_env_GSETTINGS_LIBS_set= ac_cv_env_GSETTINGS_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_HARFBUZZ_CFLAGS_set= ac_cv_env_HARFBUZZ_CFLAGS_value= ac_cv_env_HARFBUZZ_LIBS_set= ac_cv_env_HARFBUZZ_LIBS_value= ac_cv_env_IMAGEMAGICK_CFLAGS_set= ac_cv_env_IMAGEMAGICK_CFLAGS_value= ac_cv_env_IMAGEMAGICK_LIBS_set= ac_cv_env_IMAGEMAGICK_LIBS_value= ac_cv_env_JSON_CFLAGS_set= ac_cv_env_JSON_CFLAGS_value= ac_cv_env_JSON_LIBS_set= ac_cv_env_JSON_LIBS_value= ac_cv_env_KQUEUE_CFLAGS_set= ac_cv_env_KQUEUE_CFLAGS_value= ac_cv_env_KQUEUE_LIBS_set= ac_cv_env_KQUEUE_LIBS_value= ac_cv_env_LCMS2_CFLAGS_set= ac_cv_env_LCMS2_CFLAGS_value= ac_cv_env_LCMS2_LIBS_set= ac_cv_env_LCMS2_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBGNUTLS_CFLAGS_set= ac_cv_env_LIBGNUTLS_CFLAGS_value= ac_cv_env_LIBGNUTLS_LIBS_set= ac_cv_env_LIBGNUTLS_LIBS_value= ac_cv_env_LIBOTF_CFLAGS_set= ac_cv_env_LIBOTF_CFLAGS_value= ac_cv_env_LIBOTF_LIBS_set= ac_cv_env_LIBOTF_LIBS_value= ac_cv_env_LIBSECCOMP_CFLAGS_set= ac_cv_env_LIBSECCOMP_CFLAGS_value= ac_cv_env_LIBSECCOMP_LIBS_set= ac_cv_env_LIBSECCOMP_LIBS_value= ac_cv_env_LIBSYSTEMD_CFLAGS_set= ac_cv_env_LIBSYSTEMD_CFLAGS_value= ac_cv_env_LIBSYSTEMD_LIBS_set= ac_cv_env_LIBSYSTEMD_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_M17N_FLT_CFLAGS_set= ac_cv_env_M17N_FLT_CFLAGS_value= ac_cv_env_M17N_FLT_LIBS_set= ac_cv_env_M17N_FLT_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PNG_CFLAGS_set= ac_cv_env_PNG_CFLAGS_value= ac_cv_env_PNG_LIBS_set= ac_cv_env_PNG_LIBS_value= ac_cv_env_RSVG_CFLAGS_set= ac_cv_env_RSVG_CFLAGS_value= ac_cv_env_RSVG_LIBS_set= ac_cv_env_RSVG_LIBS_value= ac_cv_env_TREE_SITTER_CFLAGS_set= ac_cv_env_TREE_SITTER_CFLAGS_value= ac_cv_env_TREE_SITTER_LIBS_set= ac_cv_env_TREE_SITTER_LIBS_value= ac_cv_env_WEBKIT_CFLAGS_set= ac_cv_env_WEBKIT_CFLAGS_value= ac_cv_env_WEBKIT_LIBS_set= ac_cv_env_WEBKIT_LIBS_value= ac_cv_env_WEBP_CFLAGS_set= ac_cv_env_WEBP_CFLAGS_value= ac_cv_env_WEBP_LIBS_set= ac_cv_env_WEBP_LIBS_value= ac_cv_env_XFIXES_CFLAGS_set= ac_cv_env_XFIXES_CFLAGS_value= ac_cv_env_XFIXES_LIBS_set= ac_cv_env_XFIXES_LIBS_value= ac_cv_env_XFT_CFLAGS_set= ac_cv_env_XFT_CFLAGS_value= ac_cv_env_XFT_LIBS_set= ac_cv_env_XFT_LIBS_value= ac_cv_env_XINERAMA_CFLAGS_set= ac_cv_env_XINERAMA_CFLAGS_value= ac_cv_env_XINERAMA_LIBS_set= ac_cv_env_XINERAMA_LIBS_value= ac_cv_env_XINPUT_CFLAGS_set= ac_cv_env_XINPUT_CFLAGS_value= ac_cv_env_XINPUT_LIBS_set= ac_cv_env_XINPUT_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_XRANDR_CFLAGS_set= ac_cv_env_XRANDR_CFLAGS_value= ac_cv_env_XRANDR_LIBS_set= ac_cv_env_XRANDR_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_FT_Face_GetCharVariantIndex=yes ac_cv_func_XDestroySubwindows=yes ac_cv_func_XDisplayCells=yes ac_cv_func_XScreenNumberOfScreen=yes ac_cv_func_XScreenResourceString=yes ac_cv_func_XSyncTriggerFence=yes ac_cv_func_XkbFreeNames=yes ac_cv_func_XkbRefreshKeyboardMapping=yes ac_cv_func_XrmSetDatabase=yes ac_cv_func___executable_start=yes ac_cv_func___lsan_ignore_object=no ac_cv_func___mktime_internal=no ac_cv_func_accept4=yes ac_cv_func_acl_copy_ext_native=no ac_cv_func_acl_create_entry_np=no ac_cv_func_acl_delete_def_file=yes ac_cv_func_acl_delete_fd_np=no ac_cv_func_acl_delete_file_np=no ac_cv_func_acl_entries=yes ac_cv_func_acl_extended_file=yes ac_cv_func_acl_free=yes ac_cv_func_acl_free_text=no ac_cv_func_acl_from_mode=yes ac_cv_func_acl_from_text=yes ac_cv_func_acl_get_fd=yes ac_cv_func_acl_get_file=yes ac_cv_func_acl_set_fd=yes ac_cv_func_acl_set_file=yes ac_cv_func_acl_to_short_text=no ac_cv_func_aligned_alloc=yes ac_cv_func_alloca_works=yes ac_cv_func_canonicalize_file_name=yes ac_cv_func_cfmakeraw=yes ac_cv_func_cfsetspeed=yes ac_cv_func_clock_getres=yes ac_cv_func_clock_gettime=yes ac_cv_func_clock_settime=yes ac_cv_func_dbus_type_is_valid=yes ac_cv_func_dbus_validate_bus_name=yes ac_cv_func_dbus_validate_interface=yes ac_cv_func_dbus_validate_member=yes ac_cv_func_dbus_validate_path=yes ac_cv_func_dbus_watch_get_unix_fd=yes ac_cv_func_dladdr=yes ac_cv_func_dlfunc=no ac_cv_func_endgrent=yes ac_cv_func_endpwent=yes ac_cv_func_explicit_memset=no ac_cv_func_faccessat=yes ac_cv_func_fchdir=yes ac_cv_func_fchmod=yes ac_cv_func_fchmodat=yes ac_cv_func_fcntl=yes ac_cv_func_fdopendir=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_freeifaddrs=yes ac_cv_func_fstatat=yes ac_cv_func_fsync=yes ac_cv_func_futimens=yes ac_cv_func_gai_strerror=yes ac_cv_func_get_current_dir_name=yes ac_cv_func_getcwd=yes ac_cv_func_getdtablesize=yes ac_cv_func_getgrent=yes ac_cv_func_gethostname=yes ac_cv_func_getifaddrs=yes ac_cv_func_getloadavg=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getpagesize=yes ac_cv_func_getpt=yes ac_cv_func_getpwent=yes ac_cv_func_getrandom=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_getsockname=yes ac_cv_func_gettimeofday=yes ac_cv_func_grantpt=yes ac_cv_func_inotify_init1=yes ac_cv_func_isblank=yes ac_cv_func_iswctype=yes ac_cv_func_lchmod=yes ac_cv_func_localtime_r=yes ac_cv_func_log2=yes ac_cv_func_lrand48=yes ac_cv_func_lstat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_trim=yes ac_cv_func_memmem=yes ac_cv_func_mempcpy=yes ac_cv_func_memrchr=yes ac_cv_func_memset_explicit=no ac_cv_func_memset_s=no ac_cv_func_mkostemp=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_newlocale=yes ac_cv_func_pipe2=yes ac_cv_func_posix_madvise=yes ac_cv_func_posix_openpt=yes ac_cv_func_posix_spawn=yes ac_cv_func_posix_spawn_file_actions_addchdir=no ac_cv_func_posix_spawn_file_actions_addchdir_np=yes ac_cv_func_posix_spawnattr_setflags=yes ac_cv_func_pselect=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_pthread_set_name_np=no ac_cv_func_pthread_setname_np=yes ac_cv_func_pthread_sigmask=yes ac_cv_func_random=yes ac_cv_func_readlink=yes ac_cv_func_readlinkat=yes ac_cv_func_realpath=yes ac_cv_func_recvfrom=yes ac_cv_func_renameat2=yes ac_cv_func_rint=yes ac_cv_func_sbrk=yes ac_cv_func_sched_getaffinity=yes ac_cv_func_sched_getaffinity_np=no ac_cv_func_select=yes ac_cv_func_sendto=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_setrlimit=yes ac_cv_func_shutdown=yes ac_cv_func_sig2str=no ac_cv_func_sigdescr_np=yes ac_cv_func_snprintf=yes ac_cv_func_stpcpy=yes ac_cv_func_strnlen_working=yes ac_cv_func_strsignal=yes ac_cv_func_strtoimax=yes ac_cv_func_symlink=yes ac_cv_func_sync=yes ac_cv_func_sysctl=no ac_cv_func_sysmp=no ac_cv_func_timegm=yes ac_cv_func_timer_getoverrun=yes ac_cv_func_timer_settime=yes ac_cv_func_trunc=yes ac_cv_func_utimensat=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_have_decl_POSIX_SPAWN_SETSID=yes ac_cv_have_decl_SECCOMP_FILTER_FLAG_TSYNC=yes ac_cv_have_decl_SECCOMP_SET_MODE_FILTER=yes ac_cv_have_decl___fpending=yes ac_cv_have_decl_alarm=yes ac_cv_have_decl_aligned_alloc=yes ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_ecvt=yes ac_cv_have_decl_execvpe=yes ac_cv_have_decl_fcloseall=yes ac_cv_have_decl_fcvt=yes ac_cv_have_decl_fdopendir=yes ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_fflush_unlocked=yes ac_cv_have_decl_fgets_unlocked=yes ac_cv_have_decl_fputc_unlocked=yes ac_cv_have_decl_fputs_unlocked=yes ac_cv_have_decl_fread_unlocked=yes ac_cv_have_decl_fwrite_unlocked=yes ac_cv_have_decl_gcvt=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getchar_unlocked=yes ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getloadavg=yes ac_cv_have_decl_getw=yes ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_memmem=yes ac_cv_have_decl_memrchr=yes ac_cv_have_decl_png_longjmp=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_putw=yes ac_cv_have_decl_strmode=no ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strtoimax=yes ac_cv_have_decl_timer_settime=yes ac_cv_have_decl_timespec_get=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_SM_SMlib_h=yes ac_cv_header_X11_Xlib_xcb_h=yes ac_cv_header_X11_extensions_XInput2_h=yes ac_cv_header_X11_extensions_Xcomposite_h=yes ac_cv_header_X11_extensions_Xdbe_h=yes ac_cv_header_X11_extensions_shape_h=yes ac_cv_header_X11_extensions_sync_h=yes ac_cv_header_X11_xpm_h=yes ac_cv_header_acl_libacl_h=yes ac_cv_header_byteswap_h=yes ac_cv_header_coff_h=no ac_cv_header_dirent_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_getopt_h=yes ac_cv_header_gif_lib_h=yes ac_cv_header_gmp_h=yes ac_cv_header_gpm_h=yes ac_cv_header_ieee754_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_filter_h=yes ac_cv_header_linux_fs_h=yes ac_cv_header_linux_seccomp_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_malloc_h=yes ac_cv_header_malloc_malloc_h=no ac_cv_header_minix_config_h=no ac_cv_header_mmsystem_h=no ac_cv_header_net_if_dl_h=no ac_cv_header_net_if_h=yes ac_cv_header_pthread_h=yes ac_cv_header_pty_h=yes ac_cv_header_pwd_h=yes ac_cv_header_sanitizer_asan_interface_h=yes ac_cv_header_sanitizer_common_interface_defs_h=yes ac_cv_header_sanitizer_lsan_interface_h=yes ac_cv_header_soundcard_h=no ac_cv_header_spawn_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdckdint_h=no ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_acl_h=yes ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_fs_s5param_h=no ac_cv_header_sys_fs_types_h=no ac_cv_header_sys_inotify_h=yes ac_cv_header_sys_loadavg_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_random_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_sysctl_h=no ac_cv_header_sys_sysinfo_h=yes ac_cv_header_sys_sysmp_h=no ac_cv_header_sys_systeminfo_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_header_utmp_h=yes ac_cv_header_valgrind_valgrind_h=yes ac_cv_header_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_header_xcb_shape_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_SM_SmcOpenConnection=yes ac_cv_lib_X11_xcb_XGetXCBConnection=yes ac_cv_lib_Xbsd_main=no ac_cv_lib_Xcomposite_XCompositeRedirectWindow=yes ac_cv_lib_Xext_XShapeQueryVersion=yes ac_cv_lib_Xext_XSyncQueryExtension=yes ac_cv_lib_Xext_XdbeAllocateBackBufferName=yes ac_cv_lib_Xi_XIGrabButton=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes ac_cv_lib_Xrender_XRenderQueryExtension=yes ac_cv_lib_anl_getaddrinfo_a=yes ac_cv_lib_gif_GifMakeMapObject=yes ac_cv_lib_gpm_Gpm_Open=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_otf_OTF_get_variation_glyphs=yes ac_cv_lib_selinux_lgetfilecon=yes ac_cv_lib_sqlite3_sqlite3_load_extension=yes ac_cv_lib_sqlite3_sqlite3_open_v2=yes ac_cv_lib_tiff_TIFFGetVersion=yes ac_cv_lib_xcb_shape_xcb_shape_combine=yes ac_cv_lib_xcb_xcb_translate_coordinates=yes ac_cv_lib_xml2_htmlReadMemory=yes ac_cv_member_XIBarrierReleasePointerInfo_deviceid=yes ac_cv_member_XICCallback_callback=yes ac_cv_member_XIGestureClassInfo_type=yes ac_cv_member_XIScrollClassInfo_type=yes ac_cv_member_XITouchClassInfo_type=yes ac_cv_member_struct_ifreq_ifr_addr=yes ac_cv_member_struct_ifreq_ifr_addr_sa_len=no ac_cv_member_struct_ifreq_ifr_broadaddr=yes ac_cv_member_struct_ifreq_ifr_flags=yes ac_cv_member_struct_ifreq_ifr_hwaddr=yes ac_cv_member_struct_ifreq_ifr_netmask=yes ac_cv_member_struct_stat_st_atim_tv_nsec=yes ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_member_struct_unipair_unicode=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GZIP_PROG=/usr/bin/gzip ac_cv_path_INSTALL_INFO=/usr/bin/install-info ac_cv_path_MAKE=make ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc= ac_cv_safe_to_define___extensions__=yes ac_cv_search___gmpz_roinit_n=-lgmp ac_cv_search_acl_get_file=-lacl ac_cv_search_backtrace_symbols_fd='none required' ac_cv_search_clock_gettime='none required' ac_cv_search_inflateEnd=-lz ac_cv_search_nanosleep='none required' ac_cv_search_timer_settime='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof_long=8 ac_cv_sizeof_speed_t=4 ac_cv_struct_tm=time.h ac_cv_sys_largefile_opts='none needed' ac_cv_sys_largefile_source=no ac_cv_sys_posix_termios=yes ac_cv_type_getgroups=gid_t ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_pid_t=yes ac_cv_type_sighandler_t=yes ac_cv_type_sigset_t=yes ac_cv_type_socklen_t=yes ac_cv_type_timezone_t=no ac_cv_type_volatile_sig_atomic_t=yes ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes ac_cv_working_alloca_h=yes emacs_cv_alternate_stack=yes emacs_cv_autodepend=yes emacs_cv_clang=no emacs_cv_cpp_xpm_return_alloc_pixels=yes emacs_cv_find_delete=-delete emacs_cv_func___builtin_frame_address=yes emacs_cv_func___builtin_unwind_init=yes emacs_cv_func__setjmp=yes emacs_cv_func_sigsetjmp=yes emacs_cv_gsettings_in_gio=yes emacs_cv_gtk_compiles=yes emacs_cv_have_timerfd=yes emacs_cv_jpeglib=-ljpeg emacs_cv_langinfo__nl_paper_width=yes emacs_cv_langinfo_codeset=yes emacs_cv_lib_math=-lm emacs_cv_links_glib=yes emacs_cv_linux_sysinfo=yes emacs_cv_ln_s_fileonly='ln -s' emacs_cv_personality_addr_no_randomize=yes emacs_cv_prog_cc_g3=yes emacs_cv_prog_cc_no_pie='not needed' emacs_cv_pthread_lib='none needed' emacs_cv_pthread_setname_np_1arg=no emacs_cv_pthread_setname_np_3arg=no emacs_cv_sanitize_address=no emacs_cv_signals_via_chars=yes emacs_cv_statement_expressions=yes emacs_cv_struct_alignment=yes emacs_cv_terminfo_defines_BC=yes emacs_cv_tputs_lib=-ltinfo emacs_cv_usable_FIONREAD=yes emacs_cv_usable_SIGIO=yes emacs_cv_var_doug_lea_malloc=no emacs_cv_x11_version_6=yes emacs_cv_xkb=yes emacs_cv_znocombreloc='not needed' fu_cv_sys_stat_statfs2_frsize=yes fu_cv_sys_stat_statvfs64=no fu_cv_sys_stat_statvfs=yes fu_cv_sys_truncating_statfs=no gl_cv___builtin_expect=yes gl_cv_acl_ACL_FIRST_ENTRY=yes gl_cv_acl_ACL_TYPE_EXTENDED=no gl_cv_c___inline=yes gl_cv_c_amsterdam_compiler=no gl_cv_c_bool=no gl_cv_c_multiarch=no gl_cv_cc_nomfi_needed=no gl_cv_cc_nomfi_supported=yes gl_cv_cc_uninitialized_supported=yes gl_cv_cc_wallow=-Wno-error gl_cv_compiler_check_decl_option=none gl_cv_compiler_clang=no gl_cv_copy_file_range_known_to_work=yes gl_cv_decl_null_works=yes gl_cv_decl_readlink_works=yes gl_cv_decl_readlinkat_works=yes gl_cv_double_slash_root=no gl_cv_fs_space=yes gl_cv_func___fpending=yes gl_cv_func_copy_file_range=yes gl_cv_func_dup2_works=yes gl_cv_func_fchmodat_works=yes gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_fdopendir_works=yes gl_cv_func_free_preserves_errno=yes gl_cv_func_fstatat_zero_flag=yes gl_cv_func_futimens_works=yes gl_cv_func_getdtablesize_works=yes gl_cv_func_getopt_gnu=yes gl_cv_func_getopt_long_gnu=yes gl_cv_func_getopt_posix=yes gl_cv_func_getrandom_ok=yes gl_cv_func_gettimeofday_posix_signature=yes gl_cv_func_localtime_works=yes gl_cv_func_lstat_dereferences_slashed_symlink=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_memmem_works_always=yes gl_cv_func_nanosleep='no (mishandles large arguments)' gl_cv_func_printf_attribute_flavor=system gl_cv_func_pselect_detects_ebadf=yes gl_cv_func_pthread_sigmask_in_libc_works=yes gl_cv_func_pthread_sigmask_macro=no gl_cv_func_pthread_sigmask_return_works=yes gl_cv_func_pthread_sigmask_unblock_works='guessing yes' gl_cv_func_re_compile_pattern_working=yes gl_cv_func_readlink_trailing_slash=yes gl_cv_func_readlink_truncate=yes gl_cv_func_realpath_works=yes gl_cv_func_sched_getaffinity3=yes gl_cv_func_strtoimax=yes gl_cv_func_symlink_works=yes gl_cv_func_timespec_get=yes gl_cv_func_utimensat_works=yes gl_cv_func_working_acl_get_file=yes gl_cv_func_working_mktime=no gl_cv_func_working_utimes=yes gl_cv_getxattr_with_posix_acls=yes gl_cv_have___header_inline=no gl_cv_have_include_next=yes gl_cv_header_errno_h_complete=yes gl_cv_header_limits_width=yes gl_cv_header_stdint_width=yes gl_cv_header_stdint_without_STDC_macros=yes gl_cv_header_sys_select_h_selfcontained=yes gl_cv_header_working_stdalign_h='yes, macros' gl_cv_header_working_stdint_h=yes gl_cv_macro_O_CLOEXEC=yes gl_cv_malloc_ptrdiff=yes gl_cv_minmax_in_limits_h=no gl_cv_minmax_in_sys_param_h=yes gl_cv_next_dirent_h='' gl_cv_next_fcntl_h='' gl_cv_next_getopt_h='' gl_cv_next_inttypes_h='' gl_cv_next_limits_h='' gl_cv_next_signal_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_sys_random_h='' gl_cv_next_sys_select_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_time_h='' gl_cv_next_sys_types_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_onwards_func_faccessat=yes gl_cv_onwards_func_futimens=yes gl_cv_onwards_func_getloadavg=yes gl_cv_onwards_func_getrandom=yes gl_cv_onwards_func_mempcpy=yes gl_cv_onwards_func_mkostemp=yes gl_cv_onwards_func_pipe2=yes gl_cv_onwards_func_readlinkat=yes gl_cv_onwards_func_sched_getaffinity=yes gl_cv_onwards_func_stpcpy=yes gl_cv_onwards_func_timegm=yes gl_cv_onwards_func_timespec_get=yes gl_cv_onwards_func_utimensat=yes gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_sig_pselect=yes gl_cv_source_line_length_unlimited=yes gl_cv_static_assert='yes, an macro' gl_cv_struct_dirent_d_type=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_sys_struct_timeval_tv_sec=yes gl_cv_time_h_has_TIME_UTC=yes gl_cv_time_r_posix=yes gl_cv_time_t_is_signed=yes gl_cv_type_max_align_t=yes gl_cv_type_sigset_t=yes gl_cv_warn_c__Wall=yes gl_cv_warn_c__Warith_conversion=yes gl_cv_warn_c__Warray_bounds_2=yes gl_cv_warn_c__Wattribute_alias_2=yes gl_cv_warn_c__Wdate_time=yes gl_cv_warn_c__Wdisabled_optimization=yes gl_cv_warn_c__Wdouble_promotion=yes gl_cv_warn_c__Wduplicated_cond=yes gl_cv_warn_c__Werror__Wunknown_warning_option=no gl_cv_warn_c__Wextra=yes gl_cv_warn_c__Wformat_2=yes gl_cv_warn_c__Wformat_signedness=yes gl_cv_warn_c__Wformat_truncation_2=yes gl_cv_warn_c__Wimplicit_fallthrough_5=yes gl_cv_warn_c__Winit_self=yes gl_cv_warn_c__Winvalid_pch=yes gl_cv_warn_c__Wlogical_op=yes gl_cv_warn_c__Wmissing_declarations=yes gl_cv_warn_c__Wmissing_include_dirs=yes gl_cv_warn_c__Wmissing_prototypes=yes gl_cv_warn_c__Wnested_externs=yes gl_cv_warn_c__Wno_bidi_chars=yes gl_cv_warn_c__Wno_format_nonliteral=yes gl_cv_warn_c__Wno_missing_field_initializers=yes gl_cv_warn_c__Wno_override_init=yes gl_cv_warn_c__Wno_sign_compare=yes gl_cv_warn_c__Wno_type_limits=yes gl_cv_warn_c__Wno_unused_parameter=yes gl_cv_warn_c__Wnull_dereference=yes gl_cv_warn_c__Wold_style_definition=yes gl_cv_warn_c__Wopenmp_simd=yes gl_cv_warn_c__Wpacked=yes gl_cv_warn_c__Wpointer_arith=yes gl_cv_warn_c__Wredundant_decls=yes gl_cv_warn_c__Wshift_overflow_2=yes gl_cv_warn_c__Wstrict_prototypes=yes gl_cv_warn_c__Wsuggest_attribute_format=yes gl_cv_warn_c__Wsuggest_attribute_noreturn=yes gl_cv_warn_c__Wsuggest_final_methods=yes gl_cv_warn_c__Wsuggest_final_types=yes gl_cv_warn_c__Wtrampolines=yes gl_cv_warn_c__Wuninitialized=yes gl_cv_warn_c__Wunknown_pragmas=yes gl_cv_warn_c__Wunused_macros=yes gl_cv_warn_c__Wuse_after_free_3=yes gl_cv_warn_c__Wvariadic_macros=yes gl_cv_warn_c__Wvector_operation_performance=yes gl_cv_warn_c__Wvla_larger_than_4031=yes gl_cv_warn_c__Wwrite_strings=yes gl_cv_warn_c__fno_common=yes gl_cv_xattr_lib=-lattr gt_cv_c_wchar_t=yes gt_cv_ssize_t=yes gt_cv_var_environ_declaration=yes pkg_cv_ALSA_CFLAGS= pkg_cv_ALSA_LIBS=-lasound pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_CAIRO_LIBS=-lcairo pkg_cv_CAIRO_XCB_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_CAIRO_XCB_LIBS='-lcairo -lxcb -lxcb-render' pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include' pkg_cv_DBUS_LIBS=-ldbus-1 pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype' pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_FREETYPE_LIBS=-lfreetype pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include' pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' pkg_cv_GSETTINGS_CFLAGS='-pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include' pkg_cv_GSETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0' pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include' pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' pkg_cv_HARFBUZZ_CFLAGS='-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include' pkg_cv_HARFBUZZ_LIBS=-lharfbuzz pkg_cv_JSON_CFLAGS= pkg_cv_JSON_LIBS=-ljansson pkg_cv_LCMS2_CFLAGS= pkg_cv_LCMS2_LIBS=-llcms2 pkg_cv_LIBGNUTLS_CFLAGS=-I/usr/include/p11-kit-1 pkg_cv_LIBGNUTLS_LIBS=-lgnutls pkg_cv_LIBOTF_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_LIBOTF_LIBS='-lotf -lfreetype' pkg_cv_LIBSYSTEMD_CFLAGS= pkg_cv_LIBSYSTEMD_LIBS=-lsystemd pkg_cv_LIBXML2_CFLAGS=-I/usr/include/libxml2 pkg_cv_LIBXML2_LIBS=-lxml2 pkg_cv_M17N_FLT_CFLAGS= pkg_cv_M17N_FLT_LIBS='-lm17n-core -lm17n-flt -lm17n-core' pkg_cv_PNG_CFLAGS=-I/usr/include/libpng16 pkg_cv_PNG_LIBS=-lpng16 pkg_cv_RSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16' pkg_cv_RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' pkg_cv_WEBP_CFLAGS=-I/usr/include/webp pkg_cv_WEBP_LIBS='-lwebpdemux -lwebpdecoder' pkg_cv_XFIXES_CFLAGS= pkg_cv_XFIXES_LIBS=-lXfixes pkg_cv_XINERAMA_CFLAGS= pkg_cv_XINERAMA_LIBS=-lXinerama pkg_cv_XINPUT_CFLAGS= pkg_cv_XINPUT_LIBS=-lXi pkg_cv_XRANDR_CFLAGS= pkg_cv_XRANDR_LIBS=-lXrandr ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' ALLOCA_H='alloca.h' ALSA_CFLAGS='' ALSA_LIBS='-lasound' AM_DEFAULT_VERBOSITY='0' APPLE_UNIVERSAL_BUILD='0' AR='ar' ARFLAGS='cr' ASSERT_H='' AUTO_DEPEND='yes' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BLESSMAIL_TARGET='' BREW='' BUILD_DETAILS='' BYTESWAP_H='' CAIRO_CFLAGS='-isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16' CAIRO_LIBS='-lcairo -lcairo -lxcb -lxcb-render' CAIRO_XCB_CFLAGS='-isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16' CAIRO_XCB_LIBS='-lcairo -lxcb -lxcb-render' CAIRO_XLIB_CFLAGS='' CAIRO_XLIB_LIBS='' CC='gcc' CFLAGS='-g3 -O2' CFLAGS_SOUND=' ' CHECK_STRUCTS='false' CLIENTRES='' CLIENTW='' CLOCK_TIME_LIB='' CM_OBJ='cm.o' COM_ERRLIB='' CPP='gcc -E' CPPFLAGS=' ' CRYPTOLIB='' CXX='' CXXFLAGS='' CYGWIN_OBJ='' C_SWITCH_MACHINE='' C_SWITCH_SYSTEM='' C_SWITCH_X_SITE=' -pthread -isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' DBUS_CFLAGS='-isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include' DBUS_LIBS='-ldbus-1' DBUS_OBJ='dbusbind.o' DEFS='-DHAVE_CONFIG_H' DESLIB='' DOCMISC_W32='' DUMPING='pdumper' DYNAMIC_LIB_SECONDARY_SUFFIX='' DYNAMIC_LIB_SUFFIX='.so' DYNLIB_OBJ='dynlib.o' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EMACSRES='' EMACS_MANIFEST='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EUIDACCESS_LIBGEN='' EXECINFO_H='' EXEEXT='' FILE_HAS_ACL_LIB='' FIND_DELETE='-delete' FIRSTFILE_OBJ='' FONTCONFIG_CFLAGS='-isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16' FONTCONFIG_LIBS='-lfontconfig -lfreetype' FONT_OBJ='xfont.o ftfont.o ftcrfont.o hbfont.o' FREETYPE_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/libpng16' FREETYPE_LIBS='-lfreetype' GCONF_CFLAGS='' GCONF_LIBS='' GETADDRINFO_A_LIBS='-lanl' GETLOADAVG_LIBS='' GETOPT_CDEFS_H='' GETOPT_H='' GETRANDOM_LIB='' GFILENOTIFY_CFLAGS='' GFILENOTIFY_LIBS='' GL_CFLAG_ALLOW_WARNINGS='-Wno-error' GL_CFLAG_GNULIB_WARNINGS=' -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants' GL_COND_LIBTOOL_CONDITION='' GL_COND_OBJ_CANONICALIZE_LGPL_CONDITION='' GL_COND_OBJ_COPY_FILE_RANGE_CONDITION='' GL_COND_OBJ_DIRFD_CONDITION='' GL_COND_OBJ_DUP2_CONDITION='' GL_COND_OBJ_EUIDACCESS_CONDITION='' GL_COND_OBJ_EXECINFO_CONDITION='' GL_COND_OBJ_FACCESSAT_CONDITION='' GL_COND_OBJ_FCHMODAT_CONDITION='' GL_COND_OBJ_FCNTL_CONDITION='1' GL_COND_OBJ_FDOPENDIR_CONDITION='' GL_COND_OBJ_FPENDING_CONDITION='' GL_COND_OBJ_FREE_CONDITION='' GL_COND_OBJ_FSTATAT_CONDITION='' GL_COND_OBJ_FSUSAGE_CONDITION='1' GL_COND_OBJ_FSYNC_CONDITION='' GL_COND_OBJ_FUTIMENS_CONDITION='' GL_COND_OBJ_GETDTABLESIZE_CONDITION='' GL_COND_OBJ_GETGROUPS_CONDITION='' GL_COND_OBJ_GETLOADAVG_CONDITION='' GL_COND_OBJ_GETOPT_CONDITION='' GL_COND_OBJ_GETRANDOM_CONDITION='' GL_COND_OBJ_GETTIMEOFDAY_CONDITION='' GL_COND_OBJ_GROUP_MEMBER_CONDITION='' GL_COND_OBJ_LCHMOD_CONDITION='' GL_COND_OBJ_LSTAT_CONDITION='' GL_COND_OBJ_MEMPCPY_CONDITION='' GL_COND_OBJ_MEMRCHR_CONDITION='' GL_COND_OBJ_MEMSET_EXPLICIT_CONDITION='1' GL_COND_OBJ_MINI_GMP_GNULIB_CONDITION='' GL_COND_OBJ_MKOSTEMP_CONDITION='' GL_COND_OBJ_NANOSLEEP_CONDITION='1' GL_COND_OBJ_OPEN_CONDITION='' GL_COND_OBJ_PSELECT_CONDITION='' GL_COND_OBJ_PTHREAD_SIGMASK_CONDITION='' GL_COND_OBJ_RAWMEMCHR_CONDITION='' GL_COND_OBJ_READLINKAT_CONDITION='' GL_COND_OBJ_READLINK_CONDITION='' GL_COND_OBJ_REGEX_CONDITION='' GL_COND_OBJ_SIG2STR_CONDITION='1' GL_COND_OBJ_SIGDESCR_NP_CONDITION='' GL_COND_OBJ_STDIO_READ_CONDITION='' GL_COND_OBJ_STDIO_WRITE_CONDITION='' GL_COND_OBJ_STPCPY_CONDITION='' GL_COND_OBJ_STRNLEN_CONDITION='' GL_COND_OBJ_STRTOIMAX_CONDITION='' GL_COND_OBJ_STRTOLL_CONDITION='' GL_COND_OBJ_SYMLINK_CONDITION='' GL_COND_OBJ_TIMEGM_CONDITION='1' GL_COND_OBJ_TIME_RZ_CONDITION='1' GL_COND_OBJ_TIME_R_CONDITION='' GL_COND_OBJ_UTIMENSAT_CONDITION='' GL_GENERATE_ALLOCA_H_CONDITION='1' GL_GENERATE_ASSERT_H_CONDITION='' GL_GENERATE_BYTESWAP_H_CONDITION='' GL_GENERATE_ERRNO_H_CONDITION='' GL_GENERATE_EXECINFO_H_CONDITION='' GL_GENERATE_GETOPT_CDEFS_H_CONDITION='' GL_GENERATE_GETOPT_H_CONDITION='' GL_GENERATE_GMP_GMP_H_CONDITION='' GL_GENERATE_GMP_H_CONDITION='' GL_GENERATE_IEEE754_H_CONDITION='' GL_GENERATE_LIMITS_H_CONDITION='1' GL_GENERATE_MINI_GMP_H_CONDITION='' GL_GENERATE_STDCKDINT_H_CONDITION='1' GL_GENERATE_STDDEF_H_CONDITION='' GL_GENERATE_STDINT_H_CONDITION='' GL_GNULIB_ACCESS='0' GL_GNULIB_ALIGNED_ALLOC='0' GL_GNULIB_ALPHASORT='0' GL_GNULIB_ATOLL='0' GL_GNULIB_CALLOC_GNU='0' GL_GNULIB_CALLOC_POSIX='0' GL_GNULIB_CANONICALIZE_FILE_NAME='1' GL_GNULIB_CHDIR='0' GL_GNULIB_CHMOD='0' GL_GNULIB_CHOWN='0' GL_GNULIB_CLOSE='0' GL_GNULIB_CLOSEDIR='0' GL_GNULIB_COPY_FILE_RANGE='1' GL_GNULIB_CREAT='0' GL_GNULIB_CTIME='0' GL_GNULIB_DIRFD='0' GL_GNULIB_DPRINTF='0' GL_GNULIB_DUP2='1' GL_GNULIB_DUP3='0' GL_GNULIB_DUP='0' GL_GNULIB_ENVIRON='1' GL_GNULIB_EUIDACCESS='0' GL_GNULIB_EXECL='0' GL_GNULIB_EXECLE='0' GL_GNULIB_EXECLP='0' GL_GNULIB_EXECV='0' GL_GNULIB_EXECVE='0' GL_GNULIB_EXECVP='0' GL_GNULIB_EXECVPE='0' GL_GNULIB_EXPLICIT_BZERO='0' GL_GNULIB_FACCESSAT='1' GL_GNULIB_FCHDIR='0' GL_GNULIB_FCHMODAT='1' GL_GNULIB_FCHOWNAT='0' GL_GNULIB_FCLOSE='0' GL_GNULIB_FCNTL='1' GL_GNULIB_FDATASYNC='0' GL_GNULIB_FDOPEN='0' GL_GNULIB_FDOPENDIR='1' GL_GNULIB_FFLUSH='0' GL_GNULIB_FFSL='0' GL_GNULIB_FFSLL='0' GL_GNULIB_FGETC='1' GL_GNULIB_FGETS='1' GL_GNULIB_FOPEN='0' GL_GNULIB_FOPEN_GNU='0' GL_GNULIB_FPRINTF='1' GL_GNULIB_FPRINTF_POSIX='0' GL_GNULIB_FPURGE='0' GL_GNULIB_FPUTC='1' GL_GNULIB_FPUTS='1' GL_GNULIB_FREAD='1' GL_GNULIB_FREE_POSIX='1' GL_GNULIB_FREOPEN='0' GL_GNULIB_FSCANF='1' GL_GNULIB_FSEEK='0' GL_GNULIB_FSEEKO='0' GL_GNULIB_FSTAT='0' GL_GNULIB_FSTATAT='1' GL_GNULIB_FSYNC='1' GL_GNULIB_FTELL='0' GL_GNULIB_FTELLO='0' GL_GNULIB_FTRUNCATE='0' GL_GNULIB_FUTIMENS='1' GL_GNULIB_FWRITE='1' GL_GNULIB_GETC='1' GL_GNULIB_GETCHAR='1' GL_GNULIB_GETCWD='0' GL_GNULIB_GETDELIM='0' GL_GNULIB_GETDOMAINNAME='0' GL_GNULIB_GETDTABLESIZE='1' GL_GNULIB_GETENTROPY='0' GL_GNULIB_GETGROUPS='0' GL_GNULIB_GETHOSTNAME='0' GL_GNULIB_GETLINE='0' GL_GNULIB_GETLOADAVG='1' GL_GNULIB_GETLOGIN='0' GL_GNULIB_GETLOGIN_R='0' GL_GNULIB_GETOPT_POSIX='1' GL_GNULIB_GETPAGESIZE='0' GL_GNULIB_GETPASS='0' GL_GNULIB_GETPASS_GNU='0' GL_GNULIB_GETPROGNAME='0' GL_GNULIB_GETRANDOM='1' GL_GNULIB_GETSUBOPT='0' GL_GNULIB_GETTIMEOFDAY='1' GL_GNULIB_GETUMASK='0' GL_GNULIB_GETUSERSHELL='0' GL_GNULIB_GRANTPT='0' GL_GNULIB_GROUP_MEMBER='0' GL_GNULIB_IMAXABS='0' GL_GNULIB_IMAXDIV='0' GL_GNULIB_ISATTY='0' GL_GNULIB_LCHMOD='0' GL_GNULIB_LCHOWN='0' GL_GNULIB_LINK='0' GL_GNULIB_LINKAT='0' GL_GNULIB_LOCALTIME='0' GL_GNULIB_LSEEK='0' GL_GNULIB_LSTAT='1' GL_GNULIB_MALLOC_GNU='0' GL_GNULIB_MALLOC_POSIX='0' GL_GNULIB_MBSCASECMP='0' GL_GNULIB_MBSCASESTR='0' GL_GNULIB_MBSCHR='0' GL_GNULIB_MBSCSPN='0' GL_GNULIB_MBSLEN='0' GL_GNULIB_MBSNCASECMP='0' GL_GNULIB_MBSNLEN='0' GL_GNULIB_MBSPBRK='0' GL_GNULIB_MBSPCASECMP='0' GL_GNULIB_MBSRCHR='0' GL_GNULIB_MBSSEP='0' GL_GNULIB_MBSSPN='0' GL_GNULIB_MBSSTR='0' GL_GNULIB_MBSTOK_R='0' GL_GNULIB_MBTOWC='0' GL_GNULIB_MDA_ACCESS='1' GL_GNULIB_MDA_CHDIR='1' GL_GNULIB_MDA_CHMOD='1' GL_GNULIB_MDA_CLOSE='1' GL_GNULIB_MDA_CREAT='1' GL_GNULIB_MDA_DUP2='1' GL_GNULIB_MDA_DUP='1' GL_GNULIB_MDA_ECVT='1' GL_GNULIB_MDA_EXECL='1' GL_GNULIB_MDA_EXECLE='1' GL_GNULIB_MDA_EXECLP='1' GL_GNULIB_MDA_EXECV='1' GL_GNULIB_MDA_EXECVE='1' GL_GNULIB_MDA_EXECVP='1' GL_GNULIB_MDA_EXECVPE='1' GL_GNULIB_MDA_FCLOSEALL='1' GL_GNULIB_MDA_FCVT='1' GL_GNULIB_MDA_FDOPEN='1' GL_GNULIB_MDA_FILENO='1' GL_GNULIB_MDA_GCVT='1' GL_GNULIB_MDA_GETCWD='1' GL_GNULIB_MDA_GETPID='1' GL_GNULIB_MDA_GETW='1' GL_GNULIB_MDA_ISATTY='1' GL_GNULIB_MDA_LSEEK='1' GL_GNULIB_MDA_MEMCCPY='1' GL_GNULIB_MDA_MKDIR='1' GL_GNULIB_MDA_MKTEMP='1' GL_GNULIB_MDA_OPEN='1' GL_GNULIB_MDA_PUTENV='1' GL_GNULIB_MDA_PUTW='1' GL_GNULIB_MDA_READ='1' GL_GNULIB_MDA_RMDIR='1' GL_GNULIB_MDA_STRDUP='1' GL_GNULIB_MDA_SWAB='1' GL_GNULIB_MDA_TEMPNAM='1' GL_GNULIB_MDA_TZSET='1' GL_GNULIB_MDA_UMASK='1' GL_GNULIB_MDA_UNLINK='1' GL_GNULIB_MDA_WRITE='1' GL_GNULIB_MEMCHR='0' GL_GNULIB_MEMMEM='1' GL_GNULIB_MEMPCPY='1' GL_GNULIB_MEMRCHR='1' GL_GNULIB_MEMSET_EXPLICIT='1' GL_GNULIB_MKDIR='0' GL_GNULIB_MKDIRAT='0' GL_GNULIB_MKDTEMP='0' GL_GNULIB_MKFIFO='0' GL_GNULIB_MKFIFOAT='0' GL_GNULIB_MKNOD='0' GL_GNULIB_MKNODAT='0' GL_GNULIB_MKOSTEMP='1' GL_GNULIB_MKOSTEMPS='0' GL_GNULIB_MKSTEMP='0' GL_GNULIB_MKSTEMPS='0' GL_GNULIB_MKTIME='1' GL_GNULIB_NANOSLEEP='1' GL_GNULIB_NONBLOCKING='0' GL_GNULIB_OBSTACK_PRINTF='0' GL_GNULIB_OBSTACK_PRINTF_POSIX='0' GL_GNULIB_OPEN='0' GL_GNULIB_OPENAT='0' GL_GNULIB_OPENDIR='0' GL_GNULIB_OVERRIDES_STRUCT_STAT='0' GL_GNULIB_PCLOSE='0' GL_GNULIB_PERROR='0' GL_GNULIB_PIPE2='1' GL_GNULIB_PIPE='0' GL_GNULIB_POPEN='0' GL_GNULIB_POSIX_MEMALIGN='0' GL_GNULIB_POSIX_OPENPT='0' GL_GNULIB_PREAD='0' GL_GNULIB_PRINTF='1' GL_GNULIB_PRINTF_POSIX='0' GL_GNULIB_PSELECT='1' GL_GNULIB_PTHREAD_SIGMASK='1' GL_GNULIB_PTSNAME='0' GL_GNULIB_PTSNAME_R='0' GL_GNULIB_PUTC='1' GL_GNULIB_PUTCHAR='1' GL_GNULIB_PUTENV='0' GL_GNULIB_PUTS='1' GL_GNULIB_PWRITE='0' GL_GNULIB_QSORT_R='0' GL_GNULIB_RAISE='0' GL_GNULIB_RANDOM='0' GL_GNULIB_RANDOM_R='0' GL_GNULIB_RAWMEMCHR='0' GL_GNULIB_READ='0' GL_GNULIB_READDIR='0' GL_GNULIB_READLINK='1' GL_GNULIB_READLINKAT='1' GL_GNULIB_REALLOCARRAY='0' GL_GNULIB_REALLOC_GNU='0' GL_GNULIB_REALLOC_POSIX='0' GL_GNULIB_REALPATH='1' GL_GNULIB_REMOVE='0' GL_GNULIB_RENAME='0' GL_GNULIB_RENAMEAT='0' GL_GNULIB_REWINDDIR='0' GL_GNULIB_RMDIR='0' GL_GNULIB_RPMATCH='0' GL_GNULIB_SCANDIR='0' GL_GNULIB_SCANF='1' GL_GNULIB_SECURE_GETENV='0' GL_GNULIB_SELECT='0' GL_GNULIB_SETENV='0' GL_GNULIB_SETHOSTNAME='0' GL_GNULIB_SIGABBREV_NP='0' GL_GNULIB_SIGACTION='0' GL_GNULIB_SIGDESCR_NP='1' GL_GNULIB_SIGNAL_H_SIGPIPE='0' GL_GNULIB_SIGPROCMASK='0' GL_GNULIB_SLEEP='0' GL_GNULIB_SNPRINTF='0' GL_GNULIB_SPRINTF_POSIX='0' GL_GNULIB_STAT='0' GL_GNULIB_STDIO_H_NONBLOCKING='0' GL_GNULIB_STDIO_H_SIGPIPE='0' GL_GNULIB_STPCPY='1' GL_GNULIB_STPNCPY='0' GL_GNULIB_STRCASESTR='0' GL_GNULIB_STRCHRNUL='0' GL_GNULIB_STRDUP='0' GL_GNULIB_STRERROR='0' GL_GNULIB_STRERRORNAME_NP='0' GL_GNULIB_STRERROR_R='0' GL_GNULIB_STRFTIME='0' GL_GNULIB_STRNCAT='0' GL_GNULIB_STRNDUP='0' GL_GNULIB_STRNLEN='1' GL_GNULIB_STRPBRK='0' GL_GNULIB_STRPTIME='0' GL_GNULIB_STRSEP='0' GL_GNULIB_STRSIGNAL='0' GL_GNULIB_STRSTR='0' GL_GNULIB_STRTOD='0' GL_GNULIB_STRTOIMAX='1' GL_GNULIB_STRTOK_R='0' GL_GNULIB_STRTOL='0' GL_GNULIB_STRTOLD='0' GL_GNULIB_STRTOLL='0' GL_GNULIB_STRTOUL='0' GL_GNULIB_STRTOULL='0' GL_GNULIB_STRTOUMAX='0' GL_GNULIB_STRVERSCMP='0' GL_GNULIB_SYMLINK='1' GL_GNULIB_SYMLINKAT='0' GL_GNULIB_SYSTEM_POSIX='0' GL_GNULIB_TIMEGM='1' GL_GNULIB_TIMESPEC_GET='0' GL_GNULIB_TIMESPEC_GETRES='0' GL_GNULIB_TIME_R='1' GL_GNULIB_TIME_RZ='1' GL_GNULIB_TMPFILE='0' GL_GNULIB_TRUNCATE='0' GL_GNULIB_TTYNAME_R='0' GL_GNULIB_TZSET='0' GL_GNULIB_UNISTD_H_GETOPT='0' GL_GNULIB_UNISTD_H_NONBLOCKING='0' GL_GNULIB_UNISTD_H_SIGPIPE='0' GL_GNULIB_UNLINK='0' GL_GNULIB_UNLINKAT='0' GL_GNULIB_UNLOCKPT='0' GL_GNULIB_UNSETENV='0' GL_GNULIB_USLEEP='0' GL_GNULIB_UTIMENSAT='1' GL_GNULIB_VASPRINTF='0' GL_GNULIB_VDPRINTF='0' GL_GNULIB_VFPRINTF='1' GL_GNULIB_VFPRINTF_POSIX='0' GL_GNULIB_VFSCANF='0' GL_GNULIB_VPRINTF='1' GL_GNULIB_VPRINTF_POSIX='0' GL_GNULIB_VSCANF='0' GL_GNULIB_VSNPRINTF='0' GL_GNULIB_VSPRINTF_POSIX='0' GL_GNULIB_WCTOMB='0' GL_GNULIB_WRITE='0' GL_GNULIB__EXIT='0' GMALLOC_OBJ='' GMP_H='' GNULIBHEADERS_OVERRIDE_WINT_T='0' GNULIB_GETTIMEOFDAY='0' GNULIB_WARN_CFLAGS=' -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars' GNUSTEP_CFLAGS='' GNU_OBJC_CFLAGS='' GOBJECT_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' GREP='/usr/bin/grep' GSETTINGS_CFLAGS='-pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' GSETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0' GTK_CFLAGS='-pthread -isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' GTK_OBJ='gtkutil.o emacsgtkfixed.o' GZIP_PROG='/usr/bin/gzip' HAIKU_CFLAGS='' HAIKU_CXX_OBJ='' HAIKU_LIBS='' HAIKU_OBJ='' HARFBUZZ_CFLAGS='-isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' HARFBUZZ_LIBS='-lharfbuzz' HAVE_ALIGNED_ALLOC='1' HAVE_ALLOCA_H='1' HAVE_ALPHASORT='1' HAVE_ATOLL='1' HAVE_BE_APP='no' HAVE_C99_STDINT_H='1' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CHOWN='1' HAVE_CLOSEDIR='1' HAVE_COPY_FILE_RANGE='1' HAVE_DECL_DIRFD='1' HAVE_DECL_ECVT='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_EXECVPE='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FCLOSEALL='1' HAVE_DECL_FCVT='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FDOPENDIR='1' HAVE_DECL_FPURGE='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GCVT='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_GETW='1' HAVE_DECL_IMAXABS='1' HAVE_DECL_IMAXDIV='1' HAVE_DECL_INITSTATE='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_POSIX_SPAWN_SETSID='' HAVE_DECL_PUTW='1' HAVE_DECL_SETENV='1' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SETSTATE='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOIMAX='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_STRTOUMAX='1' HAVE_DECL_TRUNCATE='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DIRENT_H='1' HAVE_DPRINTF='1' HAVE_DUP3='1' HAVE_EUIDACCESS='1' HAVE_EXECVPE='1' HAVE_EXPLICIT_BZERO='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FDOPENDIR='1' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETENTROPY='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='1' HAVE_GETPAGESIZE='1' HAVE_GETPASS='1' HAVE_GETPROGNAME='1' HAVE_GETRANDOM='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GETUMASK='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_GSETTINGS='yes' HAVE_IMAXABS='1' HAVE_IMAXDIV='1' HAVE_IMAXDIV_T='1' HAVE_INITSTATE='1' HAVE_INTTYPES_H='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LIBGMP='yes' HAVE_LIBSECCOMP='no' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LSTAT='1' HAVE_MACPORTS='' HAVE_MAX_ALIGN_T='1' HAVE_MBSLEN='0' HAVE_MBTOWC='1' HAVE_MEMPCPY='1' HAVE_MEMSET_EXPLICIT='0' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MODULES='yes' HAVE_NANOSLEEP='1' HAVE_NATIVE_COMP='no' HAVE_OPENAT='1' HAVE_OPENDIR='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PDUMPER='yes' HAVE_PGTK='no' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POPEN='1' HAVE_POSIX_MEMALIGN='1' HAVE_POSIX_OPENPT='1' HAVE_POSIX_SIGNALBLOCKING='1' HAVE_POSIX_SPAWN='' HAVE_POSIX_SPAWNATTR_SETFLAGS='' HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='' HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP='' HAVE_PREAD='1' HAVE_PSELECT='1' HAVE_PTHREAD_SIGMASK='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_QSORT_R='1' HAVE_RAISE='1' HAVE_RANDOM='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READDIR='1' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALLOCARRAY='1' HAVE_REALPATH='1' HAVE_RENAMEAT='1' HAVE_REWINDDIR='1' HAVE_RPMATCH='1' HAVE_SCANDIR='1' HAVE_SECCOMP='yes' HAVE_SECURE_GETENV='1' HAVE_SETENV='1' HAVE_SETHOSTNAME='1' HAVE_SETSTATE='1' HAVE_SIGABBREV_NP='1' HAVE_SIGACTION='1' HAVE_SIGDESCR_NP='1' HAVE_SIGHANDLER_T='1' HAVE_SIGINFO_T='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='1' HAVE_SLEEP='1' HAVE_SPAWN_H='' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRERRORNAME_NP='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOL='1' HAVE_STRTOLD='1' HAVE_STRTOLL='1' HAVE_STRTOUL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' HAVE_STRUCT_TIMEVAL='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='0' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='0' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_RANDOM_H='1' HAVE_SYS_SELECT_H='1' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_TIMEGM='1' HAVE_TIMESPEC_GET='1' HAVE_TIMESPEC_GETRES='1' HAVE_TIMEZONE_T='0' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WINSOCK2_H='0' HAVE_XSERVER='' HAVE__EXIT='1' HYBRID_MALLOC='' IEEE754_H='' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_ARCH_INDEP_EXTRA='install-etc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='/usr/bin/install-info' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INT32_MAX_LT_INTMAX_MAX='1' INT64_MAX_EQ_LONG_MAX='defined _LP64' JSON_CFLAGS='' JSON_LIBS='-ljansson' JSON_OBJ='json.o' KQUEUE_CFLAGS='' KQUEUE_LIBS='' KRB4LIB='' KRB5LIB='' LCMS2_CFLAGS='' LCMS2_LIBS='-llcms2' LDFLAGS=' ' LD_SWITCH_SYSTEM='' LD_SWITCH_SYSTEM_TEMACS=' $(LD_SWITCH_X_SITE_RPATH)' LD_SWITCH_X_SITE='' LD_SWITCH_X_SITE_RPATH='' LIBGCCJIT_CFLAGS='' LIBGCCJIT_LIBS='' LIBGIF='-lgif' LIBGMP='-lgmp' LIBGNUTLS_CFLAGS='-isystem /usr/include/p11-kit-1' LIBGNUTLS_LIBS='-lgnutls' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBGPM='-lgpm' LIBHESIOD='' LIBINTL='' LIBJPEG='-ljpeg' LIBMODULES='-ldl' LIBOBJS='' LIBOTF_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/libpng16' LIBOTF_LIBS='-lotf -lfreetype' LIBPNG='-lpng16' LIBRESOLV='' LIBS=' ' LIBSECCOMP_CFLAGS='' LIBSECCOMP_LIBS='' LIBSELINUX_LIBS='-lselinux' LIBSOUND=' -lasound' LIBSYSTEMD_CFLAGS='' LIBSYSTEMD_LIBS='-lsystemd' LIBS_ECLIENT='' LIBS_GNUSTEP='' LIBS_MAIL='' LIBS_SYSTEM='' LIBS_TERMCAP='-ltinfo' LIBTIFF='-ltiff' LIBXMENU='' LIBXML2_CFLAGS='-isystem /usr/include/libxml2' LIBXML2_LIBS='-lxml2' LIBXMU='' LIBXPM='-lXpm' LIBXSM='-lSM -lICE' LIBXTR6='' LIBXT_OTHER='$(LIBXSM)' LIBX_OTHER='$(LIBXT) $(LIBX_EXTRA)' LIBZ='-lz' LIB_ACL='-lacl' LIB_CLOCK_GETTIME='' LIB_EACCESS='' LIB_EXECINFO='' LIB_GETRANDOM='' LIB_MATH='-lm' LIB_NANOSLEEP='' LIB_PTHREAD='' LIB_PTHREAD_SIGMASK='' LIB_TIMER_TIME='' LIB_WSOCK32='' LIB_XATTR='-lattr' LIMITS_H='limits.h' LN_S_FILEONLY='ln -s' LTLIBGMP='-lgmp' LTLIBINTL='' LTLIBOBJS='' M17N_FLT_CFLAGS='' M17N_FLT_LIBS='-lm17n-core -lm17n-flt -lm17n-core' MAKEINFO='makeinfo' MAKE_PROG='' MKDIR_P='/usr/bin/mkdir -p' MODULES_OBJ='emacs-module.o' MODULES_SECONDARY_SUFFIX='' MODULES_SUFFIX='.so' NANOSLEEP_LIB='' NATIVE_COMPILATION_AOT='no' NEXT_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_DIRENT_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_GETOPT_H='' NEXT_INTTYPES_H='' NEXT_LIMITS_H='' NEXT_SIGNAL_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_RANDOM_H='' NEXT_SYS_SELECT_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NOTIFY_CFLAGS='' NOTIFY_LIBS='' NOTIFY_OBJ='inotify.o' NS_OBJ='' NS_OBJC_OBJ='' NTDIR='' NTLIB='' OBJC='' OBJCFLAGS='' OBJEXT='o' OTHER_FILES='' PACKAGE_BUGREPORT='bug-gnu-emacs@gnu.org' PACKAGE_NAME='GNU Emacs' PACKAGE_STRING='GNU Emacs 30.0.50' PACKAGE_TARNAME='emacs' PACKAGE_URL='https://www.gnu.org/software/emacs/' PACKAGE_VERSION='30.0.50' PATH_SEPARATOR=':' PAXCTL='' PAXCTL_dumped='' PAXCTL_notdumped='' PGTK_LIBS='' PGTK_OBJ='' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PNG_CFLAGS='-isystem /usr/include/libpng16' PNG_LIBS='-lpng16' POST_ALLOC_OBJ='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PRE_ALLOC_OBJ='lastfile.o' PRIPTR_PREFIX='__PRIPTR_PREFIX' PROFILING_CFLAGS='' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTHREAD_SIGMASK_LIB='' PTRDIFF_T_SUFFIX='' QCOPY_ACL_LIB='-lattr' RALLOC_OBJ='' RANLIB='ranlib' REPLACE_ACCESS='0' REPLACE_ALIGNED_ALLOC='0' REPLACE_CALLOC_FOR_CALLOC_GNU='0' REPLACE_CALLOC_FOR_CALLOC_POSIX='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CHMOD='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_CLOSEDIR='0' REPLACE_COPY_FILE_RANGE='0' REPLACE_CREAT='0' REPLACE_CTIME='GNULIB_PORTCHECK' REPLACE_DIRFD='0' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP3='0' REPLACE_DUP='0' REPLACE_EXECL='0' REPLACE_EXECLE='0' REPLACE_EXECLP='0' REPLACE_EXECV='0' REPLACE_EXECVE='0' REPLACE_EXECVP='0' REPLACE_EXECVPE='0' REPLACE_FACCESSAT='0' REPLACE_FCHMODAT='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='1' REPLACE_FDATASYNC='0' REPLACE_FDOPEN='0' REPLACE_FDOPENDIR='0' REPLACE_FFLUSH='0' REPLACE_FFSLL='0' REPLACE_FOPEN='0' REPLACE_FOPEN_FOR_FOPEN_GNU='0' REPLACE_FPRINTF='0' REPLACE_FPURGE='0' REPLACE_FREE='0' REPLACE_FREOPEN='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETDTABLESIZE='0' REPLACE_GETENTROPY='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOADAVG='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETPASS='0' REPLACE_GETPASS_FOR_GETPASS_GNU='0' REPLACE_GETPROGNAME='0' REPLACE_GETRANDOM='0' REPLACE_GETSUBOPT='0' REPLACE_GETTIMEOFDAY='0' REPLACE_GMTIME='0' REPLACE_IMAXABS='0' REPLACE_IMAXDIV='0' REPLACE_INITSTATE='0' REPLACE_ISATTY='0' REPLACE_LCHOWN='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALTIME='0' REPLACE_LOCALTIME_R='0' REPLACE_LSEEK='0' REPLACE_LSTAT='0' REPLACE_MALLOC_FOR_MALLOC_GNU='0' REPLACE_MALLOC_FOR_MALLOC_POSIX='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='0' REPLACE_MEMPCPY='0' REPLACE_MKDIR='0' REPLACE_MKFIFO='0' REPLACE_MKFIFOAT='0' REPLACE_MKNOD='0' REPLACE_MKNODAT='0' REPLACE_MKOSTEMP='0' REPLACE_MKOSTEMPS='0' REPLACE_MKSTEMP='0' REPLACE_MKTIME='1' REPLACE_NANOSLEEP='1' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_OPENDIR='0' REPLACE_PERROR='0' REPLACE_PIPE2='1' REPLACE_POPEN='0' REPLACE_POSIX_MEMALIGN='0' REPLACE_POSIX_OPENPT='0' REPLACE_PREAD='0' REPLACE_PRINTF='0' REPLACE_PSELECT='0' REPLACE_PTHREAD_SIGMASK='0' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_QSORT_R='0' REPLACE_RAISE='0' REPLACE_RANDOM='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='0' REPLACE_READLINKAT='0' REPLACE_REALLOCARRAY='0' REPLACE_REALLOC_FOR_REALLOC_GNU='0' REPLACE_REALLOC_FOR_REALLOC_POSIX='0' REPLACE_REALPATH='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_SELECT='0' REPLACE_SETENV='0' REPLACE_SETHOSTNAME='0' REPLACE_SETSTATE='0' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_STAT='0' REPLACE_STDIO_READ_FUNCS='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPCPY='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRCHRNUL='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERRORNAME_NP='0' REPLACE_STRERROR_R='0' REPLACE_STRFTIME='GNULIB_PORTCHECK' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOIMAX='0' REPLACE_STRTOK_R='0' REPLACE_STRTOL='0' REPLACE_STRTOLD='0' REPLACE_STRTOLL='0' REPLACE_STRTOUL='0' REPLACE_STRTOULL='0' REPLACE_STRTOUMAX='0' REPLACE_STRUCT_TIMEVAL='0' REPLACE_SYMLINK='0' REPLACE_SYMLINKAT='0' REPLACE_TIMEGM='1' REPLACE_TIMESPEC_GET='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TRUNCATE='0' REPLACE_TTYNAME_R='0' REPLACE_TZSET='GNULIB_PORTCHECK' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='0' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCTOMB='0' REPLACE_WRITE='0' REPLACE__EXIT='0' RSVG_CFLAGS='-pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16' RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' SEPCHAR=':' SETFATTR='' SETTINGS_CFLAGS='-pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include' SETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgobject-2.0 -lglib-2.0' SHELL='/bin/bash' SIG_ATOMIC_T_SUFFIX='' SIZEOF_LONG='8' SIZE_T_SUFFIX='' SMALL_JA_DIC='no' SQLITE3_LIBS='-lsqlite3' STDCKDINT_H='stdckdint.h' STDDEF_H='' STDINT_H='' SUBDIR_MAKEFILES_IN=' $(srcdir)/lib/Makefile.in $(srcdir)/lib-src/Makefile.in $(srcdir)/oldXMenu/Makefile.in $(srcdir)/doc/emacs/Makefile.in $(srcdir)/doc/misc/Makefile.in $(srcdir)/doc/lispintro/Makefile.in $(srcdir)/doc/lispref/Makefile.in $(srcdir)/src/Makefile.in $(srcdir)/lwlib/Makefile.in $(srcdir)/lisp/Makefile.in $(srcdir)/leim/Makefile.in $(srcdir)/nextstep/Makefile.in $(srcdir)/nt/Makefile.in $(srcdir)/test/Makefile.in $(srcdir)/test/infra/Makefile.in $(srcdir)/admin/charsets/Makefile.in $(srcdir)/admin/unidata/Makefile.in $(srcdir)/admin/grammars/Makefile.in' SYSTEM_TYPE='gnu/linux' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TERMCAP_OBJ='terminfo.o' TIMER_TIME_LIB='' TIME_H_DEFINES_STRUCT_TIMESPEC='1' TIME_H_DEFINES_TIME_UTC='1' TOOLKIT_LIBW='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' TREE_SITTER_CFLAGS='' TREE_SITTER_LIBS='' UINT32_MAX_LT_UINTMAX_MAX='1' UINT64_MAX_EQ_ULONG_MAX='defined _LP64' UNDEFINE_STRTOK_R='0' UNEXEC_OBJ='' UNISTD_H_DEFINES_STRUCT_TIMESPEC='0' UNISTD_H_HAVE_SYS_RANDOM_H='1' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' USE_ACL='1' USE_STARTUP_NOTIFICATION='yes' VMLIMIT_OBJ='' W32_LIBS='' W32_OBJ='' W32_RES_LINK='' WARN_CFLAGS=' -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars' WCHAR_T_SUFFIX='' WEBKIT_CFLAGS='' WEBKIT_LIBS='' WEBP_CFLAGS='-isystem /usr/include/webp' WEBP_LIBS='-lwebpdemux -lwebpdecoder' WERROR_CFLAGS='' WIDGET_OBJ='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINDOWS_STAT_INODES='0' WINDOWS_STAT_TIMESPEC='0' WINDOW_SYSTEM_OBJ='fontset.o fringe.o image.o textconv.o' WINDRES='' WINT_T_SUFFIX='' XARGS_LIMIT='' XCB_LIBS='-lX11-xcb -lxcb' XCOMPOSITE_CFLAGS='' XCOMPOSITE_LIBS='-lXcomposite' XCRUN='' XDBE_CFLAGS='' XDBE_LIBS='-lXext' XFIXES_CFLAGS='' XFIXES_LIBS='-lXfixes' XFT_CFLAGS='' XFT_LIBS='' XGSELOBJ='xgselect.o' XINERAMA_CFLAGS='' XINERAMA_LIBS='-lXinerama' XINPUT_CFLAGS='' XINPUT_LIBS='-lXi' XMENU_OBJ='xmenu.o' XMKMF='' XOBJ='xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o' XRANDR_CFLAGS='' XRANDR_LIBS='-lXrandr' XRENDER_LIBS='-lXrender' XSHAPE_CFLAGS='' XSHAPE_LIBS='-lXext -lxcb-shape' XSYNC_CFLAGS='' XSYNC_LIBS='-lXext' XWIDGETS_OBJ='' X_TOOLKIT_TYPE='none' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_OBJC='' archlibdir='${libexecdir}/emacs/${version}/${configuration}' bindir='${exec_prefix}/bin' bitmapdir='/usr/include/X11/bitmaps' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' cache_file='/dev/null' canonical='x86_64-pc-linux-gnu' comma_space_version='' comma_version='' configuration='x86_64-pc-linux-gnu' copyright='Copyright (C) 2023 Free Software Foundation, Inc.' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' emacs_major_version='30' etcdir='${datadir}/emacs/${version}/etc' etcdocdir='${datadir}/emacs/${version}/etc' exec_prefix='${prefix}' gamedir='${localstatedir}/games/emacs' gamegroup='' gameuser='' gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_CONDITION='' gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_CONDITION='' gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_CONDITION='1' gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_CONDITION='' gl_GNULIB_ENABLED_61bcaca76b3e6f9ae55d57a1c3193bc4_CONDITION='' gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_CONDITION='' gl_GNULIB_ENABLED_8444034ea779b88768865bb60b4fb8c9_CONDITION='' gl_GNULIB_ENABLED_925677f0343de64b89a9f0c790b4104c_CONDITION='' gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_CONDITION='' gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_CONDITION='' gl_GNULIB_ENABLED_cloexec_CONDITION='' gl_GNULIB_ENABLED_d3b2383720ee0e541357aa2aac598e2b_CONDITION='' gl_GNULIB_ENABLED_dirfd_CONDITION='' gl_GNULIB_ENABLED_e80bf6f757095d2e5fc94dafb8f8fc8b_CONDITION='' gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_CONDITION='' gl_GNULIB_ENABLED_euidaccess_CONDITION='' gl_GNULIB_ENABLED_fd38c7e463b54744b77b98aeafb4fa7c_CONDITION='' gl_GNULIB_ENABLED_getdtablesize_CONDITION='1' gl_GNULIB_ENABLED_getgroups_CONDITION='' gl_GNULIB_ENABLED_lchmod_CONDITION='' gl_GNULIB_ENABLED_open_CONDITION='' gl_GNULIB_ENABLED_rawmemchr_CONDITION='' gl_GNULIB_ENABLED_strtoll_CONDITION='' gl_GNULIB_ENABLED_utimens_CONDITION='' gl_LIBOBJDEPS=' ./$(DEPDIR)/mktime.Po' gl_LIBOBJS=' mktime.o' gl_LTLIBOBJS=' mktime.lo' gltests_LIBOBJDEPS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN_EMACS_GNULIB_TESTS' gsettingsschemadir='' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' liblockfile='' lispdir='${datadir}/emacs/${version}/lisp' lispdirrel='${version}/lisp' lisppath='${locallisppath}:${standardlisppath}' localedir='${datarootdir}/locale' locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp' localstatedir='${prefix}/var' mandir='${datarootdir}/man' ns_appbindir='' ns_appdir='' ns_applibdir='' ns_applibexecdir='' ns_appresdir='' ns_appsrc='' ns_check_file='' ns_self_contained='no' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' srcdir='.' standardlisppath='${lispdir}' sysconfdir='${prefix}/etc' target_alias='' version='30.0.50' with_mailutils='yes' x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S' ## ------------------- ## ## File substitutions. ## ## ------------------- ## module_env_snippet_25='./src/module-env-25.h' module_env_snippet_26='./src/module-env-26.h' module_env_snippet_27='./src/module-env-27.h' module_env_snippet_28='./src/module-env-28.h' module_env_snippet_29='./src/module-env-29.h' module_env_snippet_30='./src/module-env-30.h' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Emacs" #define PACKAGE_TARNAME "emacs" #define PACKAGE_VERSION "30.0.50" #define PACKAGE_STRING "GNU Emacs 30.0.50" #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" #define PACKAGE_URL "https://www.gnu.org/software/emacs/" #define HAVE_PDUMPER 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define HAVE_LINUX_FS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_SYSINFO_H 1 #define HAVE_PTY_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_PWD_H 1 #define HAVE_UTMP_H 1 #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 #define HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_DIRENT_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_IEEE754_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_SYS_RANDOM_H 1 #define STDC_HEADERS 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define GCC_LINT 1 #define SYSTEM_TYPE "gnu/linux" #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_ALSA 1 #define HAVE_SOUND 1 #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 #define HAVE_LINUX_SYSINFO 1 #define LINUX_SYSINFO_UNIT 1 #define HAVE_TERM_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NET_IF_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 #define HAVE_SBRK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_FCHMOD 1 #define HAVE_CANONICALIZE_FILE_NAME 1 #define HAVE_REALPATH 1 #define HAVE_LSTAT 1 #define HAVE_FCHMODAT 1 #define HAVE_LCHMOD 1 #define HAVE_FCNTL 1 #define HAVE_FDOPENDIR 1 #define HAVE_FSTATAT 1 #define HAVE_FSYNC 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_PSELECT 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_READLINK 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_STRTOIMAX 1 #define HAVE_SYMLINK 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GETDTABLESIZE 1 #define SYSTEM_MALLOC 1 #define HAVE_MMAP 1 #define HAVE_PTHREAD 1 #define THREADS_ENABLED 1 #define HAVE_XKB 1 #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 #define HAVE_XKBFREENAMES 1 #define HAVE_XRMSETDATABASE 1 #define HAVE_XSCREENRESOURCESTRING 1 #define HAVE_XSCREENNUMBEROFSCREEN 1 #define HAVE_XDISPLAYCELLS 1 #define HAVE_XDESTROYSUBWINDOWS 1 #define HAVE_X11R6 1 #define HAVE_X_I18N 1 #define HAVE_XICCALLBACK_CALLBACK 1 #define HAVE_X11R6_XIM 1 #define HAVE_RSVG 1 #define HAVE_WEBP 1 #define HAVE_SQLITE3 1 #define HAVE_SQLITE3_LOAD_EXTENSION 1 #define HAVE_GETADDRINFO_A 1 #define HAVE_GTK3 1 #define GDK_DISABLE_DEPRECATION_WARNINGS 1 #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 #define USE_GTK 1 #define HAVE_MALLOC_TRIM 1 #define HAVE_DBUS 1 #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 #define HAVE_DBUS_TYPE_IS_VALID 1 #define HAVE_DBUS_VALIDATE_BUS_NAME 1 #define HAVE_DBUS_VALIDATE_PATH 1 #define HAVE_DBUS_VALIDATE_INTERFACE 1 #define HAVE_DBUS_VALIDATE_MEMBER 1 #define HAVE_GSETTINGS 1 #define HAVE_LIBSELINUX 1 #define HAVE_GNUTLS 1 #define HAVE_LIBSYSTEMD 1 #define HAVE_JSON 1 #define HAVE_INOTIFY 1 #define USE_FILE_NOTIFY 1 #define USE_TOOLKIT_SCROLL_BARS 1 #define HAVE_XIM 1 #define USE_XIM 1 #define HAVE_XRENDER 1 #define USE_CAIRO_XCB 1 #define USE_CAIRO 1 #define HAVE_FREETYPE 1 #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1 #define HAVE_LIBOTF 1 #define HAVE_OTF_GET_VARIATION_GLYPHS 1 #define HAVE_M17N_FLT 1 #define HAVE_HARFBUZZ 1 #define USE_XCB 1 #define HAVE_XPM 1 #define HAVE_JPEG 1 #define HAVE_LCMS2 1 #define HAVE_ZLIB 1 #define DYNAMIC_LIB_SUFFIX ".so" #define DYNAMIC_LIB_SECONDARY_SUFFIX "" #define HAVE_DLADDR 1 #define HAVE_MODULES 1 #define MODULES_SUFFIX ".so" #define NATIVE_ELISP_SUFFIX ".eln" #define HAVE_PNG 1 #define HAVE_TIFF 1 #define HAVE_GIF 1 #define HAVE_GPM 1 #define HAVE_X_SM 1 #define HAVE_XRANDR 1 #define HAVE_XINERAMA 1 #define HAVE_XFIXES 1 #define HAVE_XINPUT2 1 #define HAVE_XISCROLLCLASSINFO_TYPE 1 #define HAVE_XITOUCHCLASSINFO_TYPE 1 #define HAVE_XIBARRIERRELEASEPOINTERINFO_DEVICEID 1 #define HAVE_XIGESTURECLASSINFO_TYPE 1 #define HAVE_XSYNC 1 #define HAVE_XSYNCTRIGGERFENCE 1 #define HAVE_XDBE 1 #define HAVE_XCB_SHAPE 1 #define HAVE_XSHAPE 1 #define HAVE_XCOMPOSITE 1 #define HAVE_LIBXML2 1 #define HAVE_LINUX_SECCOMP_H 1 #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 #define HAVE_LINUX_FILTER_H 1 #define HAVE_DECL_SECCOMP_SET_MODE_FILTER 1 #define HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC 1 #define SIZEOF_LONG 8 #define HAVE_ACCEPT4 1 #define HAVE_FCHDIR 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETRUSAGE 1 #define HAVE_GET_CURRENT_DIR_NAME 1 #define HAVE_LRAND48 1 #define HAVE_RANDOM 1 #define HAVE_RINT 1 #define HAVE_TRUNC 1 #define HAVE_SELECT 1 #define HAVE_GETPAGESIZE 1 #define HAVE_SETLOCALE 1 #define HAVE_NEWLOCALE 1 #define HAVE_GETRLIMIT 1 #define HAVE_SETRLIMIT 1 #define HAVE_SHUTDOWN 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_STRSIGNAL 1 #define HAVE_SETITIMER 1 #define HAVE_SENDTO 1 #define HAVE_RECVFROM 1 #define HAVE_GETSOCKNAME 1 #define HAVE_GETIFADDRS 1 #define HAVE_FREEIFADDRS 1 #define HAVE_GAI_STRERROR 1 #define HAVE_SYNC 1 #define HAVE_GETPWENT 1 #define HAVE_ENDPWENT 1 #define HAVE_GETGRENT 1 #define HAVE_ENDGRENT 1 #define HAVE_RENAMEAT2 1 #define HAVE_CFMAKERAW 1 #define HAVE_CFSETSPEED 1 #define HAVE___EXECUTABLE_START 1 #define HAVE_LOG2 1 #define HAVE_PTHREAD_SETNAME_NP 1 #define HAVE_ALIGNED_ALLOC 1 #define HAVE_DECL_ALIGNED_ALLOC 1 #define HAVE_POSIX_MADVISE 1 #define HAVE___BUILTIN_FRAME_ADDRESS 1 #define HAVE___BUILTIN_UNWIND_INIT 1 #define HAVE_FSEEKO 1 #define HAVE_GRANTPT 1 #define HAVE_GETPT 1 #define HAVE_POSIX_OPENPT 1 #define TERMINFO 1 #define TERMINFO_DEFINES_BC 1 #define HAVE_TIMERFD 1 #define HAVE_VALGRIND_VALGRIND_H 1 #define HAVE_STRUCT_UNIPAIR_UNICODE 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_SNPRINTF 1 #define HAVE_SPAWN_H 1 #define HAVE_POSIX_SPAWN 1 #define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 #define HAVE_POSIX_SPAWNATTR_SETFLAGS 1 #define HAVE_DECL_POSIX_SPAWN_SETSID 1 #define HAVE_GLIB 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LANGINFO__NL_PAPER_WIDTH 1 #define HAVE_MBSTATE_T 1 #define AMPERSAND_FULL_NAME 1 #define HAVE_PTYS 1 #define HAVE_SOCKETS 1 #define NULL_DEVICE "/dev/null" #define SEPCHAR ':' #define subprocesses 1 #define USER_FULL_NAME pw->pw_gecos #define DIRECTORY_SEP '/' #define IS_DEVICE_SEP(_c_) 0 #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) #define HAVE_PROCFS 1 #define DEFAULT_SOUND_DEVICE "/dev/dsp" #define INTERRUPT_INPUT 1 #define NARROWPROTO 1 #define UNIX98_PTYS 1 #define PTY_ITERATION int i; for (i = 0; i < 1; i++) #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { emacs_close (fd); return -1; } snprintf (pty_name, PTY_NAME_SIZE, "%s", ptyname); } #define PTY_OPEN do { fd = posix_openpt (O_RDWR | O_CLOEXEC | O_NOCTTY); if (fd < 0 && errno == EINVAL) fd = posix_openpt (O_RDWR | O_NOCTTY); } while (false) #define PTY_NAME_SPRINTF /**/ #define SIGNALS_VIA_CHARACTERS 1 #define GC_SETJMP_WORKS 1 #define GC_SETJMP_WORKS 1 #define HAVE__SETJMP 1 #define HAVE_SIGSETJMP 1 #define HAVE_STACK_OVERFLOW_HANDLING 1 #define USG /**/ #define GNU_LINUX /**/ #define SIZEOF_SPEED_T 4 #define USABLE_FIONREAD 1 #define USABLE_SIGIO 1 #define COPYRIGHT "Copyright (C) 2023 Free Software Foundation, Inc." #define TERM_HEADER "gtkutil.h" #define EMACS_CONFIGURATION "x86_64-pc-linux-gnu" #define EMACS_CONFIG_OPTIONS "" #define HAVE_X_WINDOWS 1 #define HAVE_X11 1 #define HAVE_STRUCT_ATTRIBUTE_ALIGNED 1 #define HAVE_TYPEOF 1 #define HAVE_STATEMENT_EXPRESSIONS 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_SYS_ACL_H 1 #define HAVE_ACL_GET_FILE 1 #define HAVE_ACL_GET_FD 1 #define HAVE_ACL_SET_FILE 1 #define HAVE_ACL_SET_FD 1 #define HAVE_ACL_FREE 1 #define HAVE_ACL_FROM_MODE 1 #define HAVE_ACL_FROM_TEXT 1 #define HAVE_ACL_DELETE_DEF_FILE 1 #define HAVE_ACL_EXTENDED_FILE 1 #define HAVE_ACL_LIBACL_H 1 #define HAVE_ACL_ENTRIES 1 #define HAVE_ACL_FIRST_ENTRY 1 #define USE_ACL 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define FUNC_REALPATH_WORKS 1 #define HAVE_FACCESSAT 1 #define HAVE_GETCWD 1 #define restrict __restrict__ #define HAVE_ENVIRON_DECL 1 #define HAVE_DECL_STRMODE 0 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_DECL_MEMMEM 1 #define HAVE_DECL_MEMRCHR 1 #define HAVE_MINMAX_IN_SYS_PARAM_H 1 #define TIME_T_IS_SIGNED 1 #define HAVE_DECL_ALARM 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TM_GMTOFF 1 #define HAVE_SIGSET_T 1 #define HAVE_WCHAR_T 1 #define HAVE_DECL_FCLOSEALL 1 #define HAVE_DECL_GETW 1 #define HAVE_DECL_PUTW 1 #define __USE_MINGW_ANSI_STDIO 1 #define HAVE_DECL_ECVT 1 #define HAVE_DECL_FCVT 1 #define HAVE_DECL_GCVT 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_STRTOIMAX 1 #define _USE_STD_STAT 1 #define HAVE_DECL_EXECVPE 1 #define HAVE_DECL_CLEARERR_UNLOCKED 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FERROR_UNLOCKED 1 #define HAVE_DECL_FFLUSH_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 1 #define HAVE_DECL_FPUTC_UNLOCKED 1 #define HAVE_DECL_FPUTS_UNLOCKED 1 #define HAVE_DECL_FREAD_UNLOCKED 1 #define HAVE_DECL_FWRITE_UNLOCKED 1 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_DECL_GETCHAR_UNLOCKED 1 #define HAVE_DECL_PUTC_UNLOCKED 1 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 #define GETGROUPS_T gid_t #define HAVE_DECL_GETDTABLESIZE 1 #define HAVE_MALLOC_POSIX 1 #define PROMOTED_MODE_T mode_t #define HAVE_WORKING_UTIMES 1 #define HAVE_ALLOCA 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE_BYTESWAP_H 1 #define GNULIB_CANONICALIZE_LGPL 1 #define HAVE_READLINKAT 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_SETTIME 1 #define GNULIB_CLOSE_STREAM 1 #define HAVE_COPY_FILE_RANGE 1 #define HAVE_STRUCT_DIRENT_D_TYPE 1 #define HAVE_FACCESSAT 1 #define GNULIB_FACCESSAT 1 #define HAVE_DECL_FDOPENDIR 1 #define GNULIB_FDOPENDIR 1 #define GETXATTR_WITH_POSIX_ACLS 1 #define FLEXIBLE_ARRAY_MEMBER /**/ #define HAVE_DECL___FPENDING 1 #define HAVE_FREE_POSIX 1 #define HAVE_SYS_MOUNT_H 1 #define STAT_STATVFS 1 #define STAT_STATFS2_FRSIZE 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_FUTIMENS 1 #define HAVE_GETLOADAVG 1 #define HAVE_GETRANDOM 1 #define HAVE_TIMESPEC_GET 1 #define GETTIMEOFDAY_TIMEZONE void #define HAVE___INLINE 1 #define HAVE_GMP_H 1 #define HAVE_MEMMEM 1 #define HAVE_MEMPCPY 1 #define HAVE_MEMRCHR 1 #define HAVE_MKOSTEMP 1 #define GNULIB_MKOSTEMP 1 #define NEED_MKTIME_WORKING 1 #define HAVE_BUG_BIG_NANOSLEEP 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SCHED_GETAFFINITY 1 #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1 #define my_strftime nstrftime #define HAVE_PIPE2 1 #define USE_XATTR 1 #define HAVE_READLINKAT 1 #define HAVE_SIGDESCR_NP 1 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 #define GNULIB_FSCANF 1 #define GNULIB_SCANF 1 #define HAVE_STPCPY 1 #define GNULIB_TEMPNAME 1 #define HAVE_DECL_LOCALTIME_R 1 #define HAVE_TIMEGM 1 #define HAVE_TIMER_SETTIME 1 #define GNULIB_STDIO_SINGLE_THREAD 1 #define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD #define HAVE_UTIMENSAT 1 #define HAVE_C_VARARRAYS 1 #define NEED_MKTIME_INTERNAL 1 #define HAVE_TIMER_GETOVERRUN 1 #define HAVE_WINDOW_SYSTEM 1 #define POLL_FOR_INPUT 1 #define HAVE_TEXT_CONVERSION 1 #define EMACS_CONFIG_FEATURES "ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Emacs config.status 30.0.50, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on NanoKDE config.status:2514: creating src/verbose.mk config.status:2514: creating src/emacs-module.h config.status:2514: creating Makefile config.status:2514: creating lib/gnulib.mk config.status:2514: creating ./doc/man/emacs.1 config.status:2514: creating lib/Makefile config.status:2514: creating lib-src/Makefile config.status:2514: creating oldXMenu/Makefile config.status:2514: creating doc/emacs/Makefile config.status:2514: creating doc/misc/Makefile config.status:2514: creating doc/lispintro/Makefile config.status:2514: creating doc/lispref/Makefile config.status:2514: creating src/Makefile config.status:2514: creating lwlib/Makefile config.status:2514: creating lisp/Makefile config.status:2514: creating leim/Makefile config.status:2514: creating nextstep/Makefile config.status:2514: creating nt/Makefile config.status:2514: creating test/Makefile config.status:2514: creating test/manual/noverlay/Makefile config.status:2514: creating test/infra/Makefile config.status:2514: creating admin/charsets/Makefile config.status:2514: creating admin/unidata/Makefile config.status:2514: creating admin/grammars/Makefile config.status:2514: creating src/config.h config.status:2714: executing src/epaths.h commands config.status:2714: executing src/.gdbinit commands config.status:2714: executing doc/emacs/emacsver.texi commands config.status:2714: executing etc-refcards-emacsver.tex commands