Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / patches / wxMSW-2.9.0-setup.patch
1 --- include/wx/msw/setup.h      2009-09-04 06:53:17.000000000 +0200
2 +++ include/wx/msw/setup.h      2009-10-18 14:52:51.000000000 +0200
3 @@ -361,7 +361,7 @@
4  // Default is 1
5  //
6  // Recommended setting: 1 (but may be safely disabled if you don't use it)
7 -#define wxUSE_FSVOLUME      1
8 +#define wxUSE_FSVOLUME      0
9  
10  // Use wxStandardPaths class which allows to retrieve some standard locations
11  // in the file system
12 @@ -496,7 +496,7 @@
13  #define wxUSE_FS_ARCHIVE    1
14  
15  // Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM)
16 -#define wxUSE_FS_INET       1
17 +#define wxUSE_FS_INET       0
18  
19  // wxArchive classes for accessing archives such as zip and tar
20  #define wxUSE_ARCHIVE_STREAMS     1
21 @@ -542,8 +542,8 @@
22  
23  // The settings for the individual URL schemes
24  #define wxUSE_PROTOCOL_FILE 1
25 -#define wxUSE_PROTOCOL_FTP 1
26 -#define wxUSE_PROTOCOL_HTTP 1
27 +#define wxUSE_PROTOCOL_FTP 0
28 +#define wxUSE_PROTOCOL_HTTP 0
29  
30  // Define this to use wxURL class.
31  #define wxUSE_URL 1
32 @@ -1098,7 +1098,7 @@
33  // Default is 0.
34  //
35  // Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
36 -#define wxUSE_GLCANVAS       0
37 +#define wxUSE_GLCANVAS       1
38  
39  // wxRichTextCtrl allows editing of styled text.
40  //
41 @@ -1159,7 +1159,7 @@
42  
43  #define wxUSE_DRAGIMAGE 1
44  
45 -#define wxUSE_IPC         1
46 +#define wxUSE_IPC         0
47                                  // 0 for no interprocess comms
48  #define wxUSE_HELP        1
49                                  // 0 for no help facility
50 @@ -1260,7 +1260,7 @@
51  #define wxUSE_PCX           1
52  
53  // Set to 1 for IFF format support (Amiga format)
54 -#define wxUSE_IFF           0
55 +#define wxUSE_IFF           1
56  
57  // Set to 1 for XPM format support
58  #define wxUSE_XPM           1
59 @@ -1309,7 +1309,7 @@
60  //
61  // Recommended setting: 0 (1 if you want to deploy Unicode apps on 9x systems)
62  #ifndef wxUSE_UNICODE_MSLU
63 -    #define wxUSE_UNICODE_MSLU 0
64 +    #define wxUSE_UNICODE_MSLU 1
65  #endif
66  
67  // Set this to 1 if you want to use wxWidgets and MFC in the same program. This