view auto/nohave @ 6011:429a8c65f0a7

Core: overflow detection in ngx_parse_time() (ticket #732).
author Ruslan Ermilov <ru@nginx.com>
date Tue, 17 Mar 2015 00:26:20 +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  0
#endif

END