diff options
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 08bece1b30..e602fe79fc 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -33,11 +33,6 @@ #ifndef _INCLUDED_FTP_H #define _INCLUDED_FTP_H -#if COMPILE_DL -#undef HAVE_FTP -#define HAVE_FTP 1 -#endif - #if HAVE_FTP extern zend_module_entry php_ftp_module_entry; |