At 08:34 PM 9/17/2004, you wrote: >This group wasn't discussed before, but it suffers from the same problem. > >#define APR_READ 0x00001 /**< Open the file for reading */ >#define APR_WRITE 0x00002 /**< Open the file for writing */ >#define APR_CREATE 0x00004 /**< Create the file if not there */ > >Not sure what's the best prefix here. Is APR_OPEN_ good? APR_OPEN_READ, APR_OPEN_WRITE, ... Veto - defer for 2.0 About this group - smakes sense to me unless these flags are 'generic', e.g. apply-to other. And no, APR_OPEN_ isn't ideal, but APR_FILE_OPEN_ would be.