Mercurial > pidgin.yaz
diff libpurple/protocols/null/nullprpl.c @ 24100:7e85c6cbf7b0
Add a comment documenting the internal.h situation for people using nullprpl
as the basis of their own out-of-tree prpl.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 21 Sep 2008 23:16:37 +0000 |
| parents | 1568dc7a14f8 |
| children | 2cae2b346d72 0edd1e140b6e 4d752d07a126 |
line wrap: on
line diff
--- a/libpurple/protocols/null/nullprpl.c Sat Sep 20 03:53:16 2008 +0000 +++ b/libpurple/protocols/null/nullprpl.c Sun Sep 21 23:16:37 2008 +0000 @@ -46,8 +46,12 @@ #include <glib.h> +/* If you're using this as the basis of a prpl that will be distributed + * separately from libpurple, remove the internal.h include below and replace + * it with code to include your own config.h or similar. If you're going to + * provide for translation, you'll also need to setup the gettext macros. */ #include "internal.h" -#include "config.h" + #include "account.h" #include "accountopt.h" #include "blist.h"
