m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:14: -1- AC_DEFUN([gl_SET_LARGEFILE_SOURCE], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_FUNC_FSEEKO case "$host_os" in hpux*) AC_DEFINE([_LARGEFILE_SOURCE], [1], [Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).]) ;; esac ]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([_AC_SYS_YEAR2038_TEST_CODE], [[ #include /* Check that time_t can represent 2**32 - 1 correctly. */ #define LARGE_TIME_T \\ ((time_t) (((time_t) 1 << 30) - 1 + 3 * ((time_t) 1 << 30))) int verify_time_t_range[(LARGE_TIME_T / 65537 == 65535 && LARGE_TIME_T % 65537 == 0) ? 1 : -1]; ]]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([_AC_SYS_YEAR2038_PROBE], [AC_CACHE_CHECK([for $CC option to enable timestamps after Jan 2038], [ac_cv_sys_year2038_opts], [ac_save_CPPFLAGS="$CPPFLAGS" ac_opt_found=no for ac_opt in _AC_SYS_YEAR2038_OPTIONS; do AS_IF([test x"$ac_opt" != x"none needed"], [CPPFLAGS="$ac_save_CPPFLAGS $ac_opt"]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([_AC_SYS_YEAR2038_TEST_CODE])], [ac_cv_sys_year2038_opts="$ac_opt" ac_opt_found=yes]) test $ac_opt_found = no || break done CPPFLAGS="$ac_save_CPPFLAGS" test $ac_opt_found = yes || ac_cv_sys_year2038_opts="support not detected"]) ac_have_year2038=yes AS_CASE([$ac_cv_sys_year2038_opts], ["none needed"], [], ["support not detected"], [ac_have_year2038=no AS_CASE([$enable_year2038], [yes], [# If we're not cross compiling and 'touch' works with a large # timestamp, then we can presume the system supports wider time_t # *somehow* and we just weren't able to detect it. One common # case that we deliberately *don't* probe for is a system that # supports both 32- and 64-bit ABIs but only the 64-bit ABI offers # wide time_t. (It would be inappropriate for us to override an # intentional use of -m32.) Error out, demanding use of # --disable-year2038 if this is intentional. AS_IF([test $cross_compiling = no], [AS_IF([TZ=UTC0 touch -t 210602070628.15 conftest.time 2>/dev/null], [AS_CASE([`TZ=UTC0 LC_ALL=C ls -l conftest.time 2>/dev/null`], [*'Feb 7 2106'* | *'Feb 7 17:10'*], [AC_MSG_FAILURE(m4_text_wrap( [this system appears to support timestamps after January 2038, but no mechanism for enabling wide 'time_t' was detected. Did you mean to build a 64-bit binary? (e.g. 'CC="${CC} -m64"'.) To proceed with 32-bit time_t, configure with '--disable-year2038'.], [], [], [55]))])])])])], ["-D_TIME_BITS=64"], [AC_DEFINE([_TIME_BITS], [64], [Number of bits in time_t, on hosts where this is settable.])], ["-D__MINGW_USE_VC2005_COMPAT=1"], [AC_DEFINE([__MINGW_USE_VC2005_COMPAT], [1], [Define to 1 on platforms where this makes time_t a 64-bit type.])], ["-U_USE_32_BIT_TIME_T"*], [AC_MSG_FAILURE(m4_text_wrap( [the 'time_t' type is currently forced to be 32-bit. It will stop working after January 2038. Remove _USE_32BIT_TIME_T from the compiler flags.], [], [], [55]))], [AC_MSG_ERROR( [internal error: bad value for \$ac_cv_sys_year2038_opts])]) ]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([_AC_SYS_YEAR2038_OPT_IN], [m4_provide_if([_AC_SYS_YEAR2038_PROBE], [], [dnl AS_IF([test "$enable_year2038" != no], [_AC_SYS_YEAR2038_PROBE]) AC_CONFIG_COMMANDS_PRE([_AC_SYS_YEAR2038_ENABLE]) ])]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([AC_SYS_YEAR2038], [AC_REQUIRE([AC_SYS_LARGEFILE])m4_provide_if([_AC_SYS_YEAR2038_PROBE], [], [dnl AS_IF([test "$enable_year2038" != no], [_AC_SYS_YEAR2038_PROBE]) AC_CONFIG_COMMANDS_PRE([_AC_SYS_YEAR2038_ENABLE]) ])]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([_AC_SYS_LARGEFILE_PROBE], [AC_CACHE_CHECK([for $CC option to enable large file support], [ac_cv_sys_largefile_opts], [ac_save_CC="$CC" ac_opt_found=no for ac_opt in _AC_SYS_LARGEFILE_OPTIONS; do AS_IF([test x"$ac_opt" != x"none needed"], [CC="$ac_save_CC $ac_opt"]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([_AC_SYS_LARGEFILE_TEST_CODE])], [ac_cv_sys_largefile_opts="$ac_opt" ac_opt_found=yes]) test $ac_opt_found = no || break done CC="$ac_save_CC" test $ac_opt_found = yes || ac_cv_sys_largefile_opts="support not detected"]) ac_have_largefile=yes AS_CASE([$ac_cv_sys_largefile_opts], ["none needed"], [], ["support not detected"], [ac_have_largefile=no], ["-D_FILE_OFFSET_BITS=64"], [AC_DEFINE([_FILE_OFFSET_BITS], [64], [Number of bits in a file offset, on hosts where this is settable.])], ["-D_LARGE_FILES=1"], [AC_DEFINE([_LARGE_FILES], [1], [Define to 1 on platforms where this makes off_t a 64-bit type.])], ["-n32"], [CC="$CC -n32"], [AC_MSG_ERROR( [internal error: bad value for \$ac_cv_sys_largefile_opts])]) _AC_SYS_YEAR2038_OPT_IN ]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:49: -1- AC_DEFUN([AC_SYS_LARGEFILE], [m4_provide_if([_AC_SYS_LARGEFILE_PROBE], [], [dnl AS_IF([test "$enable_largefile" != no], [_AC_SYS_LARGEFILE_PROBE]) AC_CONFIG_COMMANDS_PRE([_AC_SYS_LARGEFILE_ENABLE]) ])]) m4trace:/home/user/openwrt23.05.3-lime2024-ath79/staging_dir/host/share/aclocal/largefile.m4:322: -1- AC_DEFUN([gl_LARGEFILE], [ AC_REQUIRE([AC_CANONICAL_HOST]) case "$host_os" in mingw*) dnl Native Windows. dnl mingw64 defines off_t to a 64-bit type already, if dnl _FILE_OFFSET_BITS=64, which is ensured by AC_SYS_LARGEFILE. AC_CACHE_CHECK([for 64-bit off_t], [gl_cv_type_off_t_64], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1]; ]], [[]])], [gl_cv_type_off_t_64=yes], [gl_cv_type_off_t_64=no]) ]) if test $gl_cv_type_off_t_64 = no; then WINDOWS_64_BIT_OFF_T=1 else WINDOWS_64_BIT_OFF_T=0 fi dnl Some mingw versions define, if _FILE_OFFSET_BITS=64, 'struct stat' dnl to 'struct _stat32i64' or 'struct _stat64' (depending on dnl _USE_32BIT_TIME_T), which has a 32-bit st_size member. AC_CACHE_CHECK([for 64-bit st_size], [gl_cv_member_st_size_64], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include struct stat buf; int verify_st_size_size[sizeof (buf.st_size) >= 8 ? 1 : -1]; ]], [[]])], [gl_cv_member_st_size_64=yes], [gl_cv_member_st_size_64=no]) ]) if test $gl_cv_member_st_size_64 = no; then WINDOWS_64_BIT_ST_SIZE=1 else WINDOWS_64_BIT_ST_SIZE=0 fi ;; *) dnl Nothing to do on gnulib's side. dnl A 64-bit off_t is dnl - already the default on Mac OS X, FreeBSD, NetBSD, OpenBSD, IRIX, dnl OSF/1, Cygwin, dnl - enabled by _FILE_OFFSET_BITS=64 (ensured by AC_SYS_LARGEFILE) on dnl glibc, HP-UX, Solaris, dnl - enabled by _LARGE_FILES=1 (ensured by AC_SYS_LARGEFILE) on AIX, dnl - impossible to achieve on Minix 3.1.8. WINDOWS_64_BIT_OFF_T=0 WINDOWS_64_BIT_ST_SIZE=0 ;; esac ]) m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:9: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.ac:9: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.ac:9: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.ac:9: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^prefix$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^bindir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^datadir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^runstatedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^includedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^docdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^infodir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^psdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^libdir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^localedir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^mandir$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_URL$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:9: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.ac:21: -1- AC_PROG_CC m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.ac:26: -1- m4_pattern_allow([^LD$]) m4trace:configure.ac:28: -1- AC_DEFUN([DB_TRYADDCFLAGS], [{ OLDFLAGS="$CFLAGS" TESTFLAGS="$1" CFLAGS="$CFLAGS $TESTFLAGS" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], [AC_MSG_NOTICE([Setting $TESTFLAGS])], [AC_MSG_NOTICE([Not setting $TESTFLAGS]); CFLAGS="$OLDFLAGS" ] ) }]) m4trace:configure.ac:46: -1- DB_TRYADDCFLAGS([-Wno-pointer-sign]) m4trace:configure.ac:49: -1- DB_TRYADDCFLAGS([-fno-strict-overflow]) m4trace:configure.ac:52: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.ac:63: -1- m4_pattern_allow([^STATIC$]) m4trace:configure.ac:79: -1- DB_TRYADDCFLAGS([-mfunction-return=thunk]) m4trace:configure.ac:80: -1- DB_TRYADDCFLAGS([-mindirect-branch=thunk]) m4trace:configure.ac:96: -1- AC_SYS_LARGEFILE m4trace:configure.ac:96: -1- _AC_SYS_LARGEFILE_PROBE m4trace:configure.ac:96: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^_LARGE_FILES$]) m4trace:configure.ac:96: -1- _AC_SYS_YEAR2038_OPT_IN m4trace:configure.ac:96: -1- _AC_SYS_YEAR2038_PROBE m4trace:configure.ac:96: -1- _AC_SYS_YEAR2038_TEST_CODE m4trace:configure.ac:96: -1- m4_pattern_allow([^_TIME_BITS$]) m4trace:configure.ac:96: -1- m4_pattern_allow([^__MINGW_USE_VC2005_COMPAT$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^build$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^build_os$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^host$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.ac:100: -1- m4_pattern_allow([^host_os$]) m4trace:configure.ac:116: -1- m4_pattern_allow([^DISABLE_UTMP$]) m4trace:configure.ac:117: -1- m4_pattern_allow([^DISABLE_WTMP$]) m4trace:configure.ac:126: -1- m4_pattern_allow([^AIX$]) m4trace:configure.ac:128: -1- m4_pattern_allow([^BROKEN_GETADDRINFO$]) m4trace:configure.ac:134: -1- m4_pattern_allow([^BROKEN_GETADDRINFO$]) m4trace:configure.ac:137: -1- m4_pattern_allow([^BROKEN_GETADDRINFO$]) m4trace:configure.ac:141: -1- m4_pattern_allow([^AR$]) m4trace:configure.ac:142: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.ac:143: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.ac:144: -1- m4_pattern_allow([^INSTALL$]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_UNDECLARED_BUILTIN_c], [_AC_UNDECLARED_BUILTIN]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:147: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.ac:162: -1- m4_pattern_allow([^CRYPTLIB$]) m4trace:configure.ac:164: -1- m4_pattern_allow([^HAVE_CRYPT$]) m4trace:configure.ac:185: -1- m4_pattern_allow([^DISABLE_ZLIB$]) m4trace:configure.ac:185: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.ac:185: -1- m4_pattern_allow([^HAVE_LIBZ$]) m4trace:configure.ac:222: -1- m4_pattern_allow([^HAVE_LIBPAM$]) m4trace:configure.ac:222: -1- m4_pattern_allow([^HAVE_PAM_FAIL_DELAY$]) m4trace:configure.ac:222: -1- m4_pattern_allow([^DISABLE_PAM$]) m4trace:configure.ac:222: -1- m4_pattern_allow([^DISABLE_PAM$]) m4trace:configure.ac:258: -1- m4_pattern_allow([^HAVE_OPENPTY$]) m4trace:configure.ac:263: -1- m4_pattern_allow([^DISABLE_SYSLOG$]) m4trace:configure.ac:278: -1- m4_pattern_allow([^HAVE_SHADOW_H$]) m4trace:configure.ac:278: -1- m4_pattern_allow([^HAVE_SHADOW_H$]) m4trace:configure.ac:294: -1- m4_pattern_allow([^DROPBEAR_PLUGIN$]) m4trace:configure.ac:294: -1- m4_pattern_allow([^DROPBEAR_PLUGIN$]) m4trace:configure.ac:307: -1- m4_pattern_allow([^DROPBEAR_PLUGIN$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^DROPBEAR_FUZZ$]) m4trace:configure.ac:309: -1- AC_PROG_CXX m4trace:configure.ac:309: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^CXXFLAGS$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^ac_ct_CXX$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^DROPBEAR_FUZZ$]) m4trace:configure.ac:309: -1- m4_pattern_allow([^DROPBEAR_FUZZ$]) m4trace:configure.ac:332: -1- m4_pattern_allow([^DROPBEAR_FUZZ$]) m4trace:configure.ac:333: -1- m4_pattern_allow([^CXX$]) m4trace:configure.ac:336: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_NETINET_TCP_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_CRYPT_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_PTY_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_LIBUTIL_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_LIBGEN_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_STROPTS_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_UTMP_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_UTMPX_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_LASTLOG_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_PATHS_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_UTIL_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_NETDB_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_SECURITY_PAM_APPL_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_PAM_PAM_APPL_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_NETINET_IN_SYSTM_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_SYS_UIO_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_LINUX_PKT_SCHED_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_SYS_RANDOM_H$]) m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_SYS_PRCTL_H$]) m4trace:configure.ac:345: -1- m4_pattern_allow([^const$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^CPP$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^GREP$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^uid_t$]) m4trace:configure.ac:346: -1- m4_pattern_allow([^gid_t$]) m4trace:configure.ac:347: -1- m4_pattern_allow([^mode_t$]) m4trace:configure.ac:348: -1- AC_TYPE_PID_T m4trace:configure.ac:348: -1- m4_pattern_allow([^pid_t$]) m4trace:configure.ac:349: -1- m4_pattern_allow([^size_t$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_UINT8_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_U_INT8_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_UINT16_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_U_INT16_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_UINT32_T$]) m4trace:configure.ac:351: -1- m4_pattern_allow([^HAVE_U_INT32_T$]) m4trace:configure.ac:352: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$]) m4trace:configure.ac:353: -1- m4_pattern_allow([^socklen_t$]) m4trace:configure.ac:400: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE$]) m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_IN6$]) m4trace:configure.ac:428: -1- m4_pattern_allow([^HAVE_STRUCT_IN6_ADDR$]) m4trace:configure.ac:443: -1- m4_pattern_allow([^HAVE_STRUCT_ADDRINFO$]) m4trace:configure.ac:448: -1- m4_pattern_allow([^HAVE_GAI_STRERROR$]) m4trace:configure.ac:448: -1- m4_pattern_allow([^HAVE_GAI_STRERROR$]) m4trace:configure.ac:448: -1- m4_pattern_allow([^HAVE_CONST_GAI_STRERROR_PROTO$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_HOST$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_PID$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_TYPE$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_TV$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_ID$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_ADDR$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_ADDR_V6$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_EXIT$]) m4trace:configure.ac:464: -1- m4_pattern_allow([^HAVE_STRUCT_UTMP_UT_TIME$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_HOST$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_SYSLEN$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_TYPE$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_ID$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_ADDR$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_ADDR_V6$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_TIME$]) m4trace:configure.ac:471: -1- m4_pattern_allow([^HAVE_STRUCT_UTMPX_UT_TV$]) m4trace:configure.ac:479: -1- m4_pattern_allow([^HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_ENDUTENT$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_GETUTENT$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_GETUTID$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_GETUTLINE$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_PUTUTLINE$]) m4trace:configure.ac:484: -1- m4_pattern_allow([^HAVE_SETUTENT$]) m4trace:configure.ac:485: -1- m4_pattern_allow([^HAVE_UTMPNAME$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^HAVE_ENDUTXENT$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^HAVE_GETUTXENT$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^HAVE_GETUTXID$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^HAVE_GETUTXLINE$]) m4trace:configure.ac:486: -1- m4_pattern_allow([^HAVE_PUTUTXLINE$]) m4trace:configure.ac:487: -1- m4_pattern_allow([^HAVE_SETUTXENT$]) m4trace:configure.ac:487: -1- m4_pattern_allow([^HAVE_UTMPXNAME$]) m4trace:configure.ac:488: -1- m4_pattern_allow([^HAVE_LOGOUT$]) m4trace:configure.ac:488: -1- m4_pattern_allow([^HAVE_UPDWTMP$]) m4trace:configure.ac:488: -1- m4_pattern_allow([^HAVE_LOGWTMP$]) m4trace:configure.ac:491: -1- m4_pattern_allow([^HAVE_CLOCK_GETTIME$]) m4trace:configure.ac:494: -1- m4_pattern_allow([^HAVE_MACH_MACH_TIME_H$]) m4trace:configure.ac:495: -1- m4_pattern_allow([^HAVE_MACH_ABSOLUTE_TIME$]) m4trace:configure.ac:497: -1- m4_pattern_allow([^HAVE_EXPLICIT_BZERO$]) m4trace:configure.ac:497: -1- m4_pattern_allow([^HAVE_MEMSET_S$]) m4trace:configure.ac:497: -1- m4_pattern_allow([^HAVE_GETRANDOM$]) m4trace:configure.ac:524: -1- m4_pattern_allow([^BUNDLED_LIBTOM$]) m4trace:configure.ac:527: -1- m4_pattern_allow([^LIBTOM_LIBS$]) m4trace:configure.ac:528: -1- m4_pattern_allow([^BUNDLED_LIBTOM$]) m4trace:configure.ac:533: -1- m4_pattern_allow([^DISABLE_LASTLOG$]) m4trace:configure.ac:541: -1- m4_pattern_allow([^DISABLE_UTMP$]) m4trace:configure.ac:549: -1- m4_pattern_allow([^DISABLE_UTMPX$]) m4trace:configure.ac:557: -1- m4_pattern_allow([^DISABLE_WTMP$]) m4trace:configure.ac:565: -1- m4_pattern_allow([^DISABLE_WTMPX$]) m4trace:configure.ac:578: -1- m4_pattern_allow([^DISABLE_PUTUTLINE$]) m4trace:configure.ac:586: -1- m4_pattern_allow([^DISABLE_PUTUTXLINE$]) m4trace:configure.ac:594: -1- m4_pattern_allow([^DISABLE_LASTLOG$]) m4trace:configure.ac:607: -1- m4_pattern_allow([^HAVE_LOGIN$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^HAVE_LOGOUT$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^HAVE_UPDWTMP$]) m4trace:configure.ac:608: -1- m4_pattern_allow([^HAVE_LOGWTMP$]) m4trace:configure.ac:671: -1- m4_pattern_allow([^CONF_LASTLOG_FILE$]) m4trace:configure.ac:696: -1- m4_pattern_allow([^DISABLE_UTMP$]) m4trace:configure.ac:701: -1- m4_pattern_allow([^CONF_UTMP_FILE$]) m4trace:configure.ac:728: -1- m4_pattern_allow([^DISABLE_WTMP$]) m4trace:configure.ac:733: -1- m4_pattern_allow([^CONF_WTMP_FILE$]) m4trace:configure.ac:758: -1- m4_pattern_allow([^DISABLE_UTMPX$]) m4trace:configure.ac:761: -1- m4_pattern_allow([^CONF_UTMPX_FILE$]) m4trace:configure.ac:785: -1- m4_pattern_allow([^DISABLE_WTMPX$]) m4trace:configure.ac:788: -1- m4_pattern_allow([^CONF_WTMPX_FILE$]) m4trace:configure.ac:793: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:794: -1- AC_DEFUN([_AC_Header_sys_select_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/select.h ]AS_TR_SH([sys/select.h]) AS_TR_CPP([HAVE_sys/select.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:794: -1- AC_DEFUN([_AC_Header_sys_socket_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list], [" sys/socket.h ]AS_TR_SH([sys/socket.h]) AS_TR_CPP([HAVE_sys/socket.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)]) m4trace:configure.ac:794: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$]) m4trace:configure.ac:794: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$]) m4trace:configure.ac:794: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$]) m4trace:configure.ac:795: -1- m4_pattern_allow([^HAVE_GETPASS$]) m4trace:configure.ac:795: -1- m4_pattern_allow([^HAVE_GETSPNAM$]) m4trace:configure.ac:795: -1- m4_pattern_allow([^HAVE_GETUSERSHELL$]) m4trace:configure.ac:795: -1- m4_pattern_allow([^HAVE_PUTENV$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_CLEARENV$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_STRLCPY$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_STRLCAT$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_DAEMON$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_BASENAME$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE__GETPTY$]) m4trace:configure.ac:796: -1- m4_pattern_allow([^HAVE_GETADDRINFO$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_FREEADDRINFO$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_GETNAMEINFO$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_FORK$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_WRITEV$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_GETGROUPLIST$]) m4trace:configure.ac:797: -1- m4_pattern_allow([^HAVE_FEXECVE$]) m4trace:configure.ac:799: -2- m4_pattern_allow([^HAVE_BASENAME$]) m4trace:configure.ac:805: -1- m4_pattern_allow([^USE_DEV_PTMX$]) m4trace:configure.ac:815: -1- m4_pattern_allow([^HAVE_DEV_PTS_AND_PTC$]) m4trace:configure.ac:834: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.ac:834: -1- m4_pattern_allow([^LTLIBOBJS$])