]> sjero.net Git - wget/blob - windows/config.h.bor
[svn] Various fixes by David Fritz.
[wget] / windows / config.h.bor
1 /* Configuration header file.
2    Copyright (C) 1995, 1996, 1997, 1998, 2004
3    Free Software Foundation, Inc.
4
5    This program is free software; you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 2 of the License, or
8    (at your option) any later version.
9
10    This program is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU General Public License for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with this program; if not, write to the Free Software
17    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19    In addition, as a special exception, the Free Software Foundation
20    gives permission to link the code of its release of Wget with the
21    OpenSSL project's "OpenSSL" library (or with modified versions of it
22    that use the same license as the "OpenSSL" library), and distribute
23    the linked executables.  You must obey the GNU General Public License
24    in all respects for all of the code used other than "OpenSSL".  If you
25    modify this file, you may extend this exception to your version of the
26    file, but you are not obligated to do so.  If you do not wish to do
27    so, delete this exception statement from your version.  */
28
29
30 #ifndef CONFIG_H
31 #define CONFIG_H
32
33 #define HAVE_SNPRINTF 1
34
35 #define HAVE_MEMMOVE 1
36 #define ftruncate chsize
37 #define inline __inline
38
39 /* Flag that C files should include <stdarg.h>, not <varargs.h>.  */
40 #define WGET_USE_STDARG
41
42 /* Define if the free Borland C++Builder 5.5 command-line compiler is used,
43    because its utime() has a bug. */
44 #define HACK_BCC_UTIME_BUG
45
46 #ifdef HACK_BCC_UTIME_BUG
47 #define utime borland_utime
48 #endif
49
50 /* Define if you have the <alloca.h> header file.  */
51 #undef HAVE_ALLOCA_H
52
53 /* For Borland C++ 5.5, alloca is defined in the <malloc.h> header file. */
54 #include <malloc.h>
55
56 /* Define to empty if the keyword does not work.  */
57 /* #undef const */
58
59 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
60 /* #undef size_t */
61
62 /* Define if you have the ANSI C header files.  */
63 #define STDC_HEADERS 1
64
65 /* Define as the return type of signal handlers (int or void).  */
66 #define RETSIGTYPE int
67
68 /* Define if your architecture is big endian (with the most
69    significant byte first).  */
70 #undef WORDS_BIGENDIAN
71
72 /* Define this if you want the NLS support.  */
73 #undef ENABLE_NLS
74
75 /* Define if you want the FTP support for Opie compiled in.  */
76 #define USE_OPIE 1
77
78 /* Define if you want the HTTP Digest Authorization compiled in.  */
79 #define USE_DIGEST 1
80
81 /* Define if you want the debug output support compiled in.  */
82 #define ENABLE_DEBUG 1
83
84 /* Define if you have sys/time.h header. */
85 #undef HAVE_SYS_TIME_H
86
87 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
88 #undef TIME_WITH_SYS_TIME
89
90 /* Define if you have struct utimbuf.  */
91 #define HAVE_STRUCT_UTIMBUF 1
92
93 /* Define if you have the gethostbyname function.  */
94 /* #undef HAVE_GETHOSTBYNAME */
95
96 /* Define if you have the uname function.  */
97 #undef HAVE_UNAME
98
99 /* Define if you have the gethostname function.  */
100 #define HAVE_GETHOSTNAME 1
101
102 /* Define if you have the select function.  */
103 #define HAVE_SELECT 1
104
105 /* Define if you have the gettimeofday function.  */
106 #undef HAVE_GETTIMEOFDAY
107
108 /* Define if you have the strdup function.  */
109 #define HAVE_STRDUP 1
110
111 /* Define if you have the sys/utsname.h header. */
112 #undef HAVE_SYS_UTSNAME_H
113
114 /* Define if you have the strerror function. */
115 #define HAVE_STRERROR 1
116
117 /* Define if you have the strstr function. */
118 #define HAVE_STRSTR 1
119
120 /* Define if you have the strcasecmp function. */
121 #define HAVE_STRCASECMP 1
122
123 /* Define if you have the strncasecmp function. */
124 #define HAVE_STRNCASECMP 1
125
126 /* Define if you have the strptime function. */
127 #undef HAVE_STRPTIME
128
129 /* Define if you have the mktime function. */
130 #define HAVE_MKTIME 1
131
132 /* Define if you have the symlink function. */
133 #undef HAVE_SYMLINK
134
135 /* Define if you have the signal function. */
136 #undef HAVE_SIGNAL
137
138 /* Define if you have the <stdarg.h> header file.  */
139 #define HAVE_STDARG_H 1
140
141 /* Define if you have the <stdlib.h> header file.  */
142 #define HAVE_STDLIB_H 1
143
144 /* Define if you have the <string.h> header file.  */
145 #define HAVE_STRING_H 1
146
147 /* Define if you have the <unistd.h> header file.  */
148 /* #define HAVE_UNISTD_H 1 */
149 #undef HAVE_UNISTD_H
150
151 /* Define if you have the <utime.h> header file.  */
152 #define HAVE_UTIME_H 1
153
154 /* Define if you have the <sys/utime.h> header file.  */
155 #undef HAVE_SYS_UTIME_H
156
157 /* Define if you have the <sys/select.h> header file.  */
158 #undef HAVE_SYS_SELECT_H
159
160 /* Define if you have the <pwd.h> header file.  */
161 #undef HAVE_PWD_H
162
163 /* Define if you have the <signal.h> header file.  */
164 #undef HAVE_SIGNAL_H
165
166 /* Define to be the name of the operating system.  */
167 #define OS_TYPE "Windows"
168
169 #define CTRLBREAK_BACKGND 1
170
171 /* Define if you wish to compile with socks support.  */
172 /* #undef HAVE_SOCKS */
173
174 /* Define to 1 if ANSI function prototypes are usable.  */
175 #define PROTOTYPES 1
176
177 /* Define if we're compiling in support for MD5.  */
178 #define HAVE_MD5 1
179
180 /* Define if we're using Solaris libmd5.  */
181 #undef HAVE_SOLARIS_MD5
182
183 /* Define if we're using builtin (GNU) md5.c.  */
184 #define HAVE_BUILTIN_MD5 1
185
186 /* Define if you have the isatty function.  */
187 #define HAVE_ISATTY 1
188
189 /* Define to the length of short. */
190 #define SIZEOF_SHORT 2
191
192 /* Define to the length of int. */
193 #define SIZEOF_INT 4
194
195 /* Define to the length of long. */
196 #define SIZEOF_LONG 4
197
198 /* Defined to int or size_t on systems without socklen_t.  */
199 #define socklen_t int
200
201 /* Define if you have uint32_t.  */
202 /* #define HAVE_UINT32_T */
203
204 #endif /* CONFIG_H */