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:
@@ -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
|
||||
|
Reference in New Issue
Block a user