summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-08 08:01:38 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-08 08:01:38 +0000
commit21c0071dc13efa76dcf1b7b53e35e9497af83363 (patch)
treeb887c219335287778ef5b748722ff3175138f525 /include/apr.hw
parentd455495b54d0bc669d31d1272e499f950f7caab6 (diff)
downloadlibapr-21c0071dc13efa76dcf1b7b53e35e9497af83363.tar.gz
This fmt requires a corresponding macro for unix apr.h.in, which I threw
out to new-httpd, but have no way to test git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apr.hw b/include/apr.hw
index be0e7eb07..3c1cc3194 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -292,6 +292,10 @@ typedef int gid_t;
#define APR_OS_PROC_T_FMT "d"
+#define APR_INT64_T_FMT "I64d"
+
+#define APR_TIME_T_FMT APR_INT64_T_FMT
+
/* Local machine definition for console and log output. */
#define APR_EOL_STR "\r\n"