-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 4425625e628fc0bdd2b5a1640844ac815890dd8f:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 4425625e628fc0bdd2b5a1640844ac815890dd8f
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Wed Jan 22 13:57:10 2020 +0000

    *** empty log message ***

diff --git a/config.h.in b/config.h.in

index 17b1933ed4c4604c2b265fcf6445162a989c5aa2..

index ..4415059c7ef9616e5d18b8f6d5039266dd2c1e48 100644

--- a/config.h.in
+++ b/config.h.in
@@ -72,6 +72,9 @@
 /* Define to 1 if you have the `isastream' function. */
 #undef HAVE_ISASTREAM

+/* Define to 1 if linux/fs.h defined kernel_rwf_t */
+#undef HAVE_KERNEL_RWF_T
+
 /* Define to 1 if you have the `kqueue' function. */
 #undef HAVE_KQUEUE

@@ -87,6 +90,9 @@
 /* Define to 1 if you have the <linux/aio_abi.h> header file. */
 #undef HAVE_LINUX_AIO_ABI_H

+/* Define to 1 if you have the <linux/fs.h> header file. */
+#undef HAVE_LINUX_FS_H
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H

@@ -204,6 +210,9 @@
 /* Define to 1 if you have the <sys/strredir.h> header file. */
 #undef HAVE_SYS_STRREDIR_H

+/* Define to 1 if you have the <sys/timerfd.h> header file. */
+#undef HAVE_SYS_TIMERFD_H
+
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H

diff --git a/configure b/configure

index 02fc1f717fb830524b1bfa2c9b58d6a3528501b3..

index ..e49dbb3cab27ae6a8bba2360d5a1a09502deb1a2 100755

--- a/configure
+++ b/configure
@@ -5354,7 +5354,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu


-for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h
+for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/timerfd.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -5367,7 +5367,7 @@ fi

 done

-for ac_header in sys/select.h sys/eventfd.h sys/signalfd.h linux/aio_abi.h
+for ac_header in sys/select.h sys/eventfd.h sys/signalfd.h linux/aio_abi.h linux/fs.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -5572,6 +5572,17 @@ fi
 done


+ac_fn_cxx_check_type "$LINENO" "__kernel_rwf_t" "ac_cv_type___kernel_rwf_t" "#include <linux/fs.h>
+"
+if test "x$ac_cv_type___kernel_rwf_t" = xyes; then :
+
+
+$as_echo "#define HAVE_KERNEL_RWF_T 1" >>confdefs.h
+
+
+fi
+
+
 if test -z "$LIBEV_M4_AVOID_LIBM"; then
    LIBM=m
 fi
diff --git a/src/ev_cpp.h b/src/ev_cpp.h

index 0cafc804e1f156c3242546593df130e8b7ccfaff..

index ..88004d3df277428b41f078b48acec9241eef4d77 100644

--- a/src/ev_cpp.h
+++ b/src/ev_cpp.h
@@ -6,6 +6,7 @@
 #define EV_USE_KQUEUE 1
 #define EV_USE_PORT 1
 //#define EV_USE_LINUXAIO 1
+//#define EV_USE_IOURING 1
 #define EV_PREPARE_ENABLE 1
 #define EV_IDLE_ENABLE 1
 #define EV_SIGNAL_ENABLE 1

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 09:27:33 2024