b1e83ae89a
Root cause: gnulib configure bakes raw typedef statements (typedef long unsigned int size_t; etc.) into the generated Makefile's GL_CFLAG_GNULIB_WARNINGS variable. These break shell command parsing when expanded on recipe lines. Fix: 1. Strip raw typedefs from all generated Makefiles after configure 2. Provide fix_types.h with guarded typedefs for size_t, ptrdiff_t, off_t, wchar_t, ssize_t, time_t 3. Force-include fix_types.h via CPPFLAGS to work around the cross-compiler's GCC built-in stddef.h ordering issue Also: comprehensive upstream relibc comparison and import plan
3160 lines
202 KiB
Plaintext
3160 lines
202 KiB
Plaintext
m4trace:configure.ac:29: -1- AC_INIT([bash], [5.2-release], [bug-bash@gnu.org])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([_AC_])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS'])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^AS_FLAGS$])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?m4_])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([^dnl$])
|
|
m4trace:configure.ac:29: -1- m4_pattern_forbid([^_?AS_])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([SHELL])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([SHELL])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^SHELL$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PATH_SEPARATOR])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_NAME])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_STRING])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([PACKAGE_URL])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_URL$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([exec_prefix], [NONE])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([exec_prefix])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^exec_prefix$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([prefix], [NONE])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([prefix])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^prefix$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([program_transform_name], [s,x,x,])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([program_transform_name])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^program_transform_name$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([bindir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^bindir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([sbindir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^sbindir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([libexecdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^libexecdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([datarootdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^datarootdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([datadir], ['${datarootdir}'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([datadir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^datadir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([sysconfdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^sysconfdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([sharedstatedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^sharedstatedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([localstatedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^localstatedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([runstatedir], ['${localstatedir}/run'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([runstatedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^runstatedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([includedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^includedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([oldincludedir], ['/usr/include'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([oldincludedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^oldincludedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
|
|
['${datarootdir}/doc/${PACKAGE_TARNAME}'],
|
|
['${datarootdir}/doc/${PACKAGE}'])])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([docdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^docdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([infodir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^infodir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([htmldir], ['${docdir}'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([htmldir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^htmldir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([dvidir], ['${docdir}'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([dvidir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^dvidir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([pdfdir], ['${docdir}'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([pdfdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^pdfdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([psdir], ['${docdir}'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([psdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^psdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([libdir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^libdir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([localedir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^localedir$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([mandir])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^mandir$])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
|
|
@%:@undef PACKAGE_NAME])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
|
|
@%:@undef PACKAGE_TARNAME])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
|
|
@%:@undef PACKAGE_VERSION])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
|
|
@%:@undef PACKAGE_STRING])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
|
|
@%:@undef PACKAGE_BUGREPORT])
|
|
m4trace:configure.ac:29: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^PACKAGE_URL$])
|
|
m4trace:configure.ac:29: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */
|
|
@%:@undef PACKAGE_URL])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([DEFS])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([DEFS])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^DEFS$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([LIBS])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([LIBS])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([build_alias])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([build_alias])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^build_alias$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([host_alias])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([host_alias])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^host_alias$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([target_alias])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([target_alias])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^target_alias$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([ECHO_C])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([ECHO_C])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_C$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([ECHO_N])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([ECHO_N])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_N$])
|
|
m4trace:configure.ac:29: -1- AC_SUBST([ECHO_T])
|
|
m4trace:configure.ac:29: -1- AC_SUBST_TRACE([ECHO_T])
|
|
m4trace:configure.ac:29: -1- m4_pattern_allow([^ECHO_T$])
|
|
m4trace:configure.ac:36: -1- AC_CONFIG_AUX_DIR([./support])
|
|
m4trace:configure.ac:37: -1- AC_CONFIG_HEADERS([config.h])
|
|
m4trace:configure.ac:51: -1- AC_CANONICAL_HOST
|
|
m4trace:configure.ac:51: -1- AC_CANONICAL_BUILD
|
|
m4trace:configure.ac:51: -1- AC_REQUIRE_AUX_FILE([config.sub])
|
|
m4trace:configure.ac:51: -1- AC_REQUIRE_AUX_FILE([config.guess])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([build], [$ac_cv_build])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([build])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^build$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([build_cpu], [$[1]])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([build_cpu])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^build_cpu$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([build_vendor], [$[2]])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([build_vendor])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^build_vendor$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([build_os])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([build_os])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^build_os$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([host], [$ac_cv_host])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([host])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^host$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([host_cpu], [$[1]])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([host_cpu])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^host_cpu$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([host_vendor], [$[2]])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([host_vendor])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^host_vendor$])
|
|
m4trace:configure.ac:51: -1- AC_SUBST([host_os])
|
|
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([host_os])
|
|
m4trace:configure.ac:51: -1- m4_pattern_allow([^host_os$])
|
|
m4trace:configure.ac:52: -1- AC_CANONICAL_BUILD
|
|
m4trace:configure.ac:108: -1- AC_SUBST([DEBUGGER_START_FILE])
|
|
m4trace:configure.ac:108: -1- AC_SUBST_TRACE([DEBUGGER_START_FILE])
|
|
m4trace:configure.ac:108: -1- m4_pattern_allow([^DEBUGGER_START_FILE$])
|
|
m4trace:configure.ac:127: -1- AC_DEFINE_TRACE_LITERAL([USING_BASH_MALLOC])
|
|
m4trace:configure.ac:127: -1- m4_pattern_allow([^USING_BASH_MALLOC$])
|
|
m4trace:configure.ac:136: -1- AC_DEFINE_TRACE_LITERAL([AFS])
|
|
m4trace:configure.ac:136: -1- m4_pattern_allow([^AFS$])
|
|
m4trace:configure.ac:261: -1- AC_SUBST([CC_FOR_BUILD])
|
|
m4trace:configure.ac:261: -1- AC_SUBST_TRACE([CC_FOR_BUILD])
|
|
m4trace:configure.ac:261: -1- m4_pattern_allow([^CC_FOR_BUILD$])
|
|
m4trace:configure.ac:262: -1- AC_SUBST([CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:262: -1- AC_SUBST_TRACE([CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:262: -1- m4_pattern_allow([^CFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:263: -1- AC_SUBST([LDFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:263: -1- AC_SUBST_TRACE([LDFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:263: -1- m4_pattern_allow([^LDFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:264: -1- AC_SUBST([CPPFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:264: -1- AC_SUBST_TRACE([CPPFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:264: -1- m4_pattern_allow([^CPPFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:273: -1- AC_DEFINE_TRACE_LITERAL([ALIAS])
|
|
m4trace:configure.ac:273: -1- m4_pattern_allow([^ALIAS$])
|
|
m4trace:configure.ac:276: -1- AC_DEFINE_TRACE_LITERAL([PUSHD_AND_POPD])
|
|
m4trace:configure.ac:276: -1- m4_pattern_allow([^PUSHD_AND_POPD$])
|
|
m4trace:configure.ac:279: -1- AC_DEFINE_TRACE_LITERAL([RESTRICTED_SHELL])
|
|
m4trace:configure.ac:279: -1- m4_pattern_allow([^RESTRICTED_SHELL$])
|
|
m4trace:configure.ac:282: -1- AC_DEFINE_TRACE_LITERAL([PROCESS_SUBSTITUTION])
|
|
m4trace:configure.ac:282: -1- m4_pattern_allow([^PROCESS_SUBSTITUTION$])
|
|
m4trace:configure.ac:285: -1- AC_DEFINE_TRACE_LITERAL([PROMPT_STRING_DECODE])
|
|
m4trace:configure.ac:285: -1- m4_pattern_allow([^PROMPT_STRING_DECODE$])
|
|
m4trace:configure.ac:288: -1- AC_DEFINE_TRACE_LITERAL([SELECT_COMMAND])
|
|
m4trace:configure.ac:288: -1- m4_pattern_allow([^SELECT_COMMAND$])
|
|
m4trace:configure.ac:291: -1- AC_DEFINE_TRACE_LITERAL([HELP_BUILTIN])
|
|
m4trace:configure.ac:291: -1- m4_pattern_allow([^HELP_BUILTIN$])
|
|
m4trace:configure.ac:294: -1- AC_DEFINE_TRACE_LITERAL([ARRAY_VARS])
|
|
m4trace:configure.ac:294: -1- m4_pattern_allow([^ARRAY_VARS$])
|
|
m4trace:configure.ac:297: -1- AC_DEFINE_TRACE_LITERAL([DPAREN_ARITHMETIC])
|
|
m4trace:configure.ac:297: -1- m4_pattern_allow([^DPAREN_ARITHMETIC$])
|
|
m4trace:configure.ac:300: -1- AC_DEFINE_TRACE_LITERAL([BRACE_EXPANSION])
|
|
m4trace:configure.ac:300: -1- m4_pattern_allow([^BRACE_EXPANSION$])
|
|
m4trace:configure.ac:303: -1- AC_DEFINE_TRACE_LITERAL([DISABLED_BUILTINS])
|
|
m4trace:configure.ac:303: -1- m4_pattern_allow([^DISABLED_BUILTINS$])
|
|
m4trace:configure.ac:306: -1- AC_DEFINE_TRACE_LITERAL([COMMAND_TIMING])
|
|
m4trace:configure.ac:306: -1- m4_pattern_allow([^COMMAND_TIMING$])
|
|
m4trace:configure.ac:309: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_ECHO_TO_XPG])
|
|
m4trace:configure.ac:309: -1- m4_pattern_allow([^DEFAULT_ECHO_TO_XPG$])
|
|
m4trace:configure.ac:312: -1- AC_DEFINE_TRACE_LITERAL([STRICT_POSIX])
|
|
m4trace:configure.ac:312: -1- m4_pattern_allow([^STRICT_POSIX$])
|
|
m4trace:configure.ac:315: -1- AC_DEFINE_TRACE_LITERAL([EXTENDED_GLOB])
|
|
m4trace:configure.ac:315: -1- m4_pattern_allow([^EXTENDED_GLOB$])
|
|
m4trace:configure.ac:318: -1- AC_DEFINE_TRACE_LITERAL([EXTGLOB_DEFAULT])
|
|
m4trace:configure.ac:318: -1- m4_pattern_allow([^EXTGLOB_DEFAULT$])
|
|
m4trace:configure.ac:320: -1- AC_DEFINE_TRACE_LITERAL([EXTGLOB_DEFAULT])
|
|
m4trace:configure.ac:320: -1- m4_pattern_allow([^EXTGLOB_DEFAULT$])
|
|
m4trace:configure.ac:323: -1- AC_DEFINE_TRACE_LITERAL([COND_COMMAND])
|
|
m4trace:configure.ac:323: -1- m4_pattern_allow([^COND_COMMAND$])
|
|
m4trace:configure.ac:326: -1- AC_DEFINE_TRACE_LITERAL([COND_REGEXP])
|
|
m4trace:configure.ac:326: -1- m4_pattern_allow([^COND_REGEXP$])
|
|
m4trace:configure.ac:329: -1- AC_DEFINE_TRACE_LITERAL([COPROCESS_SUPPORT])
|
|
m4trace:configure.ac:329: -1- m4_pattern_allow([^COPROCESS_SUPPORT$])
|
|
m4trace:configure.ac:332: -1- AC_DEFINE_TRACE_LITERAL([ARITH_FOR_COMMAND])
|
|
m4trace:configure.ac:332: -1- m4_pattern_allow([^ARITH_FOR_COMMAND$])
|
|
m4trace:configure.ac:335: -1- AC_DEFINE_TRACE_LITERAL([NETWORK_REDIRECTIONS])
|
|
m4trace:configure.ac:335: -1- m4_pattern_allow([^NETWORK_REDIRECTIONS$])
|
|
m4trace:configure.ac:338: -1- AC_DEFINE_TRACE_LITERAL([PROGRAMMABLE_COMPLETION])
|
|
m4trace:configure.ac:338: -1- m4_pattern_allow([^PROGRAMMABLE_COMPLETION$])
|
|
m4trace:configure.ac:341: -1- AC_DEFINE_TRACE_LITERAL([NO_MULTIBYTE_SUPPORT])
|
|
m4trace:configure.ac:341: -1- m4_pattern_allow([^NO_MULTIBYTE_SUPPORT$])
|
|
m4trace:configure.ac:344: -1- AC_DEFINE_TRACE_LITERAL([DEBUGGER])
|
|
m4trace:configure.ac:344: -1- m4_pattern_allow([^DEBUGGER$])
|
|
m4trace:configure.ac:347: -1- AC_DEFINE_TRACE_LITERAL([CASEMOD_ATTRS])
|
|
m4trace:configure.ac:347: -1- m4_pattern_allow([^CASEMOD_ATTRS$])
|
|
m4trace:configure.ac:350: -1- AC_DEFINE_TRACE_LITERAL([CASEMOD_EXPANSIONS])
|
|
m4trace:configure.ac:350: -1- m4_pattern_allow([^CASEMOD_EXPANSIONS$])
|
|
m4trace:configure.ac:353: -1- AC_DEFINE_TRACE_LITERAL([DIRCOMPLETE_EXPAND_DEFAULT])
|
|
m4trace:configure.ac:353: -1- m4_pattern_allow([^DIRCOMPLETE_EXPAND_DEFAULT$])
|
|
m4trace:configure.ac:356: -1- AC_DEFINE_TRACE_LITERAL([GLOBASCII_DEFAULT])
|
|
m4trace:configure.ac:356: -1- m4_pattern_allow([^GLOBASCII_DEFAULT$])
|
|
m4trace:configure.ac:358: -1- AC_DEFINE_TRACE_LITERAL([GLOBASCII_DEFAULT])
|
|
m4trace:configure.ac:358: -1- m4_pattern_allow([^GLOBASCII_DEFAULT$])
|
|
m4trace:configure.ac:361: -1- AC_DEFINE_TRACE_LITERAL([FUNCTION_IMPORT])
|
|
m4trace:configure.ac:361: -1- m4_pattern_allow([^FUNCTION_IMPORT$])
|
|
m4trace:configure.ac:364: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_STAT_BROKEN])
|
|
m4trace:configure.ac:364: -1- m4_pattern_allow([^DEV_FD_STAT_BROKEN$])
|
|
m4trace:configure.ac:367: -1- AC_DEFINE_TRACE_LITERAL([ALT_ARRAY_IMPLEMENTATION])
|
|
m4trace:configure.ac:367: -1- m4_pattern_allow([^ALT_ARRAY_IMPLEMENTATION$])
|
|
m4trace:configure.ac:371: -1- AC_DEFINE_TRACE_LITERAL([TRANSLATABLE_STRINGS])
|
|
m4trace:configure.ac:371: -1- m4_pattern_allow([^TRANSLATABLE_STRINGS$])
|
|
m4trace:configure.ac:375: -1- AC_DEFINE_TRACE_LITERAL([MEMSCRAMBLE])
|
|
m4trace:configure.ac:375: -1- m4_pattern_allow([^MEMSCRAMBLE$])
|
|
m4trace:configure.ac:401: -1- AC_SUBST([TESTSCRIPT])
|
|
m4trace:configure.ac:401: -1- AC_SUBST_TRACE([TESTSCRIPT])
|
|
m4trace:configure.ac:401: -1- m4_pattern_allow([^TESTSCRIPT$])
|
|
m4trace:configure.ac:402: -1- AC_SUBST([MALLOC_TARGET])
|
|
m4trace:configure.ac:402: -1- AC_SUBST_TRACE([MALLOC_TARGET])
|
|
m4trace:configure.ac:402: -1- m4_pattern_allow([^MALLOC_TARGET$])
|
|
m4trace:configure.ac:403: -1- AC_SUBST([MALLOC_SRC])
|
|
m4trace:configure.ac:403: -1- AC_SUBST_TRACE([MALLOC_SRC])
|
|
m4trace:configure.ac:403: -1- m4_pattern_allow([^MALLOC_SRC$])
|
|
m4trace:configure.ac:405: -1- AC_SUBST([MALLOC_LIB])
|
|
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([MALLOC_LIB])
|
|
m4trace:configure.ac:405: -1- m4_pattern_allow([^MALLOC_LIB$])
|
|
m4trace:configure.ac:406: -1- AC_SUBST([MALLOC_LIBRARY])
|
|
m4trace:configure.ac:406: -1- AC_SUBST_TRACE([MALLOC_LIBRARY])
|
|
m4trace:configure.ac:406: -1- m4_pattern_allow([^MALLOC_LIBRARY$])
|
|
m4trace:configure.ac:407: -1- AC_SUBST([MALLOC_LDFLAGS])
|
|
m4trace:configure.ac:407: -1- AC_SUBST_TRACE([MALLOC_LDFLAGS])
|
|
m4trace:configure.ac:407: -1- m4_pattern_allow([^MALLOC_LDFLAGS$])
|
|
m4trace:configure.ac:408: -1- AC_SUBST([MALLOC_DEP])
|
|
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([MALLOC_DEP])
|
|
m4trace:configure.ac:408: -1- m4_pattern_allow([^MALLOC_DEP$])
|
|
m4trace:configure.ac:410: -1- AC_SUBST([ARRAY_O])
|
|
m4trace:configure.ac:410: -1- AC_SUBST_TRACE([ARRAY_O])
|
|
m4trace:configure.ac:410: -1- m4_pattern_allow([^ARRAY_O$])
|
|
m4trace:configure.ac:412: -1- AC_SUBST([htmldir])
|
|
m4trace:configure.ac:412: -1- AC_SUBST_TRACE([htmldir])
|
|
m4trace:configure.ac:412: -1- m4_pattern_allow([^htmldir$])
|
|
m4trace:configure.ac:414: -1- AC_SUBST([HELPDIR])
|
|
m4trace:configure.ac:414: -1- AC_SUBST_TRACE([HELPDIR])
|
|
m4trace:configure.ac:414: -1- m4_pattern_allow([^HELPDIR$])
|
|
m4trace:configure.ac:415: -1- AC_SUBST([HELPDIRDEFINE])
|
|
m4trace:configure.ac:415: -1- AC_SUBST_TRACE([HELPDIRDEFINE])
|
|
m4trace:configure.ac:415: -1- m4_pattern_allow([^HELPDIRDEFINE$])
|
|
m4trace:configure.ac:416: -1- AC_SUBST([HELPINSTALL])
|
|
m4trace:configure.ac:416: -1- AC_SUBST_TRACE([HELPINSTALL])
|
|
m4trace:configure.ac:416: -1- m4_pattern_allow([^HELPINSTALL$])
|
|
m4trace:configure.ac:417: -1- AC_SUBST([HELPFILES_TARGET])
|
|
m4trace:configure.ac:417: -1- AC_SUBST_TRACE([HELPFILES_TARGET])
|
|
m4trace:configure.ac:417: -1- m4_pattern_allow([^HELPFILES_TARGET$])
|
|
m4trace:configure.ac:418: -1- AC_SUBST([HELPSTRINGS])
|
|
m4trace:configure.ac:418: -1- AC_SUBST_TRACE([HELPSTRINGS])
|
|
m4trace:configure.ac:418: -1- m4_pattern_allow([^HELPSTRINGS$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CFLAGS])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CFLAGS])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CFLAGS$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([LDFLAGS])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([LDFLAGS])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^LDFLAGS$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([LIBS])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([LIBS])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^LIBS$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CPPFLAGS])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CPPFLAGS])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([ac_ct_CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([ac_ct_CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^ac_ct_CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([CC])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([CC])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^CC$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([EXEEXT])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^EXEEXT$])
|
|
m4trace:configure.ac:432: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
|
|
m4trace:configure.ac:432: -1- AC_SUBST_TRACE([OBJEXT])
|
|
m4trace:configure.ac:432: -1- m4_pattern_allow([^OBJEXT$])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([USE_SYSTEM_EXTENSIONS], [/* Enable extensions on AIX, Interix, z/OS. */
|
|
#ifndef _ALL_SOURCE
|
|
# undef _ALL_SOURCE
|
|
#endif
|
|
/* Enable extensions on Cosmopolitan Libc. */
|
|
#ifndef _COSMO_SOURCE
|
|
# undef _COSMO_SOURCE
|
|
#endif
|
|
/* Enable general extensions on macOS. */
|
|
#ifndef _DARWIN_C_SOURCE
|
|
# undef _DARWIN_C_SOURCE
|
|
#endif
|
|
/* Enable general extensions on Solaris. */
|
|
#ifndef __EXTENSIONS__
|
|
# undef __EXTENSIONS__
|
|
#endif
|
|
/* Enable GNU extensions on systems that have them. */
|
|
#ifndef _GNU_SOURCE
|
|
# undef _GNU_SOURCE
|
|
#endif
|
|
/* Enable X/Open compliant socket functions that do not require linking
|
|
with -lxnet on HP-UX 11.11. */
|
|
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
|
|
# undef _HPUX_ALT_XOPEN_SOCKET_API
|
|
#endif
|
|
/* Identify the host operating system as Minix.
|
|
This macro does not affect the system headers\' behavior.
|
|
A future release of Autoconf may stop defining this macro. */
|
|
#ifndef _MINIX
|
|
# undef _MINIX
|
|
#endif
|
|
/* Enable general extensions on NetBSD.
|
|
Enable NetBSD compatibility extensions on Minix. */
|
|
#ifndef _NETBSD_SOURCE
|
|
# undef _NETBSD_SOURCE
|
|
#endif
|
|
/* Enable OpenBSD compatibility extensions on NetBSD.
|
|
Oddly enough, this does nothing on OpenBSD. */
|
|
#ifndef _OPENBSD_SOURCE
|
|
# undef _OPENBSD_SOURCE
|
|
#endif
|
|
/* Define to 1 if needed for POSIX-compatible behavior. */
|
|
#ifndef _POSIX_SOURCE
|
|
# undef _POSIX_SOURCE
|
|
#endif
|
|
/* Define to 2 if needed for POSIX-compatible behavior. */
|
|
#ifndef _POSIX_1_SOURCE
|
|
# undef _POSIX_1_SOURCE
|
|
#endif
|
|
/* Enable POSIX-compatible threading on Solaris. */
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
# undef _POSIX_PTHREAD_SEMANTICS
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
|
|
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
|
|
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
|
|
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
|
|
# undef __STDC_WANT_IEC_60559_BFP_EXT__
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
|
|
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
|
|
# undef __STDC_WANT_IEC_60559_DFP_EXT__
|
|
#endif
|
|
/* Enable extensions specified by C23 Annex F. */
|
|
#ifndef __STDC_WANT_IEC_60559_EXT__
|
|
# undef __STDC_WANT_IEC_60559_EXT__
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
|
|
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
|
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
|
#endif
|
|
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
|
|
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
|
|
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
|
|
#ifndef __STDC_WANT_LIB_EXT2__
|
|
# undef __STDC_WANT_LIB_EXT2__
|
|
#endif
|
|
/* Enable extensions specified by ISO/IEC 24747:2009. */
|
|
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
|
|
# undef __STDC_WANT_MATH_SPEC_FUNCS__
|
|
#endif
|
|
/* Enable extensions on HP NonStop. */
|
|
#ifndef _TANDEM_SOURCE
|
|
# undef _TANDEM_SOURCE
|
|
#endif
|
|
/* Enable X/Open extensions. Define to 500 only if necessary
|
|
to make mbstate_t available. */
|
|
#ifndef _XOPEN_SOURCE
|
|
# undef _XOPEN_SOURCE
|
|
#endif
|
|
])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_STDIO_H], [/* Define to 1 if you have the <stdio.h> header file. */
|
|
@%:@undef HAVE_STDIO_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
|
@%:@undef HAVE_STDLIB_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
|
@%:@undef HAVE_STRING_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
|
@%:@undef HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
|
@%:@undef HAVE_STDINT_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
|
|
@%:@undef HAVE_STRINGS_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
@%:@undef HAVE_SYS_STAT_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
|
@%:@undef HAVE_SYS_TYPES_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^STDC_HEADERS$])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if all of the C89 standard headers exist (not just the ones
|
|
required in a freestanding environment). This macro is provided for
|
|
backward compatibility; new code need not use it. */
|
|
@%:@undef STDC_HEADERS])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the <wchar.h> header file. */
|
|
@%:@undef HAVE_WCHAR_H])
|
|
m4trace:configure.ac:444: -1- AH_OUTPUT([HAVE_MINIX_CONFIG_H], [/* Define to 1 if you have the <minix/config.h> header file. */
|
|
@%:@undef HAVE_MINIX_CONFIG_H])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_ALL_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_COSMO_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_COSMO_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_DARWIN_C_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_DARWIN_C_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_GNU_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_HPUX_ALT_XOPEN_SOCKET_API])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_HPUX_ALT_XOPEN_SOCKET_API$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_NETBSD_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_NETBSD_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_OPENBSD_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_OPENBSD_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_PTHREAD_SEMANTICS])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_ATTRIBS_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_ATTRIBS_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_BFP_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_BFP_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_DFP_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_DFP_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_FUNCS_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_FUNCS_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_IEC_60559_TYPES_EXT__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_TYPES_EXT__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_LIB_EXT2__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_LIB_EXT2__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__STDC_WANT_MATH_SPEC_FUNCS__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__STDC_WANT_MATH_SPEC_FUNCS__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_TANDEM_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_MINIX])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_MINIX$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_POSIX_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([__EXTENSIONS__])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^__EXTENSIONS__$])
|
|
m4trace:configure.ac:444: -1- AC_DEFINE_TRACE_LITERAL([_XOPEN_SOURCE])
|
|
m4trace:configure.ac:444: -1- m4_pattern_allow([^_XOPEN_SOURCE$])
|
|
m4trace:configure.ac:445: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS])
|
|
m4trace:configure.ac:445: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$])
|
|
m4trace:configure.ac:445: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */
|
|
@%:@undef _FILE_OFFSET_BITS])
|
|
m4trace:configure.ac:445: -1- AC_DEFINE_TRACE_LITERAL([_LARGE_FILES])
|
|
m4trace:configure.ac:445: -1- m4_pattern_allow([^_LARGE_FILES$])
|
|
m4trace:configure.ac:445: -1- AH_OUTPUT([_LARGE_FILES], [/* Define to 1 on platforms where this makes off_t a 64-bit type. */
|
|
@%:@undef _LARGE_FILES])
|
|
m4trace:configure.ac:445: -1- AC_DEFINE_TRACE_LITERAL([_TIME_BITS])
|
|
m4trace:configure.ac:445: -1- m4_pattern_allow([^_TIME_BITS$])
|
|
m4trace:configure.ac:445: -1- AH_OUTPUT([_TIME_BITS], [/* Number of bits in time_t, on hosts where this is settable. */
|
|
@%:@undef _TIME_BITS])
|
|
m4trace:configure.ac:445: -1- AC_DEFINE_TRACE_LITERAL([__MINGW_USE_VC2005_COMPAT])
|
|
m4trace:configure.ac:445: -1- m4_pattern_allow([^__MINGW_USE_VC2005_COMPAT$])
|
|
m4trace:configure.ac:445: -1- AH_OUTPUT([__MINGW_USE_VC2005_COMPAT], [/* Define to 1 on platforms where this makes time_t a 64-bit type. */
|
|
@%:@undef __MINGW_USE_VC2005_COMPAT])
|
|
m4trace:configure.ac:485: -1- AC_SUBST([CROSS_COMPILE])
|
|
m4trace:configure.ac:485: -1- AC_SUBST_TRACE([CROSS_COMPILE])
|
|
m4trace:configure.ac:485: -1- m4_pattern_allow([^CROSS_COMPILE$])
|
|
m4trace:configure.ac:487: -1- AC_SUBST([SIGNAMES_H])
|
|
m4trace:configure.ac:487: -1- AC_SUBST_TRACE([SIGNAMES_H])
|
|
m4trace:configure.ac:487: -1- m4_pattern_allow([^SIGNAMES_H$])
|
|
m4trace:configure.ac:488: -1- AC_SUBST([SIGNAMES_O])
|
|
m4trace:configure.ac:488: -1- AC_SUBST_TRACE([SIGNAMES_O])
|
|
m4trace:configure.ac:488: -1- m4_pattern_allow([^SIGNAMES_O$])
|
|
m4trace:configure.ac:553: -1- AC_SUBST([CFLAGS])
|
|
m4trace:configure.ac:553: -1- AC_SUBST_TRACE([CFLAGS])
|
|
m4trace:configure.ac:553: -1- m4_pattern_allow([^CFLAGS$])
|
|
m4trace:configure.ac:554: -1- AC_SUBST([CPPFLAGS])
|
|
m4trace:configure.ac:554: -1- AC_SUBST_TRACE([CPPFLAGS])
|
|
m4trace:configure.ac:554: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
m4trace:configure.ac:555: -1- AC_SUBST([LDFLAGS])
|
|
m4trace:configure.ac:555: -1- AC_SUBST_TRACE([LDFLAGS])
|
|
m4trace:configure.ac:555: -1- m4_pattern_allow([^LDFLAGS$])
|
|
m4trace:configure.ac:556: -1- AC_SUBST([STATIC_LD])
|
|
m4trace:configure.ac:556: -1- AC_SUBST_TRACE([STATIC_LD])
|
|
m4trace:configure.ac:556: -1- m4_pattern_allow([^STATIC_LD$])
|
|
m4trace:configure.ac:558: -1- AC_SUBST([CC_FOR_BUILD])
|
|
m4trace:configure.ac:558: -1- AC_SUBST_TRACE([CC_FOR_BUILD])
|
|
m4trace:configure.ac:558: -1- m4_pattern_allow([^CC_FOR_BUILD$])
|
|
m4trace:configure.ac:559: -1- AC_SUBST([CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:559: -1- AC_SUBST_TRACE([CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:559: -1- m4_pattern_allow([^CFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:560: -1- AC_SUBST([BASE_CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:560: -1- AC_SUBST_TRACE([BASE_CFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:560: -1- m4_pattern_allow([^BASE_CFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:561: -1- AC_SUBST([STYLE_CFLAGS])
|
|
m4trace:configure.ac:561: -1- AC_SUBST_TRACE([STYLE_CFLAGS])
|
|
m4trace:configure.ac:561: -1- m4_pattern_allow([^STYLE_CFLAGS$])
|
|
m4trace:configure.ac:562: -1- AC_SUBST([CPPFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:562: -1- AC_SUBST_TRACE([CPPFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:562: -1- m4_pattern_allow([^CPPFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:563: -1- AC_SUBST([LDFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:563: -1- AC_SUBST_TRACE([LDFLAGS_FOR_BUILD])
|
|
m4trace:configure.ac:563: -1- m4_pattern_allow([^LDFLAGS_FOR_BUILD$])
|
|
m4trace:configure.ac:564: -1- AC_SUBST([LIBS_FOR_BUILD])
|
|
m4trace:configure.ac:564: -1- AC_SUBST_TRACE([LIBS_FOR_BUILD])
|
|
m4trace:configure.ac:564: -1- m4_pattern_allow([^LIBS_FOR_BUILD$])
|
|
m4trace:configure.ac:566: -1- _m4_warn([obsolete], [The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
|
|
You should run autoupdate.], [./lib/autoconf/c.m4:1802: AC_PROG_GCC_TRADITIONAL is expanded from...
|
|
configure.ac:566: the top level])
|
|
m4trace:configure.ac:578: -1- AC_DEFINE_TRACE_LITERAL([RL_READLINE_VERSION])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_READLINE_VERSION$])
|
|
m4trace:configure.ac:578: -1- AH_OUTPUT([RL_READLINE_VERSION], [/* encoded version of the installed readline library */
|
|
@%:@undef RL_READLINE_VERSION])
|
|
m4trace:configure.ac:578: -1- AC_DEFINE_TRACE_LITERAL([RL_VERSION_MAJOR])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_VERSION_MAJOR$])
|
|
m4trace:configure.ac:578: -1- AH_OUTPUT([RL_VERSION_MAJOR], [/* major version of installed readline library */
|
|
@%:@undef RL_VERSION_MAJOR])
|
|
m4trace:configure.ac:578: -1- AC_DEFINE_TRACE_LITERAL([RL_VERSION_MINOR])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_VERSION_MINOR$])
|
|
m4trace:configure.ac:578: -1- AH_OUTPUT([RL_VERSION_MINOR], [/* minor version of installed readline library */
|
|
@%:@undef RL_VERSION_MINOR])
|
|
m4trace:configure.ac:578: -1- AC_SUBST([RL_VERSION])
|
|
m4trace:configure.ac:578: -1- AC_SUBST_TRACE([RL_VERSION])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_VERSION$])
|
|
m4trace:configure.ac:578: -1- AC_SUBST([RL_MAJOR])
|
|
m4trace:configure.ac:578: -1- AC_SUBST_TRACE([RL_MAJOR])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_MAJOR$])
|
|
m4trace:configure.ac:578: -1- AC_SUBST([RL_MINOR])
|
|
m4trace:configure.ac:578: -1- AC_SUBST_TRACE([RL_MINOR])
|
|
m4trace:configure.ac:578: -1- m4_pattern_allow([^RL_MINOR$])
|
|
m4trace:configure.ac:591: -1- AC_DEFINE_TRACE_LITERAL([READLINE])
|
|
m4trace:configure.ac:591: -1- m4_pattern_allow([^READLINE$])
|
|
m4trace:configure.ac:626: -1- AC_DEFINE_TRACE_LITERAL([HISTORY])
|
|
m4trace:configure.ac:626: -1- m4_pattern_allow([^HISTORY$])
|
|
m4trace:configure.ac:629: -1- AC_DEFINE_TRACE_LITERAL([BANG_HISTORY])
|
|
m4trace:configure.ac:629: -1- m4_pattern_allow([^BANG_HISTORY$])
|
|
m4trace:configure.ac:659: -1- AC_SUBST([READLINE_LIB])
|
|
m4trace:configure.ac:659: -1- AC_SUBST_TRACE([READLINE_LIB])
|
|
m4trace:configure.ac:659: -1- m4_pattern_allow([^READLINE_LIB$])
|
|
m4trace:configure.ac:660: -1- AC_SUBST([READLINE_DEP])
|
|
m4trace:configure.ac:660: -1- AC_SUBST_TRACE([READLINE_DEP])
|
|
m4trace:configure.ac:660: -1- m4_pattern_allow([^READLINE_DEP$])
|
|
m4trace:configure.ac:661: -1- AC_SUBST([RL_LIBDIR])
|
|
m4trace:configure.ac:661: -1- AC_SUBST_TRACE([RL_LIBDIR])
|
|
m4trace:configure.ac:661: -1- m4_pattern_allow([^RL_LIBDIR$])
|
|
m4trace:configure.ac:662: -1- AC_SUBST([RL_INCLUDEDIR])
|
|
m4trace:configure.ac:662: -1- AC_SUBST_TRACE([RL_INCLUDEDIR])
|
|
m4trace:configure.ac:662: -1- m4_pattern_allow([^RL_INCLUDEDIR$])
|
|
m4trace:configure.ac:663: -1- AC_SUBST([RL_INCLUDE])
|
|
m4trace:configure.ac:663: -1- AC_SUBST_TRACE([RL_INCLUDE])
|
|
m4trace:configure.ac:663: -1- m4_pattern_allow([^RL_INCLUDE$])
|
|
m4trace:configure.ac:664: -1- AC_SUBST([HISTORY_LIB])
|
|
m4trace:configure.ac:664: -1- AC_SUBST_TRACE([HISTORY_LIB])
|
|
m4trace:configure.ac:664: -1- m4_pattern_allow([^HISTORY_LIB$])
|
|
m4trace:configure.ac:665: -1- AC_SUBST([HISTORY_DEP])
|
|
m4trace:configure.ac:665: -1- AC_SUBST_TRACE([HISTORY_DEP])
|
|
m4trace:configure.ac:665: -1- m4_pattern_allow([^HISTORY_DEP$])
|
|
m4trace:configure.ac:666: -1- AC_SUBST([HIST_LIBDIR])
|
|
m4trace:configure.ac:666: -1- AC_SUBST_TRACE([HIST_LIBDIR])
|
|
m4trace:configure.ac:666: -1- m4_pattern_allow([^HIST_LIBDIR$])
|
|
m4trace:configure.ac:667: -1- AC_SUBST([TILDE_LIB])
|
|
m4trace:configure.ac:667: -1- AC_SUBST_TRACE([TILDE_LIB])
|
|
m4trace:configure.ac:667: -1- m4_pattern_allow([^TILDE_LIB$])
|
|
m4trace:configure.ac:672: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
|
m4trace:configure.ac:672: -1- AC_SUBST([INSTALL_PROGRAM])
|
|
m4trace:configure.ac:672: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
|
m4trace:configure.ac:672: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
|
m4trace:configure.ac:672: -1- AC_SUBST([INSTALL_SCRIPT])
|
|
m4trace:configure.ac:672: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
|
|
m4trace:configure.ac:672: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
|
m4trace:configure.ac:672: -1- AC_SUBST([INSTALL_DATA])
|
|
m4trace:configure.ac:672: -1- AC_SUBST_TRACE([INSTALL_DATA])
|
|
m4trace:configure.ac:672: -1- m4_pattern_allow([^INSTALL_DATA$])
|
|
m4trace:configure.ac:673: -1- AC_SUBST([AR])
|
|
m4trace:configure.ac:673: -1- AC_SUBST_TRACE([AR])
|
|
m4trace:configure.ac:673: -1- m4_pattern_allow([^AR$])
|
|
m4trace:configure.ac:677: -1- AC_SUBST([RANLIB])
|
|
m4trace:configure.ac:677: -1- AC_SUBST_TRACE([RANLIB])
|
|
m4trace:configure.ac:677: -1- m4_pattern_allow([^RANLIB$])
|
|
m4trace:configure.ac:678: -1- AC_SUBST([YACC])
|
|
m4trace:configure.ac:678: -1- AC_SUBST_TRACE([YACC])
|
|
m4trace:configure.ac:678: -1- m4_pattern_allow([^YACC$])
|
|
m4trace:configure.ac:678: -1- AC_SUBST([YACC])
|
|
m4trace:configure.ac:678: -1- AC_SUBST_TRACE([YACC])
|
|
m4trace:configure.ac:678: -1- m4_pattern_allow([^YACC$])
|
|
m4trace:configure.ac:678: -1- AC_SUBST([YFLAGS])
|
|
m4trace:configure.ac:678: -1- AC_SUBST_TRACE([YFLAGS])
|
|
m4trace:configure.ac:678: -1- m4_pattern_allow([^YFLAGS$])
|
|
m4trace:configure.ac:679: -1- AC_SUBST([SET_MAKE])
|
|
m4trace:configure.ac:679: -1- AC_SUBST_TRACE([SET_MAKE])
|
|
m4trace:configure.ac:679: -1- m4_pattern_allow([^SET_MAKE$])
|
|
m4trace:configure.ac:690: -1- AC_SUBST([MAKE_SHELL])
|
|
m4trace:configure.ac:690: -1- AC_SUBST_TRACE([MAKE_SHELL])
|
|
m4trace:configure.ac:690: -1- m4_pattern_allow([^MAKE_SHELL$])
|
|
m4trace:configure.ac:712: -1- AC_SUBST([SIZE])
|
|
m4trace:configure.ac:712: -1- AC_SUBST_TRACE([SIZE])
|
|
m4trace:configure.ac:712: -1- m4_pattern_allow([^SIZE$])
|
|
m4trace:configure.ac:714: -1- m4_include([m4/stat-time.m4])
|
|
m4trace:configure.ac:715: -1- m4_include([m4/timespec.m4])
|
|
m4trace:configure.ac:717: -1- m4_include([m4/strtoimax.m4])
|
|
m4trace:configure.ac:721: -1- m4_include([m4/codeset.m4])
|
|
m4trace:configure.ac:722: -1- m4_include([m4/extern-inline.m4])
|
|
m4trace:configure.ac:723: -1- m4_include([m4/fcntl-o.m4])
|
|
m4trace:configure.ac:724: -1- m4_include([m4/gettext.m4])
|
|
m4trace:configure.ac:725: -1- m4_include([m4/glibc2.m4])
|
|
m4trace:configure.ac:726: -1- m4_include([m4/glibc21.m4])
|
|
m4trace:configure.ac:727: -1- m4_include([m4/host-cpu-c-abi.m4])
|
|
m4trace:configure.ac:728: -1- m4_include([m4/iconv.m4])
|
|
m4trace:configure.ac:729: -1- m4_include([m4/intdiv0.m4])
|
|
m4trace:configure.ac:730: -1- m4_include([m4/intl.m4])
|
|
m4trace:configure.ac:731: -1- m4_include([m4/intlmacosx.m4])
|
|
m4trace:configure.ac:732: -1- m4_include([m4/intl-thread-locale.m4])
|
|
m4trace:configure.ac:733: -1- m4_include([m4/intmax.m4])
|
|
m4trace:configure.ac:734: -1- m4_include([m4/inttypes-pri.m4])
|
|
m4trace:configure.ac:735: -1- m4_include([m4/inttypes.m4])
|
|
m4trace:configure.ac:736: -1- m4_include([m4/inttypes_h.m4])
|
|
m4trace:configure.ac:737: -1- m4_include([m4/lcmessage.m4])
|
|
m4trace:configure.ac:738: -1- m4_include([m4/lib-ld.m4])
|
|
m4trace:configure.ac:739: -1- m4_include([m4/lib-link.m4])
|
|
m4trace:configure.ac:740: -1- m4_include([m4/lib-prefix.m4])
|
|
m4trace:configure.ac:741: -1- m4_include([m4/lock.m4])
|
|
m4trace:configure.ac:742: -1- m4_include([m4/nls.m4])
|
|
m4trace:configure.ac:743: -1- m4_include([m4/po.m4])
|
|
m4trace:configure.ac:744: -1- m4_include([m4/printf-posix.m4])
|
|
m4trace:configure.ac:745: -1- m4_include([m4/progtest.m4])
|
|
m4trace:configure.ac:746: -1- m4_include([m4/pthread_rwlock_rdlock.m4])
|
|
m4trace:configure.ac:747: -1- m4_include([m4/size_max.m4])
|
|
m4trace:configure.ac:748: -1- m4_include([m4/stdint_h.m4])
|
|
m4trace:configure.ac:749: -1- m4_include([m4/threadlib.m4])
|
|
m4trace:configure.ac:750: -1- m4_include([m4/uintmax_t.m4])
|
|
m4trace:configure.ac:751: -1- m4_include([m4/ulonglong.m4])
|
|
m4trace:configure.ac:752: -1- m4_include([m4/visibility.m4])
|
|
m4trace:configure.ac:753: -1- m4_include([m4/wchar_t.m4])
|
|
m4trace:configure.ac:754: -1- m4_include([m4/wint_t.m4])
|
|
m4trace:configure.ac:755: -1- m4_include([m4/xsize.m4])
|
|
m4trace:configure.ac:758: -1- AC_DEFINE_TRACE_LITERAL([const])
|
|
m4trace:configure.ac:758: -1- m4_pattern_allow([^const$])
|
|
m4trace:configure.ac:758: -1- AH_OUTPUT([const], [/* Define to empty if \'const\' does not conform to ANSI C. */
|
|
@%:@undef const])
|
|
m4trace:configure.ac:759: -1- AH_OUTPUT([inline], [/* Define to \'__inline__\' or \'__inline\' if that\'s what the C compiler
|
|
calls it, or to nothing if \'inline\' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif])
|
|
m4trace:configure.ac:760: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
# if defined __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# endif
|
|
#else
|
|
# ifndef WORDS_BIGENDIAN
|
|
# undef WORDS_BIGENDIAN
|
|
# endif
|
|
#endif])
|
|
m4trace:configure.ac:760: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN])
|
|
m4trace:configure.ac:760: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
|
|
m4trace:configure.ac:760: -1- AC_DEFINE_TRACE_LITERAL([AC_APPLE_UNIVERSAL_BUILD])
|
|
m4trace:configure.ac:760: -1- m4_pattern_allow([^AC_APPLE_UNIVERSAL_BUILD$])
|
|
m4trace:configure.ac:760: -1- AH_OUTPUT([AC_APPLE_UNIVERSAL_BUILD], [/* Define if building universal (internal helper macro) */
|
|
@%:@undef AC_APPLE_UNIVERSAL_BUILD])
|
|
m4trace:configure.ac:761: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGIZE])
|
|
m4trace:configure.ac:761: -1- m4_pattern_allow([^HAVE_STRINGIZE$])
|
|
m4trace:configure.ac:761: -1- AH_OUTPUT([HAVE_STRINGIZE], [/* Define to 1 if cpp supports the ANSI @%:@ stringizing operator. */
|
|
@%:@undef HAVE_STRINGIZE])
|
|
m4trace:configure.ac:762: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE])
|
|
m4trace:configure.ac:762: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
|
|
m4trace:configure.ac:762: -1- AH_OUTPUT([HAVE_LONG_DOUBLE], [/* Define to 1 if the system has the type \'long double\'. */
|
|
@%:@undef HAVE_LONG_DOUBLE])
|
|
m4trace:configure.ac:763: -1- AC_DEFINE_TRACE_LITERAL([PROTOTYPES])
|
|
m4trace:configure.ac:763: -1- m4_pattern_allow([^PROTOTYPES$])
|
|
m4trace:configure.ac:763: -1- AH_OUTPUT([PROTOTYPES], [/* Define to 1 if the C compiler supports function prototypes. */
|
|
@%:@undef PROTOTYPES])
|
|
m4trace:configure.ac:763: -1- AC_DEFINE_TRACE_LITERAL([__PROTOTYPES])
|
|
m4trace:configure.ac:763: -1- m4_pattern_allow([^__PROTOTYPES$])
|
|
m4trace:configure.ac:763: -1- AH_OUTPUT([__PROTOTYPES], [/* Define like PROTOTYPES; this can be used by system headers. */
|
|
@%:@undef __PROTOTYPES])
|
|
m4trace:configure.ac:764: -1- AH_OUTPUT([__CHAR_UNSIGNED__], [/* Define to 1 if type \'char\' is unsigned and your compiler does not
|
|
predefine this macro. */
|
|
#ifndef __CHAR_UNSIGNED__
|
|
# undef __CHAR_UNSIGNED__
|
|
#endif])
|
|
m4trace:configure.ac:764: -1- AC_DEFINE_TRACE_LITERAL([__CHAR_UNSIGNED__])
|
|
m4trace:configure.ac:764: -1- m4_pattern_allow([^__CHAR_UNSIGNED__$])
|
|
m4trace:configure.ac:765: -1- AC_DEFINE_TRACE_LITERAL([volatile])
|
|
m4trace:configure.ac:765: -1- m4_pattern_allow([^volatile$])
|
|
m4trace:configure.ac:765: -1- AH_OUTPUT([volatile], [/* Define to empty if the keyword \'volatile\' does not work. Warning: valid
|
|
code using \'volatile\' can become incorrect without. Disable with care. */
|
|
@%:@undef volatile])
|
|
m4trace:configure.ac:766: -1- AH_OUTPUT([restrict], [/* Define to the equivalent of the C99 \'restrict\' keyword, or to
|
|
nothing if this is not supported. Do not define if restrict is
|
|
supported only directly. */
|
|
#undef restrict
|
|
/* Work around a bug in older versions of Sun C++, which did not
|
|
#define __restrict__ or support _Restrict or __restrict__
|
|
even though the corresponding Sun C compiler ended up with
|
|
"#define restrict _Restrict" or "#define restrict __restrict__"
|
|
in the previous line. This workaround can be removed once
|
|
we assume Oracle Developer Studio 12.5 (2016) or later. */
|
|
#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
|
|
# define _Restrict
|
|
# define __restrict__
|
|
#endif])
|
|
m4trace:configure.ac:766: -1- AC_DEFINE_TRACE_LITERAL([restrict])
|
|
m4trace:configure.ac:766: -1- m4_pattern_allow([^restrict$])
|
|
m4trace:configure.ac:766: -1- AC_DEFINE_TRACE_LITERAL([restrict])
|
|
m4trace:configure.ac:766: -1- m4_pattern_allow([^restrict$])
|
|
m4trace:configure.ac:769: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([MKDIR_P])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([MKDIR_P])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^MKDIR_P$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([SED])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([SED])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^SED$])
|
|
m4trace:configure.ac:769: -1- AM_NLS
|
|
m4trace:configure.ac:769: -1- AC_SUBST([USE_NLS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([USE_NLS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_NLS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GETTEXT_MACRO_VERSION])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([MSGFMT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([MSGFMT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^MSGFMT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GMSGFMT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GMSGFMT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GMSGFMT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([MSGFMT_015])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([MSGFMT_015])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^MSGFMT_015$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GMSGFMT_015])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GMSGFMT_015])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GMSGFMT_015$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([XGETTEXT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([XGETTEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^XGETTEXT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([XGETTEXT_015])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([XGETTEXT_015])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^XGETTEXT_015$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([MSGMERGE])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([MSGMERGE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^MSGMERGE$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([XGETTEXT_EXTRA_OPTIONS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([CPP])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([CPP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^CPP$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([CPPFLAGS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([CPPFLAGS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^CPPFLAGS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([CPP])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([CPP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^CPP$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GLIBC2])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GLIBC2])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GLIBC2$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([CFLAG_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([CFLAG_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^CFLAG_VISIBILITY$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_VISIBILITY], [/* Define to 1 or 0, depending whether the compiler supports simple visibility
|
|
declarations. */
|
|
@%:@undef HAVE_VISIBILITY])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([size_t])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^size_t$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([size_t], [/* Define as \'unsigned int\' if <stddef.h> doesn\'t define. */
|
|
@%:@undef size_t])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H_WITH_UINTMAX])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STDINT_H_WITH_UINTMAX], [/* Define if <stdint.h> exists, doesn\'t clash with <sys/types.h>, and declares
|
|
uintmax_t. */
|
|
@%:@undef HAVE_STDINT_H_WITH_UINTMAX])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if <alloca.h> works. */
|
|
@%:@undef HAVE_ALLOCA_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ALLOCA$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have \'alloca\', as a function or macro. */
|
|
@%:@undef HAVE_ALLOCA])
|
|
m4trace:configure.ac:769: -1- AC_LIBSOURCE([alloca.c])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([ALLOCA])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^ALLOCA$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^C_ALLOCA$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using \'alloca.c\'. */
|
|
@%:@undef C_ALLOCA])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at runtime.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
#undef STACK_DIRECTION])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^STACK_DIRECTION$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
|
|
@%:@undef HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the \'getpagesize\' function. */
|
|
@%:@undef HAVE_GETPAGESIZE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_MMAP$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working \'mmap\' system call. */
|
|
@%:@undef HAVE_MMAP])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([INTDIV0_RAISES_SIGFPE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([INTDIV0_RAISES_SIGFPE], [/* Define if integer division by zero raises signal SIGFPE. */
|
|
@%:@undef INTDIV0_RAISES_SIGFPE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H_WITH_UINTMAX])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_INTTYPES_H_WITH_UINTMAX], [/* Define if <inttypes.h> exists, doesn\'t clash with <sys/types.h>, and
|
|
declares uintmax_t. */
|
|
@%:@undef HAVE_INTTYPES_H_WITH_UINTMAX])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG_INT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_UNSIGNED_LONG_LONG_INT], [/* Define to 1 if the system has the type \'unsigned long long int\'. */
|
|
@%:@undef HAVE_UNSIGNED_LONG_LONG_INT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([uintmax_t])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^uintmax_t$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([uintmax_t], [/* Define to unsigned long or unsigned long long if <stdint.h> and
|
|
<inttypes.h> don\'t define. */
|
|
@%:@undef uintmax_t])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UINTMAX_T])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_UINTMAX_T], [/* Define if you have the \'uintmax_t\' type in <stdint.h> or <inttypes.h>. */
|
|
@%:@undef HAVE_UINTMAX_T])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
|
@%:@undef HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([PRI_MACROS_BROKEN])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([PRI_MACROS_BROKEN], [/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
|
@%:@undef PRI_MACROS_BROKEN])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([PRI_MACROS_BROKEN])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([PRI_MACROS_BROKEN])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([PTHREAD_IN_USE_DETECTION_HARD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^PTHREAD_IN_USE_DETECTION_HARD$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([PTHREAD_IN_USE_DETECTION_HARD], [/* Define if the pthread_in_use() detection is hard. */
|
|
@%:@undef PTHREAD_IN_USE_DETECTION_HARD])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_POSIX_THREADS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_POSIX_THREADS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_POSIX_THREADS], [/* Define if the POSIX multithreading library can be used. */
|
|
@%:@undef USE_POSIX_THREADS])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_POSIX_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_POSIX_THREADS_WEAK$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_POSIX_THREADS_WEAK], [/* Define if references to the POSIX multithreading library should be made
|
|
weak. */
|
|
@%:@undef USE_POSIX_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_SOLARIS_THREADS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_SOLARIS_THREADS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_SOLARIS_THREADS], [/* Define if the old Solaris multithreading library can be used. */
|
|
@%:@undef USE_SOLARIS_THREADS])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_SOLARIS_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_SOLARIS_THREADS_WEAK$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_SOLARIS_THREADS_WEAK], [/* Define if references to the old Solaris multithreading library should be
|
|
made weak. */
|
|
@%:@undef USE_SOLARIS_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- AC_LIB_LINKFLAGS([pth])
|
|
m4trace:configure.ac:769: -1- AC_REQUIRE_AUX_FILE([config.rpath])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBPTH])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBPTH])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBPTH$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LTLIBPTH])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LTLIBPTH])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LTLIBPTH$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBPTH_PREFIX])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBPTH_PREFIX])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBPTH_PREFIX$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_PTH_THREADS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_PTH_THREADS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_PTH_THREADS], [/* Define if the GNU Pth multithreading library can be used. */
|
|
@%:@undef USE_PTH_THREADS])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_PTH_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_PTH_THREADS_WEAK$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_PTH_THREADS_WEAK], [/* Define if references to the GNU Pth multithreading library should be made
|
|
weak. */
|
|
@%:@undef USE_PTH_THREADS_WEAK])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([USE_WINDOWS_THREADS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_WINDOWS_THREADS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([USE_WINDOWS_THREADS], [/* Define if the native Windows multithreading API can be used. */
|
|
@%:@undef USE_WINDOWS_THREADS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBTHREAD])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBTHREAD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBTHREAD$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LTLIBTHREAD])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LTLIBTHREAD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LTLIBTHREAD$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBMULTITHREAD])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBMULTITHREAD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBMULTITHREAD$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LTLIBMULTITHREAD])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LTLIBMULTITHREAD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LTLIBMULTITHREAD$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_RWLOCK])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_PTHREAD_RWLOCK$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_PTHREAD_RWLOCK], [/* Define if the POSIX multithreading library has read/write locks. */
|
|
@%:@undef HAVE_PTHREAD_RWLOCK])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER], [/* Define if the \'pthread_rwlock_rdlock\' function prefers a writer to a
|
|
reader. */
|
|
@%:@undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_MUTEX_RECURSIVE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEX_RECURSIVE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_PTHREAD_MUTEX_RECURSIVE], [/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
|
|
@%:@undef HAVE_PTHREAD_MUTEX_RECURSIVE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BUILTIN_EXPECT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_BUILTIN_EXPECT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_BUILTIN_EXPECT], [/* Define to 1 if the compiler understands __builtin_expect. */
|
|
@%:@undef HAVE_BUILTIN_EXPECT])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
|
|
@%:@undef HAVE_ARGZ_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARGZ_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ARGZ_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
|
@%:@undef HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
|
|
@%:@undef HAVE_LIMITS_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIMITS_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_LIMITS_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNISTD_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_UNISTD_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
|
|
@%:@undef HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SYS_PARAM_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the \'getcwd\' function. */
|
|
@%:@undef HAVE_GETCWD])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETCWD])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETCWD$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETEGID], [/* Define to 1 if you have the \'getegid\' function. */
|
|
@%:@undef HAVE_GETEGID])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETEGID])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETEGID$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETEUID], [/* Define to 1 if you have the \'geteuid\' function. */
|
|
@%:@undef HAVE_GETEUID])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETEUID])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETEUID$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETGID], [/* Define to 1 if you have the \'getgid\' function. */
|
|
@%:@undef HAVE_GETGID])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETGID])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETGID$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETUID], [/* Define to 1 if you have the \'getuid\' function. */
|
|
@%:@undef HAVE_GETUID])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETUID])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETUID$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the \'mempcpy\' function. */
|
|
@%:@undef HAVE_MEMPCPY])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMPCPY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_MEMPCPY$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the \'munmap\' function. */
|
|
@%:@undef HAVE_MUNMAP])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MUNMAP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_MUNMAP$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the \'stpcpy\' function. */
|
|
@%:@undef HAVE_STPCPY])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STPCPY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STPCPY$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the \'strcasecmp\' function. */
|
|
@%:@undef HAVE_STRCASECMP])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCASECMP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STRCASECMP$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the \'strdup\' function. */
|
|
@%:@undef HAVE_STRDUP])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRDUP])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STRDUP$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the \'strtoul\' function. */
|
|
@%:@undef HAVE_STRTOUL])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOUL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STRTOUL$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_TSEARCH], [/* Define to 1 if you have the \'tsearch\' function. */
|
|
@%:@undef HAVE_TSEARCH])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TSEARCH])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_TSEARCH$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ARGZ_COUNT], [/* Define to 1 if you have the \'argz_count\' function. */
|
|
@%:@undef HAVE_ARGZ_COUNT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARGZ_COUNT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ARGZ_COUNT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ARGZ_STRINGIFY], [/* Define to 1 if you have the \'argz_stringify\' function. */
|
|
@%:@undef HAVE_ARGZ_STRINGIFY])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARGZ_STRINGIFY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ARGZ_STRINGIFY$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ARGZ_NEXT], [/* Define to 1 if you have the \'argz_next\' function. */
|
|
@%:@undef HAVE_ARGZ_NEXT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARGZ_NEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ARGZ_NEXT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE___FSETLOCKING], [/* Define to 1 if you have the \'__fsetlocking\' function. */
|
|
@%:@undef HAVE___FSETLOCKING])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE___FSETLOCKING])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE___FSETLOCKING$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_LOCALECONV], [/* Define to 1 if you have the \'localeconv\' function. */
|
|
@%:@undef HAVE_LOCALECONV])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALECONV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_LOCALECONV$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FEOF_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DECL_FEOF_UNLOCKED$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DECL_FEOF_UNLOCKED], [/* Define to 1 if you have the declaration of \'feof_unlocked\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_FEOF_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FGETS_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DECL_FGETS_UNLOCKED$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DECL_FGETS_UNLOCKED], [/* Define to 1 if you have the declaration of \'fgets_unlocked\', and to 0 if
|
|
you don\'t. */
|
|
@%:@undef HAVE_DECL_FGETS_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- AM_ICONV
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ICONV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ICONV$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ICONV], [/* Define if you have the iconv() function and it works. */
|
|
@%:@undef HAVE_ICONV])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBICONV])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBICONV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBICONV$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LTLIBICONV])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LTLIBICONV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LTLIBICONV$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([ICONV_CONST])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^ICONV_CONST$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([ICONV_CONST], [/* Define as const if the declaration of iconv() needs const. */
|
|
@%:@undef ICONV_CONST])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTLBISON])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTLBISON])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTLBISON$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG_INT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_LONG_LONG_INT], [/* Define to 1 if the system has the type \'long long int\'. */
|
|
@%:@undef HAVE_LONG_LONG_INT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_T])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WCHAR_T], [/* Define if you have the \'wchar_t\' type. */
|
|
@%:@undef HAVE_WCHAR_T])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WINT_T])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WINT_T$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WINT_T], [/* Define if you have the \'wint_t\' type. */
|
|
@%:@undef HAVE_WINT_T])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GNULIB_OVERRIDES_WINT_T])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GNULIB_OVERRIDES_WINT_T])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GNULIB_OVERRIDES_WINT_T$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTMAX_T])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_INTMAX_T], [/* Define if you have the \'intmax_t\' type in <stdint.h> or <inttypes.h>. */
|
|
@%:@undef HAVE_INTMAX_T])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_PRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_POSIX_PRINTF], [/* Define if your printf() function supports format strings with positions. */
|
|
@%:@undef HAVE_POSIX_PRINTF])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GLIBC21])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GLIBC21])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GLIBC21$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
|
@%:@undef HAVE_STDINT_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STDINT_H$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([SIZE_MAX])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^SIZE_MAX$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([SIZE_MAX], [/* Define as the maximum value of type \'size_t\', if the system doesn\'t define
|
|
it. */
|
|
@%:@undef SIZE_MAX])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([SIZE_MAX], [/* Define as the maximum value of type \'size_t\', if the system doesn\'t define
|
|
it. */
|
|
#ifndef SIZE_MAX
|
|
# undef SIZE_MAX
|
|
#endif])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
|
@%:@undef HAVE_STDINT_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STDINT_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SYMLINK], [/* Define to 1 if you have the \'symlink\' function. */
|
|
@%:@undef HAVE_SYMLINK])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_O_NOATIME])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WORKING_O_NOATIME$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WORKING_O_NOATIME], [/* Define to 1 if O_NOATIME works. */
|
|
@%:@undef HAVE_WORKING_O_NOATIME])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_O_NOFOLLOW])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WORKING_O_NOFOLLOW$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WORKING_O_NOFOLLOW], [/* Define to 1 if O_NOFOLLOW works. */
|
|
@%:@undef HAVE_WORKING_O_NOFOLLOW])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_USELOCALE], [/* Define to 1 if you have the \'uselocale\' function. */
|
|
@%:@undef HAVE_USELOCALE])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_XLOCALE_H], [/* Define to 1 if you have the <xlocale.h> header file. */
|
|
@%:@undef HAVE_XLOCALE_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_USELOCALE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WORKING_USELOCALE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WORKING_USELOCALE], [/* Define if the uselocale function exists any may safely be called. */
|
|
@%:@undef HAVE_WORKING_USELOCALE])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_XLOCALE_H], [/* Define to 1 if you have the <xlocale.h> header file. */
|
|
@%:@undef HAVE_XLOCALE_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FAKE_LOCALES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_FAKE_LOCALES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_FAKE_LOCALES], [/* Define if the locale_t type contains insufficient information, as on
|
|
OpenBSD. */
|
|
@%:@undef HAVE_FAKE_LOCALES])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SOLARIS114_LOCALES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SOLARIS114_LOCALES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SOLARIS114_LOCALES], [/* Define if the locale_t type is as on Solaris 11.4. */
|
|
@%:@undef HAVE_SOLARIS114_LOCALES])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETLOCALENAME_L], [/* Define to 1 if you have the \'getlocalename_l\' function. */
|
|
@%:@undef HAVE_GETLOCALENAME_L])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETLOCALENAME_L])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETLOCALENAME_L$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NAMELESS_LOCALES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_NAMELESS_LOCALES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_NAMELESS_LOCALES], [/* Define if the locale_t type does not contain the name of each locale
|
|
category. */
|
|
@%:@undef HAVE_NAMELESS_LOCALES])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFPREFERENCESCOPYAPPVALUE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFPREFERENCESCOPYAPPVALUE], [/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
|
|
the CoreFoundation framework. */
|
|
@%:@undef HAVE_CFPREFERENCESCOPYAPPVALUE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYCURRENT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFLOCALECOPYCURRENT], [/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
|
|
CoreFoundation framework. */
|
|
@%:@undef HAVE_CFLOCALECOPYCURRENT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYPREFERREDLANGUAGES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYPREFERREDLANGUAGES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFLOCALECOPYPREFERREDLANGUAGES], [/* Define to 1 if you have the Mac OS X function
|
|
CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
|
|
@%:@undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTL_MACOSX_LIBS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTL_MACOSX_LIBS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([extern_inline], [/* Please see the Gnulib manual for how to use these macros.
|
|
|
|
Suppress extern inline with HP-UX cc, as it appears to be broken; see
|
|
<https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
|
|
|
|
Suppress extern inline with Sun C in standards-conformance mode, as it
|
|
mishandles inline functions that call each other. E.g., for \'inline void f
|
|
(void) { } inline void g (void) { f (); }\', c99 incorrectly complains
|
|
\'reference to static identifier "f" in extern inline function\'.
|
|
This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
|
|
|
|
Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
|
|
on configurations that mistakenly use \'static inline\' to implement
|
|
functions or macros in standard C headers like <ctype.h>. For example,
|
|
if isdigit is mistakenly implemented via a static inline function,
|
|
a program containing an extern inline function that calls isdigit
|
|
may not work since the C standard prohibits extern inline functions
|
|
from calling static functions (ISO C 99 section 6.7.4.(3).
|
|
This bug is known to occur on:
|
|
|
|
OS X 10.8 and earlier; see:
|
|
https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
|
|
|
|
DragonFly; see
|
|
http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
|
|
|
|
FreeBSD; see:
|
|
https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
|
|
|
|
OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
|
|
for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
|
|
Assume DragonFly and FreeBSD will be similar.
|
|
|
|
GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
|
|
inline semantics, unless -fgnu89-inline is used. It defines a macro
|
|
__GNUC_STDC_INLINE__ to indicate this situation or a macro
|
|
__GNUC_GNU_INLINE__ to indicate the opposite situation.
|
|
GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
|
|
semantics but warns, unless -fgnu89-inline is used:
|
|
warning: C99 inline functions are not supported; using GNU89
|
|
warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
|
|
It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
|
|
*/
|
|
#if (((defined __APPLE__ && defined __MACH__) \\
|
|
|| defined __DragonFly__ || defined __FreeBSD__) \\
|
|
&& (defined __header_inline \\
|
|
? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \\
|
|
&& ! defined __clang__) \\
|
|
: ((! defined _DONT_USE_CTYPE_INLINE_ \\
|
|
&& (defined __GNUC__ || defined __cplusplus)) \\
|
|
|| (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \\
|
|
&& defined __GNUC__ && ! defined __cplusplus))))
|
|
# define _GL_EXTERN_INLINE_STDHEADER_BUG
|
|
#endif
|
|
#if ((__GNUC__ \\
|
|
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \\
|
|
: (199901L <= __STDC_VERSION__ \\
|
|
&& !defined __HP_cc \\
|
|
&& !defined __PGI \\
|
|
&& !(defined __SUNPRO_C && __STDC__))) \\
|
|
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
|
|
# define _GL_INLINE inline
|
|
# define _GL_EXTERN_INLINE extern inline
|
|
# define _GL_EXTERN_INLINE_IN_USE
|
|
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \\
|
|
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
|
|
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
|
|
/* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
|
|
# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
|
|
# else
|
|
# define _GL_INLINE extern inline
|
|
# endif
|
|
# define _GL_EXTERN_INLINE extern
|
|
# define _GL_EXTERN_INLINE_IN_USE
|
|
#else
|
|
# define _GL_INLINE static _GL_UNUSED
|
|
# define _GL_EXTERN_INLINE static _GL_UNUSED
|
|
#endif
|
|
|
|
/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
|
|
suppress bogus "no previous prototype for \'FOO\'"
|
|
and "no previous declaration for \'FOO\'" diagnostics,
|
|
when FOO is an inline function in the header; see
|
|
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
|
|
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
|
|
#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
|
|
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
|
|
# define _GL_INLINE_HEADER_CONST_PRAGMA
|
|
# else
|
|
# define _GL_INLINE_HEADER_CONST_PRAGMA \\
|
|
_Pragma ("GCC diagnostic ignored \\"-Wsuggest-attribute=const\\"")
|
|
# endif
|
|
# define _GL_INLINE_HEADER_BEGIN \\
|
|
_Pragma ("GCC diagnostic push") \\
|
|
_Pragma ("GCC diagnostic ignored \\"-Wmissing-prototypes\\"") \\
|
|
_Pragma ("GCC diagnostic ignored \\"-Wmissing-declarations\\"") \\
|
|
_GL_INLINE_HEADER_CONST_PRAGMA
|
|
# define _GL_INLINE_HEADER_END \\
|
|
_Pragma ("GCC diagnostic pop")
|
|
#else
|
|
# define _GL_INLINE_HEADER_BEGIN
|
|
# define _GL_INLINE_HEADER_END
|
|
#endif])
|
|
m4trace:configure.ac:769: -2- AH_OUTPUT([gt_gl_attribute], [/* Define as a marker that can be attached to declarations that might not
|
|
be used. This helps to reduce warnings, such as from
|
|
GCC -Wunused-parameter. */
|
|
#ifndef _GL_UNUSED
|
|
# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
|
|
# define _GL_UNUSED __attribute__ ((__unused__))
|
|
# else
|
|
# define _GL_UNUSED
|
|
# endif
|
|
#endif
|
|
|
|
/* The __pure__ attribute was added in gcc 2.96. */
|
|
#ifndef _GL_ATTRIBUTE_PURE
|
|
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
|
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
|
|
# else
|
|
# define _GL_ATTRIBUTE_PURE /* empty */
|
|
# endif
|
|
#endif
|
|
])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([FLEXIBLE_ARRAY_MEMBER])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^FLEXIBLE_ARRAY_MEMBER$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([FLEXIBLE_ARRAY_MEMBER], [/* Define to nothing if C supports flexible array members, and to 1 if it does
|
|
not. That way, with a declaration like \'struct s { int n; double
|
|
d@<:@FLEXIBLE_ARRAY_MEMBER@:>@; };\', the struct hack can be used with pre-C99
|
|
compilers. When computing the size of such an object, don\'t use \'sizeof
|
|
(struct s)\' as it overestimates the size. Use \'offsetof (struct s, d)\'
|
|
instead. Don\'t use \'offsetof (struct s, d@<:@0@:>@)\', as this doesn\'t work with
|
|
MSVC and with C++ compilers. */
|
|
@%:@undef FLEXIBLE_ARRAY_MEMBER])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([FLEXIBLE_ARRAY_MEMBER])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^FLEXIBLE_ARRAY_MEMBER$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([AR])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([AR])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^AR$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([AR])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([AR])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^AR$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([ARFLAGS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([ARFLAGS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^ARFLAGS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTL_DEFAULT_VERBOSITY])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTL_DEFAULT_VERBOSITY])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTL_DEFAULT_VERBOSITY$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^ptrdiff_t$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([ptrdiff_t], [/* Define as the type of the result of subtracting two pointers, if the system
|
|
doesn\'t define it. */
|
|
@%:@undef ptrdiff_t])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_FEATURES_H], [/* Define to 1 if you have the <features.h> header file. */
|
|
@%:@undef HAVE_FEATURES_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FEATURES_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_FEATURES_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
|
|
@%:@undef HAVE_STDDEF_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDDEF_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STDDEF_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
|
@%:@undef HAVE_STDLIB_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
|
@%:@undef HAVE_STRING_H])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRING_H])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STRING_H$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_ASPRINTF], [/* Define to 1 if you have the \'asprintf\' function. */
|
|
@%:@undef HAVE_ASPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ASPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_FWPRINTF], [/* Define to 1 if you have the \'fwprintf\' function. */
|
|
@%:@undef HAVE_FWPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FWPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_FWPRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_NEWLOCALE], [/* Define to 1 if you have the \'newlocale\' function. */
|
|
@%:@undef HAVE_NEWLOCALE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NEWLOCALE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_NEWLOCALE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the \'putenv\' function. */
|
|
@%:@undef HAVE_PUTENV])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PUTENV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_PUTENV$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the \'setenv\' function. */
|
|
@%:@undef HAVE_SETENV])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETENV])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SETENV$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the \'setlocale\' function. */
|
|
@%:@undef HAVE_SETLOCALE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETLOCALE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SETLOCALE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the \'snprintf\' function. */
|
|
@%:@undef HAVE_SNPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_STRNLEN], [/* Define to 1 if you have the \'strnlen\' function. */
|
|
@%:@undef HAVE_STRNLEN])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRNLEN])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_STRNLEN$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_USELOCALE], [/* Define to 1 if you have the \'uselocale\' function. */
|
|
@%:@undef HAVE_USELOCALE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_USELOCALE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_USELOCALE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WCSLEN], [/* Define to 1 if you have the \'wcslen\' function. */
|
|
@%:@undef HAVE_WCSLEN])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCSLEN])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WCSLEN$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WCSNLEN], [/* Define to 1 if you have the \'wcsnlen\' function. */
|
|
@%:@undef HAVE_WCSNLEN])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCSNLEN])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WCSNLEN$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if you have the \'mbrtowc\' function. */
|
|
@%:@undef HAVE_MBRTOWC])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_MBRTOWC$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_WCRTOMB], [/* Define to 1 if you have the \'wcrtomb\' function. */
|
|
@%:@undef HAVE_WCRTOMB])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCRTOMB])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WCRTOMB$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL__SNPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DECL__SNPRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DECL__SNPRINTF], [/* Define to 1 if you have the declaration of \'_snprintf\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL__SNPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL__SNWPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DECL__SNWPRINTF$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DECL__SNWPRINTF], [/* Define to 1 if you have the declaration of \'_snwprintf\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL__SNWPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_GETC_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DECL_GETC_UNLOCKED$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DECL_GETC_UNLOCKED], [/* Define to 1 if you have the declaration of \'getc_unlocked\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_GETC_UNLOCKED])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_POSIX_PRINTF])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_POSIX_PRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_ASPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_ASPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_SNPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_SNPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_NEWLOCALE])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_NEWLOCALE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_NEWLOCALE$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_WPRINTF])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_WPRINTF])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_WPRINTF$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_LANGINFO_CODESET], [/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
|
@%:@undef HAVE_LANGINFO_CODESET])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your <locale.h> file defines LC_MESSAGES. */
|
|
@%:@undef HAVE_LC_MESSAGES])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([HAVE_NAMELESS_LOCALES])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([HAVE_NAMELESS_LOCALES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_NAMELESS_LOCALES$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([WOE32DLL])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([WOE32DLL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^WOE32DLL$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([WOE32])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([WOE32])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^WOE32$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([WINDRES])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([WINDRES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^WINDRES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([zzzz1], [
|
|
#define __libc_lock_t gl_lock_t
|
|
#define __libc_lock_define gl_lock_define
|
|
#define __libc_lock_define_initialized gl_lock_define_initialized
|
|
#define __libc_lock_init gl_lock_init
|
|
#define __libc_lock_lock gl_lock_lock
|
|
#define __libc_lock_unlock gl_lock_unlock
|
|
#define __libc_lock_recursive_t gl_recursive_lock_t
|
|
#define __libc_lock_define_recursive gl_recursive_lock_define
|
|
#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
|
|
#define __libc_lock_init_recursive gl_recursive_lock_init
|
|
#define __libc_lock_lock_recursive gl_recursive_lock_lock
|
|
#define __libc_lock_unlock_recursive gl_recursive_lock_unlock
|
|
#define glthread_in_use libintl_thread_in_use
|
|
#define glthread_lock_init_func libintl_lock_init_func
|
|
#define glthread_lock_lock_func libintl_lock_lock_func
|
|
#define glthread_lock_unlock_func libintl_lock_unlock_func
|
|
#define glthread_lock_destroy_func libintl_lock_destroy_func
|
|
#define glthread_rwlock_init_multithreaded libintl_rwlock_init_multithreaded
|
|
#define glthread_rwlock_init_func libintl_rwlock_init_func
|
|
#define glthread_rwlock_rdlock_multithreaded libintl_rwlock_rdlock_multithreaded
|
|
#define glthread_rwlock_rdlock_func libintl_rwlock_rdlock_func
|
|
#define glthread_rwlock_wrlock_multithreaded libintl_rwlock_wrlock_multithreaded
|
|
#define glthread_rwlock_wrlock_func libintl_rwlock_wrlock_func
|
|
#define glthread_rwlock_unlock_multithreaded libintl_rwlock_unlock_multithreaded
|
|
#define glthread_rwlock_unlock_func libintl_rwlock_unlock_func
|
|
#define glthread_rwlock_destroy_multithreaded libintl_rwlock_destroy_multithreaded
|
|
#define glthread_rwlock_destroy_func libintl_rwlock_destroy_func
|
|
#define glthread_recursive_lock_init_multithreaded libintl_recursive_lock_init_multithreaded
|
|
#define glthread_recursive_lock_init_func libintl_recursive_lock_init_func
|
|
#define glthread_recursive_lock_lock_multithreaded libintl_recursive_lock_lock_multithreaded
|
|
#define glthread_recursive_lock_lock_func libintl_recursive_lock_lock_func
|
|
#define glthread_recursive_lock_unlock_multithreaded libintl_recursive_lock_unlock_multithreaded
|
|
#define glthread_recursive_lock_unlock_func libintl_recursive_lock_unlock_func
|
|
#define glthread_recursive_lock_destroy_multithreaded libintl_recursive_lock_destroy_multithreaded
|
|
#define glthread_recursive_lock_destroy_func libintl_recursive_lock_destroy_func
|
|
#define glthread_once_func libintl_once_func
|
|
#define glthread_once_singlethreaded libintl_once_singlethreaded
|
|
#define glthread_once_multithreaded libintl_once_multithreaded
|
|
])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFPREFERENCESCOPYAPPVALUE])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFPREFERENCESCOPYAPPVALUE], [/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
|
|
the CoreFoundation framework. */
|
|
@%:@undef HAVE_CFPREFERENCESCOPYAPPVALUE])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYCURRENT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFLOCALECOPYCURRENT], [/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
|
|
CoreFoundation framework. */
|
|
@%:@undef HAVE_CFLOCALECOPYCURRENT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYPREFERREDLANGUAGES])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYPREFERREDLANGUAGES$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_CFLOCALECOPYPREFERREDLANGUAGES], [/* Define to 1 if you have the Mac OS X function
|
|
CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
|
|
@%:@undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTL_MACOSX_LIBS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTL_MACOSX_LIBS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^ENABLE_NLS$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([ENABLE_NLS], [/* Define to 1 if translation of program messages to the user\'s native
|
|
language is requested. */
|
|
@%:@undef ENABLE_NLS])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_GETTEXT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define if the GNU gettext() function is already present or preinstalled. */
|
|
@%:@undef HAVE_GETTEXT])
|
|
m4trace:configure.ac:769: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DCGETTEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
|
|
m4trace:configure.ac:769: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define if the GNU dcgettext() function is already present or preinstalled.
|
|
*/
|
|
@%:@undef HAVE_DCGETTEXT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([BUILD_INCLUDED_LIBINTL])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([BUILD_INCLUDED_LIBINTL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([USE_INCLUDED_LIBINTL])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([USE_INCLUDED_LIBINTL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([CATOBJEXT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([CATOBJEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^CATOBJEXT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([DATADIRNAME])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([DATADIRNAME])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^DATADIRNAME$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INSTOBJEXT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INSTOBJEXT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INSTOBJEXT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([GENCAT])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([GENCAT])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^GENCAT$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTLOBJS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTLOBJS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTLOBJS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTL_LIBTOOL_SUFFIX_PREFIX])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([INTLLIBS])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([INTLLIBS])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^INTLLIBS$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LIBINTL])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LIBINTL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LIBINTL$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([LTLIBINTL])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([LTLIBINTL])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^LTLIBINTL$])
|
|
m4trace:configure.ac:769: -1- AC_SUBST([POSUB])
|
|
m4trace:configure.ac:769: -1- AC_SUBST_TRACE([POSUB])
|
|
m4trace:configure.ac:769: -1- m4_pattern_allow([^POSUB$])
|
|
m4trace:configure.ac:772: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines \'DIR\'.
|
|
*/
|
|
@%:@undef HAVE_DIRENT_H])
|
|
m4trace:configure.ac:772: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines \'DIR\'.
|
|
*/
|
|
@%:@undef HAVE_SYS_NDIR_H])
|
|
m4trace:configure.ac:772: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines \'DIR\'.
|
|
*/
|
|
@%:@undef HAVE_SYS_DIR_H])
|
|
m4trace:configure.ac:772: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines \'DIR\'. */
|
|
@%:@undef HAVE_NDIR_H])
|
|
m4trace:configure.ac:773: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
|
@%:@undef HAVE_SYS_TYPES_H])
|
|
m4trace:configure.ac:773: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_MKDEV])
|
|
m4trace:configure.ac:773: -1- m4_pattern_allow([^MAJOR_IN_MKDEV$])
|
|
m4trace:configure.ac:773: -1- AH_OUTPUT([MAJOR_IN_MKDEV], [/* Define to 1 if \'major\', \'minor\', and \'makedev\' are declared in <mkdev.h>.
|
|
*/
|
|
@%:@undef MAJOR_IN_MKDEV])
|
|
m4trace:configure.ac:773: -1- AC_DEFINE_TRACE_LITERAL([MAJOR_IN_SYSMACROS])
|
|
m4trace:configure.ac:773: -1- m4_pattern_allow([^MAJOR_IN_SYSMACROS$])
|
|
m4trace:configure.ac:773: -1- AH_OUTPUT([MAJOR_IN_SYSMACROS], [/* Define to 1 if \'major\', \'minor\', and \'makedev\' are declared in
|
|
<sysmacros.h>. */
|
|
@%:@undef MAJOR_IN_SYSMACROS])
|
|
m4trace:configure.ac:775: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
|
@%:@undef HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:775: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
|
|
m4trace:configure.ac:775: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNISTD_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_UNISTD_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
|
@%:@undef HAVE_STDLIB_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STDARG_H], [/* Define to 1 if you have the <stdarg.h> header file. */
|
|
@%:@undef HAVE_STDARG_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDARG_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STDARG_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_VARARGS_H], [/* Define to 1 if you have the <varargs.h> header file. */
|
|
@%:@undef HAVE_VARARGS_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VARARGS_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_VARARGS_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
|
|
@%:@undef HAVE_LIMITS_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIMITS_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_LIMITS_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
|
@%:@undef HAVE_STRING_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRING_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STRING_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
|
|
@%:@undef HAVE_MEMORY_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMORY_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_MEMORY_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
|
|
@%:@undef HAVE_LOCALE_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_TERMCAP_H], [/* Define to 1 if you have the <termcap.h> header file. */
|
|
@%:@undef HAVE_TERMCAP_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TERMCAP_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_TERMCAP_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_TERMIO_H], [/* Define to 1 if you have the <termio.h> header file. */
|
|
@%:@undef HAVE_TERMIO_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TERMIO_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_TERMIO_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_TERMIOS_H], [/* Define to 1 if you have the <termios.h> header file. */
|
|
@%:@undef HAVE_TERMIOS_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TERMIOS_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_TERMIOS_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
@%:@undef HAVE_DLFCN_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STDBOOL_H], [/* Define to 1 if you have the <stdbool.h> header file. */
|
|
@%:@undef HAVE_STDBOOL_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDBOOL_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
|
|
@%:@undef HAVE_STDDEF_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDDEF_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STDDEF_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
|
@%:@undef HAVE_STDINT_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STDINT_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the <netdb.h> header file. */
|
|
@%:@undef HAVE_NETDB_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NETDB_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_NETDB_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_PWD_H], [/* Define to 1 if you have the <pwd.h> header file. */
|
|
@%:@undef HAVE_PWD_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PWD_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_PWD_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_GRP_H], [/* Define to 1 if you have the <grp.h> header file. */
|
|
@%:@undef HAVE_GRP_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GRP_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_GRP_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
|
|
@%:@undef HAVE_STRINGS_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGS_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_STRINGS_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_REGEX_H], [/* Define to 1 if you have the <regex.h> header file. */
|
|
@%:@undef HAVE_REGEX_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGEX_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_REGEX_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_SYSLOG_H], [/* Define to 1 if you have the <syslog.h> header file. */
|
|
@%:@undef HAVE_SYSLOG_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYSLOG_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_SYSLOG_H$])
|
|
m4trace:configure.ac:777: -1- AH_OUTPUT([HAVE_ULIMIT_H], [/* Define to 1 if you have the <ulimit.h> header file. */
|
|
@%:@undef HAVE_ULIMIT_H])
|
|
m4trace:configure.ac:777: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ULIMIT_H])
|
|
m4trace:configure.ac:777: -1- m4_pattern_allow([^HAVE_ULIMIT_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_PTE_H], [/* Define to 1 if you have the <sys/pte.h> header file. */
|
|
@%:@undef HAVE_SYS_PTE_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_PTE_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_PTE_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_STREAM_H], [/* Define to 1 if you have the <sys/stream.h> header file. */
|
|
@%:@undef HAVE_SYS_STREAM_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_STREAM_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_STREAM_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_SELECT_H], [/* Define to 1 if you have the <sys/select.h> header file. */
|
|
@%:@undef HAVE_SYS_SELECT_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SELECT_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_SELECT_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_FILE_H], [/* Define to 1 if you have the <sys/file.h> header file. */
|
|
@%:@undef HAVE_SYS_FILE_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_FILE_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_FILE_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
@%:@undef HAVE_SYS_IOCTL_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_IOCTL_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_IOCTL_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
|
|
@%:@undef HAVE_SYS_MMAN_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_MMAN_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
|
|
@%:@undef HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_PARAM_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_RANDOM_H], [/* Define to 1 if you have the <sys/random.h> header file. */
|
|
@%:@undef HAVE_SYS_RANDOM_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_RANDOM_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_RANDOM_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
@%:@undef HAVE_SYS_SOCKET_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SOCKET_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
@%:@undef HAVE_SYS_STAT_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_STAT_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_STAT_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
|
|
@%:@undef HAVE_SYS_TIME_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_TIME_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_TIMES_H], [/* Define to 1 if you have the <sys/times.h> header file. */
|
|
@%:@undef HAVE_SYS_TIMES_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_TIMES_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_TIMES_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
|
@%:@undef HAVE_SYS_TYPES_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_TYPES_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_TYPES_H$])
|
|
m4trace:configure.ac:781: -1- AH_OUTPUT([HAVE_SYS_WAIT_H], [/* Define to 1 if you have the <sys/wait.h> header file. */
|
|
@%:@undef HAVE_SYS_WAIT_H])
|
|
m4trace:configure.ac:781: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_WAIT_H])
|
|
m4trace:configure.ac:781: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$])
|
|
m4trace:configure.ac:784: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
@%:@undef HAVE_NETINET_IN_H])
|
|
m4trace:configure.ac:784: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NETINET_IN_H])
|
|
m4trace:configure.ac:784: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$])
|
|
m4trace:configure.ac:784: -1- AH_OUTPUT([HAVE_ARPA_INET_H], [/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
@%:@undef HAVE_ARPA_INET_H])
|
|
m4trace:configure.ac:784: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARPA_INET_H])
|
|
m4trace:configure.ac:784: -1- m4_pattern_allow([^HAVE_ARPA_INET_H$])
|
|
m4trace:configure.ac:796: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_RESOURCE_H])
|
|
m4trace:configure.ac:796: -2- m4_pattern_allow([^HAVE_SYS_RESOURCE_H$])
|
|
m4trace:configure.ac:803: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
|
|
m4trace:configure.ac:803: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
|
|
m4trace:configure.ac:803: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if <alloca.h> works. */
|
|
@%:@undef HAVE_ALLOCA_H])
|
|
m4trace:configure.ac:803: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
|
|
m4trace:configure.ac:803: -1- m4_pattern_allow([^HAVE_ALLOCA$])
|
|
m4trace:configure.ac:803: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have \'alloca\', as a function or macro. */
|
|
@%:@undef HAVE_ALLOCA])
|
|
m4trace:configure.ac:803: -1- AC_LIBSOURCE([alloca.c])
|
|
m4trace:configure.ac:803: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
|
|
m4trace:configure.ac:803: -1- AC_SUBST_TRACE([ALLOCA])
|
|
m4trace:configure.ac:803: -1- m4_pattern_allow([^ALLOCA$])
|
|
m4trace:configure.ac:803: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
|
|
m4trace:configure.ac:803: -1- m4_pattern_allow([^C_ALLOCA$])
|
|
m4trace:configure.ac:803: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using \'alloca.c\'. */
|
|
@%:@undef C_ALLOCA])
|
|
m4trace:configure.ac:803: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
|
|
direction of stack growth for your system; otherwise it will be
|
|
automatically deduced at runtime.
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
#undef STACK_DIRECTION])
|
|
m4trace:configure.ac:803: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
|
|
m4trace:configure.ac:803: -1- m4_pattern_allow([^STACK_DIRECTION$])
|
|
m4trace:configure.ac:804: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
|
|
m4trace:configure.ac:804: -1- m4_pattern_allow([^uid_t$])
|
|
m4trace:configure.ac:804: -1- AH_OUTPUT([uid_t], [/* Define as \'int\' if <sys/types.h> doesn\'t define. */
|
|
@%:@undef uid_t])
|
|
m4trace:configure.ac:804: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
|
|
m4trace:configure.ac:804: -1- m4_pattern_allow([^gid_t$])
|
|
m4trace:configure.ac:804: -1- AH_OUTPUT([gid_t], [/* Define as \'int\' if <sys/types.h> doesn\'t define. */
|
|
@%:@undef gid_t])
|
|
m4trace:configure.ac:804: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CHOWN])
|
|
m4trace:configure.ac:804: -1- m4_pattern_allow([^HAVE_CHOWN$])
|
|
m4trace:configure.ac:804: -1- AH_OUTPUT([HAVE_CHOWN], [/* Define to 1 if your system has a working \'chown\' function. */
|
|
@%:@undef HAVE_CHOWN])
|
|
m4trace:configure.ac:805: -1- AC_DEFINE_TRACE_LITERAL([GETPGRP_VOID])
|
|
m4trace:configure.ac:805: -1- m4_pattern_allow([^GETPGRP_VOID$])
|
|
m4trace:configure.ac:805: -1- AH_OUTPUT([GETPGRP_VOID], [/* Define to 1 if the \'getpgrp\' function requires zero arguments. */
|
|
@%:@undef GETPGRP_VOID])
|
|
m4trace:configure.ac:806: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the \'vprintf\' function. */
|
|
@%:@undef HAVE_VPRINTF])
|
|
m4trace:configure.ac:806: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT])
|
|
m4trace:configure.ac:806: -1- m4_pattern_allow([^HAVE_DOPRNT$])
|
|
m4trace:configure.ac:806: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have \'vprintf\' but do have \'_doprnt.\' */
|
|
@%:@undef HAVE_DOPRNT])
|
|
m4trace:configure.ac:807: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCOLL])
|
|
m4trace:configure.ac:807: -1- m4_pattern_allow([^HAVE_STRCOLL$])
|
|
m4trace:configure.ac:807: -1- AH_OUTPUT([HAVE_STRCOLL], [/* Define to 1 if you have the \'strcoll\' function and it is properly defined.
|
|
*/
|
|
@%:@undef HAVE_STRCOLL])
|
|
m4trace:configure.ac:828: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VPRINTF])
|
|
m4trace:configure.ac:828: -1- m4_pattern_allow([^HAVE_VPRINTF$])
|
|
m4trace:configure.ac:833: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS vprint.$ac_objext"])
|
|
m4trace:configure.ac:833: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:833: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:833: -1- AC_LIBSOURCE([vprint.c])
|
|
m4trace:configure.ac:837: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SETOSTYPE])
|
|
m4trace:configure.ac:837: -2- m4_pattern_allow([^HAVE_SETOSTYPE$])
|
|
m4trace:configure.ac:838: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WAIT3])
|
|
m4trace:configure.ac:838: -2- m4_pattern_allow([^HAVE_WAIT3$])
|
|
m4trace:configure.ac:841: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MKFIFO])
|
|
m4trace:configure.ac:841: -2- m4_pattern_allow([^HAVE_MKFIFO$])
|
|
m4trace:configure.ac:841: -2- AC_DEFINE_TRACE_LITERAL([MKFIFO_MISSING])
|
|
m4trace:configure.ac:841: -2- m4_pattern_allow([^MKFIFO_MISSING$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_DUP2], [/* Define to 1 if you have the \'dup2\' function. */
|
|
@%:@undef HAVE_DUP2])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DUP2])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_DUP2$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_EACCESS], [/* Define to 1 if you have the \'eaccess\' function. */
|
|
@%:@undef HAVE_EACCESS])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EACCESS])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_EACCESS$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_FCNTL], [/* Define to 1 if you have the \'fcntl\' function. */
|
|
@%:@undef HAVE_FCNTL])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FCNTL])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_FCNTL$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETDTABLESIZE], [/* Define to 1 if you have the \'getdtablesize\' function. */
|
|
@%:@undef HAVE_GETDTABLESIZE])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETDTABLESIZE])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETDTABLESIZE$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETENTROPY], [/* Define to 1 if you have the \'getentropy\' function. */
|
|
@%:@undef HAVE_GETENTROPY])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETENTROPY])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETENTROPY$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETGROUPS], [/* Define to 1 if you have the \'getgroups\' function. */
|
|
@%:@undef HAVE_GETGROUPS])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETGROUPS])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETGROUPS$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETHOSTNAME], [/* Define to 1 if you have the \'gethostname\' function. */
|
|
@%:@undef HAVE_GETHOSTNAME])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETHOSTNAME])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETHOSTNAME$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the \'getpagesize\' function. */
|
|
@%:@undef HAVE_GETPAGESIZE])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETPEERNAME], [/* Define to 1 if you have the \'getpeername\' function. */
|
|
@%:@undef HAVE_GETPEERNAME])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPEERNAME])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETPEERNAME$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETRANDOM], [/* Define to 1 if you have the \'getrandom\' function. */
|
|
@%:@undef HAVE_GETRANDOM])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETRANDOM])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETRANDOM$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETRLIMIT], [/* Define to 1 if you have the \'getrlimit\' function. */
|
|
@%:@undef HAVE_GETRLIMIT])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETRLIMIT])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETRLIMIT$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETRUSAGE], [/* Define to 1 if you have the \'getrusage\' function. */
|
|
@%:@undef HAVE_GETRUSAGE])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETRUSAGE])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETRUSAGE$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the \'gettimeofday\' function. */
|
|
@%:@undef HAVE_GETTIMEOFDAY])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTIMEOFDAY])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_GETTIMEOFDAY$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_KILL], [/* Define to 1 if you have the \'kill\' function. */
|
|
@%:@undef HAVE_KILL])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KILL])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_KILL$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_KILLPG], [/* Define to 1 if you have the \'killpg\' function. */
|
|
@%:@undef HAVE_KILLPG])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KILLPG])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_KILLPG$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_LSTAT], [/* Define to 1 if you have the \'lstat\' function. */
|
|
@%:@undef HAVE_LSTAT])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LSTAT])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_LSTAT$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_PSELECT], [/* Define to 1 if you have the \'pselect\' function. */
|
|
@%:@undef HAVE_PSELECT])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PSELECT])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_PSELECT$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the \'readlink\' function. */
|
|
@%:@undef HAVE_READLINK])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_READLINK])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_READLINK$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the \'select\' function. */
|
|
@%:@undef HAVE_SELECT])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SELECT])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_SELECT$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_SETDTABLESIZE], [/* Define to 1 if you have the \'setdtablesize\' function. */
|
|
@%:@undef HAVE_SETDTABLESIZE])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETDTABLESIZE])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_SETDTABLESIZE$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_SETITIMER], [/* Define to 1 if you have the \'setitimer\' function. */
|
|
@%:@undef HAVE_SETITIMER])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETITIMER])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_SETITIMER$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_TCGETPGRP], [/* Define to 1 if you have the \'tcgetpgrp\' function. */
|
|
@%:@undef HAVE_TCGETPGRP])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TCGETPGRP])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_TCGETPGRP$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_UNAME], [/* Define to 1 if you have the \'uname\' function. */
|
|
@%:@undef HAVE_UNAME])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNAME])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_UNAME$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_ULIMIT], [/* Define to 1 if you have the \'ulimit\' function. */
|
|
@%:@undef HAVE_ULIMIT])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ULIMIT])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_ULIMIT$])
|
|
m4trace:configure.ac:844: -1- AH_OUTPUT([HAVE_WAITPID], [/* Define to 1 if you have the \'waitpid\' function. */
|
|
@%:@undef HAVE_WAITPID])
|
|
m4trace:configure.ac:844: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WAITPID])
|
|
m4trace:configure.ac:844: -1- m4_pattern_allow([^HAVE_WAITPID$])
|
|
m4trace:configure.ac:848: -1- AH_OUTPUT([HAVE_RENAME], [/* Define to 1 if you have the \'rename\' function. */
|
|
@%:@undef HAVE_RENAME])
|
|
m4trace:configure.ac:848: -1- AC_LIBSOURCE([rename.c])
|
|
m4trace:configure.ac:848: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RENAME])
|
|
m4trace:configure.ac:848: -1- m4_pattern_allow([^HAVE_RENAME$])
|
|
m4trace:configure.ac:848: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS rename.$ac_objext"])
|
|
m4trace:configure.ac:848: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:848: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_BCOPY], [/* Define to 1 if you have the \'bcopy\' function. */
|
|
@%:@undef HAVE_BCOPY])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BCOPY])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_BCOPY$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_BZERO], [/* Define to 1 if you have the \'bzero\' function. */
|
|
@%:@undef HAVE_BZERO])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BZERO])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_BZERO$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_CONFSTR], [/* Define to 1 if you have the \'confstr\' function. */
|
|
@%:@undef HAVE_CONFSTR])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CONFSTR])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_CONFSTR$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_FACCESSAT], [/* Define to 1 if you have the \'faccessat\' function. */
|
|
@%:@undef HAVE_FACCESSAT])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FACCESSAT])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_FACCESSAT$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_FNMATCH], [/* Define to 1 if you have the \'fnmatch\' function. */
|
|
@%:@undef HAVE_FNMATCH])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FNMATCH])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_FNMATCH$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_GETADDRINFO], [/* Define to 1 if you have the \'getaddrinfo\' function. */
|
|
@%:@undef HAVE_GETADDRINFO])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETADDRINFO])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_GETADDRINFO$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the \'gethostbyname\' function. */
|
|
@%:@undef HAVE_GETHOSTBYNAME])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETHOSTBYNAME])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_GETSERVBYNAME], [/* Define to 1 if you have the \'getservbyname\' function. */
|
|
@%:@undef HAVE_GETSERVBYNAME])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETSERVBYNAME])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_GETSERVBYNAME$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_GETSERVENT], [/* Define to 1 if you have the \'getservent\' function. */
|
|
@%:@undef HAVE_GETSERVENT])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETSERVENT])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_GETSERVENT$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_INET_ATON], [/* Define to 1 if you have the \'inet_aton\' function. */
|
|
@%:@undef HAVE_INET_ATON])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INET_ATON])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_INET_ATON$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_IMAXDIV], [/* Define to 1 if you have the \'imaxdiv\' function. */
|
|
@%:@undef HAVE_IMAXDIV])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_IMAXDIV])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_IMAXDIV$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the \'memmove\' function. */
|
|
@%:@undef HAVE_MEMMOVE])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMMOVE])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_MEMMOVE$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_PATHCONF], [/* Define to 1 if you have the \'pathconf\' function. */
|
|
@%:@undef HAVE_PATHCONF])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PATHCONF])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_PATHCONF$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the \'putenv\' function. */
|
|
@%:@undef HAVE_PUTENV])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PUTENV])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_PUTENV$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_RAISE], [/* Define to 1 if you have the \'raise\' function. */
|
|
@%:@undef HAVE_RAISE])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RAISE])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_RAISE$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_RANDOM], [/* Define to 1 if you have the \'random\' function. */
|
|
@%:@undef HAVE_RANDOM])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RANDOM])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_RANDOM$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the \'regcomp\' function. */
|
|
@%:@undef HAVE_REGCOMP])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGCOMP])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_REGCOMP$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_REGEXEC], [/* Define to 1 if you have the \'regexec\' function. */
|
|
@%:@undef HAVE_REGEXEC])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGEXEC])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_REGEXEC$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the \'setenv\' function. */
|
|
@%:@undef HAVE_SETENV])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETENV])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SETENV$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SETLINEBUF], [/* Define to 1 if you have the \'setlinebuf\' function. */
|
|
@%:@undef HAVE_SETLINEBUF])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETLINEBUF])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SETLINEBUF$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the \'setlocale\' function. */
|
|
@%:@undef HAVE_SETLOCALE])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETLOCALE])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SETLOCALE$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SETVBUF], [/* Define to 1 if you have the \'setvbuf\' function. */
|
|
@%:@undef HAVE_SETVBUF])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETVBUF])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SETVBUF$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SIGINTERRUPT], [/* Define to 1 if you have the \'siginterrupt\' function. */
|
|
@%:@undef HAVE_SIGINTERRUPT])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SIGINTERRUPT])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SIGINTERRUPT$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the \'strchr\' function. */
|
|
@%:@undef HAVE_STRCHR])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCHR])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_STRCHR$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SYSCONF], [/* Define to 1 if you have the \'sysconf\' function. */
|
|
@%:@undef HAVE_SYSCONF])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYSCONF])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SYSCONF$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_SYSLOG], [/* Define to 1 if you have the \'syslog\' function. */
|
|
@%:@undef HAVE_SYSLOG])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYSLOG])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_SYSLOG$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_TCGETATTR], [/* Define to 1 if you have the \'tcgetattr\' function. */
|
|
@%:@undef HAVE_TCGETATTR])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TCGETATTR])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_TCGETATTR$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_TIMES], [/* Define to 1 if you have the \'times\' function. */
|
|
@%:@undef HAVE_TIMES])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TIMES])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_TIMES$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_TTYNAME], [/* Define to 1 if you have the \'ttyname\' function. */
|
|
@%:@undef HAVE_TTYNAME])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TTYNAME])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_TTYNAME$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_TZSET], [/* Define to 1 if you have the \'tzset\' function. */
|
|
@%:@undef HAVE_TZSET])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TZSET])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_TZSET$])
|
|
m4trace:configure.ac:851: -1- AH_OUTPUT([HAVE_UNSETENV], [/* Define to 1 if you have the \'unsetenv\' function. */
|
|
@%:@undef HAVE_UNSETENV])
|
|
m4trace:configure.ac:851: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSETENV])
|
|
m4trace:configure.ac:851: -1- m4_pattern_allow([^HAVE_UNSETENV$])
|
|
m4trace:configure.ac:857: -1- AH_OUTPUT([HAVE_VASPRINTF], [/* Define to 1 if you have the \'vasprintf\' function. */
|
|
@%:@undef HAVE_VASPRINTF])
|
|
m4trace:configure.ac:857: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VASPRINTF])
|
|
m4trace:configure.ac:857: -1- m4_pattern_allow([^HAVE_VASPRINTF$])
|
|
m4trace:configure.ac:857: -1- AH_OUTPUT([HAVE_ASPRINTF], [/* Define to 1 if you have the \'asprintf\' function. */
|
|
@%:@undef HAVE_ASPRINTF])
|
|
m4trace:configure.ac:857: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ASPRINTF])
|
|
m4trace:configure.ac:857: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISASCII], [/* Define to 1 if you have the \'isascii\' function. */
|
|
@%:@undef HAVE_ISASCII])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISASCII])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISASCII$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISBLANK], [/* Define to 1 if you have the \'isblank\' function. */
|
|
@%:@undef HAVE_ISBLANK])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISBLANK])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISBLANK$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISGRAPH], [/* Define to 1 if you have the \'isgraph\' function. */
|
|
@%:@undef HAVE_ISGRAPH])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISGRAPH])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISGRAPH$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISPRINT], [/* Define to 1 if you have the \'isprint\' function. */
|
|
@%:@undef HAVE_ISPRINT])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISPRINT])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISPRINT$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISSPACE], [/* Define to 1 if you have the \'isspace\' function. */
|
|
@%:@undef HAVE_ISSPACE])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISSPACE])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISSPACE$])
|
|
m4trace:configure.ac:858: -1- AH_OUTPUT([HAVE_ISXDIGIT], [/* Define to 1 if you have the \'isxdigit\' function. */
|
|
@%:@undef HAVE_ISXDIGIT])
|
|
m4trace:configure.ac:858: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISXDIGIT])
|
|
m4trace:configure.ac:858: -1- m4_pattern_allow([^HAVE_ISXDIGIT$])
|
|
m4trace:configure.ac:859: -1- AH_OUTPUT([HAVE_GETPWENT], [/* Define to 1 if you have the \'getpwent\' function. */
|
|
@%:@undef HAVE_GETPWENT])
|
|
m4trace:configure.ac:859: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPWENT])
|
|
m4trace:configure.ac:859: -1- m4_pattern_allow([^HAVE_GETPWENT$])
|
|
m4trace:configure.ac:859: -1- AH_OUTPUT([HAVE_GETPWNAM], [/* Define to 1 if you have the \'getpwnam\' function. */
|
|
@%:@undef HAVE_GETPWNAM])
|
|
m4trace:configure.ac:859: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPWNAM])
|
|
m4trace:configure.ac:859: -1- m4_pattern_allow([^HAVE_GETPWNAM$])
|
|
m4trace:configure.ac:859: -1- AH_OUTPUT([HAVE_GETPWUID], [/* Define to 1 if you have the \'getpwuid\' function. */
|
|
@%:@undef HAVE_GETPWUID])
|
|
m4trace:configure.ac:859: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPWUID])
|
|
m4trace:configure.ac:859: -1- m4_pattern_allow([^HAVE_GETPWUID$])
|
|
m4trace:configure.ac:860: -1- AH_OUTPUT([HAVE_MKSTEMP], [/* Define to 1 if you have the \'mkstemp\' function. */
|
|
@%:@undef HAVE_MKSTEMP])
|
|
m4trace:configure.ac:860: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MKSTEMP])
|
|
m4trace:configure.ac:860: -1- m4_pattern_allow([^HAVE_MKSTEMP$])
|
|
m4trace:configure.ac:860: -1- AH_OUTPUT([HAVE_MKDTEMP], [/* Define to 1 if you have the \'mkdtemp\' function. */
|
|
@%:@undef HAVE_MKDTEMP])
|
|
m4trace:configure.ac:860: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MKDTEMP])
|
|
m4trace:configure.ac:860: -1- m4_pattern_allow([^HAVE_MKDTEMP$])
|
|
m4trace:configure.ac:861: -1- AH_OUTPUT([HAVE_ARC4RANDOM], [/* Define to 1 if you have the \'arc4random\' function. */
|
|
@%:@undef HAVE_ARC4RANDOM])
|
|
m4trace:configure.ac:861: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARC4RANDOM])
|
|
m4trace:configure.ac:861: -1- m4_pattern_allow([^HAVE_ARC4RANDOM$])
|
|
m4trace:configure.ac:863: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the \'getcwd\' function. */
|
|
@%:@undef HAVE_GETCWD])
|
|
m4trace:configure.ac:863: -1- AC_LIBSOURCE([getcwd.c])
|
|
m4trace:configure.ac:863: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETCWD])
|
|
m4trace:configure.ac:863: -1- m4_pattern_allow([^HAVE_GETCWD$])
|
|
m4trace:configure.ac:863: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_objext"])
|
|
m4trace:configure.ac:863: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:863: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:863: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the \'memset\' function. */
|
|
@%:@undef HAVE_MEMSET])
|
|
m4trace:configure.ac:863: -1- AC_LIBSOURCE([memset.c])
|
|
m4trace:configure.ac:863: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMSET])
|
|
m4trace:configure.ac:863: -1- m4_pattern_allow([^HAVE_MEMSET$])
|
|
m4trace:configure.ac:863: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS memset.$ac_objext"])
|
|
m4trace:configure.ac:863: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:863: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the \'strcasecmp\' function. */
|
|
@%:@undef HAVE_STRCASECMP])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strcasecmp.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCASECMP])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRCASECMP$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strcasecmp.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRCASESTR], [/* Define to 1 if you have the \'strcasestr\' function. */
|
|
@%:@undef HAVE_STRCASESTR])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strcasestr.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCASESTR])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRCASESTR$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strcasestr.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the \'strerror\' function. */
|
|
@%:@undef HAVE_STRERROR])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strerror.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRERROR])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRERROR$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strerror.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRFTIME], [/* Define to 1 if you have the \'strftime\' function. */
|
|
@%:@undef HAVE_STRFTIME])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strftime.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRFTIME])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRFTIME$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strftime.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRNLEN], [/* Define to 1 if you have the \'strnlen\' function. */
|
|
@%:@undef HAVE_STRNLEN])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strnlen.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRNLEN])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRNLEN$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strnlen.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRPBRK], [/* Define to 1 if you have the \'strpbrk\' function. */
|
|
@%:@undef HAVE_STRPBRK])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strpbrk.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRPBRK])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRPBRK$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strpbrk.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:864: -1- AH_OUTPUT([HAVE_STRSTR], [/* Define to 1 if you have the \'strstr\' function. */
|
|
@%:@undef HAVE_STRSTR])
|
|
m4trace:configure.ac:864: -1- AC_LIBSOURCE([strstr.c])
|
|
m4trace:configure.ac:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSTR])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^HAVE_STRSTR$])
|
|
m4trace:configure.ac:864: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strstr.$ac_objext"])
|
|
m4trace:configure.ac:864: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:864: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOD], [/* Define to 1 if you have the \'strtod\' function. */
|
|
@%:@undef HAVE_STRTOD])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtod.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOD])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOD$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtod.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the \'strtol\' function. */
|
|
@%:@undef HAVE_STRTOL])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtol.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOL])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOL$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtol.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the \'strtoul\' function. */
|
|
@%:@undef HAVE_STRTOUL])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtoul.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOUL])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOUL$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtoul.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOLL], [/* Define to 1 if you have the \'strtoll\' function. */
|
|
@%:@undef HAVE_STRTOLL])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtoll.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOLL])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOLL$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtoll.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOULL], [/* Define to 1 if you have the \'strtoull\' function. */
|
|
@%:@undef HAVE_STRTOULL])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtoull.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOULL])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOULL$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtoull.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:865: -1- AH_OUTPUT([HAVE_STRTOUMAX], [/* Define to 1 if you have the \'strtoumax\' function. */
|
|
@%:@undef HAVE_STRTOUMAX])
|
|
m4trace:configure.ac:865: -1- AC_LIBSOURCE([strtoumax.c])
|
|
m4trace:configure.ac:865: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOUMAX])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^HAVE_STRTOUMAX$])
|
|
m4trace:configure.ac:865: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtoumax.$ac_objext"])
|
|
m4trace:configure.ac:865: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:865: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:866: -1- AH_OUTPUT([HAVE_DPRINTF], [/* Define to 1 if you have the \'dprintf\' function. */
|
|
@%:@undef HAVE_DPRINTF])
|
|
m4trace:configure.ac:866: -1- AC_LIBSOURCE([dprintf.c])
|
|
m4trace:configure.ac:866: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DPRINTF])
|
|
m4trace:configure.ac:866: -1- m4_pattern_allow([^HAVE_DPRINTF$])
|
|
m4trace:configure.ac:866: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS dprintf.$ac_objext"])
|
|
m4trace:configure.ac:866: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:866: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:867: -1- AH_OUTPUT([HAVE_STRCHRNUL], [/* Define to 1 if you have the \'strchrnul\' function. */
|
|
@%:@undef HAVE_STRCHRNUL])
|
|
m4trace:configure.ac:867: -1- AC_LIBSOURCE([strchrnul.c])
|
|
m4trace:configure.ac:867: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCHRNUL])
|
|
m4trace:configure.ac:867: -1- m4_pattern_allow([^HAVE_STRCHRNUL$])
|
|
m4trace:configure.ac:867: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strchrnul.$ac_objext"])
|
|
m4trace:configure.ac:867: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:867: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:868: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the \'strdup\' function. */
|
|
@%:@undef HAVE_STRDUP])
|
|
m4trace:configure.ac:868: -1- AC_LIBSOURCE([strdup.c])
|
|
m4trace:configure.ac:868: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRDUP])
|
|
m4trace:configure.ac:868: -1- m4_pattern_allow([^HAVE_STRDUP$])
|
|
m4trace:configure.ac:868: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strdup.$ac_objext"])
|
|
m4trace:configure.ac:868: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:868: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:870: -1- AH_OUTPUT([HAVE_LIBAUDIT_H], [/* Define to 1 if you have the <libaudit.h> header file. */
|
|
@%:@undef HAVE_LIBAUDIT_H])
|
|
m4trace:configure.ac:870: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBAUDIT_H])
|
|
m4trace:configure.ac:870: -1- m4_pattern_allow([^HAVE_LIBAUDIT_H$])
|
|
m4trace:configure.ac:871: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_AUDIT_USER_TTY])
|
|
m4trace:configure.ac:871: -1- m4_pattern_allow([^HAVE_DECL_AUDIT_USER_TTY$])
|
|
m4trace:configure.ac:871: -1- AH_OUTPUT([HAVE_DECL_AUDIT_USER_TTY], [/* Define to 1 if you have the declaration of \'AUDIT_USER_TTY\', and to 0 if
|
|
you don\'t. */
|
|
@%:@undef HAVE_DECL_AUDIT_USER_TTY])
|
|
m4trace:configure.ac:873: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_CONFSTR])
|
|
m4trace:configure.ac:873: -1- m4_pattern_allow([^HAVE_DECL_CONFSTR$])
|
|
m4trace:configure.ac:873: -1- AH_OUTPUT([HAVE_DECL_CONFSTR], [/* Define to 1 if you have the declaration of \'confstr\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_CONFSTR])
|
|
m4trace:configure.ac:874: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_PRINTF])
|
|
m4trace:configure.ac:874: -1- m4_pattern_allow([^HAVE_DECL_PRINTF$])
|
|
m4trace:configure.ac:874: -1- AH_OUTPUT([HAVE_DECL_PRINTF], [/* Define to 1 if you have the declaration of \'printf\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_PRINTF])
|
|
m4trace:configure.ac:875: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SBRK])
|
|
m4trace:configure.ac:875: -1- m4_pattern_allow([^HAVE_DECL_SBRK$])
|
|
m4trace:configure.ac:875: -1- AH_OUTPUT([HAVE_DECL_SBRK], [/* Define to 1 if you have the declaration of \'sbrk\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_SBRK])
|
|
m4trace:configure.ac:876: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SETREGID])
|
|
m4trace:configure.ac:876: -1- m4_pattern_allow([^HAVE_DECL_SETREGID$])
|
|
m4trace:configure.ac:876: -1- AH_OUTPUT([HAVE_DECL_SETREGID], [/* Define to 1 if you have the declaration of \'setregid\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_SETREGID])
|
|
m4trace:configure.ac:877: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRCPY])
|
|
m4trace:configure.ac:877: -1- m4_pattern_allow([^HAVE_DECL_STRCPY$])
|
|
m4trace:configure.ac:877: -1- AH_OUTPUT([HAVE_DECL_STRCPY], [/* Define to 1 if you have the declaration of \'strcpy\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_STRCPY])
|
|
m4trace:configure.ac:878: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRSIGNAL])
|
|
m4trace:configure.ac:878: -1- m4_pattern_allow([^HAVE_DECL_STRSIGNAL$])
|
|
m4trace:configure.ac:878: -1- AH_OUTPUT([HAVE_DECL_STRSIGNAL], [/* Define to 1 if you have the declaration of \'strsignal\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRSIGNAL])
|
|
m4trace:configure.ac:880: -1- AH_OUTPUT([HAVE_SETRESUID], [/* Define to 1 if you have the \'setresuid\' function. */
|
|
@%:@undef HAVE_SETRESUID])
|
|
m4trace:configure.ac:880: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETRESUID])
|
|
m4trace:configure.ac:880: -1- m4_pattern_allow([^HAVE_SETRESUID$])
|
|
m4trace:configure.ac:880: -1- AH_OUTPUT([HAVE_SETRESGID], [/* Define to 1 if you have the \'setresgid\' function. */
|
|
@%:@undef HAVE_SETRESGID])
|
|
m4trace:configure.ac:880: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SETRESGID])
|
|
m4trace:configure.ac:880: -1- m4_pattern_allow([^HAVE_SETRESGID$])
|
|
m4trace:configure.ac:883: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD])
|
|
m4trace:configure.ac:883: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$])
|
|
m4trace:configure.ac:883: -1- AH_OUTPUT([HAVE_DECL_STRTOLD], [/* Define to 1 if you have the declaration of \'strtold\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOLD])
|
|
m4trace:configure.ac:883: -1- AC_DEFINE_TRACE_LITERAL([STRTOLD_BROKEN])
|
|
m4trace:configure.ac:883: -1- m4_pattern_allow([^STRTOLD_BROKEN$])
|
|
m4trace:configure.ac:900: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOL])
|
|
m4trace:configure.ac:900: -1- m4_pattern_allow([^HAVE_DECL_STRTOL$])
|
|
m4trace:configure.ac:900: -1- AH_OUTPUT([HAVE_DECL_STRTOL], [/* Define to 1 if you have the declaration of \'strtol\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_STRTOL])
|
|
m4trace:configure.ac:901: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLL])
|
|
m4trace:configure.ac:901: -1- m4_pattern_allow([^HAVE_DECL_STRTOLL$])
|
|
m4trace:configure.ac:901: -1- AH_OUTPUT([HAVE_DECL_STRTOLL], [/* Define to 1 if you have the declaration of \'strtoll\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOLL])
|
|
m4trace:configure.ac:902: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOUL])
|
|
m4trace:configure.ac:902: -1- m4_pattern_allow([^HAVE_DECL_STRTOUL$])
|
|
m4trace:configure.ac:902: -1- AH_OUTPUT([HAVE_DECL_STRTOUL], [/* Define to 1 if you have the declaration of \'strtoul\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOUL])
|
|
m4trace:configure.ac:903: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOULL])
|
|
m4trace:configure.ac:903: -1- m4_pattern_allow([^HAVE_DECL_STRTOULL$])
|
|
m4trace:configure.ac:903: -1- AH_OUTPUT([HAVE_DECL_STRTOULL], [/* Define to 1 if you have the declaration of \'strtoull\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOULL])
|
|
m4trace:configure.ac:904: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOUMAX])
|
|
m4trace:configure.ac:904: -1- m4_pattern_allow([^HAVE_DECL_STRTOUMAX$])
|
|
m4trace:configure.ac:904: -1- AH_OUTPUT([HAVE_DECL_STRTOUMAX], [/* Define to 1 if you have the declaration of \'strtoumax\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOUMAX])
|
|
m4trace:configure.ac:906: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
|
|
@%:@undef HAVE_SYS_TIME_H])
|
|
m4trace:configure.ac:906: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:906: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the \'alarm\' function. */
|
|
@%:@undef HAVE_ALARM])
|
|
m4trace:configure.ac:906: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS mktime.$ac_objext"])
|
|
m4trace:configure.ac:906: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:906: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:906: -1- AC_LIBSOURCE([mktime.c])
|
|
m4trace:configure.ac:913: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
|
|
@%:@undef HAVE_ARGZ_H])
|
|
m4trace:configure.ac:913: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ARGZ_H])
|
|
m4trace:configure.ac:913: -1- m4_pattern_allow([^HAVE_ARGZ_H$])
|
|
m4trace:configure.ac:913: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */
|
|
@%:@undef HAVE_ERRNO_H])
|
|
m4trace:configure.ac:913: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ERRNO_H])
|
|
m4trace:configure.ac:913: -1- m4_pattern_allow([^HAVE_ERRNO_H$])
|
|
m4trace:configure.ac:913: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
|
|
@%:@undef HAVE_FCNTL_H])
|
|
m4trace:configure.ac:913: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FCNTL_H])
|
|
m4trace:configure.ac:913: -1- m4_pattern_allow([^HAVE_FCNTL_H$])
|
|
m4trace:configure.ac:913: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the <malloc.h> header file. */
|
|
@%:@undef HAVE_MALLOC_H])
|
|
m4trace:configure.ac:913: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC_H])
|
|
m4trace:configure.ac:913: -1- m4_pattern_allow([^HAVE_MALLOC_H$])
|
|
m4trace:configure.ac:913: -1- AH_OUTPUT([HAVE_STDIO_EXT_H], [/* Define to 1 if you have the <stdio_ext.h> header file. */
|
|
@%:@undef HAVE_STDIO_EXT_H])
|
|
m4trace:configure.ac:913: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDIO_EXT_H])
|
|
m4trace:configure.ac:913: -1- m4_pattern_allow([^HAVE_STDIO_EXT_H$])
|
|
m4trace:configure.ac:916: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
|
@%:@undef HAVE_UNISTD_H])
|
|
m4trace:configure.ac:916: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
|
|
@%:@undef HAVE_SYS_PARAM_H])
|
|
m4trace:configure.ac:916: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the \'getpagesize\' function. */
|
|
@%:@undef HAVE_GETPAGESIZE])
|
|
m4trace:configure.ac:916: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
|
|
m4trace:configure.ac:916: -1- m4_pattern_allow([^HAVE_MMAP$])
|
|
m4trace:configure.ac:916: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working \'mmap\' system call. */
|
|
@%:@undef HAVE_MMAP])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the \'__argz_count\' function. */
|
|
@%:@undef HAVE___ARGZ_COUNT])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE___ARGZ_COUNT])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE___ARGZ_COUNT$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the \'__argz_next\' function. */
|
|
@%:@undef HAVE___ARGZ_NEXT])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE___ARGZ_NEXT])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE___ARGZ_NEXT$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the \'__argz_stringify\' function. */
|
|
@%:@undef HAVE___ARGZ_STRINGIFY])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE___ARGZ_STRINGIFY])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE___ARGZ_STRINGIFY$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the \'dcgettext\' function. */
|
|
@%:@undef HAVE_DCGETTEXT])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DCGETTEXT])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the \'mempcpy\' function. */
|
|
@%:@undef HAVE_MEMPCPY])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MEMPCPY])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_MEMPCPY$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the \'munmap\' function. */
|
|
@%:@undef HAVE_MUNMAP])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MUNMAP])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_MUNMAP$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_MREMAP], [/* Define to 1 if you have the \'mremap\' function. */
|
|
@%:@undef HAVE_MREMAP])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MREMAP])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_MREMAP$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the \'stpcpy\' function. */
|
|
@%:@undef HAVE_STPCPY])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STPCPY])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_STPCPY$])
|
|
m4trace:configure.ac:917: -1- AH_OUTPUT([HAVE_STRCSPN], [/* Define to 1 if you have the \'strcspn\' function. */
|
|
@%:@undef HAVE_STRCSPN])
|
|
m4trace:configure.ac:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCSPN])
|
|
m4trace:configure.ac:917: -1- m4_pattern_allow([^HAVE_STRCSPN$])
|
|
m4trace:configure.ac:926: -1- AC_SUBST([INTL_DEP])
|
|
m4trace:configure.ac:926: -1- AC_SUBST_TRACE([INTL_DEP])
|
|
m4trace:configure.ac:926: -1- m4_pattern_allow([^INTL_DEP$])
|
|
m4trace:configure.ac:927: -1- AC_SUBST([INTL_INC])
|
|
m4trace:configure.ac:927: -1- AC_SUBST_TRACE([INTL_INC])
|
|
m4trace:configure.ac:927: -1- m4_pattern_allow([^INTL_INC$])
|
|
m4trace:configure.ac:928: -1- AC_SUBST([LIBINTL_H])
|
|
m4trace:configure.ac:928: -1- AC_SUBST_TRACE([LIBINTL_H])
|
|
m4trace:configure.ac:928: -1- m4_pattern_allow([^LIBINTL_H$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the <wctype.h> header file. */
|
|
@%:@undef HAVE_WCTYPE_H])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE_H])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WCTYPE_H$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the <wchar.h> header file. */
|
|
@%:@undef HAVE_WCHAR_H])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_H])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WCHAR_H$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the <langinfo.h> header file. */
|
|
@%:@undef HAVE_LANGINFO_H])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_H])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_LANGINFO_H$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_MBSTR_H], [/* Define to 1 if you have the <mbstr.h> header file. */
|
|
@%:@undef HAVE_MBSTR_H])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBSTR_H])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_MBSTR_H$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBRLEN])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_MBRLEN$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSCMP])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_MBSCMP$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSCMP])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_MBSCMP$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSNRTOWCS])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_MBSNRTOWCS$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBSRTOWCS])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_MBSRTOWCS$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_MBSCHR], [/* Define to 1 if you have the \'mbschr\' function. */
|
|
@%:@undef HAVE_MBSCHR])
|
|
m4trace:configure.ac:934: -1- AC_LIBSOURCE([mbschr.c])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBSCHR])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_MBSCHR$])
|
|
m4trace:configure.ac:934: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS mbschr.$ac_objext"])
|
|
m4trace:configure.ac:934: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCRTOMB])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_WCRTOMB$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCSCOLL])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_WCSCOLL$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCSDUP])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_WCSDUP$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCWIDTH])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_WCWIDTH$])
|
|
m4trace:configure.ac:934: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE])
|
|
m4trace:configure.ac:934: -2- m4_pattern_allow([^HAVE_WCTYPE$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WCSWIDTH], [/* Define to 1 if you have the \'wcswidth\' function. */
|
|
@%:@undef HAVE_WCSWIDTH])
|
|
m4trace:configure.ac:934: -1- AC_LIBSOURCE([wcswidth.c])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCSWIDTH])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WCSWIDTH$])
|
|
m4trace:configure.ac:934: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS wcswidth.$ac_objext"])
|
|
m4trace:configure.ac:934: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_MBRTOWC$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
|
|
@%:@undef HAVE_MBRTOWC])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBSTATE_T])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_MBSTATE_T$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_ISWLOWER], [/* Define to 1 if you have the \'iswlower\' function. */
|
|
@%:@undef HAVE_ISWLOWER])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISWLOWER])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_ISWLOWER$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_ISWUPPER], [/* Define to 1 if you have the \'iswupper\' function. */
|
|
@%:@undef HAVE_ISWUPPER])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISWUPPER])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_ISWUPPER$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_TOWLOWER], [/* Define to 1 if you have the \'towlower\' function. */
|
|
@%:@undef HAVE_TOWLOWER])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TOWLOWER])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_TOWLOWER$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_TOWUPPER], [/* Define to 1 if you have the \'towupper\' function. */
|
|
@%:@undef HAVE_TOWUPPER])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TOWUPPER])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_TOWUPPER$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_ISWCTYPE], [/* Define to 1 if you have the \'iswctype\' function. */
|
|
@%:@undef HAVE_ISWCTYPE])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ISWCTYPE])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_ISWCTYPE$])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_T])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WCHAR_T], [/* systems should define this type here */
|
|
@%:@undef HAVE_WCHAR_T])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE_T])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WCTYPE_T$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WCTYPE_T], [/* systems should define this type here */
|
|
@%:@undef HAVE_WCTYPE_T])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WINT_T])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_WINT_T$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_WINT_T], [/* systems should define this type here */
|
|
@%:@undef HAVE_WINT_T])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([WCWIDTH_BROKEN])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^WCWIDTH_BROKEN$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([WCWIDTH_BROKEN], [/* wcwidth is usually not broken */
|
|
@%:@undef WCWIDTH_BROKEN])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([HAVE_LOCALE_CHARSET], [/* Define to 1 if you have the \'locale_charset\' function. */
|
|
@%:@undef HAVE_LOCALE_CHARSET])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LOCALE_CHARSET])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^HAVE_LOCALE_CHARSET$])
|
|
m4trace:configure.ac:934: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_WCHAR_T])
|
|
m4trace:configure.ac:934: -1- m4_pattern_allow([^SIZEOF_WCHAR_T$])
|
|
m4trace:configure.ac:934: -1- AH_OUTPUT([SIZEOF_WCHAR_T], [/* The size of \'wchar_t\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_WCHAR_T])
|
|
m4trace:configure.ac:938: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the \'dl\' library (-ldl). */
|
|
@%:@undef HAVE_LIBDL])
|
|
m4trace:configure.ac:938: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL])
|
|
m4trace:configure.ac:938: -1- m4_pattern_allow([^HAVE_LIBDL$])
|
|
m4trace:configure.ac:939: -1- AH_OUTPUT([HAVE_DLOPEN], [/* Define to 1 if you have the \'dlopen\' function. */
|
|
@%:@undef HAVE_DLOPEN])
|
|
m4trace:configure.ac:939: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLOPEN])
|
|
m4trace:configure.ac:939: -1- m4_pattern_allow([^HAVE_DLOPEN$])
|
|
m4trace:configure.ac:939: -1- AH_OUTPUT([HAVE_DLCLOSE], [/* Define to 1 if you have the \'dlclose\' function. */
|
|
@%:@undef HAVE_DLCLOSE])
|
|
m4trace:configure.ac:939: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLCLOSE])
|
|
m4trace:configure.ac:939: -1- m4_pattern_allow([^HAVE_DLCLOSE$])
|
|
m4trace:configure.ac:939: -1- AH_OUTPUT([HAVE_DLSYM], [/* Define to 1 if you have the \'dlsym\' function. */
|
|
@%:@undef HAVE_DLSYM])
|
|
m4trace:configure.ac:939: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLSYM])
|
|
m4trace:configure.ac:939: -1- m4_pattern_allow([^HAVE_DLSYM$])
|
|
m4trace:configure.ac:944: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INET_ATON])
|
|
m4trace:configure.ac:944: -1- m4_pattern_allow([^HAVE_INET_ATON$])
|
|
m4trace:configure.ac:944: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS inet_aton.$ac_objext"])
|
|
m4trace:configure.ac:944: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:944: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:944: -1- AC_LIBSOURCE([inet_aton.c])
|
|
m4trace:configure.ac:950: -1- AH_OUTPUT([HAVE_LIBSUN], [/* Define to 1 if you have the \'sun\' library (-lsun). */
|
|
@%:@undef HAVE_LIBSUN])
|
|
m4trace:configure.ac:950: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSUN])
|
|
m4trace:configure.ac:950: -1- m4_pattern_allow([^HAVE_LIBSUN$])
|
|
m4trace:configure.ac:955: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSOCKET])
|
|
m4trace:configure.ac:955: -1- m4_pattern_allow([^HAVE_LIBSOCKET$])
|
|
m4trace:configure.ac:955: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPEERNAME])
|
|
m4trace:configure.ac:955: -1- m4_pattern_allow([^HAVE_GETPEERNAME$])
|
|
m4trace:configure.ac:959: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETHOSTBYNAME])
|
|
m4trace:configure.ac:959: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME$])
|
|
m4trace:configure.ac:963: -1- AC_DEFINE_TRACE_LITERAL([GETGROUPS_T])
|
|
m4trace:configure.ac:963: -1- m4_pattern_allow([^GETGROUPS_T$])
|
|
m4trace:configure.ac:963: -1- AH_OUTPUT([GETGROUPS_T], [/* Define to the type of elements in the array argument to \'getgroups\'.
|
|
Usually this is either \'int\' or \'gid_t\'. */
|
|
@%:@undef GETGROUPS_T])
|
|
m4trace:configure.ac:964: -1- AC_DEFINE_TRACE_LITERAL([off_t])
|
|
m4trace:configure.ac:964: -1- m4_pattern_allow([^off_t$])
|
|
m4trace:configure.ac:964: -1- AH_OUTPUT([off_t], [/* Define to \'long int\' if <sys/types.h> does not define. */
|
|
@%:@undef off_t])
|
|
m4trace:configure.ac:965: -1- AC_DEFINE_TRACE_LITERAL([mode_t])
|
|
m4trace:configure.ac:965: -1- m4_pattern_allow([^mode_t$])
|
|
m4trace:configure.ac:965: -1- AH_OUTPUT([mode_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef mode_t])
|
|
m4trace:configure.ac:966: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
|
|
m4trace:configure.ac:966: -1- m4_pattern_allow([^uid_t$])
|
|
m4trace:configure.ac:966: -1- AH_OUTPUT([uid_t], [/* Define as \'int\' if <sys/types.h> doesn\'t define. */
|
|
@%:@undef uid_t])
|
|
m4trace:configure.ac:966: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
|
|
m4trace:configure.ac:966: -1- m4_pattern_allow([^gid_t$])
|
|
m4trace:configure.ac:966: -1- AH_OUTPUT([gid_t], [/* Define as \'int\' if <sys/types.h> doesn\'t define. */
|
|
@%:@undef gid_t])
|
|
m4trace:configure.ac:967: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
|
|
m4trace:configure.ac:967: -1- m4_pattern_allow([^pid_t$])
|
|
m4trace:configure.ac:967: -1- AH_OUTPUT([pid_t], [/* Define as a signed integer type capable of holding a process identifier. */
|
|
@%:@undef pid_t])
|
|
m4trace:configure.ac:968: -1- AC_DEFINE_TRACE_LITERAL([size_t])
|
|
m4trace:configure.ac:968: -1- m4_pattern_allow([^size_t$])
|
|
m4trace:configure.ac:968: -1- AH_OUTPUT([size_t], [/* Define as \'unsigned int\' if <stddef.h> doesn\'t define. */
|
|
@%:@undef size_t])
|
|
m4trace:configure.ac:969: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UINTPTR_T])
|
|
m4trace:configure.ac:969: -1- m4_pattern_allow([^HAVE_UINTPTR_T$])
|
|
m4trace:configure.ac:969: -1- AH_OUTPUT([HAVE_UINTPTR_T], [/* Define to 1 if the system has the type \'uintptr_t\'. */
|
|
@%:@undef HAVE_UINTPTR_T])
|
|
m4trace:configure.ac:969: -1- AC_DEFINE_TRACE_LITERAL([uintptr_t])
|
|
m4trace:configure.ac:969: -1- m4_pattern_allow([^uintptr_t$])
|
|
m4trace:configure.ac:969: -1- AH_OUTPUT([uintptr_t], [/* Define to the type of an unsigned integer type wide enough to hold a
|
|
pointer, if such a type exists, and if the system does not define it. */
|
|
@%:@undef uintptr_t])
|
|
m4trace:configure.ac:971: -1- AC_DEFINE_TRACE_LITERAL([ssize_t])
|
|
m4trace:configure.ac:971: -1- m4_pattern_allow([^ssize_t$])
|
|
m4trace:configure.ac:971: -1- AH_OUTPUT([ssize_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef ssize_t])
|
|
m4trace:configure.ac:972: -1- AC_DEFINE_TRACE_LITERAL([time_t])
|
|
m4trace:configure.ac:972: -1- m4_pattern_allow([^time_t$])
|
|
m4trace:configure.ac:972: -1- AH_OUTPUT([time_t], [/* Define to \'long\' if <sys/types.h> does not define. */
|
|
@%:@undef time_t])
|
|
m4trace:configure.ac:974: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG_INT])
|
|
m4trace:configure.ac:974: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
|
|
m4trace:configure.ac:974: -1- AH_OUTPUT([HAVE_LONG_LONG_INT], [/* Define to 1 if the system has the type \'long long int\'. */
|
|
@%:@undef HAVE_LONG_LONG_INT])
|
|
m4trace:configure.ac:975: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG_INT])
|
|
m4trace:configure.ac:975: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
|
|
m4trace:configure.ac:975: -1- AH_OUTPUT([HAVE_UNSIGNED_LONG_LONG_INT], [/* Define to 1 if the system has the type \'unsigned long long int\'. */
|
|
@%:@undef HAVE_UNSIGNED_LONG_LONG_INT])
|
|
m4trace:configure.ac:977: -1- AC_DEFINE_TRACE_LITERAL([sig_atomic_t])
|
|
m4trace:configure.ac:977: -1- m4_pattern_allow([^sig_atomic_t$])
|
|
m4trace:configure.ac:979: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR])
|
|
m4trace:configure.ac:979: -1- m4_pattern_allow([^SIZEOF_CHAR$])
|
|
m4trace:configure.ac:979: -1- AH_OUTPUT([SIZEOF_CHAR], [/* The size of \'char\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_CHAR])
|
|
m4trace:configure.ac:980: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SHORT])
|
|
m4trace:configure.ac:980: -1- m4_pattern_allow([^SIZEOF_SHORT$])
|
|
m4trace:configure.ac:980: -1- AH_OUTPUT([SIZEOF_SHORT], [/* The size of \'short\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_SHORT])
|
|
m4trace:configure.ac:981: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INT])
|
|
m4trace:configure.ac:981: -1- m4_pattern_allow([^SIZEOF_INT$])
|
|
m4trace:configure.ac:981: -1- AH_OUTPUT([SIZEOF_INT], [/* The size of \'int\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_INT])
|
|
m4trace:configure.ac:982: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG])
|
|
m4trace:configure.ac:982: -1- m4_pattern_allow([^SIZEOF_LONG$])
|
|
m4trace:configure.ac:982: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of \'long\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_LONG])
|
|
m4trace:configure.ac:983: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_CHAR_P])
|
|
m4trace:configure.ac:983: -1- m4_pattern_allow([^SIZEOF_CHAR_P$])
|
|
m4trace:configure.ac:983: -1- AH_OUTPUT([SIZEOF_CHAR_P], [/* The size of \'char *\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_CHAR_P])
|
|
m4trace:configure.ac:984: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_SIZE_T])
|
|
m4trace:configure.ac:984: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
|
|
m4trace:configure.ac:984: -1- AH_OUTPUT([SIZEOF_SIZE_T], [/* The size of \'size_t\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_SIZE_T])
|
|
m4trace:configure.ac:985: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_DOUBLE])
|
|
m4trace:configure.ac:985: -1- m4_pattern_allow([^SIZEOF_DOUBLE$])
|
|
m4trace:configure.ac:985: -1- AH_OUTPUT([SIZEOF_DOUBLE], [/* The size of \'double\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_DOUBLE])
|
|
m4trace:configure.ac:986: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG_LONG])
|
|
m4trace:configure.ac:986: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
|
|
m4trace:configure.ac:986: -1- AH_OUTPUT([SIZEOF_LONG_LONG], [/* The size of \'long long\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_LONG_LONG])
|
|
m4trace:configure.ac:988: -1- AC_DEFINE_TRACE_LITERAL([u_int])
|
|
m4trace:configure.ac:988: -1- m4_pattern_allow([^u_int$])
|
|
m4trace:configure.ac:988: -1- AH_OUTPUT([u_int], [/* Define to \'unsigned int\' if <sys/types.h> does not define. */
|
|
@%:@undef u_int])
|
|
m4trace:configure.ac:989: -1- AC_DEFINE_TRACE_LITERAL([u_long])
|
|
m4trace:configure.ac:989: -1- m4_pattern_allow([^u_long$])
|
|
m4trace:configure.ac:989: -1- AH_OUTPUT([u_long], [/* Define to \'unsigned long\' if <sys/types.h> does not define. */
|
|
@%:@undef u_long])
|
|
m4trace:configure.ac:991: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
|
|
m4trace:configure.ac:991: -1- m4_pattern_allow([^bits16_t$])
|
|
m4trace:configure.ac:991: -1- AH_OUTPUT([bits16_t], [/* Define to \'short\' if <sys/types.h> does not define. */
|
|
@%:@undef bits16_t])
|
|
m4trace:configure.ac:991: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
|
|
m4trace:configure.ac:991: -1- m4_pattern_allow([^bits16_t$])
|
|
m4trace:configure.ac:991: -1- AH_OUTPUT([bits16_t], [/* Define to \'char\' if <sys/types.h> does not define. */
|
|
@%:@undef bits16_t])
|
|
m4trace:configure.ac:991: -1- AC_DEFINE_TRACE_LITERAL([bits16_t])
|
|
m4trace:configure.ac:991: -1- m4_pattern_allow([^bits16_t$])
|
|
m4trace:configure.ac:991: -1- AH_OUTPUT([bits16_t], [/* Define to \'short\' if <sys/types.h> does not define. */
|
|
@%:@undef bits16_t])
|
|
m4trace:configure.ac:992: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
|
|
m4trace:configure.ac:992: -1- m4_pattern_allow([^u_bits16_t$])
|
|
m4trace:configure.ac:992: -1- AH_OUTPUT([u_bits16_t], [/* Define to \'unsigned short\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits16_t])
|
|
m4trace:configure.ac:992: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
|
|
m4trace:configure.ac:992: -1- m4_pattern_allow([^u_bits16_t$])
|
|
m4trace:configure.ac:992: -1- AH_OUTPUT([u_bits16_t], [/* Define to \'unsigned char\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits16_t])
|
|
m4trace:configure.ac:992: -1- AC_DEFINE_TRACE_LITERAL([u_bits16_t])
|
|
m4trace:configure.ac:992: -1- m4_pattern_allow([^u_bits16_t$])
|
|
m4trace:configure.ac:992: -1- AH_OUTPUT([u_bits16_t], [/* Define to \'unsigned short\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits16_t])
|
|
m4trace:configure.ac:993: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
|
|
m4trace:configure.ac:993: -1- m4_pattern_allow([^bits32_t$])
|
|
m4trace:configure.ac:993: -1- AH_OUTPUT([bits32_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef bits32_t])
|
|
m4trace:configure.ac:993: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
|
|
m4trace:configure.ac:993: -1- m4_pattern_allow([^bits32_t$])
|
|
m4trace:configure.ac:993: -1- AH_OUTPUT([bits32_t], [/* Define to \'long\' if <sys/types.h> does not define. */
|
|
@%:@undef bits32_t])
|
|
m4trace:configure.ac:993: -1- AC_DEFINE_TRACE_LITERAL([bits32_t])
|
|
m4trace:configure.ac:993: -1- m4_pattern_allow([^bits32_t$])
|
|
m4trace:configure.ac:993: -1- AH_OUTPUT([bits32_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef bits32_t])
|
|
m4trace:configure.ac:994: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
|
|
m4trace:configure.ac:994: -1- m4_pattern_allow([^u_bits32_t$])
|
|
m4trace:configure.ac:994: -1- AH_OUTPUT([u_bits32_t], [/* Define to \'unsigned int\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits32_t])
|
|
m4trace:configure.ac:994: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
|
|
m4trace:configure.ac:994: -1- m4_pattern_allow([^u_bits32_t$])
|
|
m4trace:configure.ac:994: -1- AH_OUTPUT([u_bits32_t], [/* Define to \'unsigned long\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits32_t])
|
|
m4trace:configure.ac:994: -1- AC_DEFINE_TRACE_LITERAL([u_bits32_t])
|
|
m4trace:configure.ac:994: -1- m4_pattern_allow([^u_bits32_t$])
|
|
m4trace:configure.ac:994: -1- AH_OUTPUT([u_bits32_t], [/* Define to \'unsigned int\' if <sys/types.h> does not define. */
|
|
@%:@undef u_bits32_t])
|
|
m4trace:configure.ac:995: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
|
|
m4trace:configure.ac:995: -1- m4_pattern_allow([^bits64_t$])
|
|
m4trace:configure.ac:995: -1- AH_OUTPUT([bits64_t], [/* Define to \'char *\' if <sys/types.h> does not define. */
|
|
@%:@undef bits64_t])
|
|
m4trace:configure.ac:995: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
|
|
m4trace:configure.ac:995: -1- m4_pattern_allow([^bits64_t$])
|
|
m4trace:configure.ac:995: -1- AH_OUTPUT([bits64_t], [/* Define to \'double\' if <sys/types.h> does not define. */
|
|
@%:@undef bits64_t])
|
|
m4trace:configure.ac:995: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
|
|
m4trace:configure.ac:995: -1- m4_pattern_allow([^bits64_t$])
|
|
m4trace:configure.ac:995: -1- AH_OUTPUT([bits64_t], [/* Define to \'long long\' if <sys/types.h> does not define. */
|
|
@%:@undef bits64_t])
|
|
m4trace:configure.ac:995: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
|
|
m4trace:configure.ac:995: -1- m4_pattern_allow([^bits64_t$])
|
|
m4trace:configure.ac:995: -1- AH_OUTPUT([bits64_t], [/* Define to \'long\' if <sys/types.h> does not define. */
|
|
@%:@undef bits64_t])
|
|
m4trace:configure.ac:995: -1- AC_DEFINE_TRACE_LITERAL([bits64_t])
|
|
m4trace:configure.ac:995: -1- m4_pattern_allow([^bits64_t$])
|
|
m4trace:configure.ac:995: -1- AH_OUTPUT([bits64_t], [/* Define to \'double\' if <sys/types.h> does not define. */
|
|
@%:@undef bits64_t])
|
|
m4trace:configure.ac:997: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- m4_pattern_allow([^ptrdiff_t$])
|
|
m4trace:configure.ac:997: -1- AH_OUTPUT([ptrdiff_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- m4_pattern_allow([^ptrdiff_t$])
|
|
m4trace:configure.ac:997: -1- AH_OUTPUT([ptrdiff_t], [/* Define to \'long\' if <sys/types.h> does not define. */
|
|
@%:@undef ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- m4_pattern_allow([^ptrdiff_t$])
|
|
m4trace:configure.ac:997: -1- AH_OUTPUT([ptrdiff_t], [/* Define to \'long long\' if <sys/types.h> does not define. */
|
|
@%:@undef ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
|
|
m4trace:configure.ac:997: -1- m4_pattern_allow([^ptrdiff_t$])
|
|
m4trace:configure.ac:997: -1- AH_OUTPUT([ptrdiff_t], [/* Define to \'int\' if <sys/types.h> does not define. */
|
|
@%:@undef ptrdiff_t])
|
|
m4trace:configure.ac:1000: -1- AC_DEFINE_TRACE_LITERAL([STAT_MACROS_BROKEN])
|
|
m4trace:configure.ac:1000: -1- m4_pattern_allow([^STAT_MACROS_BROKEN$])
|
|
m4trace:configure.ac:1000: -1- AH_OUTPUT([STAT_MACROS_BROKEN], [/* Define to 1 if the \'S_IS*\' macros in <sys/stat.h> do not work properly. */
|
|
@%:@undef STAT_MACROS_BROKEN])
|
|
m4trace:configure.ac:1005: -1- AC_DEFINE_TRACE_LITERAL([HAVE_HASH_BANG_EXEC])
|
|
m4trace:configure.ac:1005: -1- m4_pattern_allow([^HAVE_HASH_BANG_EXEC$])
|
|
m4trace:configure.ac:1010: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LSTAT])
|
|
m4trace:configure.ac:1010: -1- m4_pattern_allow([^HAVE_LSTAT$])
|
|
m4trace:configure.ac:1014: -1- AC_DEFINE_TRACE_LITERAL([DUP2_BROKEN])
|
|
m4trace:configure.ac:1014: -1- m4_pattern_allow([^DUP2_BROKEN$])
|
|
m4trace:configure.ac:1015: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
|
|
m4trace:configure.ac:1015: -1- m4_pattern_allow([^PGRP_PIPE$])
|
|
m4trace:configure.ac:1016: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGNALS])
|
|
m4trace:configure.ac:1016: -1- m4_pattern_allow([^HAVE_POSIX_SIGNALS$])
|
|
m4trace:configure.ac:1016: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BSD_SIGNALS])
|
|
m4trace:configure.ac:1016: -1- m4_pattern_allow([^HAVE_BSD_SIGNALS$])
|
|
m4trace:configure.ac:1016: -1- AC_DEFINE_TRACE_LITERAL([HAVE_USG_SIGHOLD])
|
|
m4trace:configure.ac:1016: -1- m4_pattern_allow([^HAVE_USG_SIGHOLD$])
|
|
m4trace:configure.ac:1019: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_ERRLIST])
|
|
m4trace:configure.ac:1019: -1- m4_pattern_allow([^HAVE_SYS_ERRLIST$])
|
|
m4trace:configure.ac:1020: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SYS_SIGLIST])
|
|
m4trace:configure.ac:1020: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$])
|
|
m4trace:configure.ac:1020: -1- AH_OUTPUT([HAVE_DECL_SYS_SIGLIST], [/* Define to 1 if you have the declaration of \'sys_siglist\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_SYS_SIGLIST])
|
|
m4trace:configure.ac:1020: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SIGLIST])
|
|
m4trace:configure.ac:1020: -1- m4_pattern_allow([^HAVE_SYS_SIGLIST$])
|
|
m4trace:configure.ac:1021: -1- AC_DEFINE_TRACE_LITERAL([UNDER_SYS_SIGLIST_DECLARED])
|
|
m4trace:configure.ac:1021: -1- m4_pattern_allow([^UNDER_SYS_SIGLIST_DECLARED$])
|
|
m4trace:configure.ac:1021: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNDER_SYS_SIGLIST])
|
|
m4trace:configure.ac:1021: -1- m4_pattern_allow([^HAVE_UNDER_SYS_SIGLIST$])
|
|
m4trace:configure.ac:1024: -1- AC_DEFINE_TRACE_LITERAL([clock_t])
|
|
m4trace:configure.ac:1024: -1- m4_pattern_allow([^clock_t$])
|
|
m4trace:configure.ac:1025: -1- AC_DEFINE_TRACE_LITERAL([sigset_t])
|
|
m4trace:configure.ac:1025: -1- m4_pattern_allow([^sigset_t$])
|
|
m4trace:configure.ac:1027: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SOCKLEN_T])
|
|
m4trace:configure.ac:1027: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$])
|
|
m4trace:configure.ac:1027: -1- AC_DEFINE_TRACE_LITERAL([socklen_t])
|
|
m4trace:configure.ac:1027: -1- m4_pattern_allow([^socklen_t$])
|
|
m4trace:configure.ac:1030: -2- AC_DEFINE_TRACE_LITERAL([HAVE_QUAD_T])
|
|
m4trace:configure.ac:1030: -2- m4_pattern_allow([^HAVE_QUAD_T$])
|
|
m4trace:configure.ac:1031: -1- AC_DEFINE_TRACE_LITERAL([RLIMTYPE])
|
|
m4trace:configure.ac:1031: -1- m4_pattern_allow([^RLIMTYPE$])
|
|
m4trace:configure.ac:1033: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTMAX_T])
|
|
m4trace:configure.ac:1033: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
|
|
m4trace:configure.ac:1033: -1- AH_OUTPUT([HAVE_INTMAX_T], [/* Define to 1 if the system has the type \'intmax_t\'. */
|
|
@%:@undef HAVE_INTMAX_T])
|
|
m4trace:configure.ac:1033: -1- AC_DEFINE_TRACE_LITERAL([intmax_t])
|
|
m4trace:configure.ac:1033: -1- m4_pattern_allow([^intmax_t$])
|
|
m4trace:configure.ac:1033: -1- AH_OUTPUT([intmax_t], [/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
|
|
not define. */
|
|
@%:@undef intmax_t])
|
|
m4trace:configure.ac:1034: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UINTMAX_T])
|
|
m4trace:configure.ac:1034: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
|
|
m4trace:configure.ac:1034: -1- AH_OUTPUT([HAVE_UINTMAX_T], [/* Define to 1 if the system has the type \'uintmax_t\'. */
|
|
@%:@undef HAVE_UINTMAX_T])
|
|
m4trace:configure.ac:1034: -1- AC_DEFINE_TRACE_LITERAL([uintmax_t])
|
|
m4trace:configure.ac:1034: -1- m4_pattern_allow([^uintmax_t$])
|
|
m4trace:configure.ac:1034: -1- AH_OUTPUT([uintmax_t], [/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
|
|
do not define. */
|
|
@%:@undef uintmax_t])
|
|
m4trace:configure.ac:1036: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_INTMAX_T])
|
|
m4trace:configure.ac:1036: -1- m4_pattern_allow([^SIZEOF_INTMAX_T$])
|
|
m4trace:configure.ac:1036: -1- AH_OUTPUT([SIZEOF_INTMAX_T], [/* The size of \'intmax_t\', as computed by sizeof. */
|
|
@%:@undef SIZEOF_INTMAX_T])
|
|
m4trace:configure.ac:1039: -2- AC_DEFINE_TRACE_LITERAL([TERMIOS_LDISC])
|
|
m4trace:configure.ac:1039: -2- m4_pattern_allow([^TERMIOS_LDISC$])
|
|
m4trace:configure.ac:1040: -2- AC_DEFINE_TRACE_LITERAL([TERMIO_LDISC])
|
|
m4trace:configure.ac:1040: -2- m4_pattern_allow([^TERMIO_LDISC$])
|
|
m4trace:configure.ac:1041: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_INO])
|
|
m4trace:configure.ac:1041: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_INO$])
|
|
m4trace:configure.ac:1041: -1- AH_OUTPUT([HAVE_STRUCT_DIRENT_D_INO], [/* Define to 1 if \'d_ino\' is a member of \'struct dirent\'. */
|
|
@%:@undef HAVE_STRUCT_DIRENT_D_INO])
|
|
m4trace:configure.ac:1041: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_INO])
|
|
m4trace:configure.ac:1041: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_INO$])
|
|
m4trace:configure.ac:1042: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_FILENO])
|
|
m4trace:configure.ac:1042: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_FILENO$])
|
|
m4trace:configure.ac:1042: -1- AH_OUTPUT([HAVE_STRUCT_DIRENT_D_FILENO], [/* Define to 1 if \'d_fileno\' is a member of \'struct dirent\'. */
|
|
@%:@undef HAVE_STRUCT_DIRENT_D_FILENO])
|
|
m4trace:configure.ac:1042: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_FILENO])
|
|
m4trace:configure.ac:1042: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_FILENO$])
|
|
m4trace:configure.ac:1043: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_NAMLEN])
|
|
m4trace:configure.ac:1043: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_NAMLEN$])
|
|
m4trace:configure.ac:1043: -1- AH_OUTPUT([HAVE_STRUCT_DIRENT_D_NAMLEN], [/* Define to 1 if \'d_namlen\' is a member of \'struct dirent\'. */
|
|
@%:@undef HAVE_STRUCT_DIRENT_D_NAMLEN])
|
|
m4trace:configure.ac:1043: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_NAMLEN])
|
|
m4trace:configure.ac:1043: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_NAMLEN$])
|
|
m4trace:configure.ac:1044: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_SYS_IOCTL])
|
|
m4trace:configure.ac:1044: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_SYS_IOCTL$])
|
|
m4trace:configure.ac:1044: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_TERMIOS])
|
|
m4trace:configure.ac:1044: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_TERMIOS$])
|
|
m4trace:configure.ac:1045: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TIMEVAL])
|
|
m4trace:configure.ac:1045: -1- m4_pattern_allow([^HAVE_TIMEVAL$])
|
|
m4trace:configure.ac:1046: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_BLOCKS])
|
|
m4trace:configure.ac:1046: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_BLOCKS$])
|
|
m4trace:configure.ac:1046: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_BLOCKS], [/* Define to 1 if \'st_blocks\' is a member of \'struct stat\'. */
|
|
@%:@undef HAVE_STRUCT_STAT_ST_BLOCKS])
|
|
m4trace:configure.ac:1047: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])
|
|
m4trace:configure.ac:1047: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
|
|
m4trace:configure.ac:1047: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares \'struct tm\'. */
|
|
@%:@undef TM_IN_SYS_TIME])
|
|
m4trace:configure.ac:1048: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TM_TM_ZONE])
|
|
m4trace:configure.ac:1048: -1- m4_pattern_allow([^HAVE_STRUCT_TM_TM_ZONE$])
|
|
m4trace:configure.ac:1048: -1- AH_OUTPUT([HAVE_STRUCT_TM_TM_ZONE], [/* Define to 1 if \'tm_zone\' is a member of \'struct tm\'. */
|
|
@%:@undef HAVE_STRUCT_TM_TM_ZONE])
|
|
m4trace:configure.ac:1048: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TM_ZONE])
|
|
m4trace:configure.ac:1048: -1- m4_pattern_allow([^HAVE_TM_ZONE$])
|
|
m4trace:configure.ac:1048: -1- AH_OUTPUT([HAVE_TM_ZONE], [/* Define to 1 if your \'struct tm\' has \'tm_zone\'. Deprecated, use
|
|
\'HAVE_STRUCT_TM_TM_ZONE\' instead. */
|
|
@%:@undef HAVE_TM_ZONE])
|
|
m4trace:configure.ac:1048: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_TZNAME])
|
|
m4trace:configure.ac:1048: -1- m4_pattern_allow([^HAVE_DECL_TZNAME$])
|
|
m4trace:configure.ac:1048: -1- AH_OUTPUT([HAVE_DECL_TZNAME], [/* Define to 1 if you have the declaration of \'tzname\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_TZNAME])
|
|
m4trace:configure.ac:1048: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TZNAME])
|
|
m4trace:configure.ac:1048: -1- m4_pattern_allow([^HAVE_TZNAME$])
|
|
m4trace:configure.ac:1048: -1- AH_OUTPUT([HAVE_TZNAME], [/* Define to 1 if you don\'t have \'tm_zone\' but do have the external array
|
|
\'tzname\'. */
|
|
@%:@undef HAVE_TZNAME])
|
|
m4trace:configure.ac:1049: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMEZONE])
|
|
m4trace:configure.ac:1049: -1- m4_pattern_allow([^HAVE_STRUCT_TIMEZONE$])
|
|
m4trace:configure.ac:1051: -1- AC_DEFINE_TRACE_LITERAL([WEXITSTATUS_OFFSET])
|
|
m4trace:configure.ac:1051: -1- m4_pattern_allow([^WEXITSTATUS_OFFSET$])
|
|
m4trace:configure.ac:1051: -1- AH_OUTPUT([WEXITSTATUS_OFFSET], [/* Offset of exit status in wait status word */
|
|
@%:@undef WEXITSTATUS_OFFSET])
|
|
m4trace:configure.ac:1053: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
|
|
@%:@undef HAVE_SYS_TIME_H])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^HAVE_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^TIME_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^HAVE_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([SYS_TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^SYS_TIME_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^HAVE_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_DEFINE_TRACE_LITERAL([PTHREAD_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^PTHREAD_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST([TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST_TRACE([TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^TIME_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST([SYS_TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST_TRACE([SYS_TIME_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^SYS_TIME_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST([PTHREAD_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- AC_SUBST_TRACE([PTHREAD_H_DEFINES_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1053: -1- m4_pattern_allow([^PTHREAD_H_DEFINES_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
|
|
@%:@undef HAVE_SYS_TIME_H])
|
|
m4trace:configure.ac:1054: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC])
|
|
m4trace:configure.ac:1054: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC], [/* Define to 1 if \'st_atim.tv_nsec\' is a member of \'struct stat\'. */
|
|
@%:@undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC])
|
|
m4trace:configure.ac:1054: -1- AC_DEFINE_TRACE_LITERAL([TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1054: -1- m4_pattern_allow([^TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC], [/* Define to 1 if the type of the st_atim member of a struct stat is struct
|
|
timespec. */
|
|
@%:@undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC])
|
|
m4trace:configure.ac:1054: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC])
|
|
m4trace:configure.ac:1054: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC], [/* Define to 1 if \'st_atimespec.tv_nsec\' is a member of \'struct stat\'. */
|
|
@%:@undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC])
|
|
m4trace:configure.ac:1054: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_ATIMENSEC])
|
|
m4trace:configure.ac:1054: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_ATIMENSEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_ATIMENSEC], [/* Define to 1 if \'st_atimensec\' is a member of \'struct stat\'. */
|
|
@%:@undef HAVE_STRUCT_STAT_ST_ATIMENSEC])
|
|
m4trace:configure.ac:1054: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC])
|
|
m4trace:configure.ac:1054: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC$])
|
|
m4trace:configure.ac:1054: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC], [/* Define to 1 if \'st_atim.st__tim.tv_nsec\' is a member of \'struct stat\'. */
|
|
@%:@undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC])
|
|
m4trace:configure.ac:1057: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SBRK])
|
|
m4trace:configure.ac:1057: -1- m4_pattern_allow([^HAVE_SBRK$])
|
|
m4trace:configure.ac:1057: -1- AH_OUTPUT([HAVE_SBRK], [/* Define if you have a working sbrk function. */
|
|
@%:@undef HAVE_SBRK])
|
|
m4trace:configure.ac:1060: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSIGNAL])
|
|
m4trace:configure.ac:1060: -1- m4_pattern_allow([^HAVE_STRSIGNAL$])
|
|
m4trace:configure.ac:1061: -1- AC_DEFINE_TRACE_LITERAL([OPENDIR_NOT_ROBUST])
|
|
m4trace:configure.ac:1061: -1- m4_pattern_allow([^OPENDIR_NOT_ROBUST$])
|
|
m4trace:configure.ac:1062: -1- AC_DEFINE_TRACE_LITERAL([ULIMIT_MAXFDS])
|
|
m4trace:configure.ac:1062: -1- m4_pattern_allow([^ULIMIT_MAXFDS$])
|
|
m4trace:configure.ac:1063: -1- AH_OUTPUT([HAVE_FPURGE], [/* Define to 1 if you have the \'fpurge\' function. */
|
|
@%:@undef HAVE_FPURGE])
|
|
m4trace:configure.ac:1063: -1- AH_OUTPUT([HAVE___FPURGE], [/* Define to 1 if you have the \'__fpurge\' function. */
|
|
@%:@undef HAVE___FPURGE])
|
|
m4trace:configure.ac:1063: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
|
|
m4trace:configure.ac:1063: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
|
|
m4trace:configure.ac:1063: -1- AH_OUTPUT([HAVE_DECL_FPURGE], [/* Define to 1 if you have the declaration of \'fpurge\', and to 0 if you don\'t.
|
|
*/
|
|
@%:@undef HAVE_DECL_FPURGE])
|
|
m4trace:configure.ac:1064: -1- AC_DEFINE_TRACE_LITERAL([CAN_REDEFINE_GETENV])
|
|
m4trace:configure.ac:1064: -1- m4_pattern_allow([^CAN_REDEFINE_GETENV$])
|
|
m4trace:configure.ac:1066: -1- AC_DEFINE_TRACE_LITERAL([GETCWD_BROKEN])
|
|
m4trace:configure.ac:1066: -1- m4_pattern_allow([^GETCWD_BROKEN$])
|
|
m4trace:configure.ac:1066: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_objext"])
|
|
m4trace:configure.ac:1066: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:1066: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:1066: -1- AC_LIBSOURCE([getcwd.c])
|
|
m4trace:configure.ac:1068: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGSETJMP])
|
|
m4trace:configure.ac:1068: -1- m4_pattern_allow([^HAVE_POSIX_SIGSETJMP$])
|
|
m4trace:configure.ac:1069: -1- AC_DEFINE_TRACE_LITERAL([STRCOLL_BROKEN])
|
|
m4trace:configure.ac:1069: -1- m4_pattern_allow([^STRCOLL_BROKEN$])
|
|
m4trace:configure.ac:1070: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the \'snprintf\' function. */
|
|
@%:@undef HAVE_SNPRINTF])
|
|
m4trace:configure.ac:1070: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
|
|
m4trace:configure.ac:1070: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
|
|
m4trace:configure.ac:1070: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define if you have a standard-conformant snprintf function. */
|
|
@%:@undef HAVE_SNPRINTF])
|
|
m4trace:configure.ac:1071: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the \'vsnprintf\' function. */
|
|
@%:@undef HAVE_VSNPRINTF])
|
|
m4trace:configure.ac:1071: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF])
|
|
m4trace:configure.ac:1071: -1- m4_pattern_allow([^HAVE_VSNPRINTF$])
|
|
m4trace:configure.ac:1071: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define if you have a standard-conformant vsnprintf function. */
|
|
@%:@undef HAVE_VSNPRINTF])
|
|
m4trace:configure.ac:1073: -1- AH_OUTPUT([HAVE_STRTOIMAX], [/* Define to 1 if you have the \'strtoimax\' function. */
|
|
@%:@undef HAVE_STRTOIMAX])
|
|
m4trace:configure.ac:1073: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRTOIMAX])
|
|
m4trace:configure.ac:1073: -1- m4_pattern_allow([^HAVE_STRTOIMAX$])
|
|
m4trace:configure.ac:1073: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOIMAX])
|
|
m4trace:configure.ac:1073: -1- m4_pattern_allow([^HAVE_DECL_STRTOIMAX$])
|
|
m4trace:configure.ac:1073: -1- AH_OUTPUT([HAVE_DECL_STRTOIMAX], [/* Define to 1 if you have the declaration of \'strtoimax\', and to 0 if you
|
|
don\'t. */
|
|
@%:@undef HAVE_DECL_STRTOIMAX])
|
|
m4trace:configure.ac:1073: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strtoimax.$ac_objext"])
|
|
m4trace:configure.ac:1073: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:1073: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:1073: -1- AC_LIBSOURCE([strtoimax.c])
|
|
m4trace:configure.ac:1079: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
|
|
m4trace:configure.ac:1079: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
|
|
m4trace:configure.ac:1081: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
|
|
m4trace:configure.ac:1081: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
|
|
m4trace:configure.ac:1084: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
|
|
m4trace:configure.ac:1084: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
|
|
m4trace:configure.ac:1086: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
|
|
m4trace:configure.ac:1086: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
|
|
m4trace:configure.ac:1089: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PRINTF_A_FORMAT])
|
|
m4trace:configure.ac:1089: -1- m4_pattern_allow([^HAVE_PRINTF_A_FORMAT$])
|
|
m4trace:configure.ac:1091: -1- AC_DEFINE_TRACE_LITERAL([FNMATCH_EQUIV_FALLBACK])
|
|
m4trace:configure.ac:1091: -1- m4_pattern_allow([^FNMATCH_EQUIV_FALLBACK$])
|
|
m4trace:configure.ac:1091: -1- AH_OUTPUT([FNMATCH_EQUIV_FALLBACK], [/* Whether fnmatch can be used for bracket equivalence classes */
|
|
@%:@undef FNMATCH_EQUIV_FALLBACK])
|
|
m4trace:configure.ac:1094: -1- AC_DEFINE_TRACE_LITERAL([MUST_REINSTALL_SIGHANDLERS])
|
|
m4trace:configure.ac:1094: -1- m4_pattern_allow([^MUST_REINSTALL_SIGHANDLERS$])
|
|
m4trace:configure.ac:1095: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL_MISSING])
|
|
m4trace:configure.ac:1095: -1- m4_pattern_allow([^JOB_CONTROL_MISSING$])
|
|
m4trace:configure.ac:1096: -1- AC_DEFINE_TRACE_LITERAL([NAMED_PIPES_MISSING])
|
|
m4trace:configure.ac:1096: -1- m4_pattern_allow([^NAMED_PIPES_MISSING$])
|
|
m4trace:configure.ac:1099: -1- AC_DEFINE_TRACE_LITERAL([GWINSZ_IN_SYS_IOCTL])
|
|
m4trace:configure.ac:1099: -1- m4_pattern_allow([^GWINSZ_IN_SYS_IOCTL$])
|
|
m4trace:configure.ac:1099: -1- AH_OUTPUT([GWINSZ_IN_SYS_IOCTL], [/* Define to 1 if \'TIOCGWINSZ\' requires <sys/ioctl.h>. */
|
|
@%:@undef GWINSZ_IN_SYS_IOCTL])
|
|
m4trace:configure.ac:1100: -1- AC_DEFINE_TRACE_LITERAL([TIOCSTAT_IN_SYS_IOCTL])
|
|
m4trace:configure.ac:1100: -1- m4_pattern_allow([^TIOCSTAT_IN_SYS_IOCTL$])
|
|
m4trace:configure.ac:1101: -1- AC_DEFINE_TRACE_LITERAL([FIONREAD_IN_SYS_IOCTL])
|
|
m4trace:configure.ac:1101: -1- m4_pattern_allow([^FIONREAD_IN_SYS_IOCTL$])
|
|
m4trace:configure.ac:1103: -1- AC_DEFINE_TRACE_LITERAL([WCONTINUED_BROKEN])
|
|
m4trace:configure.ac:1103: -1- m4_pattern_allow([^WCONTINUED_BROKEN$])
|
|
m4trace:configure.ac:1106: -1- AC_DEFINE_TRACE_LITERAL([SPEED_T_IN_SYS_TYPES])
|
|
m4trace:configure.ac:1106: -1- m4_pattern_allow([^SPEED_T_IN_SYS_TYPES$])
|
|
m4trace:configure.ac:1107: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPW_DECLS])
|
|
m4trace:configure.ac:1107: -1- m4_pattern_allow([^HAVE_GETPW_DECLS$])
|
|
m4trace:configure.ac:1108: -1- AC_DEFINE_TRACE_LITERAL([UNUSABLE_RT_SIGNALS])
|
|
m4trace:configure.ac:1108: -1- m4_pattern_allow([^UNUSABLE_RT_SIGNALS$])
|
|
m4trace:configure.ac:1109: -1- AC_SUBST([SIGLIST_O])
|
|
m4trace:configure.ac:1109: -1- AC_SUBST_TRACE([SIGLIST_O])
|
|
m4trace:configure.ac:1109: -1- m4_pattern_allow([^SIGLIST_O$])
|
|
m4trace:configure.ac:1113: -1- AC_DEFINE_TRACE_LITERAL([RLIMIT_NEEDS_KERNEL])
|
|
m4trace:configure.ac:1113: -1- m4_pattern_allow([^RLIMIT_NEEDS_KERNEL$])
|
|
m4trace:configure.ac:1123: -1- AC_SUBST([TERMCAP_LIB])
|
|
m4trace:configure.ac:1123: -1- AC_SUBST_TRACE([TERMCAP_LIB])
|
|
m4trace:configure.ac:1123: -1- m4_pattern_allow([^TERMCAP_LIB$])
|
|
m4trace:configure.ac:1124: -1- AC_SUBST([TERMCAP_DEP])
|
|
m4trace:configure.ac:1124: -1- AC_SUBST_TRACE([TERMCAP_DEP])
|
|
m4trace:configure.ac:1124: -1- m4_pattern_allow([^TERMCAP_DEP$])
|
|
m4trace:configure.ac:1126: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
|
|
m4trace:configure.ac:1126: -1- m4_pattern_allow([^HAVE_DEV_FD$])
|
|
m4trace:configure.ac:1126: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
|
|
m4trace:configure.ac:1126: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
|
|
m4trace:configure.ac:1126: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
|
|
m4trace:configure.ac:1126: -1- m4_pattern_allow([^HAVE_DEV_FD$])
|
|
m4trace:configure.ac:1126: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
|
|
m4trace:configure.ac:1126: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
|
|
m4trace:configure.ac:1127: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_STDIN])
|
|
m4trace:configure.ac:1127: -1- m4_pattern_allow([^HAVE_DEV_STDIN$])
|
|
m4trace:configure.ac:1128: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_MAIL_DIRECTORY])
|
|
m4trace:configure.ac:1128: -1- m4_pattern_allow([^DEFAULT_MAIL_DIRECTORY$])
|
|
m4trace:configure.ac:1135: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL])
|
|
m4trace:configure.ac:1135: -1- m4_pattern_allow([^JOB_CONTROL$])
|
|
m4trace:configure.ac:1141: -1- AC_SUBST([JOBS_O])
|
|
m4trace:configure.ac:1141: -1- AC_SUBST_TRACE([JOBS_O])
|
|
m4trace:configure.ac:1141: -1- m4_pattern_allow([^JOBS_O$])
|
|
m4trace:configure.ac:1154: -1- AC_DEFINE_TRACE_LITERAL([SVR4_2])
|
|
m4trace:configure.ac:1154: -1- m4_pattern_allow([^SVR4_2$])
|
|
m4trace:configure.ac:1155: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
|
|
m4trace:configure.ac:1155: -1- m4_pattern_allow([^SVR4$])
|
|
m4trace:configure.ac:1156: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
|
|
m4trace:configure.ac:1156: -1- m4_pattern_allow([^SVR4$])
|
|
m4trace:configure.ac:1157: -1- AC_DEFINE_TRACE_LITERAL([SVR5])
|
|
m4trace:configure.ac:1157: -1- m4_pattern_allow([^SVR5$])
|
|
m4trace:configure.ac:1177: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
|
|
m4trace:configure.ac:1177: -1- m4_pattern_allow([^PGRP_PIPE$])
|
|
m4trace:configure.ac:1233: -1- AC_SUBST([SHOBJ_CC])
|
|
m4trace:configure.ac:1233: -1- AC_SUBST_TRACE([SHOBJ_CC])
|
|
m4trace:configure.ac:1233: -1- m4_pattern_allow([^SHOBJ_CC$])
|
|
m4trace:configure.ac:1234: -1- AC_SUBST([SHOBJ_CFLAGS])
|
|
m4trace:configure.ac:1234: -1- AC_SUBST_TRACE([SHOBJ_CFLAGS])
|
|
m4trace:configure.ac:1234: -1- m4_pattern_allow([^SHOBJ_CFLAGS$])
|
|
m4trace:configure.ac:1235: -1- AC_SUBST([SHOBJ_LD])
|
|
m4trace:configure.ac:1235: -1- AC_SUBST_TRACE([SHOBJ_LD])
|
|
m4trace:configure.ac:1235: -1- m4_pattern_allow([^SHOBJ_LD$])
|
|
m4trace:configure.ac:1236: -1- AC_SUBST([SHOBJ_LDFLAGS])
|
|
m4trace:configure.ac:1236: -1- AC_SUBST_TRACE([SHOBJ_LDFLAGS])
|
|
m4trace:configure.ac:1236: -1- m4_pattern_allow([^SHOBJ_LDFLAGS$])
|
|
m4trace:configure.ac:1237: -1- AC_SUBST([SHOBJ_XLDFLAGS])
|
|
m4trace:configure.ac:1237: -1- AC_SUBST_TRACE([SHOBJ_XLDFLAGS])
|
|
m4trace:configure.ac:1237: -1- m4_pattern_allow([^SHOBJ_XLDFLAGS$])
|
|
m4trace:configure.ac:1238: -1- AC_SUBST([SHOBJ_LIBS])
|
|
m4trace:configure.ac:1238: -1- AC_SUBST_TRACE([SHOBJ_LIBS])
|
|
m4trace:configure.ac:1238: -1- m4_pattern_allow([^SHOBJ_LIBS$])
|
|
m4trace:configure.ac:1239: -1- AC_SUBST([SHOBJ_STATUS])
|
|
m4trace:configure.ac:1239: -1- AC_SUBST_TRACE([SHOBJ_STATUS])
|
|
m4trace:configure.ac:1239: -1- m4_pattern_allow([^SHOBJ_STATUS$])
|
|
m4trace:configure.ac:1243: -1- AC_SUBST([SHOBJ_STATUS])
|
|
m4trace:configure.ac:1243: -1- AC_SUBST_TRACE([SHOBJ_STATUS])
|
|
m4trace:configure.ac:1243: -1- m4_pattern_allow([^SHOBJ_STATUS$])
|
|
m4trace:configure.ac:1274: -1- AC_SUBST([PROFILE_FLAGS])
|
|
m4trace:configure.ac:1274: -1- AC_SUBST_TRACE([PROFILE_FLAGS])
|
|
m4trace:configure.ac:1274: -1- m4_pattern_allow([^PROFILE_FLAGS$])
|
|
m4trace:configure.ac:1276: -1- AC_SUBST([incdir])
|
|
m4trace:configure.ac:1276: -1- AC_SUBST_TRACE([incdir])
|
|
m4trace:configure.ac:1276: -1- m4_pattern_allow([^incdir$])
|
|
m4trace:configure.ac:1277: -1- AC_SUBST([BUILD_DIR])
|
|
m4trace:configure.ac:1277: -1- AC_SUBST_TRACE([BUILD_DIR])
|
|
m4trace:configure.ac:1277: -1- m4_pattern_allow([^BUILD_DIR$])
|
|
m4trace:configure.ac:1280: -1- AC_SUBST([datarootdir])
|
|
m4trace:configure.ac:1280: -1- AC_SUBST_TRACE([datarootdir])
|
|
m4trace:configure.ac:1280: -1- m4_pattern_allow([^datarootdir$])
|
|
m4trace:configure.ac:1281: -1- AC_SUBST([localedir])
|
|
m4trace:configure.ac:1281: -1- AC_SUBST_TRACE([localedir])
|
|
m4trace:configure.ac:1281: -1- m4_pattern_allow([^localedir$])
|
|
m4trace:configure.ac:1287: -1- AC_SUBST([loadablesdir])
|
|
m4trace:configure.ac:1287: -1- AC_SUBST_TRACE([loadablesdir])
|
|
m4trace:configure.ac:1287: -1- m4_pattern_allow([^loadablesdir$])
|
|
m4trace:configure.ac:1291: -1- AC_SUBST([headersdir])
|
|
m4trace:configure.ac:1291: -1- AC_SUBST_TRACE([headersdir])
|
|
m4trace:configure.ac:1291: -1- m4_pattern_allow([^headersdir$])
|
|
m4trace:configure.ac:1293: -1- AC_SUBST([YACC])
|
|
m4trace:configure.ac:1293: -1- AC_SUBST_TRACE([YACC])
|
|
m4trace:configure.ac:1293: -1- m4_pattern_allow([^YACC$])
|
|
m4trace:configure.ac:1294: -1- AC_SUBST([AR])
|
|
m4trace:configure.ac:1294: -1- AC_SUBST_TRACE([AR])
|
|
m4trace:configure.ac:1294: -1- m4_pattern_allow([^AR$])
|
|
m4trace:configure.ac:1295: -1- AC_SUBST([ARFLAGS])
|
|
m4trace:configure.ac:1295: -1- AC_SUBST_TRACE([ARFLAGS])
|
|
m4trace:configure.ac:1295: -1- m4_pattern_allow([^ARFLAGS$])
|
|
m4trace:configure.ac:1297: -1- AC_SUBST([BASHVERS])
|
|
m4trace:configure.ac:1297: -1- AC_SUBST_TRACE([BASHVERS])
|
|
m4trace:configure.ac:1297: -1- m4_pattern_allow([^BASHVERS$])
|
|
m4trace:configure.ac:1298: -1- AC_SUBST([RELSTATUS])
|
|
m4trace:configure.ac:1298: -1- AC_SUBST_TRACE([RELSTATUS])
|
|
m4trace:configure.ac:1298: -1- m4_pattern_allow([^RELSTATUS$])
|
|
m4trace:configure.ac:1299: -1- AC_SUBST([DEBUG])
|
|
m4trace:configure.ac:1299: -1- AC_SUBST_TRACE([DEBUG])
|
|
m4trace:configure.ac:1299: -1- m4_pattern_allow([^DEBUG$])
|
|
m4trace:configure.ac:1300: -1- AC_SUBST([MALLOC_DEBUG])
|
|
m4trace:configure.ac:1300: -1- AC_SUBST_TRACE([MALLOC_DEBUG])
|
|
m4trace:configure.ac:1300: -1- m4_pattern_allow([^MALLOC_DEBUG$])
|
|
m4trace:configure.ac:1302: -1- AC_SUBST([host_cpu])
|
|
m4trace:configure.ac:1302: -1- AC_SUBST_TRACE([host_cpu])
|
|
m4trace:configure.ac:1302: -1- m4_pattern_allow([^host_cpu$])
|
|
m4trace:configure.ac:1303: -1- AC_SUBST([host_vendor])
|
|
m4trace:configure.ac:1303: -1- AC_SUBST_TRACE([host_vendor])
|
|
m4trace:configure.ac:1303: -1- m4_pattern_allow([^host_vendor$])
|
|
m4trace:configure.ac:1304: -1- AC_SUBST([host_os])
|
|
m4trace:configure.ac:1304: -1- AC_SUBST_TRACE([host_os])
|
|
m4trace:configure.ac:1304: -1- m4_pattern_allow([^host_os$])
|
|
m4trace:configure.ac:1306: -1- AC_SUBST([LOCAL_LIBS])
|
|
m4trace:configure.ac:1306: -1- AC_SUBST_TRACE([LOCAL_LIBS])
|
|
m4trace:configure.ac:1306: -1- m4_pattern_allow([^LOCAL_LIBS$])
|
|
m4trace:configure.ac:1307: -1- AC_SUBST([LOCAL_CFLAGS])
|
|
m4trace:configure.ac:1307: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
|
|
m4trace:configure.ac:1307: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
|
|
m4trace:configure.ac:1308: -1- AC_SUBST([LOCAL_LDFLAGS])
|
|
m4trace:configure.ac:1308: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
|
|
m4trace:configure.ac:1308: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
|
|
m4trace:configure.ac:1309: -1- AC_SUBST([LOCAL_DEFS])
|
|
m4trace:configure.ac:1309: -1- AC_SUBST_TRACE([LOCAL_DEFS])
|
|
m4trace:configure.ac:1309: -1- m4_pattern_allow([^LOCAL_DEFS$])
|
|
m4trace:configure.ac:1314: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile \
|
|
lib/glob/Makefile lib/intl/Makefile \
|
|
lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \
|
|
lib/tilde/Makefile doc/Makefile support/Makefile \
|
|
po/Makefile.in examples/loadables/Makefile \
|
|
examples/loadables/Makefile.inc \
|
|
examples/loadables/Makefile.sample \
|
|
examples/loadables/perl/Makefile \
|
|
support/bash.pc support/bashbug.sh])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
|
m4trace:configure.ac:1327: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([LTLIBOBJS])
|
|
m4trace:configure.ac:1327: -1- m4_pattern_allow([^LTLIBOBJS$])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([top_builddir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([top_build_prefix])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([srcdir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([abs_srcdir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([top_srcdir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([abs_top_srcdir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([builddir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([abs_builddir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([abs_top_builddir])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([INSTALL])
|
|
m4trace:configure.ac:1327: -1- AC_SUBST_TRACE([MKDIR_P])
|