/* PATH_INFO_routines.h WJS Jul 97 */ /* Parametrizations for PATH_INFO string of form */ /* PATH_INFO=object.protocollevel{optionstring} */ /* where optionstring is of the form */ /* option1=value1,option2=value2,...optionN=valueN */ #define PATH_INFO_ENV_VAR "PATH_INFO" #define ENV_VAR_DEFN_CHAR '=' #define PATH_INFO_OPTIONS_DELIM "{}" #define PATH_INFO_PROTOCOL_SEP '.' #define OPTIONS_DEFN_CHAR '=' #define OPTIONS_SEPARATOR_CHAR ',' /* LEVEL flags should all be negative */ #define LEVEL_NOT_SPECIFIED -1 #define LEVEL_ERROR -999 #define USE_EXISTING_LEVEL LEVEL_ERROR /* In case somebody asked for */ /* level, then passed it w/o checking */