summaryrefslogtreecommitdiff
path: root/APRDesign
diff options
context:
space:
mode:
Diffstat (limited to 'APRDesign')
-rw-r--r--APRDesign6
1 files changed, 3 insertions, 3 deletions
diff --git a/APRDesign b/APRDesign
index 5e5c69c3b..905f94568 100644
--- a/APRDesign
+++ b/APRDesign
@@ -22,10 +22,10 @@ code to the effort.
APR On Windows
APR on Windows is different from APR on all other systems, because it
-doesn't use autoconf. On Unix, apr_config.h (private to APR) and apr.h
+doesn't use autoconf. On Unix, apr_private.h (private to APR) and apr.h
(public, used by applications that use APR) are generated by autoconf
-from acconfig.h and apr.h.in respectively. On Windows, apr_config.h
-and apr.h are created from apr_config.hw and apr.hw respectively.
+from acconfig.h and apr.h.in respectively. On Windows, apr_private.h
+and apr.h are created from apr_private.hw and apr.hw respectively.
!!!*** If you add code to acconfig.h or tests to configure.in or aclocal.m4,
please give some thought to whether or not Windows needs this addition