We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277e169 commit 8f55556Copy full SHA for 8f55556
ext/mysqlnd/mysqlnd_portability.h
@@ -12,11 +12,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
12
#ifndef MYSQLND_PORTABILITY_H
13
#define MYSQLND_PORTABILITY_H
14
15
-
16
17
-/* Comes from global.h as OFFSET, renamed to STRUCT_OFFSET */
18
-#define STRUCT_OFFSET(t, f) XtOffsetOf(t, f)
19
20
#ifndef __attribute
21
#if !defined(__GNUC__)
22
#define __attribute(A)
@@ -51,10 +46,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
51
46
52
47
/* Go around some bugs in different OS and compilers */
53
48
54
-#if SIZEOF_LONG_LONG > 4
55
-#define HAVE_LONG_LONG 1
56
-#endif
57
58
49
#ifdef PHP_WIN32
59
50
#define MYSQLND_SZ_T_SPEC "%Id"
60
#ifndef L64
0 commit comments