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
This commit is contained in:
Stefan Csomor
2008-05-29 07:06:45 +00:00
parent e2e6bba44d
commit 1a4dea22ec

View File

@@ -38,6 +38,7 @@
#define wxTYPE_SA_HANDLER int #define wxTYPE_SA_HANDLER int
#define WX_GMTOFF_IN_TM 1 #define WX_GMTOFF_IN_TM 1
#define HAVE_PW_GECOS 1 #define HAVE_PW_GECOS 1
#define HAVE_DLOPEN 1
#define HAVE_GETTIMEOFDAY 1 #define HAVE_GETTIMEOFDAY 1
#define HAVE_FSYNC 1 #define HAVE_FSYNC 1
#define HAVE_LARGEFILE_SUPPORT 1 #define HAVE_LARGEFILE_SUPPORT 1
@@ -113,12 +114,12 @@
#define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1
#define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SELECT_H 1
#define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" // #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh"
#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" // #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
#define PACKAGE_NAME "wxWidgets" // #define PACKAGE_NAME "wxWidgets"
#define PACKAGE_STRING "wxWidgets 2.8.8" // #define PACKAGE_STRING "wxWidgets 2.8.8"
#define PACKAGE_TARNAME "wxwidgets" // #define PACKAGE_TARNAME "wxwidgets"
#define PACKAGE_VERSION "2.8.8" // #define PACKAGE_VERSION "2.8.8"
// for regex // for regex
#define WX_NO_REGEX_ADVANCED 1 #define WX_NO_REGEX_ADVANCED 1