|
a/src/common/cstr.h |
|
b/src/common/cstr.h |
|
... |
|
... |
53 |
DEF_CSTR(minwilds, "*?[");
|
53 |
DEF_CSTR(minwilds, "*?[");
|
54 |
DEF_CSTR(newline, "\n");
|
54 |
DEF_CSTR(newline, "\n");
|
55 |
DEF_CSTR(null, "");
|
55 |
DEF_CSTR(null, "");
|
56 |
DEF_CSTR(plus, "+");
|
56 |
DEF_CSTR(plus, "+");
|
57 |
DEF_CSTR(textplain, "text/plain");
|
57 |
DEF_CSTR(textplain, "text/plain");
|
|
|
58 |
DEF_CSTR(texthtml, "text/html");
|
58 |
DEF_CSTR(url, "url");
|
59 |
DEF_CSTR(url, "url");
|
59 |
// Marker for HTML format fields
|
60 |
// Marker for HTML format fields
|
60 |
DEF_CSTR(fldhtm, "\007");
|
61 |
DEF_CSTR(fldhtm, "\007");
|
61 |
// Characters that can -begin- a wildcard or regexp expression.
|
62 |
// Characters that can -begin- a wildcard or regexp expression.
|
62 |
DEF_CSTR(wildSpecStChars, "*?[");
|
63 |
DEF_CSTR(wildSpecStChars, "*?[");
|