LITERAL_ENTRY

This variable can be used to loosen the literal match restrictions of ENTRY point name matching logic. By default, the matching logic is case sensitive and distinguishes between hyphens and underscores. Setting LITERAL_ENTRY to "0" (off, false, no) causes the runtime to handle ENTRY point name matching with case insensitivity (upper and lower case equivalent) and to treat hyphens and underscores ("-", "_") as equivalent. The default value is "1" (on, true, yes).