diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-14 19:02:11 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-07-14 19:02:11 +0000 |
commit | caad936e85c9188cc7a1477b61ea59633f35c949 (patch) | |
tree | 3d087122d520dfeaf14fc01f46ea2ef4e9dc9ea0 /include/arch | |
parent | ea01698431c4f761ee2d18c88431c55b23fe925b (diff) | |
download | libapr-caad936e85c9188cc7a1477b61ea59633f35c949.tar.gz |
Implemented apr_file_mtime_set() for NetWare
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch')
-rw-r--r-- | include/arch/netware/apr_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/netware/apr_private.h b/include/arch/netware/apr_private.h index fef19ecbc..6eaf60300 100644 --- a/include/arch/netware/apr_private.h +++ b/include/arch/netware/apr_private.h @@ -87,6 +87,7 @@ #define HAVE_SYS_MMAN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_ICONV_H 1 +#define HAVE_UTIME_H 1 #define HAVE_STRICMP 1 #define HAVE_STRNICMP 1 @@ -94,6 +95,7 @@ #define HAVE_STRSTR 1 #define HAVE_MEMCHR 1 #define HAVE_CALLOC 1 +#define HAVE_UTIME 1 /*#define DSO_USE_DLFCN */ |