|
|
| version 1.79.2.1, 2025/09/30 11:40:05 | version 1.79.2.2, 2025/11/17 20:00:20 |
|---|---|
| Line 1570 printf "%s\n" "$ac_res" >&6; } | Line 1570 printf "%s\n" "$ac_res" >&6; } |
| } # ac_fn_c_check_header_compile | } # ac_fn_c_check_header_compile |
| # ac_fn_c_check_type LINENO TYPE VAR INCLUDES | |
| # ------------------------------------------- | |
| # Tests whether TYPE exists after having included INCLUDES, setting cache | |
| # variable VAR accordingly. | |
| ac_fn_c_check_type () | |
| { | |
| as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
| printf %s "checking for $2... " >&6; } | |
| if eval test \${$3+y} | |
| then : | |
| printf %s "(cached) " >&6 | |
| else case e in #( | |
| e) eval "$3=no" | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| $4 | |
| int | |
| main (void) | |
| { | |
| if (sizeof ($2)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO" | |
| then : | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| $4 | |
| int | |
| main (void) | |
| { | |
| if (sizeof (($2))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO" | |
| then : | |
| else case e in #( | |
| e) eval "$3=yes" ;; | |
| esac | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; | |
| esac | |
| fi | |
| eval ac_res=\$$3 | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
| printf "%s\n" "$ac_res" >&6; } | |
| eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |
| } # ac_fn_c_check_type | |
| # ac_fn_c_try_run LINENO | # ac_fn_c_try_run LINENO |
| # ---------------------- | # ---------------------- |
| # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that | # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that |
| Line 4107 case $ac_cv_c_inline in | Line 4166 case $ac_cv_c_inline in |
| _ACEOF | _ACEOF |
| ;; | ;; |
| esac | esac |
| ac_fn_c_check_type "$LINENO" "uuid_t" "ac_cv_type_uuid_t" "$ac_includes_default" | |
| if test "x$ac_cv_type_uuid_t" = xyes | |
| then : | |
| printf "%s\n" "#define HAVE_UUID_T 1" >>confdefs.h | |
| fi | |
| # Checks for library functions. | # Checks for library functions. |