CMSG_SPACE         59 src/os/unix/ngx_freebsd_config.h #undef  CMSG_SPACE
CMSG_SPACE         60 src/os/unix/ngx_freebsd_config.h #define CMSG_SPACE(l)       (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l))
CMSG_SPACE        151 src/os/unix/ngx_posix_config.h #undef  CMSG_SPACE
CMSG_SPACE        152 src/os/unix/ngx_posix_config.h #define CMSG_SPACE(l)       (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l))