From 6eeb52757c9d2d1f40a3d31a6b6d3925dc17fbb2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 15 Feb 2024 16:38:08 -0800 Subject: unifdef NEED_SNPRINTF If it was defined, it would try to include a snprintf.c file that's not actually in our source tree. Signed-off-by: Alan Coopersmith --- util.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/util.c b/util.c index 4da4892..a393e55 100644 --- a/util.c +++ b/util.c @@ -36,12 +36,6 @@ THE SOFTWARE. #include "X11/Xfuncproto.h" /* for _X_ATTRIBUTE_PRINTF */ #include "fonttosfnt.h" -#ifdef NEED_SNPRINTF -#undef SCOPE -#define SCOPE static -#include "snprintf.c" -#endif - #ifdef __GLIBC__ #define HAVE_TIMEGM #define HAVE_TM_GMTOFF -- cgit v1.2.3