2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

hurd: Fix build

Move PATH_MAX, NAME_MAX, IOV_MAX default definitions to the common
<isc/platform.h>.
This commit is contained in:
Samuel Thibault
2019-11-10 20:14:17 +00:00
parent 9e2da86ab9
commit d10fbdec84
7 changed files with 24 additions and 27 deletions

View File

@@ -25,6 +25,7 @@
#include <isc/log.h>
#include <isc/magic.h>
#include <isc/mem.h>
#include <isc/platform.h>
#include <isc/print.h>
#include <isc/stat.h>
#include <isc/stdio.h>
@@ -43,10 +44,6 @@
*/
#define LOG_BUFFER_SIZE (8 * 1024)
#ifndef PATH_MAX
#define PATH_MAX 1024 /* WIN32 and others don't define this. */
#endif
/*!
* This is the structure that holds each named channel. A simple linked
* list chains all of the channels together, so an individual channel is