diff options
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 */ |