/[radius]/radius/include/radius.h
ViewVC logotype

Diff of /radius/include/radius.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by gray, Tue Oct 28 18:32:03 2003 UTC revision 1.63 by gray, Fri Oct 31 09:16:17 2003 UTC
# Line 106  enum { Line 106  enum {
106  #define AP_ADD_APPEND    1  #define AP_ADD_APPEND    1
107  #define AP_ADD_NONE      2  #define AP_ADD_NONE      2
108    
109  #define AP_PROPAGATE     0x10  #define AP_PROPAGATE     0x10 /* Propagate attribute through the proxy chain */
110  #define AP_REQ_CMP       0x20  #define AP_REQ_CMP       0x20 /* Not used */
111  #define AP_BINARY_STRING 0x40  #define AP_BINARY_STRING 0x40 /* Binary string value. A special interpreter
112                                     must be registered for this attribute */
113    #define AP_INTERNAL      0x80 /* Internal attribute. */
114  #define AP_USER_FLAG(n) (0x4000<<(n))  #define AP_USER_FLAG(n) (0x4000<<(n))
115    
116  #define ADDITIVITY(val) ((val) & 0x3)  #define ADDITIVITY(val) ((val) & 0x3)

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26