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 ----- xedit.h | 5 ----- 2 files changed, 10 deletions(-) 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 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