]> git.sesse.net Git - betaftpd/blob - config.h.in
Fixed a security problem where the custom snprintf() would always be used. Thanks...
[betaftpd] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* Define if we want to do ascii transfers.  */
3 #undef WANT_ASCII
4
5 /* Define if we need transfer logging.  */
6 #undef WANT_XFERLOG
7
8 /* Define if we need fullscreen mode. */
9 #undef WANT_FULLSCREEN
10
11 /* Define if we need upload support. */
12 #undef WANT_UPLOAD
13
14 /* Define if we want statistics support. */
15 #undef WANT_STAT
16
17 /* Define if we need shadow support. */
18 #undef WANT_SHADOW
19
20 /* Define if we need to fork. */
21 #undef WANT_FORK
22
23 /* Define if we don't have root privilegies. */
24 #undef WANT_NONROOT
25
26 /* Define if we want directory listing cache */
27 #undef WANT_DCACHE
28
29 /* Define if we want to support .message files et al */
30 #undef WANT_MESSAGE
31
32 /* Define to empty if the keyword does not work.  */
33 #undef const
34
35 /* Define to `int' if <sys/types.h> doesn't define.  */
36 #undef gid_t
37
38 /* Define if you have a working `mmap' system call.  */
39 #undef HAVE_MMAP
40
41 /* Define as the return type of signal handlers (int or void).  */
42 #undef RETSIGTYPE
43
44 /* Define if you have the ANSI C header files.  */
45 #undef STDC_HEADERS
46
47 /* Define to `int' if <sys/types.h> doesn't define.  */
48 #undef uid_t
49
50 /* Define if you have the getpagesize function.  */
51 #undef HAVE_GETPAGESIZE
52
53 /* Define if you have the snprintf function.  */
54 #undef HAVE_SNPRINTF
55
56 /* Define if you have the vsnprintf function.  */
57 #undef HAVE_VSNPRINTF
58
59 /* Define if you have the <arpa/inet.h> header file.  */
60 #undef HAVE_ARPA_INET_H
61
62 /* Define if you have the <assert.h> header file.  */
63 #undef HAVE_ASSERT_H
64
65 /* Define if you have the <crypt.h> header file.  */
66 #undef HAVE_CRYPT_H
67
68 /* Define if you have the <dirent.h> header file.  */
69 #undef HAVE_DIRENT_H
70
71 /* Define if you have the <errno.h> header file.  */
72 #undef HAVE_ERRNO_H
73
74 /* Define if you have the <fcntl.h> header file.  */
75 #undef HAVE_FCNTL_H
76
77 /* Define if you have the <glob.h> header file.  */
78 #undef HAVE_GLOB_H
79
80 /* Define if you have the <grp.h> header file.  */
81 #undef HAVE_GRP_H
82
83 /* Define if you have the <linux/socket.h> header file.  */
84 #undef HAVE_LINUX_SOCKET_H
85
86 /* Define if you have the <linux/tcp.h> header file.  */
87 #undef HAVE_LINUX_TCP_H
88
89 /* Define if you have the <netdb.h> header file.  */
90 #undef HAVE_NETDB_H
91
92 /* Define if you have the <netinet/in.h> header file.  */
93 #undef HAVE_NETINET_IN_H
94
95 /* Define if you have the <netinet/in_systm.h> header file.  */
96 #undef HAVE_NETINET_IN_SYSTM_H
97
98 /* Define if you have the <netinet/ip.h> header file.  */
99 #undef HAVE_NETINET_IP_H
100
101 /* Define if you have the <netinet/tcp.h> header file.  */
102 #undef HAVE_NETINET_TCP_H
103
104 /* Define if you have the <pwd.h> header file.  */
105 #undef HAVE_PWD_H
106
107 /* Define if you have the <shadow.h> header file.  */
108 #undef HAVE_SHADOW_H
109
110 /* Define if you have the <signal.h> header file.  */
111 #undef HAVE_SIGNAL_H
112
113 /* Define if you have the <stdarg.h> header file.  */
114 #undef HAVE_STDARG_H
115
116 /* Define if you have the <stdio.h> header file.  */
117 #undef HAVE_STDIO_H
118
119 /* Define if you have the <stdlib.h> header file.  */
120 #undef HAVE_STDLIB_H
121
122 /* Define if you have the <string.h> header file.  */
123 #undef HAVE_STRING_H
124
125 /* Define if you have the <strings.h> header file.  */
126 #undef HAVE_STRINGS_H
127
128 /* Define if you have the <stropts.h> header file.  */
129 #undef HAVE_STROPTS_H
130
131 /* Define if you have the <sys/conf.h> header file.  */
132 #undef HAVE_SYS_CONF_H
133
134 /* Define if you have the <sys/filio.h> header file.  */
135 #undef HAVE_SYS_FILIO_H
136
137 /* Define if you have the <sys/ioctl.h> header file.  */
138 #undef HAVE_SYS_IOCTL_H
139
140 /* Define if you have the <sys/param.h> header file.  */
141 #undef HAVE_SYS_PARAM_H
142
143 /* Define if you have the <sys/poll.h> header file.  */
144 #undef HAVE_SYS_POLL_H
145
146 /* Define if you have the <sys/sendfile.h> header file.  */
147 #undef HAVE_SYS_SENDFILE_H
148
149 /* Define if you have the <sys/signal.h> header file.  */
150 #undef HAVE_SYS_SIGNAL_H
151
152 /* Define if you have the <sys/socket.h> header file.  */
153 #undef HAVE_SYS_SOCKET_H
154
155 /* Define if you have the <sys/stat.h> header file.  */
156 #undef HAVE_SYS_STAT_H
157
158 /* Define if you have the <sys/time.h> header file.  */
159 #undef HAVE_SYS_TIME_H
160
161 /* Define if you have the <sys/types.h> header file.  */
162 #undef HAVE_SYS_TYPES_H
163
164 /* Define if you have the <time.h> header file.  */
165 #undef HAVE_TIME_H
166
167 /* Define if you have the <unistd.h> header file.  */
168 #undef HAVE_UNISTD_H
169
170 /* Define if you have poll(). */
171 #undef HAVE_POLL
172
173 /* Define if you have sendfile() with the Linux semantics. */
174 #undef HAVE_LINUX_SENDFILE
175
176 /* Define if you have sendfile() with the BSD semantics. */
177 #undef HAVE_BSD_SENDFILE
178