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:
@@ -782,9 +782,6 @@ have them: for example, `isc_string_strlcpy()` is an implementation
|
||||
of the BSD-specific `strlcpy()` function. On Linux and systems
|
||||
without a `strlcpy()` function, it is `#define`d to `isc_string_strlcpy()`
|
||||
|
||||
In some cases, UNIX and Windows implementations of functions are kept
|
||||
in separate files, such as `lib/isc/unix/file.c` and `lib/isc/win32/file.c`.
|
||||
|
||||
#### Some notes on standard functions
|
||||
|
||||
* Always use `memmove()` rather than `memcpy()`.
|
||||
|
||||
Reference in New Issue
Block a user