view auto/have_headers @ 7170:d747065c6a98

Configure: moved IP_BIND_ADDRESS_NO_PORT test. In 2c7b488a61fb, IP_BIND_ADDRESS_NO_PORT test was accidentally placed between SO_BINDANY, IP_TRANSPARENT, and IP_BINDANY tests. Moved it after these tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 07 Dec 2017 17:09:33 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END