00001
00002
00003
00004
00005 #ifndef __LIB_CONFIG_WIN32CE_H
00006 #define __LIB_CONFIG_WIN32CE_H
00007
00008 #define HAVE_FCNTL_H 1
00009
00010 #define HAVE_IO_H 1
00011
00012 #define NEED_MALLOC_H 1
00013
00014 #define HAVE_SIGNAL_H 1
00015
00016 #define HAVE_STDLIB_H 1
00017
00018 #define HAVE_PROCESS_H 1
00019
00020 #define HAVE_SYS_STAT_H 1
00021
00022 #define HAVE_SYS_UTIME_H 1
00023
00024 #define HAVE_TIME_H 1
00025
00026 #if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
00027 #define HAVE_UNISTD_H 1
00028 #endif
00029
00030 #define HAVE_WINDOWS_H 1
00031
00032 #define HAVE_WINSOCK_H 1
00033
00034 #define HAVE_SIG_ATOMIC_T 1
00035
00036 #define STDC_HEADERS 1
00037
00038 #define HAVE_CLOSESOCKET 1
00039
00040 #define HAVE_GETHOSTBYADDR 1
00041
00042 #define HAVE_GETHOSTNAME 1
00043
00044 #define HAVE_GETSERVBYNAME 1
00045
00046 #define HAVE_INET_ADDR 1
00047
00048 #define HAVE_INET_NTOA 1
00049
00050 #define HAVE_IOCTLSOCKET 1
00051
00052 #define HAVE_PERROR 1
00053
00054 #define HAVE_RAND_SCREEN 1
00055
00056 #define HAVE_RAND_STATUS 1
00057
00058 #define HAVE_SELECT 1
00059
00060 #define HAVE_SETVBUF 1
00061
00062 #define HAVE_SOCKET 1
00063
00064 #define HAVE_STRSTR 1
00065
00066 #if defined(__MINGW32__) || defined(__WATCOMC__)
00067 #define HAVE_STRTOLL 1
00068 #endif
00069
00070 #define HAVE_UTIME 1
00071
00072 #define HAVE_GETNAMEINFO 1
00073
00074 #define GETNAMEINFO_QUAL_ARG1 const
00075
00076 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00077
00078 #define GETNAMEINFO_TYPE_ARG2 socklen_t
00079
00080 #define GETNAMEINFO_TYPE_ARG46 DWORD
00081
00082 #define GETNAMEINFO_TYPE_ARG7 int
00083
00084 #define HAVE_RECV 1
00085
00086 #define RECV_TYPE_ARG1 SOCKET
00087
00088 #define RECV_TYPE_ARG2 char *
00089
00090 #define RECV_TYPE_ARG3 int
00091
00092 #define RECV_TYPE_ARG4 int
00093
00094 #define RECV_TYPE_RETV int
00095
00096 #define HAVE_SEND 1
00097
00098 #define SEND_TYPE_ARG1 SOCKET
00099
00100 #define SEND_QUAL_ARG2 const
00101
00102 #define SEND_TYPE_ARG2 char *
00103
00104 #define SEND_TYPE_ARG3 int
00105
00106 #define SEND_TYPE_ARG4 int
00107
00108 #define SEND_TYPE_RETV int
00109
00110 #define in_addr_t unsigned long
00111
00112 #define RETSIGTYPE void
00113
00114 #if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
00115 #elif defined(_WIN64)
00116 #define ssize_t __int64
00117 #else
00118 #define ssize_t int
00119 #endif
00120
00121 #ifndef HAVE_WS2TCPIP_H
00122 #define socklen_t int
00123 #endif
00124
00125 #define SIZEOF_LONG_DOUBLE 16
00126
00127 #ifdef SIZEOF_CURL_OFF_T
00128 #undef SIZEOF_CURL_OFF_T
00129 #endif
00130
00131 #define SIZEOF_CURL_OFF_T 4
00132
00133 #define HAVE_STRUCT_TIMEVAL 1
00134
00135 #define _CRT_SECURE_NO_DEPRECATE 1
00136 #define _CRT_NONSTDC_NO_DEPRECATE 1
00137
00138 #undef OS
00139 #define OS "i386-pc-win32ce"
00140
00141 #define PACKAGE "curl"
00142
00143 #define CURL_DISABLE_FILE 1
00144 #define CURL_DISABLE_TELNET 1
00145 #define CURL_DISABLE_LDAP 1
00146 #define WITHOUT_MM_LIB 1
00147
00148 #ifdef HAVE_WINDOWS_H
00149 # ifndef WIN32_LEAN_AND_MEAN
00150 # define WIN32_LEAN_AND_MEAN
00151 # endif
00152 # include <windows.h>
00153 # ifdef HAVE_WINSOCK2_H
00154 # include <winsock2.h>
00155 # ifdef HAVE_WS2TCPIP_H
00156 # include <ws2tcpip.h>
00157 # endif
00158 # else
00159 # ifdef HAVE_WINSOCK_H
00160 # include <winsock.h>
00161 # endif
00162 # endif
00163 # include <process.h>
00164 #endif
00165
00166 #define ENOSPC 1
00167 #define ENOMEM 2
00168 #define EAGAIN 3
00169
00170 extern int stat(const char *path,struct stat *buffer );
00171
00172 #endif