Merge from vendor branch CVS:
[dragonfly.git] / libexec / lukemftpd / config.h
1 /* $FreeBSD: src/libexec/lukemftpd/config.h,v 1.1.2.1 2002/06/20 21:13:33 obrien Exp $ */
2 /* $DragonFly: src/libexec/lukemftpd/Attic/config.h,v 1.2 2003/06/17 04:27:07 dillon Exp $ */
3
4
5 /* config.h.  Generated automatically by configure.  */
6 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
7 /* $Id: config.h.in,v 1.15 2001/04/28 07:11:46 lukem Exp $ */
8
9
10 /* Define if the closedir function returns void instead of int.  */
11 /* #undef CLOSEDIR_VOID */
12
13 /* Define to empty if the keyword does not work.  */
14 /* #undef const */
15
16 /* Define if your C compiler doesn't accept -c and -o together.  */
17 /* #undef NO_MINUS_C_MINUS_O */
18
19 /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
20 /* #undef F77_NO_MINUS_C_MINUS_O */
21
22 /* Define to `long' if <sys/types.h> doesn't define.  */
23 /* #undef off_t */
24
25 /* Define to the type of arg1 for select(). */
26 /* #undef SELECT_TYPE_ARG1 */
27
28 /* Define to the type of args 2, 3 and 4 for select(). */
29 /* #undef SELECT_TYPE_ARG234 */
30
31 /* Define to the type of arg5 for select(). */
32 /* #undef SELECT_TYPE_ARG5 */
33
34 /* Define if you have the ANSI C header files.  */
35 #define STDC_HEADERS 1
36
37 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
38 #define TIME_WITH_SYS_TIME 1
39
40 /* Define if the closedir function returns void instead of int.  */
41 /* #undef VOID_CLOSEDIR */
42
43 /* The number of bytes in a off_t.  */
44 #define SIZEOF_OFF_T 0
45
46 /* Define if you have the err function.  */
47 #define HAVE_ERR 1
48
49 /* Define if you have the fgetln function.  */
50 #define HAVE_FGETLN 1
51
52 /* Define if you have the flock function.  */
53 #define HAVE_FLOCK 1
54
55 /* Define if you have the fparseln function.  */
56 #define HAVE_FPARSELN 1
57
58 /* Define if you have the fts_open function.  */
59 #define HAVE_FTS_OPEN 1
60
61 /* Define if you have the getaddrinfo function.  */
62 #define HAVE_GETADDRINFO 1
63
64 /* Define if you have the getgrouplist function.  */
65 #define HAVE_GETGROUPLIST 1
66
67 /* Define if you have the getnameinfo function.  */
68 #define HAVE_GETNAMEINFO 1
69
70 /* Define if you have the getspnam function.  */
71 /* #undef HAVE_GETSPNAM */
72
73 /* Define if you have the getusershell function.  */
74 #define HAVE_GETUSERSHELL 1
75
76 /* Define if you have the inet_net_pton function.  */
77 #define HAVE_INET_NET_PTON 1
78
79 /* Define if you have the inet_ntop function.  */
80 #define HAVE_INET_NTOP 1
81
82 /* Define if you have the inet_pton function.  */
83 #define HAVE_INET_PTON 1
84
85 /* Define if you have the lockf function.  */
86 #define HAVE_LOCKF 1
87
88 /* Define if you have the mkstemp function.  */
89 #define HAVE_MKSTEMP 1
90
91 /* Define if you have the setlogin function.  */
92 #define HAVE_SETLOGIN 1
93
94 /* Define if you have the setproctitle function.  */
95 #define HAVE_SETPROCTITLE 1
96
97 /* Define if you have the sl_init function.  */
98 #define HAVE_SL_INIT 1
99
100 /* Define if you have the snprintf function.  */
101 #define HAVE_SNPRINTF 1
102
103 /* Define if you have the strdup function.  */
104 #define HAVE_STRDUP 1
105
106 /* Define if you have the strerror function.  */
107 #define HAVE_STRERROR 1
108
109 /* Define if you have the strlcat function.  */
110 #define HAVE_STRLCAT 1
111
112 /* Define if you have the strlcpy function.  */
113 #define HAVE_STRLCPY 1
114
115 /* Define if you have the strmode function.  */
116 #define HAVE_STRMODE 1
117
118 /* Define if you have the strsep function.  */
119 #define HAVE_STRSEP 1
120
121 /* Define if you have the strtoll function.  */
122 #define HAVE_STRTOLL 1
123
124 /* Define if you have the user_from_uid function.  */
125 #define HAVE_USER_FROM_UID 1
126
127 /* Define if you have the usleep function.  */
128 #define HAVE_USLEEP 1
129
130 /* Define if you have the vfork function.  */
131 #define HAVE_VFORK 1
132
133 /* Define if you have the vsyslog function.  */
134 #define HAVE_VSYSLOG 1
135
136 /* Define if you have the <arpa/nameser.h> header file.  */
137 #define HAVE_ARPA_NAMESER_H 1
138
139 /* Define if you have the <dirent.h> header file.  */
140 #define HAVE_DIRENT_H 1
141
142 /* Define if you have the <err.h> header file.  */
143 #define HAVE_ERR_H 1
144
145 /* Define if you have the <fts.h> header file.  */
146 #define HAVE_FTS_H 1
147
148 /* Define if you have the <libutil.h> header file.  */
149 #define HAVE_LIBUTIL_H 1
150
151 /* Define if you have the <ndir.h> header file.  */
152 /* #undef HAVE_NDIR_H */
153
154 /* Define if you have the <paths.h> header file.  */
155 #define HAVE_PATHS_H 1
156
157 /* Define if you have the <sys/dir.h> header file.  */
158 #define HAVE_SYS_DIR_H 1
159
160 /* Define if you have the <sys/ndir.h> header file.  */
161 /* #undef HAVE_SYS_NDIR_H */
162
163 /* Define if you have the <sys/sysmacros.h> header file.  */
164 /* #undef HAVE_SYS_SYSMACROS_H */
165
166 /* Define if you have the <util.h> header file.  */
167 /* #undef HAVE_UTIL_H */
168
169 /* Define if you have the crypt library (-lcrypt).  */
170 #define HAVE_LIBCRYPT 1
171
172 /* Define if you have the nsl library (-lnsl).  */
173 /* #undef HAVE_LIBNSL */
174
175 /* Define if you have the skey library (-lskey).  */
176 /* #undef HAVE_LIBSKEY */
177
178 /* Define if you have the socket library (-lsocket).  */
179 /* #undef HAVE_LIBSOCKET */
180
181 /* Define if you have the util library (-lutil).  */
182 #define HAVE_LIBUTIL 1
183
184 /* Define if your compiler supports `long long' */
185 #define HAVE_LONG_LONG 1
186
187 /* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
188 #define HAVE_PRINTF_QD 1
189
190 /* Define if in_port_t exists */
191 #define HAVE_IN_PORT_T 1
192
193 /* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
194 #define HAVE_SOCKADDR_SA_LEN 1
195
196 /* Define if socklen_t exists */
197 #define HAVE_SOCKLEN_T 1
198
199 /* Define if AF_INET6 exists in <sys/socket.h> */
200 #define HAVE_AF_INET6 1
201
202 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
203 #define HAVE_SOCKADDR_IN6 1
204
205 /* Define if `struct addrinfo' exists in <netdb.h> */
206 #define HAVE_ADDRINFO 1
207
208 /*
209  * Define if <netdb.h> contains AI_NUMERICHOST et al.
210  * Systems which only implement RFC2133 will need this.
211  */
212 #define HAVE_RFC2553_NETDB 1
213
214 /* Define if `struct direct' has a d_namlen element */
215 #define HAVE_D_NAMLEN 1
216
217 /* Define if struct passwd.pw_expire exists. */
218 #define HAVE_PW_EXPIRE 1
219
220 /* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
221 #define HAVE_WORKING_GLOB 1
222
223 /* Define if crypt() is declared in <unistd.h> */
224 #define HAVE_CRYPT_D 1
225
226 /* Define if fclose() is declared in <stdio.h> */
227 #define HAVE_FCLOSE_D 1
228
229 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
230 #define HAVE_OPTARG_D 1
231
232 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
233 #define HAVE_OPTIND_D 1
234
235 /* Define if optreset exists */
236 #define HAVE_OPTRESET 1
237
238 /* Define if pclose() is declared in <stdio.h> */
239 #define HAVE_PCLOSE_D 1
240
241 /* Define if getusershell() is declared in <unistd.h> */
242 #define HAVE_GETUSERSHELL_D 1
243
244 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
245 #define HAVE_QUAD_SUPPORT 1
246
247 /* Define if not using in-built /bin/ls code */
248 /* #undef NO_INTERNAL_LS */
249
250 /* Define if using S/Key */
251 /* #undef SKEY */
252
253 /*
254  * Define this if compiling with SOCKS (the firewall traversal library).
255  * Also, you must define connect, getsockname, bind, accept, listen, and
256  * select to their R-versions.
257  */
258 /* #undef       SOCKS */
259 /* #undef       SOCKS4 */
260 /* #undef       SOCKS5 */
261 /* #undef       connect */
262 /* #undef       getsockname */
263 /* #undef       bind */
264 /* #undef       accept */
265 /* #undef       listen */
266 /* #undef       select */
267 /* #undef       dup */
268 /* #undef       dup2 */
269 /* #undef       fclose */
270 /* #undef       gethostbyname */
271 /* #undef       getpeername */
272 /* #undef       read */
273 /* #undef       recv */
274 /* #undef       recvfrom */
275 /* #undef       rresvport */
276 /* #undef       send */
277 /* #undef       sendto */
278 /* #undef       shutdown */
279 /* #undef       write */
280
281 /* Define if you have the <arpa/ftp.h> header file.  */
282 #define HAVE_FTP_NAMES 1