view auto/have @ 9231:e8b200816108

MIME: changed type for rar files to application/vnd.rar. The application/x-rar-compressed type is deprecated and is now replaced by application/vnd.rar [1]. Link for reference: [1] https://www.iana.org/assignments/media-types/application/vnd.rar
author Yuriy Izorkin <lafiel@elven.pw>
date Tue, 26 Mar 2024 19:39:48 +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