diff options
author | Andrew <forkk@forkk.net> | 2013-12-15 14:48:58 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-12-15 14:50:27 -0600 |
commit | 0ee8f90d40f5b3ddb177286c9066a4e59748c681 (patch) | |
tree | 43bdb631834ec7c1251a944b7b8b17f8a5db201c /config.h.in | |
parent | 1e96a0c8eba2d932e08a33ec909cf8141f1aaa43 (diff) | |
download | MultiMC-0ee8f90d40f5b3ddb177286c9066a4e59748c681.tar MultiMC-0ee8f90d40f5b3ddb177286c9066a4e59748c681.tar.gz MultiMC-0ee8f90d40f5b3ddb177286c9066a4e59748c681.tar.lz MultiMC-0ee8f90d40f5b3ddb177286c9066a4e59748c681.tar.xz MultiMC-0ee8f90d40f5b3ddb177286c9066a4e59748c681.zip |
Added a system to load news from MultiMC.org's RSS
Currently it doesn't show it anywhere in the UI. That's next.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b58dc322..aa604056 100644 --- a/config.h.in +++ b/config.h.in @@ -16,3 +16,7 @@ // This is printed on start to standard output #define VERSION_STR "@MultiMC_VERSION_STRING@" +// This is used to fetch the news RSS feed. +// It defaults in CMakeLists.txt to "http://multimc.org/rss.xml" +#define NEWS_RSS_URL "@MultiMC_NEWS_RSS_URL@" + |