diff options
author | Ryan Bloom <rbb@apache.org> | 2000-04-22 06:16:50 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-04-22 06:16:50 +0000 |
commit | 35d745f6f5d89b51bf3e772290aa769184c0419a (patch) | |
tree | a93c6f45aa3188d67e255a5de1b372f748aff66a /acconfig.h | |
parent | a5f8ed89f1698ea08d318534681ca897fe54c6f4 (diff) | |
download | apr-35d745f6f5d89b51bf3e772290aa769184c0419a.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: https://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 2556b5033..5ad3008c6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,5 @@ -#ifndef APR_CONFIG_H -#define APR_CONFIG_H +#ifndef APR_PRIVATE_H +#define APR_PRIVATE_H /* So that we can use inline on some critical functions, and use * GNUC attributes (such as to get -Wall warnings for printf-like @@ -68,4 +68,4 @@ typedef int socklen_t; #endif -#endif /* APR_CONFIG_H */ +#endif /* APR_PRIVATE_H */ |