D:/opendownloadmanager/ODM-1.x/InetFile/cURL_lib/config-win32ce.h File Reference

#include <windows.h>
#include <winsock.h>
#include <process.h>

Go to the source code of this file.

Defines

#define HAVE_FCNTL_H   1
#define HAVE_IO_H   1
#define NEED_MALLOC_H   1
#define HAVE_SIGNAL_H   1
#define HAVE_STDLIB_H   1
#define HAVE_PROCESS_H   1
#define HAVE_SYS_STAT_H   1
#define HAVE_SYS_UTIME_H   1
#define HAVE_TIME_H   1
#define HAVE_WINDOWS_H   1
#define HAVE_WINSOCK_H   1
#define HAVE_SIG_ATOMIC_T   1
#define STDC_HEADERS   1
#define HAVE_CLOSESOCKET   1
#define HAVE_GETHOSTBYADDR   1
#define HAVE_GETHOSTNAME   1
#define HAVE_GETSERVBYNAME   1
#define HAVE_INET_ADDR   1
#define HAVE_INET_NTOA   1
#define HAVE_IOCTLSOCKET   1
#define HAVE_PERROR   1
#define HAVE_RAND_SCREEN   1
#define HAVE_RAND_STATUS   1
#define HAVE_SELECT   1
#define HAVE_SETVBUF   1
#define HAVE_SOCKET   1
#define HAVE_STRSTR   1
#define HAVE_UTIME   1
#define HAVE_GETNAMEINFO   1
#define GETNAMEINFO_QUAL_ARG1   const
#define GETNAMEINFO_TYPE_ARG1   struct sockaddr *
#define GETNAMEINFO_TYPE_ARG2   socklen_t
#define GETNAMEINFO_TYPE_ARG46   DWORD
#define GETNAMEINFO_TYPE_ARG7   int
#define HAVE_RECV   1
#define RECV_TYPE_ARG1   SOCKET
#define RECV_TYPE_ARG2   char *
#define RECV_TYPE_ARG3   int
#define RECV_TYPE_ARG4   int
#define RECV_TYPE_RETV   int
#define HAVE_SEND   1
#define SEND_TYPE_ARG1   SOCKET
#define SEND_QUAL_ARG2   const
#define SEND_TYPE_ARG2   char *
#define SEND_TYPE_ARG3   int
#define SEND_TYPE_ARG4   int
#define SEND_TYPE_RETV   int
#define in_addr_t   unsigned long
#define RETSIGTYPE   void
#define ssize_t   int
#define socklen_t   int
#define SIZEOF_LONG_DOUBLE   16
#define SIZEOF_CURL_OFF_T   4
#define HAVE_STRUCT_TIMEVAL   1
#define _CRT_SECURE_NO_DEPRECATE   1
#define _CRT_NONSTDC_NO_DEPRECATE   1
#define OS   "i386-pc-win32ce"
#define PACKAGE   "curl"
#define CURL_DISABLE_FILE   1
#define CURL_DISABLE_TELNET   1
#define CURL_DISABLE_LDAP   1
#define WITHOUT_MM_LIB   1
#define ENOSPC   1
#define ENOMEM   2
#define EAGAIN   3

Functions

int stat (const char *path, struct stat *buffer)


Define Documentation

#define _CRT_NONSTDC_NO_DEPRECATE   1

Definition at line 136 of file config-win32ce.h.

#define _CRT_SECURE_NO_DEPRECATE   1

Definition at line 135 of file config-win32ce.h.

#define CURL_DISABLE_FILE   1

Definition at line 143 of file config-win32ce.h.

#define CURL_DISABLE_LDAP   1

Definition at line 145 of file config-win32ce.h.

#define CURL_DISABLE_TELNET   1

Definition at line 144 of file config-win32ce.h.

#define EAGAIN   3

Definition at line 168 of file config-win32ce.h.

Referenced by Curl_plain_send(), Curl_read(), and singleipconnect().

#define ENOMEM   2

Definition at line 167 of file config-win32ce.h.

Referenced by av_encode().

#define ENOSPC   1

Definition at line 166 of file config-win32ce.h.

Referenced by inet_ntop4().

#define GETNAMEINFO_QUAL_ARG1   const

Definition at line 74 of file config-win32ce.h.

#define GETNAMEINFO_TYPE_ARG1   struct sockaddr *

Definition at line 76 of file config-win32ce.h.

#define GETNAMEINFO_TYPE_ARG2   socklen_t

Definition at line 78 of file config-win32ce.h.

#define GETNAMEINFO_TYPE_ARG46   DWORD

Definition at line 80 of file config-win32ce.h.

#define GETNAMEINFO_TYPE_ARG7   int

Definition at line 82 of file config-win32ce.h.

#define HAVE_CLOSESOCKET   1

Definition at line 38 of file config-win32ce.h.

#define HAVE_FCNTL_H   1

