mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ifdefs for twitter & identica
This commit is contained in:
parent
9421149ffd
commit
bc0b9dd325
3 changed files with 32 additions and 3 deletions
|
@ -261,4 +261,13 @@
|
|||
// still using rawp anywhere?
|
||||
//#define rawp(TEXT) { P1(("rawp? "+TEXT)) emit(TEXT); }
|
||||
|
||||
#ifdef _flag_enable_module_microblogging
|
||||
# if defined(TWITTER_KEY) && defined(TWITTER_SECRET)
|
||||
# define TWITTER
|
||||
# endif
|
||||
# if defined(IDENTICA_KEY) && defined(IDENTICA_SECRET)
|
||||
# define IDENTICA
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue