#ifndef CONFIG_EXTENSION_UPDATE #define CONFIG_EXTENSION_UPDATE /* EXTENSIONS - Whether we have any extension mechanism at all * * Primarily intended for non-desktop platforms where supporting * extensions can be complicated, or even prohibited by the OS (as on * iOS). */ #define HAVE_FEATURE_EXTENSIONS 0 #define ENABLE_EXTENSION_UPDATE 0 #endif id='cgit'>
summaryrefslogtreecommitdiff
path: root/writerfilter/documentation
ue='5'>5
AgeCommit message (Expand)Author
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-29 08:37:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-29 08:37:29 +0100
commit45ea23ad39a7cbc5d56f428491d236c7e6c32e0d (patch)
tree352248ca1f4db88becfef5f38179e0466f8f9bab /nlpsolver
parent2d99262c2de5ccaaaee7b4cade3e05228a90eb64 (diff)
Replaced UTF-8 U+FFFD with ASCII space in source code comment.
The Unicode replacement character got in there probably during a previous conversion of the source code; not evident to me what it replaced originally.