aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-02 16:17:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-02 16:17:37 +0200
commit5f5d433900a0eaec54edcd64ab8be0fc2384aa94 (patch)
treec02150ae0c5f804aed0c8ea28fa75121f41384a3 /bitlbee.h
parentfa75134008bd9206ca02380927c27581feb65c3e (diff)
Use GLib functions to check whether files exist, for extra portability.
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 420ab70a..87fe4fac 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -94,10 +94,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. */