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 /mmap | |
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 'mmap')
-rw-r--r-- | mmap/beos/Makefile.in | 2 | ||||
-rw-r--r-- | mmap/unix/Makefile.in | 4 | ||||
-rw-r--r-- | mmap/unix/mmap_h.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mmap/beos/Makefile.in b/mmap/beos/Makefile.in index e0d116f85..eac4bf5dd 100644 --- a/mmap/beos/Makefile.in +++ b/mmap/beos/Makefile.in @@ -55,7 +55,7 @@ mmap.o: mmap.c mmap_h.h ../../include/apr_general.h \ ../../include/apr_file_io.h ../../include/apr_portable.h \ ../../include/apr_thread_proc.h ../../include/apr_lock.h \ ../../include/apr_time.h ../../include/apr_lib.h \ - ../../file_io/unix/fileio.h ../../include/apr_config.h + ../../file_io/unix/fileio.h ../../include/apr_private.h mmap_common.o: mmap_common.c ../unix/common.c ../unix/../beos/mmap_h.h \ ../../include/apr_general.h ../../include/apr.h \ ../../include/apr_errno.h ../../include/apr_mmap.h \ diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in index fbf428216..e24de80e4 100644 --- a/mmap/unix/Makefile.in +++ b/mmap/unix/Makefile.in @@ -50,14 +50,14 @@ depend: && rm Makefile.new # DO NOT REMOVE -common.o: common.c mmap_h.h ../../include/apr_config.h \ +common.o: common.c mmap_h.h ../../include/apr_private.h \ ../../include/apr_general.h ../../include/apr.h \ ../../include/apr_errno.h ../../include/apr_mmap.h \ ../../include/apr_network_io.h ../../include/apr_file_io.h \ ../../include/apr_time.h ../../include/apr_portable.h \ ../../include/apr_thread_proc.h ../../include/apr_lock.h \ ../../file_io/unix/fileio.h ../../include/apr_lib.h -mmap.o: mmap.c mmap_h.h ../../include/apr_config.h \ +mmap.o: mmap.c mmap_h.h ../../include/apr_private.h \ ../../include/apr_general.h ../../include/apr.h \ ../../include/apr_errno.h ../../include/apr_mmap.h \ ../../include/apr_network_io.h ../../include/apr_file_io.h \ diff --git a/mmap/unix/mmap_h.h b/mmap/unix/mmap_h.h index 78c91330b..fbb42b63d 100644 --- a/mmap/unix/mmap_h.h +++ b/mmap/unix/mmap_h.h @@ -55,7 +55,7 @@ #ifndef MMAP_H_H #define MMAP_H_H -#include "apr_config.h" +#include "apr_private.h" #include "apr_general.h" #include "apr_mmap.h" #include "apr_errno.h" |