From 341246d5d24733c747dca45c264dbce31be90e1f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Nov 2007 15:32:39 +0000 Subject: [PATCH] *** empty log message *** --- src/ev_cpp.h | 7 ------- src/rxvtutil.h | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ev_cpp.h b/src/ev_cpp.h index ac53b0f3..86dbc9aa 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,11 +1,4 @@ #define EV_USE_POLL 0 #define EV_MULTIPLICITY 0 #define EV_PERIODICS 0 - -#ifndef __NetBSD__ -// disable kqueue on anything but netbsd, as its broken -// on freebsd, openbsd and darwin -# define EV_USE_KQUEUE 0 -#endif - #include "ev++.h" diff --git a/src/rxvtutil.h b/src/rxvtutil.h index 5ecbadb4..cebb8ca3 100644 --- a/src/rxvtutil.h +++ b/src/rxvtutil.h @@ -13,7 +13,7 @@ using namespace std; #define HAVE_GCC_BUILTINS (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ == 4)) -#if __GNUC__ >= 3 +#if __GNUC__ >= 4 # define rxvt_attribute(x) __attribute__(x) #else # define rxvt_attribute(x) -- 2.34.1