summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:45:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-24 10:55:43 -0800
commit0d0f06bc317fa4e65b9689bbfa0565a7ba7bc013 (patch)
tree21da3a2ee75f8d41c006d81d4e774c9f5e5d9d60
parentc5e1104503f13bb530f9c51bbe5674339675756f (diff)
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--lisp/lsp.c5
-rw-r--r--xedit.h5
2 files changed, 0 insertions, 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 <sys/param.h>
-#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 <sys/param.h>
-#if defined(ISC)
-#ifndef MAXPATHLEN
-#define MAXPATHLEN 1024
-#endif
-#endif
char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
#endif