diff options
Diffstat (limited to 'ext/yp/php_yp.h')
-rw-r--r-- | ext/yp/php_yp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/yp/php_yp.h b/ext/yp/php_yp.h index c391325109..bd9a88beee 100644 --- a/ext/yp/php_yp.h +++ b/ext/yp/php_yp.h @@ -31,11 +31,6 @@ #ifndef _PHP_YP_H #define _PHP_YP_H -#if COMPILE_DL -#undef HAVE_YP -#define HAVE_YP 1 -#endif - #if HAVE_YP extern zend_module_entry yp_module_entry; |