mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix [-Wundef] warning in cURL extension
This commit is contained in:
parent
b35addc585
commit
93b51f4e26
5 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
#define HAVE_CURL 1
|
||||
#endif
|
||||
|
||||
#if HAVE_CURL
|
||||
#ifdef HAVE_CURL
|
||||
|
||||
#define PHP_CURL_DEBUG 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue