Fix [-Wundef] warning in cURL extension

This commit is contained in:
George Peter Banyard 2020-05-12 22:36:08 +02:00
parent b35addc585
commit 93b51f4e26
5 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
#define HAVE_CURL 1
#endif
#if HAVE_CURL
#ifdef HAVE_CURL
#define PHP_CURL_DEBUG 0