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.
This commit is contained in:
Sascha Schumann 2002-03-18 08:29:17 +00:00
parent d74666a648
commit 68d2592f52
2 changed files with 2 additions and 2 deletions

View file

@ -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"