From: root Date: Thu, 22 Nov 2007 15:32:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=341246d5d24733c747dca45c264dbce31be90e1f;p=dana%2Furxvt.git *** empty log message *** --- 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)