view auto/have @ 5419:66db21c0ac55 stable-1.4

Mail: fixed overrun of allocated memory (ticket #411). Reported by Markus Linnala.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 Sep 2013 22:10:08 +0400
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