~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to src/config-win32.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config-win32.h.  manually created to look like a config.h.  */
 
2
/* Define if you have the stricmp function.  */
 
3
#define HAVE_STRICMP 1
 
4
 
 
5
/* Define cpu-machine-OS */
 
6
#define OS "win32"
 
7
 
 
8
/* Define if you have the <io.h> header file.  */
 
9
#define HAVE_IO_H 1
 
10
 
 
11
/* Define if you have the strdup function.  */
 
12
#define HAVE_STRDUP 1
 
13
 
 
14
/* Define if you have the <fcntl.h> header file.  */
 
15
#define HAVE_FCNTL_H 1
 
16
 
 
17
/* Define if you have utime() */
 
18
#define HAVE_UTIME 1
 
19
 
 
20
/* Define if you have the <sys/utime.h> header file */
 
21
#define HAVE_SYS_UTIME_H 1
 
22
 
 
23
/*************************************************
 
24
 * This section is for compiler specific defines.*
 
25
 *************************************************/
 
26
#ifdef MINGW32 /* Borland and MS don't have this */
 
27
 
 
28
/* Define if you have the <unistd.h> header file.  */
 
29
#define HAVE_UNISTD_H 1
 
30
 
 
31
#endif