diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:45:56 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-24 10:55:43 -0800 |
commit | 0d0f06bc317fa4e65b9689bbfa0565a7ba7bc013 (patch) | |
tree | 21da3a2ee75f8d41c006d81d4e774c9f5e5d9d60 | |
parent | c5e1104503f13bb530f9c51bbe5674339675756f (diff) |
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | lisp/lsp.c | 5 | ||||
-rw-r--r-- | xedit.h | 5 |
2 files changed, 0 insertions, 10 deletions
@@ -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 @@ -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 |