On Tue, May 31, 2016 at 3:32 PM, Darryl Philip Baker <darryl.baker@xxxxxxxxxxxxxxxx> wrote: > I’m trying to do some conditional configuration settings. I know that I can > use “Define variable value” to set up a variable. I know that “<IfDefine > [!}variable>” can be used to test to see if a variable is set or not. I > looked at “<If expression>” as a possibility but since what I am setting are > really configuration change and “If” is a runtime directive. Using “If” is > going to add runtime overhead for something that will not change for the > life of the daemon. Is there initialization directive to use to see if a > variable set using “Define” matches a particular value and what is that > directive if it exists? I don't think you can test against their values in something like <IfDefine -- you can only currently do a boolean <ifDefine> and inside get at the value with ${VAR}. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx