Apache Portable Runtime
Data Structures | Macros | Typedefs | Enumerations | Functions
apr_file_info.h File Reference

APR File Information. More...

#include "apr.h"
#include "apr_user.h"
#include "apr_pools.h"
#include "apr_tables.h"
#include "apr_time.h"
#include "apr_errno.h"
Include dependency graph for apr_file_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  apr_finfo_t
 

Macros

#define APR_FPROT_USETID   0x8000
 
#define APR_FPROT_UREAD   0x0400
 
#define APR_FPROT_UWRITE   0x0200
 
#define APR_FPROT_UEXECUTE   0x0100
 
#define APR_FPROT_GSETID   0x4000
 
#define APR_FPROT_GREAD   0x0040
 
#define APR_FPROT_GWRITE   0x0020
 
#define APR_FPROT_GEXECUTE   0x0010
 
#define APR_FPROT_WSTICKY   0x2000
 
#define APR_FPROT_WREAD   0x0004
 
#define APR_FPROT_WWRITE   0x0002
 
#define APR_FPROT_WEXECUTE   0x0001
 
#define APR_FPROT_OS_DEFAULT   0x0FFF
 
#define APR_FPROT_FILE_SOURCE_PERMS   0x1000
 
#define APR_USETID   APR_FPROT_USETID
 
#define APR_UREAD   APR_FPROT_UREAD
 
#define APR_UWRITE   APR_FPROT_UWRITE
 
#define APR_UEXECUTE   APR_FPROT_UEXECUTE
 
#define APR_GSETID   APR_FPROT_GSETID
 
#define APR_GREAD   APR_FPROT_GREAD
 
#define APR_GWRITE   APR_FPROT_GWRITE
 
#define APR_GEXECUTE   APR_FPROT_GEXECUTE
 
#define APR_WSTICKY   APR_FPROT_WSTICKY
 
#define APR_WREAD   APR_FPROT_WREAD
 
#define APR_WWRITE   APR_FPROT_WWRITE
 
#define APR_WEXECUTE   APR_FPROT_WEXECUTE
 
#define APR_OS_DEFAULT   APR_FPROT_OS_DEFAULT
 
#define APR_FILE_SOURCE_PERMS   APR_FPROT_FILE_SOURCE_PERMS
 
#define APR_FINFO_LINK   0x00000001
 
#define APR_FINFO_MTIME   0x00000010
 
#define APR_FINFO_CTIME   0x00000020