new
[libcurl.git] / config-win32.h
blob8fe85e8aa27e6b20b8f1b0cc3a47e83b6b8d2bb1
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define if on AIX 3.
5 System headers sometimes define this.
6 We just want to avoid a redefinition error message. */
7 #ifndef _ALL_SOURCE
8 /* #undef _ALL_SOURCE */
9 #endif
11 /* Define to empty if the keyword does not work. */
12 /* #undef const */
14 /* Define if you don't have vprintf but do have _doprnt. */
15 /* #undef HAVE_DOPRNT */
17 /* Define if you have the vprintf function. */
18 #define HAVE_VPRINTF 1
20 /* Define as the return type of signal handlers (int or void). */
21 /*#define RETSIGTYPE void */
23 /* Define to `unsigned' if <sys/types.h> doesn't define. */
24 /* #undef size_t */
26 /* Define if you have the ANSI C header files. */
27 #define STDC_HEADERS 1
29 /* Define if you can safely include both <sys/time.h> and <time.h>. */
30 /* #define TIME_WITH_SYS_TIME 1 */
32 /* Define cpu-machine-OS */
33 #define OS "win32"
35 /* The number of bytes in a long double. */
36 #define SIZEOF_LONG_DOUBLE 16
38 /* The number of bytes in a long long. */
39 #define SIZEOF_LONG_LONG 8
41 /* Define if you have the gethostbyaddr function. */
42 #define HAVE_GETHOSTBYADDR 1
44 /* Define if you have the gethostname function. */
45 #define HAVE_GETHOSTNAME 1
47 /* Define if you have the getpass function. */
48 /*#define HAVE_GETPASS 1*/
50 /* Define if you have the getservbyname function. */
51 #define HAVE_GETSERVBYNAME 1
53 /* Define if you have the gettimeofday function. */
54 #define HAVE_GETTIMEOFDAY 1
56 /* Define if you have the inet_addr function. */
57 #define HAVE_INET_ADDR 1
59 /* Define if you have the inet_ntoa function. */
60 #define HAVE_INET_NTOA 1
62 /* Define if you have the perror function. */
63 #define HAVE_PERROR 1
65 /* Define if you have the select function. */
66 #define HAVE_SELECT 1
68 /* Define if you have the socket function. */
69 #define HAVE_SOCKET 1
71 /* Define if you have the strcasecmp function. */
72 /*#define HAVE_STRCASECMP 1*/
74 /* Define if you have the strdup function. */
75 #define HAVE_STRDUP 1
77 /* Define if you have the strftime function. */
78 #define HAVE_STRFTIME 1
80 /* Define if you have the strstr function. */
81 #define HAVE_STRSTR 1
83 /* Define if you have the tcgetattr function. */
84 /*#define HAVE_TCGETATTR 1*/
86 /* Define if you have the tcsetattr function. */
87 /*#define HAVE_TCSETATTR 1*/
89 /* Define if you have the uname function. */
90 #define HAVE_UNAME 1
92 /* Define if you have the <alloca.h> header file. */
93 /*#define HAVE_ALLOCA_H 1*/
95 /* Define if you have the <arpa/inet.h> header file. */
96 #define HAVE_ARPA_INET_H 1
98 /* Define if you have the <crypto.h> header file. */
99 /* #undef HAVE_CRYPTO_H */
101 /* Define if you have the <dlfcn.h> header file. */
102 /*#define HAVE_DLFCN_H 1*/
104 /* Define if you have the <err.h> header file. */
105 /* #undef HAVE_ERR_H */
107 /* Define if you have the <fcntl.h> header file. */
108 #define HAVE_FCNTL_H 1
110 /* Define if you have the <getopt.h> header file. */
111 /* #undef HAVE_GETOPT_H */
113 /* Define if you have the <netdb.h> header file. */
114 #define HAVE_NETDB_H 1
116 /* Define if you have the <netinet/in.h> header file. */
117 #define HAVE_NETINET_IN_H 1
119 /* Define if you have the <sgtty.h> header file. */
120 /*#define HAVE_SGTTY_H 1*/
122 /* Define if you have the <ssl.h> header file. */
123 /* #undef HAVE_SSL_H */
125 /* Define if you have the <sys/param.h> header file. */
126 /*#define HAVE_SYS_PARAM_H 1*/
128 /* Define if you have the <sys/select.h> header file. */
129 #define HAVE_SYS_SELECT_H 1
131 /* Define if you have the <sys/socket.h> header file. */
132 /*#define HAVE_SYS_SOCKET_H 1*/
134 /* Define if you have the <sys/sockio.h> header file. */
135 #define HAVE_SYS_SOCKIO_H 1
137 /* Define if you have the <sys/stat.h> header file. */
138 #define HAVE_SYS_STAT_H 1
140 /* Define if you have the <sys/types.h> header file. */
141 #define HAVE_SYS_TYPES_H 1
143 /* Define if you have the <termio.h> header file. */
144 #define HAVE_TERMIO_H 1
146 /* Define if you have the <termios.h> header file. */
147 #define HAVE_TERMIOS_H 1
149 /* Define if you have the <unistd.h> header file. */
150 #define HAVE_UNISTD_H 1
152 /* Name of package */
153 #define PACKAGE "curl"
155 /* Version number of package */
156 #define VERSION "6.3.1"
158 /* Define if you have the <io.h> header file. */
159 #define HAVE_IO_H 1
161 /* Define if you have the <time.h> header file. */
162 #define HAVE_TIME_H 1
164 /* Define if you have the <winsock.h> header file. */
165 #define HAVE_WINSOCK_H 1
167 /* Define if you have the closesocket function. */
168 #define HAVE_CLOSESOCKET 1