view auto/define @ 4584:3d51fa5a110d

Reduced the number of lines of code in ngx_inet_addr().
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Apr 2012 10:20:33 +0000
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