can get the accurately cased filename from the file system on NetWare.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93237
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.24
+ *) NetWare: Implemented the real ap_os_case_canonical_filename()
+ function that retrieves the accurately cased path and file
+ name from the file system. [Brad Nicholes bnicholes@novell.com]
+
*) Fix the longstanding bug that errors (returned by src/Configure)
would not be noticed by the top level configure script.
That was bad for automated configurations. [Martin Kraemer]