diff options
Diffstat (limited to 'ext/soap/php_sdl.h')
| -rw-r--r-- | ext/soap/php_sdl.h | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index 6b6d8cf59e..7b40f3ecef 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -22,18 +22,6 @@  #ifndef PHP_SDL_H  #define PHP_SDL_H -#ifdef SDL_CACHE -# define SDL_PERSISTENT  1 -# define sdl_malloc      malloc -# define sdl_strdup      strdup -# define sdl_free        free -#else -# define SDL_PERSISTENT  0 -# define sdl_malloc      emalloc -# define sdl_strdup      estrdup -# define sdl_free        efree -#endif -  #define XSD_WHITESPACE_COLLAPSE 1  #define XSD_WHITESPACE_PRESERVE 1  #define XSD_WHITESPACE_REPLACE  1  | 
