From 0d0f06bc317fa4e65b9689bbfa0565a7ba7bc013 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 14:45:56 -0800 Subject: unifdef ISC Signed-off-by: Alan Coopersmith --- xedit.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xedit.h') diff --git a/xedit.h b/xedit.h index 7166798..b8d3a84 100644 --- a/xedit.h +++ b/xedit.h @@ -188,11 +188,6 @@ int strncasecmp(const char *s1, const char *s2, size_t n); #endif #ifdef NEED_REALPATH #include -#if defined(ISC) -#ifndef MAXPATHLEN -#define MAXPATHLEN 1024 -#endif -#endif char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]); #endif -- cgit v1.2.3