summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-31 17:44:36 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-07-31 17:44:36 +0000
commit787071181a79a38504fa4877c9fda07cb59992b1 (patch)
tree73d588456f18d2d5a92b373ab41e84b6381bdd9c
parentfe103e798cfe00aca634c0b6dd760fb1303832c4 (diff)
downloadlibapr-787071181a79a38504fa4877c9fda07cb59992b1.tar.gz
Indicate that NetWare has the necessary environment functions to support
the apr_env_*() functions git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64573 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/arch/netware/apr_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arch/netware/apr_private.h b/include/arch/netware/apr_private.h
index 6eaf60300..6ece404a9 100644
--- a/include/arch/netware/apr_private.h
+++ b/include/arch/netware/apr_private.h
@@ -97,6 +97,10 @@
#define HAVE_CALLOC 1
#define HAVE_UTIME 1
+#define HAVE_GETENV 1
+#define HAVE_SETENV 1
+#define HAVE_UNSETENV 1
+
/*#define DSO_USE_DLFCN */
#ifdef NW_BUILD_IPV6