Sign in
nginx
/
nginx
/
87350f269da4d82f2436aac91ae87fbd37ca6c16
/
.
/
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_ */