From 68d2592f527b4d3d870589d93553c692d726ffec Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 18 Mar 2002 08:29:17 +0000 Subject: Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because 1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plural, too. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index e086ee4ed5..c1d7949550 100644 --- a/main/php.h +++ b/main/php.h @@ -27,7 +27,7 @@ #endif #define PHP_API_VERSION 20010901 -#define HAVE_PHP_STREAM 1 +#define PHP_HAVE_STREAMS #define YYDEBUG 0 #include "php_version.h" -- cgit v1.2.1