diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-23 21:08:20 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-23 21:08:20 +0200 |
commit | 3ba6289b687a9887f68a2d619631d656698ebd52 (patch) | |
tree | fddf0ae629017a425cb2f43a125cf3f268dad4b3 /os/bs2000/os.h | |
parent | Canonicalization will now occur on all sub_req_lookup_file() calls, (diff) | |
download | apache2-3ba6289b687a9887f68a2d619631d656698ebd52.tar.xz apache2-3ba6289b687a9887f68a2d619631d656698ebd52.zip |
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
move ap_os_is_path_absolute() into util.c (now relies on apr.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/bs2000/os.h')
-rw-r--r-- | os/bs2000/os.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/os/bs2000/os.h b/os/bs2000/os.h index 4b7fd4c893..b73e369759 100644 --- a/os/bs2000/os.h +++ b/os/bs2000/os.h @@ -69,23 +69,8 @@ * and prototypes of OS specific functions defined in os.c or os-inline.c */ -#if APR_HAS_INLINE -/* Compiler supports inline, so include the inlineable functions as - * part of the header - */ - -#include "os-inline.c" - -#else -/* Compiler does not support inline, so prototype the inlineable functions - * as normal - */ -extern int ap_os_is_path_absolute(const char *file); -#endif - /* Other ap_os_ routines not used by this platform */ - extern pid_t os_fork(const char *user); #endif /*! APACHE_OS_H*/ |