]> granicus.if.org Git - php/commitdiff
MFB
authorMarcus Boerger <helly@php.net>
Fri, 30 May 2003 00:11:37 +0000 (00:11 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 30 May 2003 00:11:37 +0000 (00:11 +0000)
sapi/cli/php_cli.c

index 89e1ab3e66cf48fd0247809a860526f5abf53a1b..af357235b0e38928e6a48bdf717c99fe36c02233 100644 (file)
 
 #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