comparison src/toc.c @ 423:0d4e80bdb96b

[gaim-migrate @ 433] No more --enable-oscar option. From now on, it's a toggle in the preferences. PLEASE DO NOT USE OSCAR, even though it's very easy to. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 21 Jun 2000 19:33:58 +0000
parents cf895313fc50
children 5db3734a1fe6
comparison
equal deleted inserted replaced
422:7cd05539952d 423:0d4e80bdb96b
36 #include <time.h> 36 #include <time.h>
37 #include <sys/socket.h> 37 #include <sys/socket.h>
38 #include "gaim.h" 38 #include "gaim.h"
39 #include "gnome_applet_mgr.h" 39 #include "gnome_applet_mgr.h"
40 40
41 #ifndef USE_OSCAR
42 41
43 42
44 /* descriptor for talking to TOC */ 43 /* descriptor for talking to TOC */
45 static int toc_fd; 44 static int toc_fd;
46 static int seqno; 45 static int seqno;
824 if (res) 823 if (res)
825 return buf; 824 return buf;
826 else 825 else
827 return NULL; 826 return NULL;
828 } 827 }
829
830 #endif /* USE_OSCAR */
831 828
832 void toc_build_config(char *s, int len) 829 void toc_build_config(char *s, int len)
833 { 830 {
834 GList *grp = groups; 831 GList *grp = groups;
835 GList *mem; 832 GList *mem;