116c9350912d37870bbf1bbe495508ac1fad33c9
[platform/upstream/curl.git] / src / config-win32.h
1 /* src/config.h.  Generated automatically by configure.  */
2 /* Define if you have the strcasecmp function.  */
3 /*#define HAVE_STRCASECMP 1*/
4
5 /* Define if you have the stricmp function.  */
6 #define HAVE_STRICMP 1
7
8 /* Define cpu-machine-OS */
9 #define OS "win32"
10
11 /* Define if you have the <io.h> header file.  */
12 #define HAVE_IO_H 1
13  
14 /* Define if you have the strdup function.  */
15 #define HAVE_STRDUP 1
16
17 /* Define if you have the <fcntl.h> header file.  */
18 #define HAVE_FCNTL_H 1
19
20 /*************************************************
21  * This section is for compiler specific defines.*
22  *************************************************/
23 #ifdef MINGW32 /* Borland and MS don't have this */
24
25 /* Define if you have the <unistd.h> header file.  */
26 #define HAVE_UNISTD_H 1
27
28 #endif