summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-01-17 17:02:14 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2011-01-17 17:02:14 +0000
commitd572e5eae4c0b544ecd0951e7145ba3a9482135d (patch)
treee668bd0524bdaf8aaab8e8f6a08ef3c7fa7a4df2 /configure.in
parentb768bf14cc0702c824852e762205e5747fd1d8ac (diff)
downloadlibapr-d572e5eae4c0b544ecd0951e7145ba3a9482135d.tar.gz
Update for Darwin... Use prev updated FMT
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1059988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 06304606f..21b60e4c0 100644
--- a/configure.in
+++ b/configure.in
@@ -83,12 +83,6 @@ AH_BOTTOM([
#define SIZEOF_STRUCT_IOVEC 8
#endif
-/*
- * ./i386/_types.h:typedef long long __int64_t;
- * ./sys/_types.h:typedef __int64_t __darwin_off_t;
- * ./sys/types.h:typedef __darwin_off_t off_t;
- * So off_t is always long long
- */
#undef APR_OFF_T_STRFN
#define APR_OFF_T_STRFN APR_INT64_STRFN