summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-03-05 19:53:05 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-03-05 19:53:05 +0000
commit6a09234cce7dbc5d0621284173b6a806eab4f894 (patch)
treef32302b0e30af89cee1aed8ceadb8b06a2b2e550 /include/apr_file_info.h
parent51ba67e4cbe395dffc29ed6c94551e8e9f9ad8bf (diff)
downloadapr-6a09234cce7dbc5d0621284173b6a806eab4f894.tar.gz
Added NetWare to the WIN32 definition of types used in the apr_stat and
other file_io areas. Also removed the #define of sleep since it is now included in LibC git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index 377f3c890..1f5d08d02 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -124,7 +124,7 @@ typedef struct apr_dir_t apr_dir_t;
* @defvar apr_fileperms_t
*/
typedef apr_int32_t apr_fileperms_t;
-#ifdef WIN32
+#if (defined WIN32) || (defined NETWARE)
/**
* Structure for determining the inode of the file.
* @defvar apr_ino_t