Author: damitha
Date: Wed Jun 1 10:09:50 2011
New Revision: 1130083
URL: http://svn.apache.org/viewvc?rev=1130083&view=rev
Log:
Add flags
Modified:
axis/axis2/c/core/trunk/include/axis2_ntlm.h
Modified: axis/axis2/c/core/trunk/include/axis2_ntlm.h
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/include/axis2_ntlm.h?rev=1130083&r1=1130082&r2=1130083&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/include/axis2_ntlm.h (original)
+++ axis/axis2/c/core/trunk/include/axis2_ntlm.h Wed Jun 1 10:09:50 2011
@@ -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;