src/os/unix/ngx_user.h - nginx-1.7.10

Data types defined

Macros defined

Source code


  1. /*
  2. * Copyright (C) Igor Sysoev
  3. * Copyright (C) Nginx, Inc.
  4. */


  5. #ifndef _NGX_USER_H_INCLUDED_
  6. #define _NGX_USER_H_INCLUDED_


  7. #include <ngx_config.h>
  8. #include <ngx_core.h>


  9. typedef uid_t  ngx_uid_t;
  10. typedef gid_t  ngx_gid_t;


  11. ngx_int_t ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt,
  12.     u_char **encrypted);


  13. #endif /* _NGX_USER_H_INCLUDED_ */