On 03/24/11 18:12, Geof Sawaya wrote:
> Hi Bruce,
>
> I hope you've found a job.
Nope, still looking. Thank you.
> Anyway, I have a problem with an auto-opts .def file. I set a flag like this:
>
> flag = {
> name = bound;
> value = B;
> descrip = "Enable bounded mixing";
> /
On Fri, Mar 25, 2011 at 1:12 AM, Geof Sawaya wrote:
> flag = {
> name = bound;
> value = B;
> descrip = "Enable bounded mixing";
> //ifdef = CONFIG_BOUNDED_MIXING;
> arg-type = number;
> };
>
> If I use the 'ifdef' clause of the flag definition I get the following
> problem when co
Hi Bruce,
I hope you've found a job.
Anyway, I have a problem with an auto-opts .def file. I set a flag like this:
flag = {
name = bound;
value = B;
descrip = "Enable bounded mixing";
//ifdef = CONFIG_BOUNDED_MIXING;
arg-type = number;
};
If I use the 'ifdef' clause of the