view auto/have @ 3387:a02b6d2e3bfd

fix Win32 error message when an temporary file replaces an existent file: return at once if ngx_win32_rename_file() was not failed and do not try to delete already the renamed temporary file
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Dec 2009 10:05:39 +0000
parents 42d11f017717
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END