2000-02-21 01:23:12 +00:00
|
|
|
--- config.h.orig Mon Feb 21 03:51:58 2000
|
|
|
|
+++ config.h Mon Feb 21 04:18:17 2000
|
|
|
|
@@ -101,7 +101,7 @@
|
1999-03-09 13:54:45 +00:00
|
|
|
* See FIXES-2.4-HOBBIT for more information on this option.
|
|
|
|
*/
|
|
|
|
|
|
|
|
-#undef SKEY
|
|
|
|
+/* #undef SKEY */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* OPIE
|
2000-02-21 01:23:12 +00:00
|
|
|
@@ -132,7 +132,7 @@
|
|
|
|
* Define this if you want to use RFC 931 'authentication' - this improves
|
|
|
|
* the logging at the cost of a possible slight delay in connection.
|
|
|
|
*/
|
|
|
|
-#undef USE_RFC931
|
|
|
|
+#define USE_RFC931
|
|
|
|
|
|
|
|
/*
|
|
|
|
* BUFFER_SIZE
|
|
|
|
@@ -232,7 +232,7 @@
|
1999-03-09 13:54:45 +00:00
|
|
|
* Undefine this to let NOOP reset the idle timeout.
|
|
|
|
*/
|
|
|
|
|
|
|
|
-#define IGNORE_NOOP
|
|
|
|
+#undef IGNORE_NOOP
|
|
|
|
|
|
|
|
/*
|
|
|
|
* XFERLOG_REALPATH
|
2000-02-21 01:23:12 +00:00
|
|
|
@@ -286,7 +286,7 @@
|
1999-03-09 13:54:45 +00:00
|
|
|
* the risk of PASV port race stealing the connection. It also is non-RFC
|
|
|
|
* compliant, so it may cause problems for some client sites.
|
|
|
|
*/
|
|
|
|
-#define FIGHT_PASV_PORT_RACE
|
|
|
|
+#undef FIGHT_PASV_PORT_RACE
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Define this to completely disable anonymous FTP access.
|