summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-04 10:03:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-04 10:03:39 +0200
commit4984bd100bd53ec09b73e9e69df8baff3ea1503e (patch)
tree69b62a9c8744c9ed1101e5cea3c4567cc17da7a3 /ext/mysqlnd/mysqlnd.h
parentfc458eee3ba14e8055a9b4fe7d5878ac6e3b66e4 (diff)
downloadphp-git-4984bd100bd53ec09b73e9e69df8baff3ea1503e.tar.gz
Remove MYSQLND_COMPRESSION_WANTED define
Instead directly define MYSQLND_COMPRESSION_ENABLED. This also matches what config.w32 does.
Diffstat (limited to 'ext/mysqlnd/mysqlnd.h')
-rw-r--r--ext/mysqlnd/mysqlnd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h
index d052bdbe89..b21c227c51 100644
--- a/ext/mysqlnd/mysqlnd.h
+++ b/ext/mysqlnd/mysqlnd.h
@@ -46,10 +46,6 @@
#define MYSQLND_DBG_ENABLED 0
#endif
-#if defined(MYSQLND_COMPRESSION_WANTED)
-#define MYSQLND_COMPRESSION_ENABLED 1
-#endif
-
#ifdef ZTS
#include "TSRM.h"
#endif