15 lines
365 B
Diff
15 lines
365 B
Diff
--- vsftpd-2.0.5/builddefs.h 2006-07-02 23:53:47.000000000 +0200
|
|
+++ vsftpd-2.0.5-fix/builddefs.h 2006-07-05 12:02:09.000000000 +0200
|
|
@@ -1,9 +1,9 @@
|
|
#ifndef VSF_BUILDDEFS_H
|
|
#define VSF_BUILDDEFS_H
|
|
|
|
-#undef VSF_BUILD_TCPWRAPPERS
|
|
+#define VSF_BUILD_TCPWRAPPERS
|
|
#define VSF_BUILD_PAM
|
|
-#undef VSF_BUILD_SSL
|
|
+#define VSF_BUILD_SSL
|
|
|
|
#endif /* VSF_BUILDDEFS_H */
|
|
|