Sign in
nginx
/
nginx
/
6881bfb99063e3d42abaa313641b311c6fc3522d
/
.
/
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_ */