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