]> git.sesse.net Git - betaftpd/blob - acconfig.h
Fixed a security problem where the custom snprintf() would always be used. Thanks...
[betaftpd] / acconfig.h
1 /* Define if we want to do ascii transfers.  */
2 #undef WANT_ASCII
3
4 /* Define if we need transfer logging.  */
5 #undef WANT_XFERLOG
6
7 /* Define if we need fullscreen mode. */
8 #undef WANT_FULLSCREEN
9
10 /* Define if we need upload support. */
11 #undef WANT_UPLOAD
12
13 /* Define if we want statistics support. */
14 #undef WANT_STAT
15
16 /* Define if we need shadow support. */
17 #undef WANT_SHADOW
18
19 /* Define if we need to fork. */
20 #undef WANT_FORK
21
22 /* Define if we don't have root privilegies. */
23 #undef WANT_NONROOT
24
25 /* Define if we want directory listing cache */
26 #undef WANT_DCACHE
27
28 /* Define if we want to support .message files et al */
29 #undef WANT_MESSAGE
30 @TOP@