Lines Matching +full:netbsd +full:- +full:x64
21 # SPDX-License-Identifier: curl
30 dnl -------------------------------------------------
61 dnl -------------------------------------------------
85 dnl -------------------------------------------------
112 dnl -------------------------------------------------
133 dnl -------------------------------------------------
154 dnl -------------------------------------------------
178 dnl -------------------------------------------------
197 dnl -------------------------------------------------
216 dnl -------------------------------------------------
237 dnl -------------------------------------------------
256 dnl -------------------------------------------------
278 dnl -------------------------------------------------
308 dnl -------------------------------------------------
329 dnl -------------------------------------------------
347 dnl -------------------------------------------------
367 dnl -------------------------------------------------
389 dnl -------------------------------------------------
410 dnl -------------------------------------------------
429 dnl -------------------------------------------------
449 dnl -------------------------------------------------
477 dnl -------------------------------------------------
495 dnl -------------------------------------------------
512 dnl -------------------------------------------------
597 dnl -------------------------------------------------
688 dnl -------------------------------------------------
782 dnl -------------------------------------------------
875 dnl -------------------------------------------------
961 dnl -------------------------------------------------
1024 dnl -------------------------------------------------
1120 dnl -------------------------------------------------
1227 if test "$tst_nargs_fsetxattr" -eq "5"; then
1229 elif test "$tst_nargs_fsetxattr" -eq "6"; then
1242 dnl -------------------------------------------------
1327 dnl -------------------------------------------------
1405 dnl only do runtime verification when not cross-compiling
1513 netbsd[[123]].*)
1514 dnl netbsd 3.X and older
1517 netbsd*)
1518 dnl netbsd 4.X and newer
1595 dnl -------------------------------------------------
1692 dnl -------------------------------------------------
1820 if test "$tst_nargs_gethostbyname_r" -eq "3"; then
1822 elif test "$tst_nargs_gethostbyname_r" -eq "5"; then
1824 elif test "$tst_nargs_gethostbyname_r" -eq "6"; then
1837 dnl -------------------------------------------------
1965 dnl -------------------------------------------------
2063 dnl -------------------------------------------------
2161 dnl -------------------------------------------------
2257 dnl -------------------------------------------------
2316 dnl only do runtime verification when not cross-compiling
2373 dnl -------------------------------------------------
2432 dnl only do runtime verification when not cross-compiling
2489 dnl -------------------------------------------------
2549 dnl only do runtime verification when not cross-compiling
2565 /* - */
2569 ipv4a[2] = 0x64;
2572 /* - */
2582 /* - */
2596 /* - */
2606 /* - */
2648 dnl -------------------------------------------------
2708 dnl only do runtime verification when not cross-compiling
2722 /* - */
2726 /* - */
2729 (ipv4a[2] != 0x64) ||
2733 /* - */
2737 /* - */
2750 /* - */
2758 /* - */
2800 dnl -------------------------------------------------
2887 dnl -------------------------------------------------
2943 dnl -------------------------------------------------
3000 dnl -------------------------------------------------
3091 dnl -------------------------------------------------
3147 dnl -------------------------------------------------
3237 dnl -------------------------------------------------
3293 dnl -------------------------------------------------
3398 dnl -------------------------------------------------
3472 dnl only do runtime verification when not cross-compiling
3495 us = (after.tv_sec - before.tv_sec) * 1000000 +
3496 (after.tv_usec - before.tv_usec);
3545 dnl -------------------------------------------------
3630 dnl -------------------------------------------------
3715 dnl -------------------------------------------------
3800 dnl -------------------------------------------------
3907 dnl -------------------------------------------------
4008 dnl -------------------------------------------------
4097 dnl -------------------------------------------------
4181 dnl -------------------------------------------------
4266 dnl -------------------------------------------------
4351 dnl -------------------------------------------------
4358 dnl glibc-style strerror_r:
4362 dnl glibc-style strerror_r returns a pointer to the error string,
4366 dnl POSIX-style strerror_r:
4370 dnl POSIX-style strerror_r returns 0 upon successful completion and the
4461 dnl only do runtime verification when not cross-compiling
4522 dnl only do runtime verification when not cross-compiling
4589 [Define to 1 if you have a working glibc-style strerror_r function.])
4595 [Define to 1 if you have a working POSIX-style strerror_r function.])
4612 dnl -------------------------------------------------
4697 dnl -------------------------------------------------
4782 dnl -------------------------------------------------
4866 dnl -------------------------------------------------
4880 CC="sh ./run-compiler"
4891 dnl --------------------------------------------------
4903 AC_ARG_ENABLE(code-coverage,
4904 AS_HELP_STRING([--enable-code-coverage], [Provide code coverage]),
4915 if test -z "$GCOV"; then
4919 if test -z "$LCOV"; then
4923 CPPFLAGS="$CPPFLAGS -DNDEBUG"
4924 CFLAGS="$CFLAGS -O0 -g -fprofile-arcs -ftest-coverage"
4925 LIBS="$LIBS -lgcov"
4930 dnl -------------------------------------------------------------
4941 i = 4; // Force an atomic-write operation.
4969 # error-free.
4978 define(TYPE, translit(sizeof_$1, [a-z *], [A-Z_P]))dnl
4998 if test $r -gt 0; then
5002 if test $r -eq 0; then
5007 tname=$(echo "ac_cv_sizeof_$1" | tr A-Z a-z | tr " " "_")