diff options
author | damitha | 2011-06-01 10:09:50 +0000 |
---|---|---|
committer | damitha | 2011-06-01 10:09:50 +0000 |
commit | 738ebf38269e73b3c281e12449dc95a5b16815c9 (patch) | |
tree | 0ba9d9aed915aa63a9c71ae9ebb492604d132dfa /include/axis2_ntlm.h | |
parent | d08df96d28f66894336771e59d8cfbbaff82d577 (diff) | |
download | axis2c-738ebf38269e73b3c281e12449dc95a5b16815c9.tar.gz axis2c-738ebf38269e73b3c281e12449dc95a5b16815c9.tar.bz2 |
Add flags
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/axis2_ntlm.h')
-rw-r--r-- | include/axis2_ntlm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/axis2_ntlm.h b/include/axis2_ntlm.h index 0e78bc5..7cf21a9 100644 --- a/include/axis2_ntlm.h +++ b/include/axis2_ntlm.h @@ -32,6 +32,10 @@ extern "C" { #endif + #define NTLM_NEG_NTLM 0x00000200 + #define NTLM_NEG_UNICODE 0x00000001 + #define NTLM_TARGET_DOMAIN 0x00010000 + typedef struct axis2_ntlm_ops axis2_ntlm_ops_t; typedef struct axis2_ntlm axis2_ntlm_t; |