repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
vsftpd
/
builddefs.h
blob
d301b1b1fcd978b33caa306b0aff71795d969066
1
#ifndef VSF_BUILDDEFS_H
2
#define VSF_BUILDDEFS_H
3
4
#include <tomato_config.h>
5
6
#undef VSF_BUILD_TCPWRAPPERS
7
#undef VSF_BUILD_PAM
8
9
#ifdef TCONFIG_FTP_SSL
10
#define VSF_BUILD_SSL
11
#else
12
#undef VSF_BUILD_SSL
13
#endif
14
15
#endif
/* VSF_BUILDDEFS_H */
16