delete .cvsignore
[reactos.git] / rosapps / net / ncftp / libncftp / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 #undef CAN_USE_SYS_SELECT_H
4
5 /* Define to empty if the keyword does not work. */
6 #undef const
7
8 /* Define to `int' if <sys/types.h> doesn't define. */
9 #undef gid_t
10
11 /* Define if your compiler supports the "long long" integral type. */
12 #undef HAVE_LONG_LONG
13
14 /* Define if you have a _res global variable used by resolve routines. */
15 #undef HAVE__RES_DEFDNAME
16
17 /* Define if you have sigsetjmp and siglongjmp. */
18 #undef HAVE_SIGSETJMP
19
20 /* Define to `int' if <sys/types.h> doesn't define. */
21 #undef mode_t
22
23 /* Define to `long' if <sys/types.h> doesn't define. */
24 #undef off_t
25
26 /* Define to `int' if <sys/types.h> doesn't define. */
27 #undef pid_t
28
29 /* Format string for the printf() family for 64 bit integers. */
30 #undef PRINTF_LONG_LONG
31
32 /* Define if printing a "long long" with "%lld" works . */
33 #undef PRINTF_LONG_LONG_LLD
34
35 /* Define if printing a "long long" with "%qd" works . */
36 #undef PRINTF_LONG_LONG_QD
37
38 /* Format string for the scanf() family for 64 bit integers. */
39 #undef SCANF_LONG_LONG
40
41 /* Define if scanning a "long long" with "%lld" works. */
42 #undef SCANF_LONG_LONG_LLD
43
44 /* Define if scanning a "long long" with "%qd" works. */
45 #undef SCANF_LONG_LONG_QD
46
47
48 /* Define to the type of arg1 for select(). */
49 #undef SELECT_TYPE_ARG1
50
51 /* Define to the type of args 2, 3 and 4 for select(). */
52 #undef SELECT_TYPE_ARG234
53
54 /* Define to the type of arg5 for select(). */
55 #undef SELECT_TYPE_ARG5
56
57 /* Define if the setvbuf function takes the buffering type as its second
58 argument and the buffer pointer as the third, as on System V
59 before release 3. */
60 #undef SETVBUF_REVERSED
61
62 /* Define to `unsigned' if <sys/types.h> doesn't define. */
63 #undef size_t
64
65 /* Define if you have the ANSI C header files. */
66 #undef STDC_HEADERS
67
68 /* Define to the full path of the Tar program, if you have it. */
69 #undef TAR
70
71 /* Define if you can safely include both <sys/time.h> and <time.h>. */
72 #undef TIME_WITH_SYS_TIME
73
74 /* Define to `int' if <sys/types.h> doesn't define. */
75 #undef uid_t
76
77 /* Result of "uname -a" */
78 #undef UNAME
79
80 /* Define if you have the fstat64 function. */
81 #undef HAVE_FSTAT64
82
83 /* Define if you have the getcwd function. */
84 #undef HAVE_GETCWD
85
86 /* Define if you have the getdomainname function. */
87 #undef HAVE_GETDOMAINNAME
88
89 /* Define if you have the gethostname function. */
90 #undef HAVE_GETHOSTNAME
91
92 /* Define if you have the getpass function. */
93 #undef HAVE_GETPASS
94
95 /* Define if you have the getwd function. */
96 #undef HAVE_GETWD
97
98 /* Define if you have the inet_ntop function. */
99 #undef HAVE_INET_NTOP
100
101 /* Define if you have the llseek function. */
102 #undef HAVE_LLSEEK
103
104 /* Define if you have the lseek64 function. */
105 #undef HAVE_LSEEK64
106
107 /* Define if you have the lstat64 function. */
108 #undef HAVE_LSTAT64
109
110 /* Define if you have the mktime function. */
111 #undef HAVE_MKTIME
112
113 /* Define if you have the open64 function. */
114 #undef HAVE_OPEN64
115
116 /* Define if you have the res_init function. */
117 #undef HAVE_RES_INIT
118
119 /* Define if you have the sigaction function. */
120 #undef HAVE_SIGACTION
121
122 /* Define if you have the snprintf function. */
123 #undef HAVE_SNPRINTF
124
125 /* Define if you have the socket function. */
126 #undef HAVE_SOCKET
127
128 /* Define if you have the stat64 function. */
129 #undef HAVE_STAT64
130
131 /* Define if you have the strcasecmp function. */
132 #undef HAVE_STRCASECMP
133
134 /* Define if you have the strerror function. */
135 #undef HAVE_STRERROR
136
137 /* Define if you have the strstr function. */
138 #undef HAVE_STRSTR
139
140 /* Define if you have the strtoq function. */
141 #undef HAVE_STRTOQ
142
143 /* Define if you have the symlink function. */
144 #undef HAVE_SYMLINK
145
146 /* Define if you have the vsnprintf function. */
147 #undef HAVE_VSNPRINTF
148
149 /* Define if you have the waitpid function. */
150 #undef HAVE_WAITPID
151
152 /* Define if you have the <arpa/nameser.h> header file. */
153 #undef HAVE_ARPA_NAMESER_H
154
155 /* Define if you have the <nserve.h> header file. */
156 #undef HAVE_NSERVE_H
157
158 /* Define if you have the <resolv.h> header file. */
159 #undef HAVE_RESOLV_H
160
161 /* Define if you have the <sys/select.h> header file. */
162 #undef HAVE_SYS_SELECT_H
163
164 /* Define if you have the <sys/time.h> header file. */
165 #undef HAVE_SYS_TIME_H
166
167 /* Define if you have the <unistd.h> header file. */
168 #undef HAVE_UNISTD_H
169
170 /* Define if you have the <utime.h> header file. */
171 #undef HAVE_UTIME_H
172
173 /* Define if you have the 44bsd library (-l44bsd). */
174 #undef HAVE_LIB44BSD
175
176 /* Define if you have the com_err library (-lcom_err). */
177 #undef HAVE_LIBCOM_ERR
178
179 /* Define if you have the crypto library (-lcrypto). */
180 #undef HAVE_LIBCRYPTO
181
182 /* Define if you have the db library (-ldb). */
183 #undef HAVE_LIBDB
184
185 /* Define if you have the gen library (-lgen). */
186 #undef HAVE_LIBGEN
187
188 /* Define if you have the gssapi_krb5 library (-lgssapi_krb5). */
189 #undef HAVE_LIBGSSAPI_KRB5
190
191 /* Define if you have the isode library (-lisode). */
192 #undef HAVE_LIBISODE
193
194 /* Define if you have the krb5 library (-lkrb5). */
195 #undef HAVE_LIBKRB5
196
197 /* Define if you have the nsl library (-lnsl). */
198 #undef HAVE_LIBNSL
199
200 /* Define if you have the resolv library (-lresolv). */
201 #undef HAVE_LIBRESOLV
202
203 /* Define if you have the socket library (-lsocket). */
204 #undef HAVE_LIBSOCKET
205
206 /* Define if you have the socks5 library (-lsocks5). */
207 #undef HAVE_LIBSOCKS5