-- 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: de6d24ac3c0b7c2c8939ba7cedf8e1edd3751176:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit de6d24ac3c0b7c2c8939ba7cedf8e1edd3751176
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sat Feb 18 15:48:23 2006 +0000

    *** empty log message ***

diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C

index 711b99fe464636c0a4f0b63e3c19dad525e6b35f..

index ..c503463d882598635314398f1844406405adf4c9 100644

--- a/src/rxvttoolkit.C
+++ b/src/rxvttoolkit.C
@@ -28,11 +28,8 @@
 #include <fcntl.h>

 #include <sys/utsname.h>
-
-#ifndef NO_SLOW_LINK_SUPPORT
-# include <sys/socket.h>
-# include <sys/un.h>
-#endif
+#include <sys/socket.h>
+#include <sys/un.h>

 #if XFT
 # include <X11/extensions/Xrender.h>
@@ -465,7 +462,6 @@ bool rxvt_display::ref_init ()

   int fd = XConnectionNumber (dpy);

-#ifndef NO_SLOW_LINK_SUPPORT
   // try to detect wether we have a local connection.
   // assume unix domains socket == local, everything else not
   // TODO: might want to check for inet/127.0.0.1
@@ -475,7 +471,6 @@ bool rxvt_display::ref_init ()

   if (!getsockname (fd, (sockaddr *)&sa, &sl))
     is_local = sa.sun_family == AF_LOCAL;
-#endif

   x_ev.start (fd, EVENT_READ);
   fcntl (fd, F_SETFD, FD_CLOEXEC);
diff --git a/src/rxvttoolkit.h b/src/rxvttoolkit.h

index 06491d304d596b45265fa3ced54eeeb97cbb58e4..

index ..9612885766b11aa417c099d51c9719547abab6ea 100644

--- a/src/rxvttoolkit.h
+++ b/src/rxvttoolkit.h
@@ -189,9 +189,7 @@ struct rxvt_display : refcounted {
   Window    root;
   rxvt_term *selection_owner;
   Atom      xa[NUM_XA];
-#ifndef NO_SLOW_LINK_SUPPORT
   bool      is_local;
-#endif
 #ifdef POINTER_BLANK
   Cursor    blank_cursor;
 #endif

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

-- Response ended

-- Page fetched on Sun Jun 2 12:46:20 2024