summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-14 19:02:11 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-14 19:02:11 +0000
commitcaad936e85c9188cc7a1477b61ea59633f35c949 (patch)
tree3d087122d520dfeaf14fc01f46ea2ef4e9dc9ea0 /include/arch
parentea01698431c4f761ee2d18c88431c55b23fe925b (diff)
downloadlibapr-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.h2
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 */