mirror of
https://github.com/php/php-src.git
synced 2024-12-13 03:44:17 +08:00
Move definition
This commit is contained in:
parent
8792edcf76
commit
b39c5e2332
@ -22,6 +22,15 @@
|
||||
#ifndef MYSQLND_ENUM_N_DEF_H
|
||||
#define MYSQLND_ENUM_N_DEF_H
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
|
||||
#define MYSQLND_MAX_PACKET_SIZE (256L*256L*256L-1)
|
||||
|
||||
#define MYSQLND_ERRMSG_SIZE 512
|
||||
|
@ -37,14 +37,6 @@
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifndef pestrndup
|
||||
#define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(length)))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user