diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-22 12:29:00 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-22 12:29:00 +0200 |
commit | 6572c00b81d9548d2d0bb9db673de4fdc2bf1f84 (patch) | |
tree | 4f786f7ecfdae073fb3c419c672e13ba5f07d07b /ext/gd/php_gd.h | |
parent | 23bb9f4e2ff1d8bae716631cfcd7f27d93f7266f (diff) | |
parent | d3d3404db7e8b82e171bfb119c69dc6770502ae4 (diff) | |
download | php-git-6572c00b81d9548d2d0bb9db673de4fdc2bf1f84.tar.gz |
Merge branch 'PHP-7.4' of git.php.net:/php-src into PHP-7.4
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index a3e80cd3d0..b4593f82ab 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -20,12 +20,6 @@ #ifndef PHP_GD_H #define PHP_GD_H -#if HAVE_LIBFREETYPE -# ifndef ENABLE_GD_TTF -# define ENABLE_GD_TTF -# endif -#endif - #if defined(HAVE_LIBGD) || defined(HAVE_GD_BUNDLED) /* open_basedir and safe_mode checks */ |