summaryrefslogtreecommitdiff
path: root/mod_php4.h
diff options
context:
space:
mode:
Diffstat (limited to 'mod_php4.h')
-rw-r--r--mod_php4.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod_php4.h b/mod_php4.h
index 35eeb50e7d..ea2531e1f1 100644
--- a/mod_php4.h
+++ b/mod_php4.h
@@ -23,13 +23,13 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+ | Authors: Rasmus Lerdorf <rasmus@php.net> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
-#ifndef _MOD_PHP3_H
-#define _MOD_PHP3_H
+#ifndef _MOD_PHP4_H
+#define _MOD_PHP4_H
#if !defined(WIN32) && !defined(WINNT)
#ifndef MODULE_VAR_EXPORT
@@ -50,7 +50,7 @@ extern php_apache_info_struct php_apache_info;
#define S_IXUSR _S_IEXEC
#endif
-#endif /* _MOD_PHP3_H */
+#endif /* _MOD_PHP4_H */
/*
* Local variables: