summaryrefslogtreecommitdiff
path: root/acconfig.h.in
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-26 03:20:55 +0000
committerZeev Suraski <zeev@php.net>2000-02-26 03:20:55 +0000
commitbf5cb890b05504fc4299ec154c00c483130f0602 (patch)
tree36b6cdabb434abee61c16535c625cc46496daab2 /acconfig.h.in
parent1841e77906f656609a98fb1ccf4d5ace5d7de6f6 (diff)
downloadphp-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.in2
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