diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-03-01 13:41:46 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-03-01 13:41:46 +0000 |
commit | e39b8aa02449acb2a1f30e9cfaced4e1a41f71fd (patch) | |
tree | d15b4e0925df2b7734745dd0f1342216059c6fa1 /acconfig.h | |
parent | 4c197e0c5c7c4cc36c285d718034ea2ecb468380 (diff) | |
download | libapr-e39b8aa02449acb2a1f30e9cfaced4e1a41f71fd.tar.gz |
Add APR_OS_PROC_T_FMT. Hopefully this will be used to get rid
of various unfortunate constructs in Apache (like using %ld for
pid_t but then casting the arg to long).
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 98e0154b3..3ff72d90c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -31,6 +31,7 @@ #undef SIZEOF_SSIZE_T #undef SIZEOF_SIZE_T #undef SIZEOF_OFF_T +#undef SIZEOF_PID_T #undef HAVE_MM_SHMT_MMFILE |