Cliff Woolley wrote:

>On Fri, 4 Jul 2003, [UTF-8] Branko ?^Libej wrote:
>
>  
>
>> /* Internal Flags for apr_file_open */
>>-#define APR_OPENINFO     0x4000    /* Open without READ or WRITE access */
>>-#define APR_OPENLINK     0x2000    /* Open a link itself, if supported */
>>-#define APR_READCONTROL  0x1000    /* Read the file's owner/perms */
>>-#define APR_WRITECONTROL 0x0800    /* Modifythe file's owner/perms */
>>+#define APR_OPENINFO     0x00100000 /* Open without READ or WRITE access */
>>+#define APR_OPENLINK     0x00200000 /* Open a link itself, if supported */
>>+#define APR_READCONTROL  0x00400000 /* Read the file's owner/perms */
>>+#define APR_WRITECONTROL 0x00800000 /* Modifythe file's owner/perms */
>>+#define APR_WRITEATTRS   0x01000000 /* Modify the file's attributes */
>>    
>>
>
>I should point out that this would break binary compatibility...
>  
>
How? These flags are only used within APR, and are not even visible
outside APR.

-- 
Brane Äibej   <[EMAIL PROTECTED]>   http://www.xbc.nu/brane/

Reply via email to