#include <stdio.h>
#include <errno.h>
#include <curl/stdcheaders.h>
Go to the source code of this file.
|
| #define | TRUE 1 |
| |
| #define | FALSE 0 |
| |
| #define | typedef_bool |
| |
| #define | SIZEOF_CURL_OFF_T 4 |
| |
| #define | FORMAT_OFF_T "ld" |
| |
| #define | curlassert(x) |
| |
| #define | SEND_4TH_ARG 0 |
| |
| #define | sclose(x) close(x) |
| |
| #define | sread(x, y, z) recv(x,y,z, SEND_4TH_ARG) |
| |
| #define | swrite(x, y, z) send(x,y,z, SEND_4TH_ARG) |
| |
| #define | HAVE_ALARM |
| |
| #define | DIR_CHAR "/" |
| |
| #define | DOT_CHAR "." |
| |
| #define | CURL_SOCKET_BAD -1 |
| |
| #define | ECONNRESET 10000 |
| |
| #define CURL_SOCKET_BAD -1 |
| #define FORMAT_OFF_T "ld" |
| #define sclose |
( |
|
x | ) |
close(x) |
| #define SIZEOF_CURL_OFF_T 4 |
| typedef unsigned char bool |
| int fileno |
( |
FILE * |
stream | ) |
|