the clib to return ERANGE, so let's punt this to release, and let our
friends at Netware author any necessary patches down the line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95760
13f79535-47bb-0310-9956-
ffa450edef68
#define mktemp(s) tmpnam(s)
#define _getch getch
+/* Watcom reports that ERANGE is returned properly for any out of bounds
+ * conditions, with a MIN/MAX_LONG value. This should be safe.
+ */
+#define ap_strtol strtol
+
#define opendir_411(p) os_opendir(p)
#define opendir(p) os_opendir(p)
DIR *os_opendir (const char *pathname);