| /*************************************************************************** | |
| * _ _ ____ _ | |
| * Project ___| | | | _ \| | | |
| * / __| | | | |_) | | | |
| * | (__| |_| | _ <| |___ | |
| * \___|\___/|_| \_\_____| | |
| * | |
| * Copyright (C) Daniel Stenberg, <[email protected]>, et al. | |
| * | |
| * This software is licensed as described in the file COPYING, which | |
| * you should have received as part of this distribution. The terms | |
| * are also available at https://curl.se/docs/copyright.html. | |
| * | |
| * You may opt to use, copy, modify, merge, publish, distribute and/or sell | |
| * copies of the Software, and permit persons to whom the Software is | |
| * furnished to do so, under the terms of the COPYING file. | |
| * | |
| * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | |
| * KIND, either express or implied. | |
| * | |
| * SPDX-License-Identifier: curl | |
| * | |
| ***************************************************************************/ | |
| /* ================================================================ */ | |
| /* lib/config-win32ce.h - Hand crafted config file for Windows CE */ | |
| /* ================================================================ */ | |
| /* ---------------------------------------------------------------- */ | |
| /* HEADER FILES */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define if you have the <arpa/inet.h> header file. */ | |
| /* #define HAVE_ARPA_INET_H 1 */ | |
| /* Define if you have the <fcntl.h> header file. */ | |
| /* Define if you have the <io.h> header file. */ | |
| /* Define if you need the malloc.h header file even with stdlib.h */ | |
| /* Define if you have the <netdb.h> header file. */ | |
| /* #define HAVE_NETDB_H 1 */ | |
| /* Define if you have the <netinet/in.h> header file. */ | |
| /* #define HAVE_NETINET_IN_H 1 */ | |
| /* Define if you have the <sys/param.h> header file. */ | |
| /* #define HAVE_SYS_PARAM_H 1 */ | |
| /* Define if you have the <sys/select.h> header file. */ | |
| /* #define HAVE_SYS_SELECT_H 1 */ | |
| /* Define if you have the <sys/socket.h> header file. */ | |
| /* #define HAVE_SYS_SOCKET_H 1 */ | |
| /* Define if you have the <sys/sockio.h> header file. */ | |
| /* #define HAVE_SYS_SOCKIO_H 1 */ | |
| /* Define if you have the <sys/stat.h> header file. */ | |
| /* Define if you have the <sys/time.h> header file */ | |
| /* #define HAVE_SYS_TIME_H 1 */ | |
| /* Define if you have the <sys/types.h> header file. */ | |
| /* #define HAVE_SYS_TYPES_H 1 */ | |
| /* Define if you have the <sys/utime.h> header file */ | |
| /* Define if you have the <termio.h> header file. */ | |
| /* #define HAVE_TERMIO_H 1 */ | |
| /* Define if you have the <termios.h> header file. */ | |
| /* #define HAVE_TERMIOS_H 1 */ | |
| /* Define if you have the <unistd.h> header file. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* OTHER HEADER INFO */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define if you have the ANSI C header files. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* FUNCTIONS */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define if you have the closesocket function. */ | |
| /* Define if you have the gethostname function. */ | |
| /* Define if you have the gettimeofday function. */ | |
| /* #define HAVE_GETTIMEOFDAY 1 */ | |
| /* Define if you have the ioctlsocket function. */ | |
| /* Define if you have a working ioctlsocket FIONBIO function. */ | |
| /* Define if you have the select function. */ | |
| /* Define if you have the socket function. */ | |
| /* Define if you have the strcasecmp function. */ | |
| /* #define HAVE_STRCASECMP 1 */ | |
| /* Define if you have the strdup function. */ | |
| /* #define HAVE_STRDUP 1 */ | |
| /* Define if you have the stricmp function. */ | |
| /* #define HAVE_STRICMP 1 */ | |
| /* Define if you have the strtoll function. */ | |
| /* Define if you have the utime function */ | |
| /* Define if you have the recv function. */ | |
| /* Define to the type of arg 1 for recv. */ | |
| /* Define to the type of arg 2 for recv. */ | |
| /* Define to the type of arg 3 for recv. */ | |
| /* Define to the type of arg 4 for recv. */ | |
| /* Define to the function return type for recv. */ | |
| /* Define if you have the send function. */ | |
| /* Define to the type of arg 1 for send. */ | |
| /* Define to the type qualifier of arg 2 for send. */ | |
| /* Define to the type of arg 2 for send. */ | |
| /* Define to the type of arg 3 for send. */ | |
| /* Define to the type of arg 4 for send. */ | |
| /* Define to the function return type for send. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* TYPEDEF REPLACEMENTS */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define this if in_addr_t is not an available 'typedefed' type */ | |
| /* Define ssize_t if it is not an available 'typedefed' type */ | |
| /* ---------------------------------------------------------------- */ | |
| /* TYPE SIZES */ | |
| /* ---------------------------------------------------------------- */ | |
| /* The size of `int', as computed by sizeof. */ | |
| /* The size of `long long', as computed by sizeof. */ | |
| /* #define SIZEOF_LONG_LONG 8 */ | |
| /* Define to the size of `long', as computed by sizeof. */ | |
| /* The size of `size_t', as computed by sizeof. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* STRUCT RELATED */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define this if you have struct sockaddr_storage */ | |
| /* #define HAVE_STRUCT_SOCKADDR_STORAGE 1 */ | |
| /* Define this if you have struct timeval */ | |
| /* Define this if struct sockaddr_in6 has the sin6_scope_id member */ | |
| /* ---------------------------------------------------------------- */ | |
| /* COMPILER SPECIFIC */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Undef keyword 'const' if it does not work. */ | |
| /* #undef const */ | |
| /* Define to avoid VS2005 complaining about portable C functions */ | |
| /* VS2005 and later default size for time_t is 64-bit, unless */ | |
| /* _USE_32BIT_TIME_T has been defined to get a 32-bit time_t. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* LARGE FILE SUPPORT */ | |
| /* ---------------------------------------------------------------- */ | |
| /* ---------------------------------------------------------------- */ | |
| /* LDAP SUPPORT */ | |
| /* ---------------------------------------------------------------- */ | |
| /* ---------------------------------------------------------------- */ | |
| /* ADDITIONAL DEFINITIONS */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Define cpu-machine-OS */ | |
| /* Name of package */ | |
| /* ---------------------------------------------------------------- */ | |
| /* Windows CE */ | |
| /* ---------------------------------------------------------------- */ | |
| extern int stat(const char *path, struct stat *buffer); | |