summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 07:05:49 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 07:05:49 +0000
commit593fd7e0fffc0f9dd45b14e87c110b64c085d136 (patch)
tree3d45f3eac5cf873cdba00f2e3b3e40a61b5e3a2c /acconfig.h
parent174f4e4cfcd2dde584cda55ad917e66227d4b27d (diff)
downloadlibapr-593fd7e0fffc0f9dd45b14e87c110b64c085d136.tar.gz
Carefully select an appropriate native type for apr_int64_t and
define its format as APR_INT64_T_FMT and literal using APR_INT64_C(). Submitted by: Justin Erenkrantz, William Rowe Reviewed by: Roy Fielding git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 4cc307b51..3b63b217f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -34,6 +34,8 @@
#undef SIZEOF_OFF_T
#undef SIZEOF_PID_T
+#undef HAVE_INT64_C
+
#undef HAVE_MM_SHMT_MMFILE
/* BeOS specific flag */