Mercurial > pidgin
comparison src/server.c @ 283:0f14e6d8a51b
[gaim-migrate @ 293]
- Good fun things here. Sometimes I think Adam does things just to make
it difficult for me, I swear (j/k :) ).
- I moved all the .h files into the faim/ directory because I'm tired
of changing faim/aim.h to just aim.h every time Adam makes an update.
- libfaim can now send messages much longer than WinAIM or TOC can. But,
the length checking code is still in conversation.c, and I haven't
changed it yet, mostly because I'm lazy.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 31 May 2000 03:20:11 +0000 |
| parents | 7b06ba09ffe2 |
| children | 61894ab8c47e |
comparison
equal
deleted
inserted
replaced
| 282:918db59d3814 | 283:0f14e6d8a51b |
|---|---|
| 26 #include <sys/stat.h> | 26 #include <sys/stat.h> |
| 27 #include <sys/time.h> | 27 #include <sys/time.h> |
| 28 #include <unistd.h> | 28 #include <unistd.h> |
| 29 #include <gtk/gtk.h> | 29 #include <gtk/gtk.h> |
| 30 #ifdef USE_OSCAR | 30 #ifdef USE_OSCAR |
| 31 #include "../libfaim/aim.h" | 31 #include <aim.h> |
| 32 extern int gaim_caps; | 32 extern int gaim_caps; |
| 33 #endif | 33 #endif |
| 34 #include "gaim.h" | 34 #include "gaim.h" |
| 35 | 35 |
| 36 static int idle_timer = -1; | 36 static int idle_timer = -1; |
