blob: 13a3588117c721b60a6b294e1394a4bbb9470a54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
--- config.h.orig Sun Jul 29 23:29:57 2001
+++ config.h Sun Jul 29 23:30:55 2001
@@ -109,9 +109,7 @@
* Add OPIE support -- REQUIRES OPIE libraries
*/
-#if !defined (LINUX) /* Linux autodetects OPIE */
-#undef OPIE
-#endif
+#define OPIE
/*
* ALTERNATE_CD
@@ -132,7 +130,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 +230,7 @@
* Undefine this to let NOOP reset the idle timeout.
*/
-#define IGNORE_NOOP
+#undef IGNORE_NOOP
/*
* XFERLOG_REALPATH
@@ -286,7 +284,7 @@
* 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.
|