aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-02 16:37:57 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-02 16:37:57 +0200
commitd179921d5a014258181b3feeb5ac274e774a4558 (patch)
tree5aaa11f9b1593611f27844a8ddb6a218b8e79693 /bitlbee.h
parentf9dbc997f0d1c0ce6f6f265c0a04d693b24642dc (diff)
parent5f5d433900a0eaec54edcd64ab8be0fc2384aa94 (diff)
Merge removal of access().
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. */