mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
[skip ci] Remove obsolete comment (#15225)
HAVE_ODBC is ambiguous what this does and neither the macro is used in the current code base anymore.
This commit is contained in:
parent
d9eb3783bd
commit
95447e03fb
@ -201,12 +201,6 @@ typedef unsigned int socklen_t;
|
||||
#define SET_MUTEX(a)
|
||||
#define FREE_MUTEX(a)
|
||||
|
||||
/*
|
||||
* Then the ODBC support can use both iodbc and Solid,
|
||||
* uncomment this.
|
||||
* #define HAVE_ODBC (HAVE_IODBC|HAVE_SOLID)
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
Loading…
Reference in New Issue
Block a user