~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to windows/config.h.ms

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-06-26 16:46:25 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050626164625-jjcde8hyztx7xq7o
Tags: 1.10-2
* wget-fix_error--save-headers patch from upstream
  (closes: Bug#314728)
* don't pattern-match server redirects patch from upstream
  (closes: Bug#163243)
* correct de.po typos
  (closes: Bug#313883)
* wget-E_html_behind_file_counting fix problem with adding the
  numbers after the html extension
* updated Standards-Version: to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Configuration header file.
2
 
   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 
2
   Copyright (C) 1995, 1996, 1997, 1998, 2004
 
3
   Free Software Foundation, Inc.
3
4
 
4
5
   This program is free software; you can redistribute it and/or modify
5
6
   it under the terms of the GNU General Public License as published by
49
50
#undef WORDS_BIGENDIAN
50
51
 
51
52
/* Define if you want the FTP support for Opie compiled in.  */
52
 
#define USE_OPIE 1
 
53
#define ENABLE_OPIE 1
53
54
 
54
55
/* Define if you want the HTTP Digest Authorization compiled in.  */
55
 
#define USE_DIGEST 1
 
56
#define ENABLE_DIGEST 1
 
57
 
 
58
/* Define if you want the NTLM authorization support compiled in. */
 
59
#ifdef HAVE_SSL
 
60
# define ENABLE_NTLM
 
61
#endif
56
62
 
57
63
/* Define if you want the debug output support compiled in.  */
58
 
#define ENABLE_DEBUG
 
64
#define ENABLE_DEBUG 1
59
65
 
60
66
/* Define if you have sys/time.h header. */
61
67
#undef HAVE_SYS_TIME_H
91
97
#define HAVE_STRERROR 1
92
98
 
93
99
/* Define if you have the snprintf function.  */
94
 
#define HAVE_SNPRINTF
 
100
#define HAVE_SNPRINTF 1
95
101
 
96
102
/* Define if you have the vsnprintf function.  */
97
 
#define HAVE_VSNPRINTF
 
103
#define HAVE_VSNPRINTF 1
 
104
 
 
105
/* Define to 1 if you have the `strpbrk' function. */
 
106
#define HAVE_STRPBRK 1
98
107
 
99
108
/* Define if you have the strstr function. */
100
109
#define HAVE_STRSTR 1
138
147
 
139
148
/* None except Digital Mars have sleep/usleep functions */
140
149
#if defined(__DMC__)
141
 
#define HAVE_USLEEP
142
 
#define HAVE_SLEEP
 
150
#define HAVE_USLEEP 1
 
151
#define HAVE_SLEEP 1
143
152
#endif
144
153
 
145
154
/* Define if you have the <utime.h> header file.  */
148
157
/* Define if you have the <sys/utime.h> header file.  */
149
158
#define HAVE_SYS_UTIME_H 1
150
159
 
 
160
/* Define to 1 if you have the <limits.h> header file. */
 
161
#define HAVE_LIMITS_H 1
 
162
 
 
163
/* Define to 1 if you have the <locale.h> header file. */
 
164
#define HAVE_LOCALE_H 1
 
165
 
151
166
/* Define if you have the <sys/select.h> header file.  */
152
167
#undef HAVE_SYS_SELECT_H
153
168
 
155
170
#undef HAVE_PWD_H
156
171
 
157
172
/* Define if you have the <signal.h> header file.  */
158
 
#define HAVE_SIGNAL_H
 
173
#define HAVE_SIGNAL_H 1
159
174
 
160
175
/* Define to be the name of the operating system.  */
161
176
#define OS_TYPE "Windows"