Mercurial > pidgin
comparison src/internal.h @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 21 Apr 2004 01:34:26 +0000 |
parents | 8b935eddeb10 |
children | 504570a1acd5 |
comparison
equal
deleted
inserted
replaced
8734:407c122d6191 | 8735:92cbf9713795 |
---|---|
1 /** | 1 /** |
2 * @file internal.h Internal definitions and includes | 2 * @file internal.h Internal definitions and includes |
3 * @ingroup core | 3 * @ingroup core |
4 * | 4 * |
5 * gaim | 5 * gaim |
6 * | 6 * |
53 # include <endian.h> | 53 # include <endian.h> |
54 #endif | 54 #endif |
55 | 55 |
56 #define MSG_LEN 2048 | 56 #define MSG_LEN 2048 |
57 /* The above should normally be the same as BUF_LEN, | 57 /* The above should normally be the same as BUF_LEN, |
58 * but just so we're explictly asking for the max message | 58 * but just so we're explicitly asking for the max message |
59 * length. */ | 59 * length. */ |
60 #define BUF_LEN MSG_LEN | 60 #define BUF_LEN MSG_LEN |
61 #define BUF_LONG BUF_LEN * 2 | 61 #define BUF_LONG BUF_LEN * 2 |
62 | 62 |
63 #include <sys/stat.h> | 63 #include <sys/stat.h> |