diff options
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@" + |