pretend the contexts feature is supported
commitd6b9d1c52eed87853831a2a26294f9d1b24dffd4
authorRobert Zavalczki <toby_77@users.sourceforge.net>
Sun, 9 Dec 2018 01:35:18 +0000 (9 03:35 +0200)
committerRobert Zavalczki <toby_77@users.sourceforge.net>
Sun, 9 Dec 2018 01:35:18 +0000 (9 03:35 +0200)
tree0d1fbca030cb8ad63802d29b90291d55d3dda4ca
parenta5515c844219c5c3ba0f4532af266fc0e91bdbce
pretend the contexts feature is supported

Gets rid of librdf warning that contexts are not supported.

Internally librdf uses `atoi` to test the 'context supported'
value, so we must use "0" and "1" instead of "false" and "true".
rdf_storage_sqlite_mro.c