summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 6d6c73bb95..60be0a79eb 100644
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -554,9 +554,6 @@ END_EXTERN_C()
/* Allow blocking reads on anonymous pipes on Windows. */
#define STREAM_USE_BLOCKING_PIPE 0x00008000
-/* Antique - no longer has meaning */
-#define IGNORE_URL_WIN 0
-
int php_init_stream_wrappers(int module_number);
int php_shutdown_stream_wrappers(int module_number);
void php_shutdown_stream_hashes(void);