view auto/have_headers @ 5972:860a1c37f3b2

Core: fixed build on Tru64 UNIX. There was a typo in NGX_EACCES. Reported by Goetz T. Fischer.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 10 Feb 2015 01:51:08 +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