From 3b2c1067c56f234580145244530237071a1af46d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 2 Jan 2024 18:32:41 -0500 Subject: config: Polyfill __NetBSD_Prereq__ --- src/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 7080fb6..7dd9dc2 100644 --- a/src/config.h +++ b/src/config.h @@ -149,6 +149,10 @@ # define __GLIBC_PREREQ(maj, min) false #endif +#ifndef __NetBSD_Prereq__ +# define __NetBSD_Prereq__(maj, min, patch) false +#endif + // Fundamental utilities /** -- cgit v1.2.3