]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use different namespace for internal defines.
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 19:56:17 +0000 (19:56 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 19:56:17 +0000 (19:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89027 13f79535-47bb-0310-9956-ffa450edef68

mod_ssl.h
ssl_expr.h
ssl_util_ssl.h
ssl_util_table.h

index 4681b788e0a5023769428262379b62f81df49797..71b1506ecec6892333c375700d68531182c25f68 100644 (file)
--- a/mod_ssl.h
+++ b/mod_ssl.h
@@ -61,8 +61,8 @@
                                   trying to perfect the art of
                                   never finishing something.''
                                              -- Rob Hartill         */
-#ifndef MOD_SSL_H
-#define MOD_SSL_H 1
+#ifndef __MOD_SSL_H__
+#define __MOD_SSL_H__
 
 /* 
  * Optionally enable the experimental stuff, but allow the user to
@@ -702,4 +702,4 @@ void         ssl_util_thread_setup(void);
 
 #endif /* XXX */
 
-#endif /* MOD_SSL_H */
+#endif /* __MOD_SSL_H__ */
index a17dfd0cb004e8ead21c7fdeaf0199998a2ea724..5f4805ba740a414180fc1f70067a6045f4432267 100644 (file)
@@ -58,8 +58,8 @@
  */
                              /* ``May all your PUSHes be POPed.'' */
 
-#ifndef SSL_EXPR_H
-#define SSL_EXPR_H
+#ifndef __SSL_EXPR_H__
+#define __SSL_EXPR_H__
 
 #ifndef FALSE
 #define FALSE 0
@@ -133,4 +133,4 @@ extern char     *ssl_expr_get_error(void);
 extern ssl_expr *ssl_expr_make(ssl_expr_node_op, void *, void *);
 extern BOOL      ssl_expr_eval(request_rec *, ssl_expr *);
 
-#endif /* SSL_EXPR_H */
+#endif /* __SSL_EXPR_H__ */
index 87341dc459416ce9a46c6b2139113ec923158db4..a67d8de180b75da5d35f8552142b4ed320a28846 100644 (file)
@@ -57,8 +57,8 @@
  * ====================================================================
  */
 
-#ifndef SSL_UTIL_SSL_H
-#define SSL_UTIL_SSL_H
+#ifndef __SSL_UTIL_SSL_H__
+#define __SSL_UTIL_SSL_H__
 
 /*
  * Determine SSL library version number
@@ -114,4 +114,4 @@ char       *SSL_SESSION_id2sz(unsigned char *, int);
 
 #endif /* XXX */
 
-#endif /* SSL_UTIL_SSL_H */
+#endif /* __SSL_UTIL_SSL_H__ */
index d25e12f2aa86b30d7fb23b8b47079bff6f9e9a8b..9f3385de9187fd8b97078a55995008e396df2fc5 100644 (file)
@@ -80,8 +80,8 @@
  * without express or implied warranty.
  */
 
-#ifndef SSL_UTIL_TABLE_H
-#define SSL_UTIL_TABLE_H
+#ifndef __SSL_UTIL_TABLE_H__
+#define __SSL_UTIL_TABLE_H__
 
 #if 0 /* XXX */
 
@@ -188,4 +188,4 @@ extern int             table_entry_info(table_t *table_p, table_entry_t *entry_p
 
 #endif /* XXX */
 
-#endif /* ! SSL_UTIL_TABLE_H */
+#endif /* __SSL_UTIL_TABLE_H__ */