]> granicus.if.org Git - php/commitdiff
Fix build
authorZeev Suraski <zeev@php.net>
Mon, 18 Mar 2002 09:20:43 +0000 (09:20 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 18 Mar 2002 09:20:43 +0000 (09:20 +0000)
ext/standard/basic_functions.c

index 2e98ffe7a64cf29eee396efcc3cb3cb0c023367b..0c52a25b67a4984e3c2cbc9709538f5612408e6b 100644 (file)
@@ -623,7 +623,7 @@ function_entry basic_functions[] = {
        PHP_FE(set_socket_blocking,                                                                                             NULL)
        PHP_FE(socket_set_blocking,                                                                                             NULL)
 
-#if PHP_HAVE_STREAMS
+#ifdef PHP_HAVE_STREAMS
        PHP_FE(fgetwrapperdata,                                                                                                 NULL)
 #endif