mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
ensure that hmac is available (may result in a less useful psyced but better than nothing)
This commit is contained in:
parent
d97953ce47
commit
d04fd7e105
4 changed files with 5 additions and 6 deletions
|
@ -280,7 +280,7 @@
|
|||
// still using rawp anywhere?
|
||||
//#define rawp(TEXT) { P1(("rawp? "+TEXT)) emit(TEXT); }
|
||||
|
||||
#ifdef _flag_enable_module_microblogging
|
||||
#if __EFUN_DEFINED__(hmac) && defined(_flag_enable_module_microblogging)
|
||||
# if defined(TWITTER_KEY) && defined(TWITTER_SECRET)
|
||||
# define TWITTER
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue