From f871cf140cfc19a401844202dde1cb1db2dd7150 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 4 Jan 2010 07:52:45 +0000 Subject: [PATCH] adding kqueue define for xcode builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/config_xcode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/osx/config_xcode.h b/include/wx/osx/config_xcode.h index b861bc14a5..08995c9a4f 100644 --- a/include/wx/osx/config_xcode.h +++ b/include/wx/osx/config_xcode.h @@ -119,6 +119,7 @@ #define HAVE_GETPWUID_R 1 #define HAVE_GETGRGID_R 1 #define HAVE_LOCALE_T 1 +#define wxHAS_KQUEUE 1 #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" -- 2.45.2