Displaying 1 result from an estimated 1 matches for "with_tcpfwd".
2001 Oct 24
2
disable features
...29 Jul 2001 14:00:07 -0000 1.19
+++ Makefile.inc 22 Oct 2001 18:57:12 -0000
@@ -10,7 +10,14 @@
CDIAGFLAGS+= -Wmissing-prototypes
CDIAGFLAGS+= -Wunused
-#DEBUG=-g
+DEBUG=-g
+
+#CFLAGS+= -DWITH_AGENTFWD
+#CFLAGS+= -DWITH_COMPRESSION
+#CFLAGS+= -DWITH_DYNFWD
+#CFLAGS+= -DWITH_PROTO13
+#CFLAGS+= -DWITH_TCPFWD
+#CFLAGS+= -DWITH_X11FWD
#CFLAGS+= -DSMARTCARD
#LDADD+= -lsectok
Index: auth-options.c
===================================================================
RCS file: /home/markus/cvs/ssh/auth-options.c,v
retrieving revision 1.20
diff -u -r1.20 auth-options.c
--- auth-options.c 30 Aug 2001 20:36:...