Definition at line 8 of file config-win32ce.h.

#define HAVE_GETHOSTBYADDR   1

Definition at line 40 of file config-win32ce.h.

#define HAVE_GETHOSTNAME   1

Definition at line 42 of file config-win32ce.h.

#define HAVE_GETNAMEINFO   1

Definition at line 72 of file config-win32ce.h.

#define HAVE_GETSERVBYNAME   1

Definition at line 44 of file config-win32ce.h.

#define HAVE_INET_ADDR   1

Definition at line 46 of file config-win32ce.h.

#define HAVE_INET_NTOA   1

Definition at line 48 of file config-win32ce.h.

#define HAVE_IO_H   1

Definition at line 10 of file config-win32ce.h.

#define HAVE_IOCTLSOCKET   1

Definition at line 50 of file config-win32ce.h.

#define HAVE_PERROR   1

Definition at line 52 of file config-win32ce.h.

#define HAVE_PROCESS_H   1

Definition at line 18 of file config-win32ce.h.

#define HAVE_RAND_SCREEN   1

Definition at line 54 of file config-win32ce.h.

#define HAVE_RAND_STATUS   1

Definition at line 56 of file config-win32ce.h.

#define HAVE_RECV   1

Definition at line 84 of file config-win32ce.h.

#define HAVE_SELECT   1

Definition at line 58 of file config-win32ce.h.

#define HAVE_SEND   1

Definition at line 96 of file config-win32ce.h.

#define HAVE_SETVBUF   1

Definition at line 60 of file config-win32ce.h.

#define HAVE_SIG_ATOMIC_T   1

Definition at line 34 of file config-win32ce.h.

#define HAVE_SIGNAL_H   1

Definition at line 14 of file config-win32ce.h.

#define HAVE_SOCKET   1

Definition at line 62 of file config-win32ce.h.

#define HAVE_STDLIB_H   1

Definition at line 16 of file config-win32ce.h.

#define HAVE_STRSTR   1

Definition at line 64 of file config-win32ce.h.

#define HAVE_STRUCT_TIMEVAL   1

Definition at line 133 of file config-win32ce.h.

#define HAVE_SYS_STAT_H   1

Definition at line 20 of file config-win32ce.h.

#define HAVE_SYS_UTIME_H   1

Definition at line 22 of file config-win32ce.h.

#define HAVE_TIME_H   1

Definition at line 24 of file config-win32ce.h.

#define HAVE_UTIME   1

Definition at line 70 of file config-win32ce.h.

#define HAVE_WINDOWS_H   1

Definition at line 30 of file config-win32ce.h.

#define HAVE_WINSOCK_H   1

Definition at line 32 of file config-win32ce.h.

#define in_addr_t   unsigned long

Definition at line 110 of file config-win32ce.h.

#define NEED_MALLOC_H   1

Definition at line 12 of file config-win32ce.h.

#define OS   "i386-pc-win32ce"

Definition at line 139 of file config-win32ce.h.

#define PACKAGE   "curl"

Definition at line 141 of file config-win32ce.h.

#define RECV_TYPE_ARG1   SOCKET

Definition at line 86 of file config-win32ce.h.

#define RECV_TYPE_ARG2   char *

Definition at line 88 of file config-win32ce.h.

#define RECV_TYPE_ARG3   int

Definition at line 90 of file config-win32ce.h.

#define RECV_TYPE_ARG4   int

Definition at line 92 of file config-win32ce.h.

#define RECV_TYPE_RETV   int

Definition at line 94 of file config-win32ce.h.

#define RETSIGTYPE   void

Definition at line 112 of file config-win32ce.h.

#define SEND_QUAL_ARG2   const

Definition at line 100 of file config-win32ce.h.

#define SEND_TYPE_ARG1   SOCKET

Definition at line 98 of file config-win32ce.h.

#define SEND_TYPE_ARG2   char *

Definition at line 102 of file config-win32ce.h.

#define SEND_TYPE_ARG3   int

Definition at line 104 of file config-win32ce.h.

#define SEND_TYPE_ARG4   int

Definition at line 106 of file config-win32ce.h.

#define SEND_TYPE_RETV   int

Definition at line 108 of file config-win32ce.h.

#define SIZEOF_CURL_OFF_T   4

Definition at line 131 of file config-win32ce.h.

#define SIZEOF_LONG_DOUBLE   16

Definition at line 125 of file config-win32ce.h.

#define socklen_t   int

#define ssize_t   int

Definition at line 118 of file config-win32ce.h.

#define STDC_HEADERS   1

Definition at line 36 of file config-win32ce.h.

#define WITHOUT_MM_LIB   1

Definition at line 146 of file config-win32ce.h.


Function Documentation

int stat ( const char *  path,
struct stat *  buffer 
)


Generated on Sun May 25 00:20:04 2008 by  doxygen 1.5.6