From: Marcus Boerger Date: Fri, 30 May 2003 00:11:37 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_2~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ddd6ca2be7c04aea2e0d4657513cab2d24374da;p=php MFB --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 89e1ab3e66..af357235b0 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -77,6 +77,10 @@ #include "php_getopt.h" +#ifndef O_BINARY +#define O_BINARY 0 +#endif + #define PHP_MODE_STANDARD 1 #define PHP_MODE_HIGHLIGHT 2 #define PHP_MODE_INDENT 3