summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index f517b5d..a375957 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -33,11 +33,6 @@
#include <X11/Xlocale.h>
#include <fcntl.h>
-/* Some systems don't define the close-on-exec flag in fcntl.h */
-#ifndef FD_CLOEXEC
-# define FD_CLOEXEC 1
-#endif
-
/* Helper macro for error and debug reporting. */
#define PRINT_LINE(type) printf (PACKAGE ":%s:%d: %s: ",__FILE__, __LINE__, #type)