--- configure.orig	2025-05-26 23:26:47
+++ configure	2025-05-27 23:40:52
@@ -14054,406 +14054,6 @@
 
 
 have_uuid=missing
-
-       for ac_header in uuid.h
-do :
-  ac_fn_c_check_header_compile "$LINENO" "uuid.h" "ac_cv_header_uuid_h" "$ac_includes_default"
-if test "x$ac_cv_header_uuid_h" = xyes
-then :
-  printf "%s\n" "#define HAVE_UUID_H 1" >>confdefs.h
-
-
-  for ac_func in uuid_create uuid_enc_be
-do :
-  as_ac_var=`printf "%s\n" "ac_cv_func_$ac_func" | sed "$as_sed_sh"`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"
-then :
-  cat >>confdefs.h <<_ACEOF
-#define `printf "%s\n" "HAVE_$ac_func" | sed "$as_sed_cpp"` 1
-_ACEOF
-
-    have_uuid=yes
-    ac_cv_have_uuid_h=yes
-    LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""}
-    LIBUUID_LIBS=${LIBUUID_LIBS-""}
-
-fi
-
-done
-
-fi
-
-done
-
-if test "x$have_uuid" = xmissing
-then :
-
-
-pkg_failed=no
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid >= 2.20" >&5
-printf %s "checking for uuid >= 2.20... " >&6; }
-
-if test -n "$LIBUUID_CFLAGS"; then
-    pkg_cv_LIBUUID_CFLAGS="$LIBUUID_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5
-  ac_status=$?
-  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBUUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 2.20" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBUUID_LIBS"; then
-    pkg_cv_LIBUUID_LIBS="$LIBUUID_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5
-  ac_status=$?
-  printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBUUID_LIBS=`$PKG_CONFIG --libs "uuid >= 2.20" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-                LIBUUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 2.20" 2>&1`
-        else
-                LIBUUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 2.20" 2>&1`
-        fi
-        # Put the nasty error message in config.log where it belongs
-        echo "$LIBUUID_PKG_ERRORS" >&5
-
-
-      save_CFLAGS=$CFLAGS
-save_CPPFLAGS=$CPPFLAGS
-save_LDFLAGS=$LDFLAGS
-save_LIBS=$LIBS
-
-
-        CPPFLAGS="$CPPFLAGS $LIBUUID_CFLAGS"
-        LIBS="$LIBS $LIBUUID_LIBS"
-               for ac_header in uuid/uuid.h
-do :
-  ac_fn_c_check_header_compile "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
-if test "x$ac_cv_header_uuid_uuid_h" = xyes
-then :
-  printf "%s\n" "#define HAVE_UUID_UUID_H 1" >>confdefs.h
-
-          ac_cv_have_uuid_uuid_h=yes
-          py_check_lib_save_LIBS=$LIBS
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time in -luuid" >&5
-printf %s "checking for uuid_generate_time in -luuid... " >&6; }
-if test ${ac_cv_lib_uuid_uuid_generate_time+y}
-then :
-  printf %s "(cached) " >&6
-else case e in #(
-  e) ac_check_lib_save_LIBS=$LIBS
-LIBS="-luuid  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.
-   The 'extern "C"' is for builds by C++ compilers;
-   although this is not generally supported in C code supporting it here
-   has little cost and some practical benefit (sr 110532).  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char uuid_generate_time (void);
-int
-main (void)
-{
-return uuid_generate_time ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"
-then :
-  ac_cv_lib_uuid_uuid_generate_time=yes
-else case e in #(
-  e) ac_cv_lib_uuid_uuid_generate_time=no ;;
-esac
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS ;;
-esac
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time" >&5
-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time" >&6; }
-if test "x$ac_cv_lib_uuid_uuid_generate_time" = xyes
-then :
-  have_uuid=yes
-fi
-
-LIBS=$py_check_lib_save_LIBS
-
-          py_check_lib_save_LIBS=$LIBS
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time_safe in -luuid" >&5
-printf %s "checking for uuid_generate_time_safe in -luuid... " >&6; }
-if test ${ac_cv_lib_uuid_uuid_generate_time_safe+y}
-then :
-  printf %s "(cached) " >&6
-else case e in #(
-  e) ac_check_lib_save_LIBS=$LIBS
-LIBS="-luuid  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.
-   The 'extern "C"' is for builds by C++ compilers;
-   although this is not generally supported in C code supporting it here
-   has little cost and some practical benefit (sr 110532).  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char uuid_generate_time_safe (void);
-int
-main (void)
-{
-return uuid_generate_time_safe ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"
-then :
-  ac_cv_lib_uuid_uuid_generate_time_safe=yes
-else case e in #(
-  e) ac_cv_lib_uuid_uuid_generate_time_safe=no ;;
-esac
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS ;;
-esac
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time_safe" >&5
-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time_safe" >&6; }
-if test "x$ac_cv_lib_uuid_uuid_generate_time_safe" = xyes
-then :
-
-            have_uuid=yes
-            ac_cv_have_uuid_generate_time_safe=yes
-
-fi
-
-LIBS=$py_check_lib_save_LIBS
-
-fi
-
-done
-        if test "x$have_uuid" = xyes
-then :
-
-          LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""}
-          LIBUUID_LIBS=${LIBUUID_LIBS-"-luuid"}
-
-fi
-
-CFLAGS=$save_CFLAGS
-CPPFLAGS=$save_CPPFLAGS
-LDFLAGS=$save_LDFLAGS
-LIBS=$save_LIBS
-
-
-
-
-elif test $pkg_failed = untried; then
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
-
-      save_CFLAGS=$CFLAGS
-save_CPPFLAGS=$CPPFLAGS
-save_LDFLAGS=$LDFLAGS
-save_LIBS=$LIBS
-
-
-        CPPFLAGS="$CPPFLAGS $LIBUUID_CFLAGS"
-        LIBS="$LIBS $LIBUUID_LIBS"
-               for ac_header in uuid/uuid.h
-do :
-  ac_fn_c_check_header_compile "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default"
-if test "x$ac_cv_header_uuid_uuid_h" = xyes
-then :
-  printf "%s\n" "#define HAVE_UUID_UUID_H 1" >>confdefs.h
-
-          ac_cv_have_uuid_uuid_h=yes
-          py_check_lib_save_LIBS=$LIBS
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time in -luuid" >&5
-printf %s "checking for uuid_generate_time in -luuid... " >&6; }
-if test ${ac_cv_lib_uuid_uuid_generate_time+y}
-then :
-  printf %s "(cached) " >&6
-else case e in #(
-  e) ac_check_lib_save_LIBS=$LIBS
-LIBS="-luuid  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.
-   The 'extern "C"' is for builds by C++ compilers;
-   although this is not generally supported in C code supporting it here
-   has little cost and some practical benefit (sr 110532).  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char uuid_generate_time (void);
-int
-main (void)
-{
-return uuid_generate_time ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"
-then :
-  ac_cv_lib_uuid_uuid_generate_time=yes
-else case e in #(
-  e) ac_cv_lib_uuid_uuid_generate_time=no ;;
-esac
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS ;;
-esac
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time" >&5
-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time" >&6; }
-if test "x$ac_cv_lib_uuid_uuid_generate_time" = xyes
-then :
-  have_uuid=yes
-fi
-
-LIBS=$py_check_lib_save_LIBS
-
-          py_check_lib_save_LIBS=$LIBS
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time_safe in -luuid" >&5
-printf %s "checking for uuid_generate_time_safe in -luuid... " >&6; }
-if test ${ac_cv_lib_uuid_uuid_generate_time_safe+y}
-then :
-  printf %s "(cached) " >&6
-else case e in #(
-  e) ac_check_lib_save_LIBS=$LIBS
-LIBS="-luuid  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.
-   The 'extern "C"' is for builds by C++ compilers;
-   although this is not generally supported in C code supporting it here
-   has little cost and some practical benefit (sr 110532).  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char uuid_generate_time_safe (void);
-int
-main (void)
-{
-return uuid_generate_time_safe ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"
-then :
-  ac_cv_lib_uuid_uuid_generate_time_safe=yes
-else case e in #(
-  e) ac_cv_lib_uuid_uuid_generate_time_safe=no ;;
-esac
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS ;;
-esac
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time_safe" >&5
-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time_safe" >&6; }
-if test "x$ac_cv_lib_uuid_uuid_generate_time_safe" = xyes
-then :
-
-            have_uuid=yes
-            ac_cv_have_uuid_generate_time_safe=yes
-
-fi
-
-LIBS=$py_check_lib_save_LIBS
-
-fi
-
-done
-        if test "x$have_uuid" = xyes
-then :
-
-          LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""}
-          LIBUUID_LIBS=${LIBUUID_LIBS-"-luuid"}
-
-fi
-
-CFLAGS=$save_CFLAGS
-CPPFLAGS=$save_CPPFLAGS
-LDFLAGS=$save_LDFLAGS
-LIBS=$save_LIBS
-
-
-
-
-else
-        LIBUUID_CFLAGS=$pkg_cv_LIBUUID_CFLAGS
-        LIBUUID_LIBS=$pkg_cv_LIBUUID_LIBS
-        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }
-                    have_uuid=yes
-      ac_cv_have_uuid_generate_time_safe=yes
-      # The uuid.h file to include may be <uuid.h> *or* <uuid/uuid.h>.
-      # Since pkg-config --cflags uuid may return -I/usr/include/uuid,
-      # it's possible to write '#include <uuid.h>' in _uuidmodule.c,
-      # assuming that the compiler flags are properly updated.
-      #
-      # Ideally, we should have defined HAVE_UUID_H if and only if
-      # #include <uuid.h> can be written, *without* assuming extra
-      # include path.
-      ac_cv_have_uuid_h=yes
-
-fi
-
-fi
-
 if test "x$have_uuid" = xmissing
 then :
 
