source: FTPfs/curlftpfs-0.9.1/config.h.in @ 10

Last change on this file since 10 was 10, checked in by zsjheng, 16 years ago
File size: 7.5 KB
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `alarm' function. */
4#undef HAVE_ALARM
5
6/* Define to 1 if your system has a working `chown' function. */
7#undef HAVE_CHOWN
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `ftruncate' function. */
16#undef HAVE_FTRUNCATE
17
18/* Define to 1 if you have the `getpass' function. */
19#undef HAVE_GETPASS
20
21/* Define if you have the iconv() function. */
22#undef HAVE_ICONV
23
24/* Define to 1 if you have the <inttypes.h> header file. */
25#undef HAVE_INTTYPES_H
26
27/* Define to 1 if you have a functional curl library. */
28#undef HAVE_LIBCURL
29
30/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31   to 0 otherwise. */
32#undef HAVE_MALLOC
33
34/* Define to 1 if you have the `memmove' function. */
35#undef HAVE_MEMMOVE
36
37/* Define to 1 if you have the <memory.h> header file. */
38#undef HAVE_MEMORY_H
39
40/* Define to 1 if you have the `memset' function. */
41#undef HAVE_MEMSET
42
43/* Define to 1 if you have the `mkdir' function. */
44#undef HAVE_MKDIR
45
46/* Define to 1 if you have the <netinet/in.h> header file. */
47#undef HAVE_NETINET_IN_H
48
49/* Define to 1 if your system has a GNU libc compatible `realloc' function,
50   and to 0 otherwise. */
51#undef HAVE_REALLOC
52
53/* Define to 1 if you have the `realpath' function. */
54#undef HAVE_REALPATH
55
56/* Define to 1 if you have the `rmdir' function. */
57#undef HAVE_RMDIR
58
59/* Define to 1 if you have the `select' function. */
60#undef HAVE_SELECT
61
62/* Define to 1 if you have the <stdint.h> header file. */
63#undef HAVE_STDINT_H
64
65/* Define to 1 if you have the <stdlib.h> header file. */
66#undef HAVE_STDLIB_H
67
68/* Define to 1 if you have the `strchr' function. */
69#undef HAVE_STRCHR
70
71/* Define to 1 if you have the `strdup' function. */
72#undef HAVE_STRDUP
73
74/* Define to 1 if you have the `strftime' function. */
75#undef HAVE_STRFTIME
76
77/* Define to 1 if you have the <strings.h> header file. */
78#undef HAVE_STRINGS_H
79
80/* Define to 1 if you have the <string.h> header file. */
81#undef HAVE_STRING_H
82
83/* Define to 1 if you have the `strrchr' function. */
84#undef HAVE_STRRCHR
85
86/* Define to 1 if you have the `strstr' function. */
87#undef HAVE_STRSTR
88
89/* Define to 1 if you have the `strtoull' function. */
90#undef HAVE_STRTOULL
91
92/* Define to 1 if `st_blksize' is member of `struct stat'. */
93#undef HAVE_STRUCT_STAT_ST_BLKSIZE
94
95/* Define to 1 if `st_blocks' is member of `struct stat'. */
96#undef HAVE_STRUCT_STAT_ST_BLOCKS
97
98/* Define to 1 if `st_rdev' is member of `struct stat'. */
99#undef HAVE_STRUCT_STAT_ST_RDEV
100
101/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
102   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
103#undef HAVE_ST_BLOCKS
104
105/* Define to 1 if you have the <sys/select.h> header file. */
106#undef HAVE_SYS_SELECT_H
107
108/* Define to 1 if you have the <sys/socket.h> header file. */
109#undef HAVE_SYS_SOCKET_H
110
111/* Define to 1 if you have the <sys/stat.h> header file. */
112#undef HAVE_SYS_STAT_H
113
114/* Define to 1 if you have the <sys/time.h> header file. */
115#undef HAVE_SYS_TIME_H
116
117/* Define to 1 if you have the <sys/types.h> header file. */
118#undef HAVE_SYS_TYPES_H
119
120/* Define to 1 if you have the <unistd.h> header file. */
121#undef HAVE_UNISTD_H
122
123/* Define to 1 if you have the `utime' function. */
124#undef HAVE_UTIME
125
126/* Define to 1 if you have the <utime.h> header file. */
127#undef HAVE_UTIME_H
128
129/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
130#undef HAVE_UTIME_NULL
131
132/* Define as const if the declaration of iconv() needs const. */
133#undef ICONV_CONST
134
135/* Defined if libcurl supports AsynchDNS */
136#undef LIBCURL_FEATURE_ASYNCHDNS
137
138/* Defined if libcurl supports IPv6 */
139#undef LIBCURL_FEATURE_IPV6
140
141/* Defined if libcurl supports KRB4 */
142#undef LIBCURL_FEATURE_KRB4
143
144/* Defined if libcurl supports libz */
145#undef LIBCURL_FEATURE_LIBZ
146
147/* Defined if libcurl supports SSL */
148#undef LIBCURL_FEATURE_SSL
149
150/* Defined if libcurl supports DICT */
151#undef LIBCURL_PROTOCOL_DICT
152
153/* Defined if libcurl supports FILE */
154#undef LIBCURL_PROTOCOL_FILE
155
156/* Defined if libcurl supports FTP */
157#undef LIBCURL_PROTOCOL_FTP
158
159/* Defined if libcurl supports FTPS */
160#undef LIBCURL_PROTOCOL_FTPS
161
162/* Defined if libcurl supports GOPHER */
163#undef LIBCURL_PROTOCOL_GOPHER
164
165/* Defined if libcurl supports HTTP */
166#undef LIBCURL_PROTOCOL_HTTP
167
168/* Defined if libcurl supports HTTPS */
169#undef LIBCURL_PROTOCOL_HTTPS
170
171/* Defined if libcurl supports LDAP */
172#undef LIBCURL_PROTOCOL_LDAP
173
174/* Defined if libcurl supports TELNET */
175#undef LIBCURL_PROTOCOL_TELNET
176
177/* Name of package */
178#undef PACKAGE
179
180/* Define to the address where bug reports for this package should be sent. */
181#undef PACKAGE_BUGREPORT
182
183/* Define to the full name of this package. */
184#undef PACKAGE_NAME
185
186/* Define to the full name and version of this package. */
187#undef PACKAGE_STRING
188
189/* Define to the one symbol short name of this package. */
190#undef PACKAGE_TARNAME
191
192/* Define to the version of this package. */
193#undef PACKAGE_VERSION
194
195/* Define to the type of arg 1 for `select'. */
196#undef SELECT_TYPE_ARG1
197
198/* Define to the type of args 2, 3 and 4 for `select'. */
199#undef SELECT_TYPE_ARG234
200
201/* Define to the type of arg 5 for `select'. */
202#undef SELECT_TYPE_ARG5
203
204/* Define to 1 if you have the ANSI C header files. */
205#undef STDC_HEADERS
206
207/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
208#undef TIME_WITH_SYS_TIME
209
210/* Define to 1 if your <sys/time.h> declares `struct tm'. */
211#undef TM_IN_SYS_TIME
212
213/* Version number of package */
214#undef VERSION
215
216/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
217   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
218   #define below would cause a syntax error. */
219#undef _UINT32_T
220
221/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
222   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
223   #define below would cause a syntax error. */
224#undef _UINT64_T
225
226/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
227   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
228   #define below would cause a syntax error. */
229#undef _UINT8_T
230
231/* Define to empty if `const' does not conform to ANSI C. */
232#undef const
233
234/* Define curl_free() as free() if our version of curl lacks curl_free. */
235#undef curl_free
236
237/* Define to `int' if <sys/types.h> doesn't define. */
238#undef gid_t
239
240/* Define to `__inline__' or `__inline' if that's what the C compiler
241   calls it, or to nothing if 'inline' is not supported under any name.  */
242#ifndef __cplusplus
243#undef inline
244#endif
245
246/* Define to rpl_malloc if the replacement function should be used. */
247#undef malloc
248
249/* Define to `int' if <sys/types.h> does not define. */
250#undef mode_t
251
252/* Define to `long int' if <sys/types.h> does not define. */
253#undef off_t
254
255/* Define to rpl_realloc if the replacement function should be used. */
256#undef realloc
257
258/* Define to `unsigned int' if <sys/types.h> does not define. */
259#undef size_t
260
261/* Define to `int' if <sys/types.h> doesn't define. */
262#undef uid_t
263
264/* Define to the type of an unsigned integer type of width exactly 32 bits if
265   such a type exists and the standard includes do not define it. */
266#undef uint32_t
267
268/* Define to the type of an unsigned integer type of width exactly 64 bits if
269   such a type exists and the standard includes do not define it. */
270#undef uint64_t
271
272/* Define to the type of an unsigned integer type of width exactly 8 bits if
273   such a type exists and the standard includes do not define it. */
274#undef uint8_t
Note: See TracBrowser for help on using the repository browser.