2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Completely remove BIND 9 Windows support

The Windows support has been completely removed from the source tree
and BIND 9 now no longer supports native compilation on Windows.

We might consider reviewing mingw-w64 port if contributed by external
party, but no development efforts will be put into making BIND 9 compile
and run on Windows again.
This commit is contained in:
Ondřej Surý
2021-05-20 15:53:50 +02:00
parent ad130e4509
commit 440fb3d225
398 changed files with 222 additions and 38006 deletions

View File

@@ -648,13 +648,7 @@ dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
/* File exists; warn that we are changing its permissions */
int level;
#ifdef _WIN32
/* Windows security model is pretty different,
* e.g., there is no umask... */
level = ISC_LOG_NOTICE;
#else /* ifdef _WIN32 */
level = ISC_LOG_WARNING;
#endif /* ifdef _WIN32 */
isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
DNS_LOGMODULE_DNSSEC, level,
"Permissions on the file %s "