aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 70e5fd07..18cb5f2e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -95,10 +95,6 @@
#undef g_main_quit
#define g_main_quit __PLEASE_USE_B_MAIN_QUIT__
-#ifndef F_OK
-#define F_OK 0
-#endif
-
#ifndef G_GNUC_MALLOC
/* Doesn't exist in GLib <=2.4 while everything else in BitlBee should
work with it, so let's fake this one. */