From 1a4dea22ec993a264bf6ceb68ff30ee026520d6f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 29 May 2008 07:06:45 +0000 Subject: [PATCH] define HAVE_DLOPEN as it's always available on >=10.3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/config_xcode.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/wx/mac/carbon/config_xcode.h b/include/wx/mac/carbon/config_xcode.h index ffa8607125..568c6069e5 100644 --- a/include/wx/mac/carbon/config_xcode.h +++ b/include/wx/mac/carbon/config_xcode.h @@ -38,6 +38,7 @@ #define wxTYPE_SA_HANDLER int #define WX_GMTOFF_IN_TM 1 #define HAVE_PW_GECOS 1 +#define HAVE_DLOPEN 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_FSYNC 1 #define HAVE_LARGEFILE_SUPPORT 1 @@ -113,12 +114,12 @@ #define HAVE_FSEEKO 1 #define HAVE_SYS_SELECT_H 1 -#define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" -#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" -#define PACKAGE_NAME "wxWidgets" -#define PACKAGE_STRING "wxWidgets 2.8.8" -#define PACKAGE_TARNAME "wxwidgets" -#define PACKAGE_VERSION "2.8.8" +// #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" +// #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" +// #define PACKAGE_NAME "wxWidgets" +// #define PACKAGE_STRING "wxWidgets 2.8.8" +// #define PACKAGE_TARNAME "wxwidgets" +// #define PACKAGE_VERSION "2.8.8" // for regex #define WX_NO_REGEX_ADVANCED 1