view auto/have @ 5969:3281de8142f5

Core: reverted prefix-based temp files (a9138c35120d). The use_temp_path http cache feature is now implemented using a separate temp hierarchy in cache directory. Prefix-based temp files are no longer needed.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 02 Feb 2015 21:28:09 +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  1
#endif

END