cool#10630 doc sign: fix Impress sign line, to be able to finish signing again
[LibreOffice.git] / external / mariadb-connector-c / configs / mac_my_config.h
blobc94856115b958a9f957a0be29a4b3f2e18f38ce2
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 /* #undef HAVE_UCONTEXT_H */
30 * function definitions - processed in LibmysqlFunctions.txt
33 #define HAVE_DLERROR 1
34 #define HAVE_DLOPEN 1
35 #define HAVE_GETPWUID 1
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 /* #undef HAVE_CUSERID */
51 * types and sizes
55 #define SIZEOF_CHARP 8
56 #if defined(SIZEOF_CHARP)
57 # define HAVE_CHARP 1
58 #endif
61 #define SIZEOF_INT 4
62 #if defined(SIZEOF_INT)
63 # define HAVE_INT 1
64 #endif
66 #define SIZEOF_LONG 8
67 #if defined(SIZEOF_LONG)
68 # define HAVE_LONG 1
69 #endif
71 #define SIZEOF_LONG_LONG 8
72 #if defined(SIZEOF_LONG_LONG)
73 # define HAVE_LONG_LONG 1
74 #endif
77 #define SIZEOF_SIZE_T 8
78 #if defined(SIZEOF_SIZE_T)
79 # define HAVE_SIZE_T 1
80 #endif
83 #define SIZEOF_UINT 4
84 #if defined(SIZEOF_UINT)
85 # define HAVE_UINT 1
86 #endif
88 /* #undef SIZEOF_ULONG */
89 #if defined(SIZEOF_ULONG)
90 # define HAVE_ULONG 1
91 #endif
93 /* #undef SIZEOF_INT8 */
94 #if defined(SIZEOF_INT8)
95 # define HAVE_INT8 1
96 #endif
97 /* #undef SIZEOF_UINT8 */
98 #if defined(SIZEOF_UINT8)
99 # define HAVE_UINT8 1
100 #endif
102 /* #undef SIZEOF_INT16 */
103 #if defined(SIZEOF_INT16)
104 # define HAVE_INT16 1
105 #endif
106 /* #undef SIZEOF_UINT16 */
107 #if defined(SIZEOF_UINT16)
108 # define HAVE_UINT16 1
109 #endif
111 /* #undef SIZEOF_INT32 */
112 #if defined(SIZEOF_INT32)
113 # define HAVE_INT32 1
114 #endif
115 /* #undef SIZEOF_UINT32 */
116 #if defined(SIZEOF_UINT32)
117 # define HAVE_UINT32 1
118 #endif
120 /* #undef SIZEOF_INT64 */
121 #if defined(SIZEOF_INT64)
122 # define HAVE_INT64 1
123 #endif
124 /* #undef SIZEOF_UINT64 */
125 #if defined(SIZEOF_UINT64)
126 # define HAVE_UINT64 1
127 #endif
129 /* #undef SIZEOF_SOCKLEN_T */
130 #if defined(SIZEOF_SOCKLEN_T)
131 # define HAVE_SOCKLEN_T 1
132 #endif
134 #define SOCKET_SIZE_TYPE socklen_t
136 #define LOCAL_INFILE_MODE_OFF 0
137 #define LOCAL_INFILE_MODE_ON 1
138 #define LOCAL_INFILE_MODE_AUTO 2
139 #define ENABLED_LOCAL_INFILE LOCAL_INFILE_MODE_AUTO
141 #define MARIADB_DEFAULT_CHARSET "latin1"