diff src/rvous.c @ 237:6ced2f1c8b24

[gaim-migrate @ 247] How cool is this, libfaim is making a comeback. I completely redid everything, as was necessary because of the updates to libfaim since gaim 0.9.7. You can sign on and send/recv IMs, but there's a bad lag between display updates that I haven't figured out how to fix yet. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 20 May 2000 00:30:53 +0000
parents b2f9f629525e
children 5b28ef2b550e
line wrap: on
line diff
--- a/src/rvous.c	Thu May 18 18:20:18 2000 +0000
+++ b/src/rvous.c	Sat May 20 00:30:53 2000 +0000
@@ -19,6 +19,8 @@
  *
  */
 
+#ifndef USE_OSCAR
+
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -699,3 +701,5 @@
 		*/
 	}
 }
+
+#endif /* USE_OSCAR */