summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-05-21 11:32:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-05-21 11:32:04 +0000
commit6a32466723a9a9feb9a6dc72e3e06ac5da84e700 (patch)
treeb61e5c12e3bdd6f451f8d58890625dbf8b6095ad /include/apr.hnw
parente02df568e47a7f664548936e0970f016b409818c (diff)
downloadapr-6a32466723a9a9feb9a6dc72e3e06ac5da84e700.tar.gz
Add APR_DSOPATH for walking library path locations
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@658631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index f25509d38..2b2d091e9 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -423,6 +423,8 @@ typedef int apr_wait_t;
#define APR_PATH_MAX PATH_MAX
+#define APR_DSOPATH "PATH"
+
#define APR_INT64_T_FMT "lld"
#define APR_UINT64_T_FMT "llu"
#define APR_UINT64_T_HEX_FMT "llx"