Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / vsftpd / builddefs.h
blobd301b1b1fcd978b33caa306b0aff71795d969066
1 #ifndef VSF_BUILDDEFS_H
2 #define VSF_BUILDDEFS_H
4 #include <tomato_config.h>
6 #undef VSF_BUILD_TCPWRAPPERS
7 #undef VSF_BUILD_PAM
9 #ifdef TCONFIG_FTP_SSL
10 #define VSF_BUILD_SSL
11 #else
12 #undef VSF_BUILD_SSL
13 #endif
15 #endif /* VSF_BUILDDEFS_H */