Sign in
nginx
/
nginx
/
c15717285d2157a603bb1b130b26d7baa549be7e
/
.
/
src
/
os
/
unix
/
ngx_user.h
blob: f939b84b4730eaa08d2e22ce94693f420073efc9 [
file
] [
log
] [
blame
]
/*
* Copyright (C) Igor Sysoev
*/
#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_ */