Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / lib / config-win32ce.h
blob50ddd18b8b007f2bbdcc4cae2256655b8de189ad
1 #ifndef __LIB_CONFIG_WIN32CE_H
2 #define __LIB_CONFIG_WIN32CE_H
4 /* ================================================================ */
5 /* lib/config-win32ce.h - Hand crafted config file for windows ce */
6 /* ================================================================ */
8 /* ---------------------------------------------------------------- */
9 /* HEADER FILES */
10 /* ---------------------------------------------------------------- */
12 /* Define if you have the <arpa/inet.h> header file. */
13 /* #define HAVE_ARPA_INET_H 1 */
15 /* Define if you have the <assert.h> header file. */
16 /* #define HAVE_ASSERT_H 1 */
18 /* Define if you have the <crypto.h> header file. */
19 /* #define HAVE_CRYPTO_H 1 */
21 /* Define if you have the <err.h> header file. */
22 /* #define HAVE_ERR_H 1 */
24 /* Define if you have the <fcntl.h> header file. */
25 #define HAVE_FCNTL_H 1
27 /* Define if you have the <getopt.h> header file. */
28 /* #define HAVE_GETOPT_H 1 */
30 /* Define if you have the <io.h> header file. */
31 #define HAVE_IO_H 1
33 /* Define if you need the malloc.h header header file even with stdlib.h */
34 #define NEED_MALLOC_H 1
36 /* Define if you have the <netdb.h> header file. */
37 /* #define HAVE_NETDB_H 1 */
39 /* Define if you have the <netinet/in.h> header file. */
40 /* #define HAVE_NETINET_IN_H 1 */
42 /* Define if you have the <signal.h> header file. */
43 #define HAVE_SIGNAL_H 1
45 /* Define if you have the <sgtty.h> header file. */
46 /* #define HAVE_SGTTY_H 1 */
48 /* Define if you have the <ssl.h> header file. */
49 /* #define HAVE_SSL_H 1 */
51 /* Define if you have the <stdlib.h> header file. */
52 #define HAVE_STDLIB_H 1
54 /* Define if you have the <process.h> header file. */
55 #define HAVE_PROCESS_H 1
57 /* Define if you have the <sys/param.h> header file. */
58 /* #define HAVE_SYS_PARAM_H 1 */
60 /* Define if you have the <sys/select.h> header file. */
61 /* #define HAVE_SYS_SELECT_H 1 */
63 /* Define if you have the <sys/socket.h> header file. */
64 /* #define HAVE_SYS_SOCKET_H 1 */
66 /* Define if you have the <sys/sockio.h> header file. */
67 /* #define HAVE_SYS_SOCKIO_H 1 */
69 /* Define if you have the <sys/stat.h> header file. */
70 #define HAVE_SYS_STAT_H 1
72 /* Define if you have the <sys/time.h> header file */
73 /* #define HAVE_SYS_TIME_H 1 */
75 /* Define if you have the <sys/types.h> header file. */
76 /* #define HAVE_SYS_TYPES_H 1 */
78 /* Define if you have the <sys/utime.h> header file */
79 #define HAVE_SYS_UTIME_H 1
81 /* Define if you have the <termio.h> header file. */
82 /* #define HAVE_TERMIO_H 1 */
84 /* Define if you have the <termios.h> header file. */
85 /* #define HAVE_TERMIOS_H 1 */
87 /* Define if you have the <time.h> header file. */
88 #define HAVE_TIME_H 1
90 /* Define if you have the <unistd.h> header file. */
91 #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
92 #define HAVE_UNISTD_H 1
93 #endif
95 /* Define if you have the <windows.h> header file. */
96 #define HAVE_WINDOWS_H 1
98 /* Define if you have the <winsock.h> header file. */
99 #define HAVE_WINSOCK_H 1
101 /* Define if you have the <winsock2.h> header file. */
102 /* #define HAVE_WINSOCK2_H 1 */
104 /* Define if you have the <ws2tcpip.h> header file. */
105 /* #define HAVE_WS2TCPIP_H 1 */
107 /* ---------------------------------------------------------------- */
108 /* OTHER HEADER INFO */
109 /* ---------------------------------------------------------------- */
111 /* Define if sig_atomic_t is an available typedef. */
112 #define HAVE_SIG_ATOMIC_T 1
114 /* Define if you have the ANSI C header files. */
115 #define STDC_HEADERS 1
117 /* Define if you can safely include both <sys/time.h> and <time.h>. */
118 /* #define TIME_WITH_SYS_TIME 1 */
120 /* ---------------------------------------------------------------- */
121 /* FUNCTIONS */
122 /* ---------------------------------------------------------------- */
124 /* Define if you have the closesocket function. */
125 #define HAVE_CLOSESOCKET 1
127 /* Define if you don't have vprintf but do have _doprnt. */
128 /* #define HAVE_DOPRNT 1 */
130 /* Define if you have the gethostbyaddr function. */
131 #define HAVE_GETHOSTBYADDR 1
133 /* Define if you have the gethostname function. */
134 #define HAVE_GETHOSTNAME 1
136 /* Define if you have the getpass function. */
137 /* #define HAVE_GETPASS 1 */
139 /* Define if you have the getservbyname function. */
140 #define HAVE_GETSERVBYNAME 1
142 /* Define if you have the gettimeofday function. */
143 /* #define HAVE_GETTIMEOFDAY 1 */
145 /* Define if you have the inet_addr function. */
146 #define HAVE_INET_ADDR 1
148 /* Define if you have the inet_ntoa function. */
149 #define HAVE_INET_NTOA 1
151 /* Define if you have the ioctlsocket function. */
152 #define HAVE_IOCTLSOCKET 1
154 /* Define if you have the perror function. */
155 #define HAVE_PERROR 1
157 /* Define if you have the RAND_screen function when using SSL */
158 #define HAVE_RAND_SCREEN 1
160 /* Define if you have the `RAND_status' function when using SSL. */
161 #define HAVE_RAND_STATUS 1
163 /* Define if you have the select function. */
164 #define HAVE_SELECT 1
166 /* Define if you have the setvbuf function. */
167 #define HAVE_SETVBUF 1
169 /* Define if you have the socket function. */
170 #define HAVE_SOCKET 1
172 /* Define if you have the strcasecmp function. */
173 /* #define HAVE_STRCASECMP 1 */
175 /* Define if you have the stricmp function. */
176 /* #define HAVE_STRICMP 1 */
178 /* Define if you have the strdup function. */
179 /* #define HAVE_STRDUP 1 */
181 /* Define if you have the strftime function. */
182 /* #define HAVE_STRFTIME 1 */
184 /* Define if you have the strstr function. */
185 #define HAVE_STRSTR 1
187 /* Define if you have the strtoll function. */
188 #if defined(__MINGW32__) || defined(__WATCOMC__)
189 #define HAVE_STRTOLL 1
190 #endif
192 /* Define if you have the tcgetattr function. */
193 /* #define HAVE_TCGETATTR 1 */
195 /* Define if you have the tcsetattr function. */
196 /* #define HAVE_TCSETATTR 1 */
198 /* Define if you have the utime function */
199 #define HAVE_UTIME 1
201 /* Define if you have the getnameinfo function. */
202 #define HAVE_GETNAMEINFO 1
204 /* Define to the type qualifier of arg 1 for getnameinfo. */
205 #define GETNAMEINFO_QUAL_ARG1 const
207 /* Define to the type of arg 1 for getnameinfo. */
208 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
210 /* Define to the type of arg 2 for getnameinfo. */
211 #define GETNAMEINFO_TYPE_ARG2 socklen_t
213 /* Define to the type of args 4 and 6 for getnameinfo. */
214 #define GETNAMEINFO_TYPE_ARG46 DWORD
216 /* Define to the type of arg 7 for getnameinfo. */
217 #define GETNAMEINFO_TYPE_ARG7 int
219 /* Define if you have the recv function. */
220 #define HAVE_RECV 1
222 /* Define to the type of arg 1 for recv. */
223 #define RECV_TYPE_ARG1 SOCKET
225 /* Define to the type of arg 2 for recv. */
226 #define RECV_TYPE_ARG2 char *
228 /* Define to the type of arg 3 for recv. */
229 #define RECV_TYPE_ARG3 int
231 /* Define to the type of arg 4 for recv. */
232 #define RECV_TYPE_ARG4 int
234 /* Define to the function return type for recv. */
235 #define RECV_TYPE_RETV int
237 /* Define if you have the recvfrom function. */
238 #define HAVE_RECVFROM 1
240 /* Define to the type of arg 1 for recvfrom. */
241 #define RECVFROM_TYPE_ARG1 SOCKET
243 /* Define to the type pointed by arg 2 for recvfrom. */
244 #define RECVFROM_TYPE_ARG2 char
246 /* Define to the type of arg 3 for recvfrom. */
247 #define RECVFROM_TYPE_ARG3 int
249 /* Define to the type of arg 4 for recvfrom. */
250 #define RECVFROM_TYPE_ARG4 int
252 /* Define to the type pointed by arg 5 for recvfrom. */
253 #define RECVFROM_TYPE_ARG5 struct sockaddr
255 /* Define to the type pointed by arg 6 for recvfrom. */
256 #define RECVFROM_TYPE_ARG6 int
258 /* Define to the function return type for recvfrom. */
259 #define RECVFROM_TYPE_RETV int
261 /* Define if you have the send function. */
262 #define HAVE_SEND 1
264 /* Define to the type of arg 1 for send. */
265 #define SEND_TYPE_ARG1 SOCKET
267 /* Define to the type qualifier of arg 2 for send. */
268 #define SEND_QUAL_ARG2 const
270 /* Define to the type of arg 2 for send. */
271 #define SEND_TYPE_ARG2 char *
273 /* Define to the type of arg 3 for send. */
274 #define SEND_TYPE_ARG3 int
276 /* Define to the type of arg 4 for send. */
277 #define SEND_TYPE_ARG4 int
279 /* Define to the function return type for send. */
280 #define SEND_TYPE_RETV int
282 /* ---------------------------------------------------------------- */
283 /* TYPEDEF REPLACEMENTS */
284 /* ---------------------------------------------------------------- */
286 /* Define this if in_addr_t is not an available 'typedefed' type */
287 #define in_addr_t unsigned long
289 /* Define as the return type of signal handlers (int or void). */
290 #define RETSIGTYPE void
292 /* Define ssize_t if it is not an available 'typedefed' type */
293 #if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
294 #elif defined(_WIN64)
295 #define ssize_t __int64
296 #else
297 #define ssize_t int
298 #endif
300 /* ---------------------------------------------------------------- */
301 /* TYPE SIZES */
302 /* ---------------------------------------------------------------- */
304 /* The number of bytes in a long double. */
305 #define SIZEOF_LONG_DOUBLE 16
307 /* The number of bytes in a long long. */
308 /* #define SIZEOF_LONG_LONG 8 */
310 /* ---------------------------------------------------------------- */
311 /* STRUCT RELATED */
312 /* ---------------------------------------------------------------- */
314 /* Define this if you have struct sockaddr_storage */
315 /* #define HAVE_STRUCT_SOCKADDR_STORAGE 1 */
317 /* Define this if you have struct timeval */
318 #define HAVE_STRUCT_TIMEVAL 1
320 /* ---------------------------------------------------------------- */
321 /* COMPILER SPECIFIC */
322 /* ---------------------------------------------------------------- */
324 /* Undef keyword 'const' if it does not work. */
325 /* #undef const */
327 /* Define to avoid VS2005 complaining about portable C functions */
328 #if defined(_MSC_VER) && (_MSC_VER >= 1400)
329 #define _CRT_SECURE_NO_DEPRECATE 1
330 #define _CRT_NONSTDC_NO_DEPRECATE 1
331 #endif
333 /* VS2005 and later dafault size for time_t is 64-bit, unless */
334 /* _USE_32BIT_TIME_T has been defined to get a 32-bit time_t. */
335 #if defined(_MSC_VER) && (_MSC_VER >= 1400)
336 # ifndef _USE_32BIT_TIME_T
337 # define SIZEOF_TIME_T 8
338 # else
339 # define SIZEOF_TIME_T 4
340 # endif
341 #endif
343 /* ---------------------------------------------------------------- */
344 /* LARGE FILE SUPPORT */
345 /* ---------------------------------------------------------------- */
347 #if defined(_MSC_VER) && !defined(_WIN32_WCE)
348 # if (_MSC_VER >= 900) && (_INTEGRAL_MAX_BITS >= 64)
349 # define USE_WIN32_LARGE_FILES
350 # else
351 # define USE_WIN32_SMALL_FILES
352 # endif
353 #endif
355 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
356 # define USE_WIN32_SMALL_FILES
357 #endif
359 /* ---------------------------------------------------------------- */
360 /* LDAP SUPPORT */
361 /* ---------------------------------------------------------------- */
363 #define CURL_LDAP_WIN 1
364 #undef CURL_LDAP_HYBRID
365 #undef HAVE_LDAP_URL_PARSE
367 /* ---------------------------------------------------------------- */
368 /* ADDITIONAL DEFINITIONS */
369 /* ---------------------------------------------------------------- */
371 /* Define cpu-machine-OS */
372 #undef OS
373 #define OS "i386-pc-win32ce"
375 /* Name of package */
376 #define PACKAGE "curl"
378 /* ---------------------------------------------------------------- */
379 /* WinCE */
380 /* ---------------------------------------------------------------- */
382 #define CURL_DISABLE_FILE 1
383 #define CURL_DISABLE_TELNET 1
384 #define CURL_DISABLE_LDAP 1
386 #define ENOSPC 1
387 #define ENOMEM 2
388 #define EAGAIN 3
390 extern int stat(const char *path,struct stat *buffer );
392 #endif /* __LIB_CONFIG_WIN32CE_H */