From 799a00f19a61922f88a4738a91bd34bf3e583d54 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 3 Sep 2000 19:44:35 +0000 Subject: [PATCH] - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing is broken by this. --- main/php_virtual_cwd.c | 2 ++ main/php_virtual_cwd.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c index 0bb8e34b2c..b8655e59e6 100644 --- a/main/php_virtual_cwd.c +++ b/main/php_virtual_cwd.c @@ -1,3 +1,4 @@ +#if 0 /* +----------------------------------------------------------------------+ | PHP version 4.0 | @@ -732,6 +733,7 @@ CWD_API FILE *virtual_popen(const char *command, const char *type) #endif +#endif /* * Local variables: diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index 6c15ecc427..6155648a0a 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -1,3 +1,5 @@ +#if 0 + /* +----------------------------------------------------------------------+ | PHP version 4.0 | @@ -139,3 +141,5 @@ typedef struct _virtual_cwd_globals { #endif #endif /* VIRTUAL_CWD_H */ + +#endif -- 2.50.1