1
0
Fork 0
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:
psyc://psyced.org/~lynX 1984-04-04 00:44:07 +00:00
parent d97953ce47
commit d04fd7e105
4 changed files with 5 additions and 6 deletions

View file

@ -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