Home
last modified time | relevance | path

Searched refs:ac_cv_have_strncmp (Results 1 – 4 of 4) sorted by relevance

/dports/www/links1/links-1.04/
H A Dconfigure.in289 AC_CACHE_CHECK([for strncmp], ac_cv_have_strncmp,
290 …#include <string.h>], [strncmp("", "", 1); return 0;], ac_cv_have_strncmp=yes, ac_cv_have_strncmp=…
292 if test "$ac_cv_have_strncmp" = yes; then
H A Dconfigure6273 echo "$ac_t""$ac_cv_have_strncmp" 1>&6
6274 if test "$ac_cv_have_strncmp" = yes; then
/dports/www/links/links-2.25/
H A Dconfigure.in372 AC_CACHE_CHECK([for strncmp], ac_cv_have_strncmp,
373 …"; volatile int l = 1; return strncmp(str2, str, l);], ac_cv_have_strncmp=yes, ac_cv_have_strncmp=…
375 if test "$ac_cv_have_strncmp" = yes; then
H A Dconfigure3615 echo "$ac_t""$ac_cv_have_strncmp" 1>&6
3616 if test "$ac_cv_have_strncmp" = yes; then