Sign in
nginx
/
nginx
/
0d9da9b6c3c4842eade3034e6e1f3ea140d08d6d
/
.
/
src
/
os
/
unix
/
ngx_user.h
blob: 0aed208cc808b2e2dcda7f952178ae7f02a88822 [
file
] [
log
] [
blame
]
#ifndef
_NGX_USER_H_INCLUDED_
#define
_NGX_USER_H_INCLUDED_
#include
<ngx_config.h>
#include
<ngx_core.h>
typedef
uid_t
ngx_uid_t
;
typedef
gid_t
ngx_gid_t
;
#endif
/* _NGX_USER_H_INCLUDED_ */