diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-26 03:20:55 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-26 03:20:55 +0000 |
commit | bf5cb890b05504fc4299ec154c00c483130f0602 (patch) | |
tree | 36b6cdabb434abee61c16535c625cc46496daab2 /acconfig.h.in | |
parent | 1841e77906f656609a98fb1ccf4d5ace5d7de6f6 (diff) | |
download | php-git-bf5cb890b05504fc4299ec154c00c483130f0602.tar.gz |
- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 2194c1cd4a..3293480f91 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -105,7 +105,7 @@ /* Define if you want include() and other functions to be able to open * http and ftp URLs as files. */ -#define PHP3_URL_FOPEN 0 +#define PHP_URL_FOPEN 0 /* Define if you have broken header files like SunOS 4 */ #define MISSING_FCLOSE_DECL 0 |