From 738ebf38269e73b3c281e12449dc95a5b16815c9 Mon Sep 17 00:00:00 2001 From: damitha Date: Wed, 1 Jun 2011 10:09:50 +0000 Subject: Add flags git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1130083 13f79535-47bb-0310-9956-ffa450edef68 --- include/axis2_ntlm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; -- cgit v1.1-32-gdbae