summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-12-15 14:48:58 -0600
committerAndrew <forkk@forkk.net>2013-12-15 14:50:27 -0600
commit0ee8f90d40f5b3ddb177286c9066a4e59748c681 (patch)
tree43bdb631834ec7c1251a944b7b8b17f8a5db201c /config.h.in
parent1e96a0c8eba2d932e08a33ec909cf8141f1aaa43 (diff)
downloadMultiMC-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.in4
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@"
+