diff options
-rw-r--r-- | pr/include/md/_netbsd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pr/include/md/_netbsd.h b/pr/include/md/_netbsd.h index 379ab490..1e70994d 100644 --- a/pr/include/md/_netbsd.h +++ b/pr/include/md/_netbsd.h @@ -78,6 +78,12 @@ #define _PR_HAVE_SYSV_SEMAPHORES #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY +#if __NetBSD_Version__ >= 105000000 +#define _PR_INET6 +#define _PR_HAVE_GETHOSTBYNAME2 +#define _PR_INET6_PROBE +#endif + #define USE_SETJMP #ifndef _PR_PTHREADS |