on NetWare. This fixes the unresolved link errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88953
13f79535-47bb-0310-9956-
ffa450edef68
#define getpid GetThreadID
/* Netware doesn't have symlinks so S_ISLNK is always false */
#define S_ISLNK(m) 0
+/* Netware doesn't have isnan,isinf so they always return false */
+#define isnan(m) 0
+#define isinf(m) 0
#define lstat(x, y) stat(x, y)
#define strcasecmp(s1, s2) stricmp(s1, s2)
#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)