view auto/have @ 9232:9a0849fd4b46

MIME: changed type for deb files, added udeb files. Changed type for .deb files to application/vnd.debian.binary-package in accordance with man pages [1] and IANA [2]. Also added .udeb extension. This type is also used on update servers. Link for reference: [1] https://manpages.debian.org/bookworm/dpkg-dev/deb.5.en.html [2] https://www.iana.org/assignments/media-types/application/vnd.debian.binary-package
author Yuriy Izorkin <lafiel@elven.pw>
date Tue, 26 Mar 2024 21:30:08 +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