# HG changeset patch # User Richard Laager # Date 1222038997 0 # Node ID 7e85c6cbf7b0dfa502d3d9d4a518570e39f99253 # Parent a1a88c1bd59eb7369211e77598bebc1f0c1250a8 Add a comment documenting the internal.h situation for people using nullprpl as the basis of their own out-of-tree prpl. diff -r a1a88c1bd59e -r 7e85c6cbf7b0 libpurple/protocols/null/nullprpl.c --- 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 +/* 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"