[494] in BarnOwl Developers
[D-O-H] r616 - trunk/owl
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:06:46 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 16 Feb 2007 18:35:21 -0500 (EST)
Author: asedeno
Date: 2007-02-16 18:35:20 -0500 (Fri, 16 Feb 2007)
New Revision: 616
Modified:
trunk/owl/zephyr.c
Log:
Wrap the subscription helper in #ifdefs.
Modified: trunk/owl/zephyr.c
===================================================================
--- trunk/owl/zephyr.c 2007-02-16 20:14:14 UTC (rev 615)
+++ trunk/owl/zephyr.c 2007-02-16 23:35:20 UTC (rev 616)
@@ -71,6 +71,7 @@
#endif
}
+#ifdef HAVE_LIBZEPHYR
int owl_zephyr_loadsubs_helper(ZSubscription_t subs[], int count)
{
int i, ret = 0;
@@ -88,6 +89,7 @@
}
return ret;
}
+#endif
/* Load zephyr subscriptions form 'filename'. If 'filename' is NULL,
* the default file $HOME/.zephyr.subs will be used.