- Add wddx support to the default build

This commit is contained in:
Andi Gutmans 2000-04-07 10:21:17 +00:00
parent 0fc483fed6
commit 89f99967b8
2 changed files with 3 additions and 1 deletions

View file

@ -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"