From 89f99967b85921e25bf182f18a68bfc55fd984f9 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Fri, 7 Apr 2000 10:21:17 +0000 Subject: - Add wddx support to the default build --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 5e1d8d84dd..8a781c43ac 100644 --- a/main/php.h +++ b/main/php.h @@ -284,7 +284,7 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define PUTS_H(str) php_header_write((str), strlen((str))) #define PUTC_H(c) (php_header_write(&(c), 1), (c)) -/* #define VIRTUAL_DIR */ +#define VIRTUAL_DIR /* Virtual current directory support */ #ifdef VIRTUAL_DIR #include "php_virtual_cwd.h" -- cgit v1.2.1