]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/features.h
The UseAntiAliasing is off by default on wxMac. Add a menu item to
[wxWidgets.git] / include / wx / features.h
index 6add38e02d09a4c6849dad34340abd675270230d..fec65015ba4536b6b5c5bfa965b39467bfb4b797 100644 (file)
@@ -1,14 +1,14 @@
-/* /////////////////////////////////////////////////////////////////////////// */
-/*  Name:        wx/features.h */
-/*  Purpose:     test macros for the features which might be available in some */
-/*               wxWindows ports but not others */
-/*  Author:      Vadim Zeitlin */
-/*  Modified by: */
-/*  Created:     18.03.02 */
-/*  RCS-ID:      $Id$ */
-/*  Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org> */
-/*  Licence:     wxWindows licence */
-/* /////////////////////////////////////////////////////////////////////////// */
+/**
+*  Name:        wx/features.h 
+*  Purpose:     test macros for the features which might be available in some 
+*               wxWindows ports but not others 
+*  Author:      Vadim Zeitlin 
+*  Modified by: Ryan Norton (Converted to C)
+*  Created:     18.03.02 
+*  RCS-ID:      $Id$ 
+*  Copyright:   (c) 2002 Vadim Zeitlin <vadim@wxwindows.org> 
+*  Licence:     wxWindows licence 
+*/
 
 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
 
 
 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
 
     #undef wxHAS_CRASH_REPORT
 #endif
 
     #undef wxHAS_CRASH_REPORT
 #endif
 
+/*  wxRE_ADVANCED is not always available, depending on regex library used
+ *  (it's unavailable only if compiling via configure against system library) */
+#ifndef WX_NO_REGEX_ADVANCED
+    #define wxHAS_REGEX_ADVANCED
+#else
+    #undef wxHAS_REGEX_ADVANCED
+#endif
+
 #endif /*  _WX_FEATURES_H_ */
 
 #endif /*  _WX_FEATURES_H_ */