view auto/define @ 7432:ecc97cb0eda4

Userid: using stub for AF_UNIX addresses. Previously, AF_UNIX addresses misbehaved as AF_INET, which typically resulted in $uid_set composed from the middle of sun_path.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Dec 2018 19:55:00 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END