Lines Matching +full:- +full:- +full:yes
3 # Changed in a backwards-incompatible way to separate HAVE_SNPRINTF from
6 # invoked, directly or indirectly. This allows 3rd-party modules like
12 # Changed to honor hw_force_rpl_snprintf=yes, etc. This is used by NTP
14 # C99-compliant implementations.
29 # ------------------
38 # -------------------
47 # ---------------
48 # Set $hw_cv_func_va_copy to "yes" or "no". Define HAVE_VA_COPY to 1 if
49 # $hw_cv_func_va_copy is set to "yes". Note that it's "unspecified whether
67 [hw_cv_func_va_copy=yes],
70 AS_IF([test "$hw_cv_func_va_copy" = yes],
76 # -----------------
77 # Set $hw_cv_func___va_copy to "yes" or "no". Define HAVE___VA_COPY to 1 if
78 # $hw_cv_func___va_copy is set to "yes".
93 [hw_cv_func___va_copy=yes],
96 AS_IF([test "$hw_cv_func___va_copy" = yes],
102 # -----------------
103 # Set $hw_cv_func_vsnprintf and $hw_cv_func_vsnprintf_c99 to "yes" or
104 # "no", respectively. If either $hw_force_rpl_vsnprintf is "yes" or
112 [hw_cv_func_vsnprintf=yes],
114 AS_IF([test "$hw_cv_func_vsnprintf" = yes],
137 [hw_cv_func_vsnprintf_c99=yes],
142 [Define if C99-compliant `vsnprintf' is available.])
143 AC_MSG_CHECKING([if C99-snprintf replacement vsnprintf will be used])
144 AS_IF([test "${hw_force_rpl_vsnprintf=no}" = yes -o "$hw_cv_func_vsnprintf_c99" = no],
145 [hw_use_rpl_vsnprintf=yes],
148 AS_IF([test "$hw_use_rpl_vsnprintf" = yes],
170 # ----------------
171 # Set $hw_cv_func_snprintf and $hw_cv_func_snprintf_c99 to "yes" or
172 # "no", respectively. If either $hw_force_rpl_snprintf is "yes" or
181 [hw_cv_func_snprintf=yes],
183 AS_IF([test "$hw_cv_func_snprintf" = yes],
193 [hw_cv_func_snprintf_c99=yes],
198 [Define if C99-compliant `snprintf' is available.])
199 AC_MSG_CHECKING([if C99-snprintf replacement snprintf will be used])
200 AS_IF([test "${hw_force_rpl_snprintf=no}" = yes -o "$hw_cv_func_snprintf_c99" = no],
201 [hw_use_rpl_snprintf=yes],
204 AS_IF([test "$hw_use_rpl_snprintf" = yes],
214 # -----------------
215 # Set $hw_cv_func_vasprintf to "yes" or "no". If either
216 # $hw_force_rpl_vasprintf is "yes" or $hw_cv_func_vasprintf is "no",
224 [hw_cv_func_vasprintf=yes],
228 AC_MSG_CHECKING([if C99-snprintf replacement vasprintf will be used])
229 AS_IF([test "${hw_force_rpl_vasprintf=no}" = yes -o "$hw_cv_func_vasprintf" = no],
230 [hw_use_rpl_vasprintf=yes],
233 AS_IF([test "$hw_use_rpl_vasprintf" = yes],
247 # ----------------
248 # Set $hw_cv_func_asprintf to "yes" or "no". If either
249 # $hw_force_rpl_asprintf is "yes" or $hw_cv_func_asprintf is "no",
257 [hw_cv_func_asprintf=yes],
261 AC_MSG_CHECKING([if C99-snprintf replacement asprintf will be used])
262 AS_IF([test "${hw_force_rpl_asprintf=no}" = yes -o "$hw_cv_func_asprintf" = no],
263 [hw_use_rpl_asprintf=yes],
266 AS_IF([test "$hw_use_rpl_asprintf" = yes],
276 # ------------------------
285 _hw_cv_func_xprintf_replace_done=yes])