src/os/win32/ngx_user.h - nginx source code

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. /* STUB */
  10. #define ngx_uid_t  ngx_int_t
  11. #define ngx_gid_t  ngx_int_t


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


  14. #endif /* _NGX_USER_H_INCLUDED_ */