view auto/define @ 6979:ef935cd7ed8d

Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 18 Apr 2017 13:01:19 +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