diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 1999-05-28 03:54:15 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 1999-05-28 03:54:15 +0000 |
| commit | f1f4e6f478450a3398817fd55c647c9277944609 (patch) | |
| tree | f0d5d9f9b578e2af40ff4b3e52cfe55ff55cc714 /mod_php4.h | |
| parent | a5138d2724e8228a2c82c7579338db1bed79ac5f (diff) | |
| download | php-git-f1f4e6f478450a3398817fd55c647c9277944609.tar.gz | |
Some innocent cleanups
Diffstat (limited to 'mod_php4.h')
| -rw-r--r-- | mod_php4.h | 8 |
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: |
