moved here from the newlib branch
[platform/upstream/curl.git] / config-win32.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
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
10
11 /* Define to empty if the keyword does not work.  */
12 /* #undef const */
13
14 /* Define if you don't have vprintf but do have _doprnt.  */
15 /* #undef HAVE_DOPRNT */
16
17 /* Define if you have the vprintf function.  */
18 #define HAVE_VPRINTF 1
19
20 /* Define as the return type of signal handlers (int or void).  */
21 /*#define RETSIGTYPE void */
22
23 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
24 /* #undef size_t */
25
26 /* Define if you have the ANSI C header files.  */
27 #define STDC_HEADERS 1
28
29 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
30 /* #define TIME_WITH_SYS_TIME 1 */
31
32 /* Define cpu-machine-OS */
33 #define OS "win32"
34
35 /* The number of bytes in a long double.  */
36 #define SIZEOF_LONG_DOUBLE 16
37
38 /* The number of bytes in a long long.  */
39 #define SIZEOF_LONG_LONG 8
40
41 /* Define if you have the gethostbyaddr function.  */
42 #define HAVE_GETHOSTBYADDR 1
43
44 /* Define if you have the gethostname function.  */
45 #define HAVE_GETHOSTNAME 1
46
47 /* Define if you have the getpass function.  */
48 /*#define HAVE_GETPASS 1*/
49
50 /* Define if you have the getservbyname function.  */
51 #define HAVE_GETSERVBYNAME 1
52
53 /* Define if you have the gettimeofday function.  */
54 /*  #define HAVE_GETTIMEOFDAY 1 */
55
56 /* Define if you have the inet_addr function.  */
57 #define HAVE_INET_ADDR 1
58
59 /* Define if you have the inet_ntoa function.  */
60 #define HAVE_INET_NTOA 1
61
62 /* Define if you have the perror function.  */
63 #define HAVE_PERROR 1
64
65 /* Define if you have the select function.  */
66 #define HAVE_SELECT 1
67
68 /* Define if you have the socket function.  */
69 #define HAVE_SOCKET 1
70
71 /* Define if you have the strcasecmp function.  */
72 /*#define HAVE_STRCASECMP 1*/
73
74 /* Define if you have the stricmp function.  */
75 #define HAVE_STRICMP 1
76
77 /* Define if you have the strdup function.  */
78 #define HAVE_STRDUP 1
79
80 /* Define if you have the strftime function.  */
81 #define HAVE_STRFTIME 1
82
83 /* Define if you have the strstr function.  */
84 #define HAVE_STRSTR 1
85
86 /* Define if you have the tcgetattr function.  */
87 /*#define HAVE_TCGETATTR 1*/
88
89 /* Define if you have the tcsetattr function.  */
90 /*#define HAVE_TCSETATTR 1*/
91
92 /* Define if you have the uname function.  */
93 /*#define HAVE_UNAME 1*/
94
95 /* Define if you have the <alloca.h> header file.  */
96 /*#define HAVE_ALLOCA_H 1*/
97
98 /* Define if you have the <arpa/inet.h> header file.  */
99 #define HAVE_ARPA_INET_H 1
100
101 /* Define if you have the <crypto.h> header file.  */
102 /* #undef HAVE_CRYPTO_H */
103
104 /* Define if you have the <dlfcn.h> header file.  */
105 /*#define HAVE_DLFCN_H 1*/
106
107 /* Define if you have the <err.h> header file.  */
108 /* #undef HAVE_ERR_H */
109
110 /* Define if you have the <fcntl.h> header file.  */
111 #define HAVE_FCNTL_H 1
112
113 /* Define if you have the <getopt.h> header file.  */
114 /* #undef HAVE_GETOPT_H */
115
116 /* Define if you have the <netdb.h> header file.  */
117 #define HAVE_NETDB_H 1
118
119 /* Define if you have the <netinet/in.h> header file.  */
120 #define HAVE_NETINET_IN_H 1
121
122 /* Define if you have the <sgtty.h> header file.  */
123 /*#define HAVE_SGTTY_H 1*/
124
125 /* Define if you have the <ssl.h> header file.  */
126 /* #undef HAVE_SSL_H */
127
128 /* Define if you have the <sys/param.h> header file.  */
129 /*#define HAVE_SYS_PARAM_H 1*/
130
131 /* Define if you have the <sys/select.h> header file.  */
132 /*  #define HAVE_SYS_SELECT_H 1 */
133
134 /* Define if you have the <sys/socket.h> header file.  */
135 /*#define HAVE_SYS_SOCKET_H 1*/
136
137 /* Define if you have the <sys/sockio.h> header file.  */
138 #define HAVE_SYS_SOCKIO_H 1
139
140 /* Define if you have the <sys/stat.h> header file.  */
141 #define HAVE_SYS_STAT_H 1
142
143 /* Define if you have the <sys/types.h> header file.  */
144 #define HAVE_SYS_TYPES_H 1
145
146 /* Define if you have the <termio.h> header file.  */
147 #define HAVE_TERMIO_H 1
148
149 /* Define if you have the <termios.h> header file.  */
150 #define HAVE_TERMIOS_H 1
151
152 /* Name of package */
153 #define PACKAGE "curl"
154
155 /* Define if you have the <io.h> header file.  */
156 #define HAVE_IO_H 1
157
158 /* Define if you have the <time.h> header file.  */
159 #define HAVE_TIME_H 1
160
161 /* Define if you have the <winsock.h> header file.  */
162 #define HAVE_WINSOCK_H 1
163
164 /* Define if you have the closesocket function.  */
165 #define HAVE_CLOSESOCKET 1
166
167 /* Define if you have the setvbuf function.  */
168 #define HAVE_SETVBUF 1
169
170 /* Define if you have the RAND_screen function when using SSL  */
171 #define HAVE_RAND_SCREEN 1
172
173 /*************************************************
174  * This section is for compiler specific defines.*
175  *************************************************/
176 #ifndef VC6 /* VC6 => Microsoft Visual C++ 6 */
177
178 /* Define if you have the <unistd.h> header file.  */
179 #define HAVE_UNISTD_H 1
180
181 #endif