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 --- lisp/lsp.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lisp') diff --git a/lisp/lsp.c b/lisp/lsp.c index 17c24e9..a945cba 100644 --- a/lisp/lsp.c +++ b/lisp/lsp.c @@ -39,11 +39,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