src/lib/uri.h
branchv_0
changeset 33 c9a158da6c32
parent 32 e72546725c77
--- a/src/lib/uri.h	Mon Nov 30 00:12:16 2020 +0100
+++ b/src/lib/uri.h	Sun Oct 31 17:30:40 2021 +0100
@@ -25,6 +25,8 @@
 
 /** general options of the INI parser */
 namespace option {
+static const char* AllowLineContinuationWithEscaping = "allow-line-continuation-with-escaping";
+static const char* AllowLineContinuationWithSpace = "allow-line-continuation-with-space";
 static const char* TrimContinuingLines = "trim-continuing-lines";
 static const char* AllowSections = "allow-sections";
 static const char* AllowSectionTags = "allow-section-tags";
@@ -45,6 +47,7 @@
 /** not options but a values of the dialect option */
 namespace dialect {
 static const char* JavaProperties = "java-properties";
+static const char* JavaManifestMF = "java-manifest-mf";
 }
 
 /** options for configuring the stage where events from the INI parser are converted to SAX events or DOM building */