mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 13:59:27 -04:00
revert d10fbdec for lib/dns/gen.c as it is a build platform executable
This commit is contained in:
parent
39780ae54f
commit
7278f2529a
1 changed files with 4 additions and 2 deletions
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <isc/platform.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
|
@ -39,6 +37,10 @@
|
|||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "gen-win32.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue