1 | |
2 | /* |
3 | * Include file constants (processed in LibmysqlIncludeFiles.txt 1 |
4 | */ |
5 | /* #undef HAVE_OPENSSL_APPLINK_C */ |
6 | #define HAVE_ALLOCA_H 1 |
7 | /* #undef HAVE_BIGENDIAN */ |
8 | #define HAVE_SETLOCALE 1 |
9 | #define HAVE_NL_LANGINFO 1 |
10 | #define HAVE_DLFCN_H 1 |
11 | #define HAVE_FCNTL_H 1 |
12 | #define HAVE_FLOAT_H 1 |
13 | #define HAVE_LIMITS_H 1 |
14 | #define HAVE_PWD_H 1 |
15 | /* #undef HAVE_SELECT_H */ |
16 | #define HAVE_STDDEF_H 1 |
17 | #define HAVE_STDINT_H 1 |
18 | #define HAVE_STDLIB_H 1 |
19 | #define HAVE_STRING_H 1 |
20 | #define HAVE_SYS_IOCTL_H 1 |
21 | #define HAVE_SYS_SELECT_H 1 |
22 | #define HAVE_SYS_SOCKET_H 1 |
23 | /* #undef HAVE_SYS_STREAM_H */ |
24 | #define HAVE_SYS_TYPES_H 1 |
25 | #define HAVE_SYS_UN_H 1 |
26 | #define HAVE_UNISTD_H 1 |
27 | #define HAVE_UCONTEXT_H 1 |
28 | |
29 | /* |
30 | * function definitions - processed in LibmysqlFunctions.txt |
31 | */ |
32 | |
33 | /* #undef HAVE_DLERROR */ |
34 | /* #undef HAVE_DLOPEN */ |
35 | /* #undef HAVE_GETPWUID */ |
36 | #define HAVE_MEMCPY 1 |
37 | #define HAVE_POLL 1 |
38 | /* #undef HAVE_STRTOK_R */ |
39 | /* #undef HAVE_STRTOL */ |
40 | /* #undef HAVE_STRTOLL */ |
41 | /* #undef HAVE_STRTOUL */ |
42 | /* #undef HAVE_STRTOULL */ |
43 | /* #undef HAVE_TELL */ |
44 | /* #undef HAVE_THR_SETCONCURRENCY */ |
45 | /* #undef HAVE_THR_YIELD */ |
46 | /* #undef HAVE_VASPRINTF */ |
47 | /* #undef HAVE_VSNPRINTF */ |
48 | |
49 | /* |
50 | * types and sizes |
51 | */ |
52 | |
53 | |
54 | #define SIZEOF_CHARP 8 |
55 | #if defined(SIZEOF_CHARP) |
56 | # define HAVE_CHARP 1 |
57 | #endif |
58 | |
59 | |
60 | #define SIZEOF_INT 4 |
61 | #if defined(SIZEOF_INT) |
62 | # define HAVE_INT 1 |
63 | #endif |
64 | |
65 | #define SIZEOF_LONG 8 |
66 | #if defined(SIZEOF_LONG) |
67 | # define HAVE_LONG 1 |
68 | #endif |
69 | |
70 | #define SIZEOF_LONG_LONG 8 |
71 | #if defined(SIZEOF_LONG_LONG) |
72 | # define HAVE_LONG_LONG 1 |
73 | #endif |
74 | |
75 | |
76 | #define SIZEOF_SIZE_T 8 |
77 | #if defined(SIZEOF_SIZE_T) |
78 | # define HAVE_SIZE_T 1 |
79 | #endif |
80 | |
81 | |
82 | #define SIZEOF_UINT 4 |
83 | #if defined(SIZEOF_UINT) |
84 | # define HAVE_UINT 1 |
85 | #endif |
86 | |
87 | #define SIZEOF_ULONG 8 |
88 | #if defined(SIZEOF_ULONG) |
89 | # define HAVE_ULONG 1 |
90 | #endif |
91 | |
92 | /* #undef SIZEOF_INT8 */ |
93 | #if defined(SIZEOF_INT8) |
94 | # define HAVE_INT8 1 |
95 | #endif |
96 | /* #undef SIZEOF_UINT8 */ |
97 | #if defined(SIZEOF_UINT8) |
98 | # define HAVE_UINT8 1 |
99 | #endif |
100 | |
101 | /* #undef SIZEOF_INT16 */ |
102 | #if defined(SIZEOF_INT16) |
103 | # define HAVE_INT16 1 |
104 | #endif |
105 | /* #undef SIZEOF_UINT16 */ |
106 | #if defined(SIZEOF_UINT16) |
107 | # define HAVE_UINT16 1 |
108 | #endif |
109 | |
110 | /* #undef SIZEOF_INT32 */ |
111 | #if defined(SIZEOF_INT32) |
112 | # define HAVE_INT32 1 |
113 | #endif |
114 | /* #undef SIZEOF_UINT32 */ |
115 | #if defined(SIZEOF_UINT32) |
116 | # define HAVE_UINT32 1 |
117 | #endif |
118 | |
119 | /* #undef SIZEOF_INT64 */ |
120 | #if defined(SIZEOF_INT64) |
121 | # define HAVE_INT64 1 |
122 | #endif |
123 | /* #undef SIZEOF_UINT64 */ |
124 | #if defined(SIZEOF_UINT64) |
125 | # define HAVE_UINT64 1 |
126 | #endif |
127 | |
128 | /* #undef SIZEOF_SOCKLEN_T */ |
129 | #if defined(SIZEOF_SOCKLEN_T) |
130 | # define HAVE_SOCKLEN_T 1 |
131 | #endif |
132 | |
133 | #define SOCKET_SIZE_TYPE socklen_t |
134 | |
135 | #define LOCAL_INFILE_MODE_OFF 0 |
136 | #define LOCAL_INFILE_MODE_ON 1 |
137 | #define LOCAL_INFILE_MODE_AUTO 2 |
138 | #define ENABLED_LOCAL_INFILE LOCAL_INFILE_MODE_AUTO |
139 | |
140 | #define MARIADB_DEFAULT_CHARSET "latin1" |
141 | |
142 | |