summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-18 08:29:17 +0000
committerSascha Schumann <sas@php.net>2002-03-18 08:29:17 +0000
commit68d2592f527b4d3d870589d93553c692d726ffec (patch)
tree7b005d31645e14dbe88a4fe6ecf4726afe5e39af /main/php.h
parentd74666a6484ce2ef6670e9a27432915a36895e15 (diff)
downloadphp-git-68d2592f527b4d3d870589d93553c692d726ffec.tar.gz
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.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
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"