ru_php/ext/exif/config.w32

10 lines
329 B
JavaScript

// vim:ft=javascript
ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no');
if(PHP_EXIF != 'no') {
AC_DEFINE('HAVE_EXIF', 1, "Define to 1 if the PHP extension 'exif' is available.");
EXTENSION('exif', 'exif.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
ADD_EXTENSION_DEP('exif', 'mbstring', true);
}