mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
12 lines
190 B
C
12 lines
190 B
C
|
#include <net.h>
|
||
|
#define SILENCE
|
||
|
#define NAME "futureZone"
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://rss.orf.at/futurezone.xml"
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|