~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to src/config-win32.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* Define if you have the stricmp function.  */
3
3
#define HAVE_STRICMP 1
4
4
 
 
5
/* Define to 1 if you want the built-in manual */
 
6
#define USE_MANUAL 1
 
7
 
5
8
/* Define cpu-machine-OS */
6
 
#define OS "win32"
 
9
#define OS "i386-pc-win32"
7
10
 
8
11
/* Define if you have the <io.h> header file.  */
9
12
#define HAVE_IO_H 1
10
13
 
 
14
/* Define if you have the <limits.h> header file */
 
15
#define HAVE_LIMITS_H 1
 
16
 
11
17
/* Define if you have the strdup function.  */
12
18
#define HAVE_STRDUP 1
13
19