If the method isn't CONNECT, reject URLs without protocol.
[privoxy.git] / vc_config_winthreads.h
1 #ifndef CONFIG_H_INCLUDED
2 #define CONFIG_H_INCLUDED
3 /*********************************************************************
4  *
5  * File        :  $Source: /cvsroot/ijbswa/current/vc_config_winthreads.h,v $
6  *
7  * Purpose     :  This file should be the first thing included in every
8  *                .c file.  (Before even system headers).  It contains 
9  *                #define statements for various features.  It was
10  *                introduced because the compile command line started
11  *                getting ludicrously long with feature defines.
12  *
13  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
14  *                Privoxy team. http://www.privoxy.org/
15  *
16  *                Based on the Internet Junkbuster originally written
17  *                by and Copyright (C) 1997 Anonymous Coders and 
18  *                Junkbusters Corporation.  http://www.junkbusters.com
19  *
20  *                This program is free software; you can redistribute it 
21  *                and/or modify it under the terms of the GNU General
22  *                Public License as published by the Free Software
23  *                Foundation; either version 2 of the License, or (at
24  *                your option) any later version.
25  *
26  *                This program is distributed in the hope that it will
27  *                be useful, but WITHOUT ANY WARRANTY; without even the
28  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
29  *                PARTICULAR PURPOSE.  See the GNU General Public
30  *                License for more details.
31  *
32  *                The GNU General Public License should be included with
33  *                this file.  If not, you can view it at
34  *                http://www.gnu.org/copyleft/gpl.html
35  *                or write to the Free Software Foundation, Inc., 59
36  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
37  *
38  * Revisions   :
39  *    $Log: vc_config_winthreads.h,v $
40  *    Revision 1.5  2006/07/18 14:48:47  david__schmidt
41  *    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
42  *    with what was really the latest development (the v_3_0_branch branch)
43  *
44  *    Revision 1.3.2.1  2006/04/08 21:57:26  david__schmidt
45  *    Synchronize with a more modern copy of config.h.
46  *
47  *    Revision 1.3  2002/05/03 22:54:24  jongfoster
48  *    Version number bump to 2.9.15
49  *
50  *    Revision 1.2  2002/04/26 18:26:09  jongfoster
51  *    Bumping version numbers
52  *
53  *    Revision 1.1  2002/04/06 20:38:01  jongfoster
54  *    Renaming VC++ versions of config.h
55  *
56  *    Revision 1.14  2002/03/26 22:29:54  swa
57  *    we have a new homepage!
58  *
59  *    Revision 1.13  2002/03/24 17:08:12  jongfoster
60  *    Version number bump
61  *
62  *    Revision 1.12  2002/03/24 13:25:43  swa
63  *    name change related issues
64  *
65  *    Revision 1.11  2002/03/16 14:27:22  jongfoster
66  *    Ignoring a very common warning.
67  *
68  *    Revision 1.10  2002/03/13 00:28:32  jongfoster
69  *    Hiding all the warnings generated by #include<windows.h>
70  *
71  *    Revision 1.9  2001/11/30 21:35:54  jongfoster
72  *    Bumping version number to 2.9.10
73  *
74  *    Revision 1.8  2001/10/23 21:24:09  jongfoster
75  *    Support for FEATURE_CGI_EDIT_ACTIONS
76  *
77  *    Revision 1.7  2001/10/07 15:33:14  oes
78  *    Removed FEATURE_DENY_GZIP
79  *    Bumped up version number
80  *
81  *    Revision 1.6  2001/09/16 16:59:34  jongfoster
82  *    Bugfix - couldn't build resources with previous version.
83  *
84  *    Revision 1.5  2001/09/16 16:19:02  jongfoster
85  *    New version based on latest configure.in and acconfig.h
86  *
87  *    Revision 1.9  2001/07/30 22:16:07  jongfoster
88  *    Tidying up #defines:
89  *    - All feature #defines are now of the form FEATURE_xxx
90  *    - Permanently turned off WIN_GUI_EDIT
91  *    - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
92  *
93  *    Revision 1.8  2001/07/25 19:16:27  oes
94  *    Bumping version number to 2.9.8
95  *
96  *    Revision 1.7  2001/07/21 18:00:07  jongfoster
97  *    Bumping version number to 2.9.7
98  *
99  *    Revision 1.6  2001/07/15 20:08:40  jongfoster
100  *    New build files for VC++ which provide the option of POSIX
101  *    or Win32 threads.
102  *
103  *    Revision 1.5  2001/07/15 18:00:46  jongfoster
104  *    Renaming STATIC to STATIC_PCRE.
105  *    Replacing this file with one built by "configure" from
106  *    "config.h.in", for consistency.
107  *
108  *    Revision 1.6  2001/07/15 17:54:29  jongfoster
109  *    Renaming #define STATIC to STATIC_PCRE
110  *    Adding new #define FEATURE_PTHREAD that will be used to enable
111  *    POSIX threads support.
112  *
113  *    Revision 1.5  2001/07/13 13:48:37  oes
114  *     - (Fix:) Copied CODE_STATUS #define from config.h.in
115  *     - split REGEX #define into REGEX_GNU and REGEX_PCRE
116  *       and removed PCRE.
117  *       (REGEX = REGEX_GNU || REGEX_PCRE per project.h)
118  *     - Moved STATIC (for pcre) here from Makefile.in
119  *     - Introduced STATIC_PCRS #define to allow for dynaimc linking with
120  *       libpcrs
121  *     - Removed PCRS #define, since pcrs is now needed for CGI anyway
122  *
123  *    Revision 1.4  2001/05/29 09:50:24  jongfoster
124  *    Unified blocklist/imagelist/permissionslist.
125  *    File format is still under discussion, but the internal changes
126  *    are (mostly) done.
127  *
128  *    Also modified interceptor behaviour:
129  *    - We now intercept all URLs beginning with one of the following
130  *      prefixes (and *only* these prefixes):
131  *        * http://i.j.b/
132  *        * http://ijbswa.sf.net/config/
133  *        * http://ijbswa.sourceforge.net/config/
134  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
135  *    - Internal changes so that intercepted and fast redirect pages
136  *      are not replaced with an image.
137  *    - Interceptors now have the option to send a binary page direct
138  *      to the client. (i.e. ijb-send-banner uses this)
139  *    - Implemented show-url-info interceptor.  (Which is why I needed
140  *      the above interceptors changes - a typical URL is
141  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
142  *      The previous mechanism would not have intercepted that, and
143  *      if it had been intercepted then it then it would have replaced
144  *      it with an image.)
145  *
146  *    Revision 1.3  2001/05/26 01:26:34  jongfoster
147  *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
148  *    This #define cannot be set from ./configure - there's no point, it
149  *    doesn't work yet.  See feature request # 425722
150  *
151  *    Revision 1.2  2001/05/22 17:43:35  oes
152  *
153  *    - Enabled filtering banners by size rather than URL
154  *      by adding patterns that replace all standard banner
155  *      sizes with the "Junkbuster" gif to the re_filterfile
156  *
157  *    - Enabled filtering WebBugs by providing a pattern
158  *      which kills all 1x1 images
159  *
160  *    - Added support for PCRE_UNGREEDY behaviour to pcrs,
161  *      which is selected by the (nonstandard and therefore
162  *      capital) letter 'U' in the option string.
163  *      It causes the quantifiers to be ungreedy by default.
164  *      Appending a ? turns back to greedy (!).
165  *
166  *    - Added a new interceptor ijb-send-banner, which
167  *      sends back the "Junkbuster" gif. Without imagelist or
168  *      MSIE detection support, or if tinygif = 1, or the
169  *      URL isn't recognized as an imageurl, a lame HTML
170  *      explanation is sent instead.
171  *
172  *    - Added new feature, which permits blocking remote
173  *      script redirects and firing back a local redirect
174  *      to the browser.
175  *      The feature is conditionally compiled, i.e. it
176  *      can be disabled with --disable-fast-redirects,
177  *      plus it must be activated by a "fast-redirects"
178  *      line in the config file, has its own log level
179  *      and of course wants to be displayed by show-proxy-args
180  *      Note: Boy, all the #ifdefs in 1001 locations and
181  *      all the fumbling with configure.in and acconfig.h
182  *      were *way* more work than the feature itself :-(
183  *
184  *    - Because a generic redirect template was needed for
185  *      this, tinygif = 3 now uses the same.
186  *
187  *    - Moved GIFs, and other static HTTP response templates
188  *      to project.h
189  *
190  *    - Many minor fixes
191  *
192  *    - Removed some >400 CRs again (Jon, you really worked
193  *      a lot! ;-)
194  *
195  *    Revision 1.1.1.1  2001/05/15 13:58:45  oes
196  *    Initial import of version 2.9.3 source tree
197  *
198  *
199  *********************************************************************/
200 \f
201
202 /*
203  * Version number - Major (X._._)
204  */
205 #define VERSION_MAJOR 0
206
207 /*
208  * Version number - Minor (_.X._)
209  */
210 #define VERSION_MINOR 0
211
212 /*
213  * Version number - Point (_._.X)
214  */
215 #define VERSION_POINT 0
216
217 /*
218  * Version number, as a string
219  */
220 #define VERSION "0.0.0"
221
222 /*
223  * Status of the code: alpha, beta or stable
224  */
225 #define CODE_STATUS "UNRELEASED"
226
227 /*
228  * Regular expression matching for URLs.  (Highly recommended).
229  * If neither of these are defined then you can ony use prefix matching.
230  * Don't bother to change this here! Use configure instead.
231  */
232 /* #define REGEX_GNU 1 */
233 #define REGEX_PCRE 1
234
235 /* 
236  * Should pcre be statically built in instead of linkling with libpcre?
237  * (This is determined by configure depending on the availiability of
238  * libpcre and user preferences). The name is ugly, but pcre needs it.
239  * Don't bother to change this here! Use configure instead.
240  */
241 #define STATIC_PCRE 1
242
243 /* 
244  * Should pcrs be statically built in instead of linkling with libpcrs?
245  * (This is determined by configure depending on the availiability of
246  * libpcrs and user preferences).
247  * Don't bother to change this here! Use configure instead.
248  */
249 #define STATIC_PCRS 1
250
251 /*
252  * Allows the use of an ACL to control access to the proxy by IP address.
253  */
254 #define FEATURE_ACL 1
255
256 /*
257  * Enables the web-based configuration (actionsfile) editor.  If you
258  * have a shared proxy, you might want to turn this off.
259  */
260 #define FEATURE_CGI_EDIT_ACTIONS 1
261
262 /*
263  * Allows the use of jar files to capture cookies.
264  */
265 #define FEATURE_COOKIE_JAR 1
266
267 /*
268  * Locally redirect remote script-redirect URLs
269  */
270 #define FEATURE_FAST_REDIRECTS 1
271
272 /*
273  * Bypass filtering for 1 page only
274  */
275 #define FEATURE_FORCE_LOAD 1
276
277 /*
278  * Allow blocking using images as well as HTML.
279  * If you do not define this then everything is blocked as HTML.
280  *
281  * Note that this is required if you want to use FEATURE_IMAGE_DETECT_MSIE.
282  */
283 #define FEATURE_IMAGE_BLOCKING 1
284
285 /*
286  * Detect image requests automatically for MSIE.  Will fall back to
287  * other image-detection methods (i.e. "+image" permission) for other
288  * browsers.
289  *
290  * You must also define FEATURE_IMAGE_BLOCKING to use this feature.
291  *
292  * It detects the following header pair as an image request:
293  *
294  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
295  * Accept: * / *
296  *
297  * And the following as a HTML request:
298  *
299  * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
300  * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / *
301  *
302  * And no, I haven't got that backwards - IE is being wierd.
303  *
304  * Known limitations: 
305  * 1) If you press shift-reload on a blocked HTML page, you get
306  *    the image "blocked" page, not the HTML "blocked" page.
307  * 2) Once an image "blocked" page has been sent, viewing it 
308  *    in it's own browser window *should* bring up the HTML
309  *    "blocked" page, but it doesn't.  You need to clear the 
310  *    browser cache to get the HTML version again.
311  *
312  * These limitations are due to IE making inconsistent choices
313  * about which "Accept:" header to send.
314  */
315 #define FEATURE_IMAGE_DETECT_MSIE 1
316
317 /*
318  * Use PNG instead of GIF for built-in images
319  */
320 /* #undef FEATURE_NO_GIFS */
321
322 /*
323  * Use POSIX threads instead of native threads.
324  */
325 /* #define FEATURE_PTHREAD 1 */
326
327 /*
328  * Enables statistics function.
329  */
330 #define FEATURE_STATISTICS 1
331
332 /*
333  * Allow JunkBuster to be "disabled" so it is just a normal non-blocking
334  * non-anonymizing proxy.  This is useful if you're trying to access a
335  * blocked or broken site - just change the setting in the config file,
336  * or use the handy "Disable" menu option in the Windows GUI.
337  */
338 #define FEATURE_TOGGLE 1
339
340 /*
341  * Allows the use of trust files.
342  */
343 #define FEATURE_TRUST 1
344
345
346 /****************************************************************************
347  * The following values are correct for MS VC++97.
348  * You should normally not change them.
349  ***************************************************************************/
350
351
352 /*
353  * Defined on Solaris only.  Makes the system libraries thread safe.
354  */
355 /* #define _REENTRANT 1 */
356
357 /*
358  * Defined on Solaris only.  Without this, many important functions are not
359  * defined in the system headers.
360  */
361 /* #define __EXTENSIONS__ 1 */
362
363 /*
364  * Defined always.
365  * FIXME: Don't know what it does or why we need it.
366  * (presumably something to do with MultiThreading?)
367  */
368 #define __MT__ 1
369
370 /* If the (nonstandard and thread-safe) function gethostbyname_r
371  * is available, select which signature to use
372  */
373 /* #undef HAVE_GETHOSTBYNAME_R_6_ARGS */
374 /* #undef HAVE_GETHOSTBYNAME_R_5_ARGS */
375 /* #undef HAVE_GETHOSTBYNAME_R_3_ARGS */
376
377 /* If the (nonstandard and thread-safe) function gethostbyaddr_r
378  * is available, select which signature to use
379  */
380 /* #undef HAVE_GETHOSTBYADDR_R_8_ARGS */
381 /* #undef HAVE_GETHOSTBYADDR_R_7_ARGS */
382 /* #undef HAVE_GETHOSTBYADDR_R_5_ARGS */
383
384 /* Defined if you have gmtime_r and localtime_r with a signature
385  * of (struct time *, struct tm *)
386  */
387 #undef HAVE_GMTIME_R
388
389 /* #define HAVE_LOCALTIME_R 1 */
390
391 /* Define to 'int' if <sys/socket.h> doesn't have it.
392  */
393 #define socklen_t int
394
395 /* Define if pcre.h must be included as <pcre/pcre.h>
396  */
397 /* #undef PCRE_H_IN_SUBDIR */
398
399 /* Define if pcreposix.h must be included as <pcre/pcreposix.h>
400  */
401 /* #undef PCREPOSIX_H_IN_SUBDIR */
402
403
404 /* Define to 1 if you have the <arpa/inet.h> header file. */
405 #define HAVE_ARPA_INET_H 1
406
407 /* Define to 1 if you have the `atexit' function. */
408 #define HAVE_ATEXIT 1
409
410 /* Define if you have the `bcopy' function. */
411 /* #define HAVE_BCOPY 1 */
412
413 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
414    */
415 #define HAVE_DIRENT_H 1
416
417 /* Define to 1 if you have the <errno.h> header file. */
418 #define HAVE_ERRNO_H 1
419
420 /* Define to 1 if you have the <fcntl.h> header file. */
421 #define HAVE_FCNTL_H 1
422
423 /* Define to 1 if you have the `getcwd' function. */
424 #define HAVE_GETCWD 1
425
426 /* Define to 1 if you have the `gethostbyaddr' function. */
427 #define HAVE_GETHOSTBYADDR 1
428
429 /* Define to 1 if you have the `gethostbyname' function. */
430 #define HAVE_GETHOSTBYNAME 1
431
432 /* Define to 1 if you have the `inet_ntoa' function. */
433 #define HAVE_INET_NTOA 1
434
435 /* Define if you have the <inttypes.h> header file. */
436 /* #define HAVE_INTTYPES_H 1 */
437
438 /* Define to 1 if you have the `nsl' library (-lnsl). */
439 /* #undef HAVE_LIBNSL */
440
441 /* Define to 1 if you have the <limits.h> header file. */
442 #define HAVE_LIMITS_H 1
443
444 /* Define to 1 if you have the <locale.h> header file. */
445 #define HAVE_LOCALE_H 1
446
447 /* Define to 1 if you have the `localtime_r' function. */
448 #undef HAVE_LOCALTIME_R
449
450 /* Define to 1 if you have the `memchr' function. */
451 #define HAVE_MEMCHR 1
452
453 /* Define if you have the `memmove' function. */
454 #define HAVE_MEMMOVE 1
455
456 /* Define if you have the <memory.h> header file. */
457 #define HAVE_MEMORY_H 1
458
459 /* Define to 1 if you have the `memset' function. */
460 #define HAVE_MEMSET 1
461
462 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
463 /* #undef HAVE_NDIR_H */
464
465 /* Define to 1 if you have the <netdb.h> header file. */
466 #define HAVE_NETDB_H 1
467
468 /* Define to 1 if you have the <netinet/in.h> header file. */
469 #define HAVE_NETINET_IN_H 1
470
471 /* Define to 1 if you have the <OS.h> header file. */
472 /* #undef HAVE_OS_H */
473
474 /* Define to 1 if you have the `regcomp' function. */
475 #define HAVE_REGCOMP 1
476
477 /* Define to 1 if you have the `select' function. */
478 #define HAVE_SELECT 1
479
480 /* Define to 1 if you have the `setlocale' function. */
481 #define HAVE_SETLOCALE 1
482
483 /* Define to 1 if you have the `socket' function. */
484 #define HAVE_SOCKET 1
485
486 /* Define to 1 if you have the <stddef.h> header file. */
487 #define HAVE_STDDEF_H 1
488
489 /* Define if you have the <stdint.h> header file. */
490 /* #define HAVE_STDINT_H 1 */
491
492 /* Define if you have the <stdlib.h> header file. */
493 #define HAVE_STDLIB_H 1
494
495 /* Define to 1 if you have the `strchr' function. */
496 #define HAVE_STRCHR 1
497
498 /* Define to 1 if you have the `strdup' function. */
499 #define HAVE_STRDUP 1
500
501 /* Define if you have the `strerror' function. */
502 #define HAVE_STRERROR 1
503
504 /* Define to 1 if you have the `strftime' function. */
505 #define HAVE_STRFTIME 1
506
507 /* Define if you have the <strings.h> header file. */
508 /* #define HAVE_STRINGS_H 1 */
509
510 /* Define if you have the <string.h> header file. */
511 #define HAVE_STRING_H 1
512
513 /* Define to 1 if you have the `strstr' function. */
514 #define HAVE_STRSTR 1
515
516 /* Define to 1 if you have the `strtoul' function. */
517 #define HAVE_STRTOUL 1
518
519 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
520    */
521 /* #undef HAVE_SYS_DIR_H */
522
523 /* Define to 1 if you have the <sys/ioctl.h> header file. */
524 #define HAVE_SYS_IOCTL_H 1
525
526 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
527    */
528 /* #undef HAVE_SYS_NDIR_H */
529
530 /* Define to 1 if you have the <sys/socket.h> header file. */
531 #define HAVE_SYS_SOCKET_H 1
532
533 /* Define if you have the <sys/stat.h> header file. */
534 #define HAVE_SYS_STAT_H 1
535
536 /* Define to 1 if you have the <sys/timeb.h> header file. */
537 #define HAVE_SYS_TIMEB_H 1
538
539 /* Define to 1 if you have the <sys/time.h> header file. */
540 #define HAVE_SYS_TIME_H 1
541
542 /* Define to 1 if you have the <sys/types.h> header file. */
543 #define HAVE_SYS_TYPES_H 1
544
545 /* Define to 1 if you have the <sys/wait.h> header file. */
546 #define HAVE_SYS_WAIT_H 1
547
548 /* Define if you have the <unistd.h> header file. */
549 /* #define HAVE_UNISTD_H 1 */
550
551 /* Define to the address where bug reports for this package should be sent. */
552 #define PACKAGE_BUGREPORT ""
553
554 /* Define to the full name of this package. */
555 #define PACKAGE_NAME ""
556
557 /* Define to the full name and version of this package. */
558 #define PACKAGE_STRING ""
559
560 /* Define to the one symbol short name of this package. */
561 #define PACKAGE_TARNAME ""
562
563 /* Define to the version of this package. */
564 #define PACKAGE_VERSION ""
565
566 /* Define as the return type of signal handlers (`int' or `void'). */
567 #define RETSIGTYPE void
568
569 /* Define to 1 if the `setpgrp' function takes no argument. */
570 #define SETPGRP_VOID 1
571
572 /* The size of a `char *', as computed by sizeof. */
573 #define SIZEOF_CHAR_P 4
574
575 /* The size of a `int', as computed by sizeof. */
576 #define SIZEOF_INT 4
577
578 /* The size of a `long', as computed by sizeof. */
579 #define SIZEOF_LONG 4
580
581 /* The size of a `long long', as computed by sizeof. */
582 /* #define SIZEOF_LONG_LONG ---not supported--- */
583
584 /* The size of a `size_t', as computed by sizeof. */
585 #define SIZEOF_SIZE_T 4
586
587 /* Define if you have the ANSI C header files. */
588 #define STDC_HEADERS 1
589
590 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
591 #define TIME_WITH_SYS_TIME 1
592
593 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
594 /* #undef TM_IN_SYS_TIME */
595
596 /* Define to empty if `const' does not conform to ANSI C. */
597 /* #define const */
598
599 /* Define to `int' if <sys/types.h> does not define. */
600 /* #undef pid_t */
601
602 /* Define to `unsigned' if <sys/types.h> does not define. */
603 /* #define size_t unsigned */
604
605 /* Define to 'int' if <sys/socket.h> doesn't have it. */
606 #define socklen_t int
607
608 /*
609  * Defined always.
610  * FIXME: Don't know what it does or why we need it.
611  * (presumably something to do with ANSI Standard C?)
612  */
613 /* Don't define for MS VC++ or you don't get strdup() declared.
614 #ifndef __STDC__
615 #define __STDC__ 1
616 #endif
617 */
618
619 /*
620  * Need to set up this define only for the Pthreads library for
621  * Win32, available from http://sources.redhat.com/pthreads-win32/
622  */
623 #if defined(FEATURE_PTHREAD) && defined(_WIN32)
624 #define __CLEANUP_C
625 #endif /* defined(FEATURE_PTHREAD) && defined(_WIN32) */
626
627 /*
628  * Need to keep errlog.c from trying to inline the non-existent
629  * locking stubs.  Could be removed once a real platform-specific
630  * solution is generated.
631  */
632 #define inline ""
633
634 /*
635  * BEOS does not currently support POSIX threads.
636  * This *should* be detected by ./configure, but let's be sure.
637  */
638 #if defined(FEATURE_PTHREAD) && defined(__BEOS__)
639 #error BEOS does not support pthread - please run ./configure again with "--disable-pthread"
640
641 #endif /* defined(FEATURE_PTHREAD) && defined(__BEOS__) */
642
643
644 #if (!defined(_MSC_VER)) && (!defined(RC_INVOKED))
645 #error This file is only intended for MS VC++ on Win32.  For other compilers, please run configure.
646 #endif /* (!defined(_MSC_VER)) && (!defined(RC_INVOKED)) */
647
648 #pragma warning ( disable: 4100 4115 4201 4214 4244 4514 )
649
650 /*
651  * C4100 : unreferenced formal parameter
652  * Very common, not a bug
653  * 
654  * C4115 : named type definition in parentheses
655  * #include <windows.h> causes a warning about one of these.
656  *
657  * C4201 : nonstandard extension used : nameless struct/union
658  * Endemic in <windows.h>
659  *
660  * C4214 nonstandard extension used : bit field types other than int
661  * Endemic in <windows.h>
662  *
663  * C4244 conversion from 'int' to 'char', possible loss of data
664  * Should really fix this one.  Throughout the JB code.
665  *
666  * C4514 unreferenced inline/local function has been removed
667  * Caused by #include <windows.h>
668  */
669
670
671 #endif /* CONFIG_H_INCLUDED */
672