summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index 8342f4ffe5..5b98e82994 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -22,11 +22,6 @@
#ifndef _PHP_MYSQL_H
#define _PHP_MYSQL_H
-#ifdef COMPILE_DL
-# undef HAVE_MYSQL
-# define HAVE_MYSQL 1
-#endif
-
#ifdef PHP_WIN32
#define PHP_MYSQL_API __declspec(dllexport)
#else
@@ -35,7 +30,7 @@
#if HAVE_MYSQL
-#ifdef __ZTS
+#ifdef ZTS
#include "TSRM.h"
#endif