*** empty log message ***
authorroot <root>
Thu, 22 Nov 2007 15:32:39 +0000 (15:32 +0000)
committerroot <root>
Thu, 22 Nov 2007 15:32:39 +0000 (15:32 +0000)
src/ev_cpp.h
src/rxvtutil.h

index ac53b0f384285f2dfb5d7bd8feaa8bfaa7058cc9..86dbc9aae36f78d32c54dd4104f67253f1180bc8 100644 (file)
@@ -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"
index 5ecbadb4fcb0041c9f6dc08ca06decfaa011e19d..cebb8ca334cc30345ab33e448b39f5ebf7bfb061 100644 (file)
@@ -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)