summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
committerAndi Gutmans <andi@php.net>2000-06-10 08:48:01 +0000
commita9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (patch)
tree3c91787ff07705c7f8297cfecc1d09f80b83ce02 /ext/exif/php_exif.h
parent0eeee6b7c83319775c96734f940b05a397fb7914 (diff)
downloadphp-git-a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e.tar.gz
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r--ext/exif/php_exif.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 2f0bcff864..fe3699c015 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -15,12 +15,8 @@
| Authors: Rasmus Lerdorf <rasmus@php.net> |
+----------------------------------------------------------------------+
*/
-#ifdef COMPILE_DL || COMPILE_DL_EXIF
-# undef PHP_EXIF
-# define PHP_EXIF 1
-#endif
-#if PHP_EXIF
+#if HAVE_EXIF
extern zend_module_entry exif_module_entry;
#define phpext_exif_ptr &exif_module_entry