diff options
Diffstat (limited to 'contrib/less/defines.wn')
-rw-r--r-- | contrib/less/defines.wn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/less/defines.wn b/contrib/less/defines.wn index 73970c2..737af5d 100644 --- a/contrib/less/defines.wn +++ b/contrib/less/defines.wn @@ -151,6 +151,12 @@ */ #define HAVE_SHELL 0 +/* + * Default shell metacharacters and meta-escape character. + */ +#define DEF_METACHARS "; *?\t\n'\"()<>|&" +#define DEF_METAESCAPE "" + /* * HAVE_DUP is 1 if your system has the dup() call. */ |