diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-22 06:16:50 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-22 06:16:50 +0000 |
commit | 027b764b33be081453d79af7d4c88626d164641d (patch) | |
tree | a93c6f45aa3188d67e255a5de1b372f748aff66a /i18n | |
parent | f053384d7a6c870a4e98e221ffb115e673d4cf45 (diff) | |
download | libapr-027b764b33be081453d79af7d4c88626d164641d.tar.gz |
Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.
This should make the fact that this is a private header file more obvious.
This also updates all of the references to apr_config.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/unix/Makefile.in | 2 | ||||
-rw-r--r-- | i18n/unix/xlate.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/unix/Makefile.in b/i18n/unix/Makefile.in index 9762d996c..99b728973 100644 --- a/i18n/unix/Makefile.in +++ b/i18n/unix/Makefile.in @@ -38,7 +38,7 @@ depend: && rm Makefile.new # DO NOT REMOVE -xlate.o: xlate.c $(INCDIR)/apr_config.h $(INCDIR)/apr_lib.h \ +xlate.o: xlate.c $(INCDIR)/apr_private.h $(INCDIR)/apr_lib.h \ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \ $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \ $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \ diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c index 9b69d169f..ce9db86c5 100644 --- a/i18n/unix/xlate.c +++ b/i18n/unix/xlate.c @@ -52,7 +52,7 @@ * <http://www.apache.org/>. */ -#include "apr_config.h" +#include "apr_private.h" #include "apr_lib.h" #include "apr_xlate.h" |