jon * wrote:

> > Unless LOAD_BALANCE is defined (by default, it's not)
>
> i believe that by default it is defined but i'm not 100% sure.
>
>

#define LOAD_BALANCE
means it is defined with a null value.

so
#ifdef LOAD_BALANCE
will return true.

Jean-Luc




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to