summaryrefslogtreecommitdiff
path: root/ext/informix/php_informix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/informix/php_informix.h')
-rw-r--r--ext/informix/php_informix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h
index d5595ce2c9..6814deed73 100644
--- a/ext/informix/php_informix.h
+++ b/ext/informix/php_informix.h
@@ -34,12 +34,6 @@
#ifndef _PHP_IFX_H
#define _PHP_IFX_H
-
-#if COMPILE_DL
-#undef HAVE_IFX
-#define HAVE_IFX 1
-#endif
-
#ifdef PHP_WIN32
#define PHP_IFX_API __declspec(dllexport)
#else