view auto/have @ 4812:785ae4de268b

Corrected the directive name in the ngx_mail_auth_http_module error message.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 11:17:55 +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  1
#endif

END