From 3879509426d8d269acb7b2aec3eb04f5b5a141d3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 16 Dec 2019 21:34:36 +0000 Subject: Define FNM_CASEFOLD to 0 for AIX, from Eric N Vander Weele. --- compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compat.h') diff --git a/compat.h b/compat.h index df1ac03c..794ac67d 100644 --- a/compat.h +++ b/compat.h @@ -21,6 +21,7 @@ #include #include +#include #include #include #include @@ -169,6 +170,10 @@ void warnx(const char *, ...); #define O_DIRECTORY 0 #endif +#ifndef FNM_CASEFOLD +#define FNM_CASEFOLD 0 +#endif + #ifndef INFTIM #define INFTIM -1 #endif -- cgit v1.2.3