Given this:

FLAGS              DC     XL4'80000001'
LDAP_AUTH_ENABLED  EQU    X'00000001'    LDAP AUTH IS ENABLED
USE_SSL            EQU    X'00000002'    SSL IS ENABLED
STRICT_MODE        EQU    X'00000004'    STRICT USER MAPPING
TRACE              EQU    X'80000000'    ENABLE TRACING


        It makes more sense to me (and is self-documenting) to code it 
this way.

FLAGS              DC     A(LDAP_AUTH_ENABLED+TRACE)


        But that yields aligned storage, correct?  Is there a way to 
achieve the same result but without aligned storage?

Sincerely,

Dave Clark
-- 
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331



*********************************************************************************************
This email message and any attachments is for use only by the named 
addressee(s) and may contain confidential, privileged and/or proprietary 
information. If you have received this message in error, please 
immediately notify the sender and delete and destroy the message and all 
copies. All unauthorized direct or indirect use or disclosure of this 
message is strictly prohibited. No right to confidentiality or privilege 
is waived or lost by any error in transmission. 
*********************************************************************************************

Reply via email to