regenerated after the last change of setup_inc.h (changes in comments only)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-09 00:55:08 +00:00
parent a1584ea142
commit a0680daf77
7 changed files with 19 additions and 47 deletions

View File

@@ -553,14 +553,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1064,7 +1060,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -552,14 +552,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1063,7 +1059,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -552,14 +552,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1063,7 +1059,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -552,14 +552,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1063,7 +1059,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -552,14 +552,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1063,7 +1059,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -552,14 +552,10 @@
// XML parsing classes. Note that their API will change in the future, so
// using wxXmlDocument and wxXmlNode in your app is not recommended.
//
// Default is 1
// Default is the same as wxUSE_XRC, i.e. 1 by default.
//
// Recommended setting: 1 (required by XRC)
#if wxUSE_XRC
# define wxUSE_XML 1
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
// Use wxWidget's AUI docking system
//
@@ -1063,7 +1059,7 @@
// Should we use MS HTML help for wxHelpController? If disabled, neither
// wxCHMHelpController nor wxBestHelpController are available.
//
// Default is 1
// Default is 1 under MSW, 0 is always used for the other platforms.
//
// Recommended setting: 1, only set to 0 if you have trouble compiling
// wxCHMHelpController (could be a problem with really ancient compilers)

View File

@@ -294,11 +294,7 @@
#define wxUSE_XRC 0
#if wxUSE_XRC
#define wxUSE_XML 0
#else
# define wxUSE_XML 0
#endif
#define wxUSE_XML wxUSE_XRC
#define wxUSE_AUI 0