summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 06:16:50 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 06:16:50 +0000
commit027b764b33be081453d79af7d4c88626d164641d (patch)
treea93c6f45aa3188d67e255a5de1b372f748aff66a /acconfig.h
parentf053384d7a6c870a4e98e221ffb115e673d4cf45 (diff)
downloadlibapr-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 'acconfig.h')
-rw-r--r--acconfig.h6
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 */