acconfig.h 8.16 KB
Newer Older
bk@work.mysql.com's avatar
bk@work.mysql.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* acconfig.h
   This file is in the public domain.

   Descriptive text for the C preprocessor macros that
   the distributed Autoconf macros can define.
   No software package will use all of them; autoheader copies the ones
   your configure.in uses into your configuration header file templates.

   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  Although this order
   can split up related entries, it makes it easier to check whether
   a given entry is in the file.

   Leave the following blank line there!!  Autoheader needs it.  */


17 18 19 20
#undef C_ALLOCA

#undef CRAY_STACKSEG_END

21
/* Define the default charset name */
22 23 24 25
#undef MYSQL_DEFAULT_CHARSET_NAME

/* Define the default charset name */
#undef MYSQL_DEFAULT_COLLATION_NAME
26

bk@work.mysql.com's avatar
bk@work.mysql.com committed
27 28 29
/* Version of .frm files */
#undef DOT_FRM_VERSION

30 31 32
/* If LOAD DATA LOCAL INFILE should be enabled by default */
#undef ENABLED_LOCAL_INFILE

bk@work.mysql.com's avatar
bk@work.mysql.com committed
33 34 35 36 37 38 39 40 41 42 43 44
/* READLINE: */
#undef FIONREAD_IN_SYS_IOCTL

/* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
#undef GWINSZ_IN_SYS_IOCTL

/* Handing of large files on Solaris 2.6 */
#undef _FILE_OFFSET_BITS

/* Do we have FIONREAD */
#undef FIONREAD_IN_SYS_IOCTL

45 46 47
/* Do we need to define _GNU_SOURCE */
#undef _GNU_SOURCE

bk@work.mysql.com's avatar
bk@work.mysql.com committed
48 49 50 51 52 53
/* atomic_add() from <asm/atomic.h> (Linux only) */
#undef HAVE_ATOMIC_ADD

/* atomic_sub() from <asm/atomic.h> (Linux only) */
#undef HAVE_ATOMIC_SUB

54 55 56
/* If we have a working alloca() implementation */
#undef HAVE_ALLOCA

bk@work.mysql.com's avatar
bk@work.mysql.com committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
/* bool is not defined by all C++ compilators */
#undef HAVE_BOOL

/* Have berkeley db installed */
#undef HAVE_BERKELEY_DB

/* DSB style signals ? */
#undef HAVE_BSD_SIGNALS

/* Can netinet be included */
#undef HAVE_BROKEN_NETINET_INCLUDES

/* READLINE: */
#undef HAVE_BSD_SIGNALS

72 73
/* Define charsets you want */
#undef HAVE_CHARSET_armscii8
74
#undef HAVE_CHARSET_ascii
75
#undef HAVE_CHARSET_big5
76
#undef HAVE_CHARSET_cp1250
77
#undef HAVE_CHARSET_cp1251
78
#undef HAVE_CHARSET_cp1256
79
#undef HAVE_CHARSET_cp1257
80 81 82
#undef HAVE_CHARSET_cp850
#undef HAVE_CHARSET_cp852
#undef HAVE_CHARSET_cp866
83
#undef HAVE_CHARSET_dec8
84
#undef HAVE_CHARSET_euckr
85 86
#undef HAVE_CHARSET_gb2312
#undef HAVE_CHARSET_gbk
bar@mysql.com's avatar
bar@mysql.com committed
87
#undef HAVE_CHARSET_geostd8
88 89 90
#undef HAVE_CHARSET_greek
#undef HAVE_CHARSET_hebrew
#undef HAVE_CHARSET_hp8
91 92 93
#undef HAVE_CHARSET_keybcs2
#undef HAVE_CHARSET_koi8r
#undef HAVE_CHARSET_koi8u
94 95 96
#undef HAVE_CHARSET_latin1
#undef HAVE_CHARSET_latin2
#undef HAVE_CHARSET_latin5
97 98 99
#undef HAVE_CHARSET_latin7
#undef HAVE_CHARSET_macce
#undef HAVE_CHARSET_macroman
100 101 102
#undef HAVE_CHARSET_sjis
#undef HAVE_CHARSET_swe7
#undef HAVE_CHARSET_tis620
103
#undef HAVE_CHARSET_ucs2
104 105 106
#undef HAVE_CHARSET_ujis
#undef HAVE_CHARSET_utf8

107 108 109
/* ZLIB and compress: */
#undef HAVE_COMPRESS

bk@work.mysql.com's avatar
bk@work.mysql.com committed
110 111 112 113 114 115
/* Define if we are using OSF1 DEC threads */
#undef HAVE_DEC_THREADS

/* Define if we are using OSF1 DEC threads on 3.2 */
#undef HAVE_DEC_3_2_THREADS

116 117 118
/* Builds Example DB */
#undef HAVE_EXAMPLE_DB

119 120 121
/* Builds Archive Storage Engine */
#undef HAVE_ARCHIVE_DB

bk@work.mysql.com's avatar
bk@work.mysql.com committed
122 123 124 125 126 127 128 129
/* fp_except from ieeefp.h */
#undef HAVE_FP_EXCEPT

/* READLINE: */
#undef HAVE_GETPW_DECLS

/* Solaris define gethostbyname_r with 5 arguments. glibc2 defines
   this with 6 arguments */
130 131 132 133
#undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE

/* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */
#undef HAVE_GETHOSTBYNAME_R_RETURN_INT
bk@work.mysql.com's avatar
bk@work.mysql.com committed
134

135 136 137
/* Define if int8, int16 and int32 types exist */
#undef HAVE_INT_8_16_32

138 139 140
/* Using Innobase DB */
#undef HAVE_INNOBASE_DB

141 142 143
/* Using old ISAM tables */
#undef HAVE_ISAM

bk@work.mysql.com's avatar
bk@work.mysql.com committed
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
/* Define if we have GNU readline */
#undef HAVE_LIBREADLINE

/* Define if have -lwrap */
#undef HAVE_LIBWRAP

/* Define if we are using Xavier Leroy's LinuxThreads */
#undef HAVE_LINUXTHREADS

/* Do we have lstat */
#undef HAVE_LSTAT

/* Do we use user level threads */
#undef HAVE_mit_thread

159 160 161
/* Using Ndb Cluster DB */
#undef HAVE_NDBCLUSTER_DB

tomas@poseidon.(none)'s avatar
tomas@poseidon.(none) committed
162 163 164 165 166 167
/* Including Ndb Cluster DB shared memory transporter */
#undef NDB_SHM_TRANSPORTER

/* Including Ndb Cluster DB sci transporter */
#undef NDB_SCI_TRANSPORTER

bk@work.mysql.com's avatar
bk@work.mysql.com committed
168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
/* For some non posix threads */
#undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC

/* For some non posix threads */
#undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT

/* READLINE: */
#undef HAVE_POSIX_SIGNALS

/* Well.. */
#undef HAVE_POSIX_SIGSETJMP

/* sigwait with one argument */
#undef HAVE_NONPOSIX_SIGWAIT

183 184 185
/* ORBIT */
#undef HAVE_ORBIT

bk@work.mysql.com's avatar
bk@work.mysql.com committed
186 187 188
/* pthread_attr_setscope */
#undef HAVE_PTHREAD_ATTR_SETSCOPE

189 190 191 192 193 194
/* pthread_yield that doesn't take any arguments */
#undef HAVE_PTHREAD_YIELD_ZERO_ARG

/* pthread_yield function with one argument */
#undef HAVE_PTHREAD_YIELD_ONE_ARG

bk@work.mysql.com's avatar
bk@work.mysql.com committed
195 196 197
/* POSIX readdir_r */
#undef HAVE_READDIR_R

198 199 200
/* Have Gemini db installed */
#undef HAVE_GEMINI_DB

bk@work.mysql.com's avatar
bk@work.mysql.com committed
201 202 203
/* POSIX sigwait */
#undef HAVE_SIGWAIT

sasha@mysql.sashanet.com's avatar
sasha@mysql.sashanet.com committed
204 205 206
/* crypt */
#undef HAVE_CRYPT

207 208 209
/* If we want to have query cache */
#undef HAVE_QUERY_CACHE

210 211 212 213 214 215 216 217 218
/* Spatial extentions */
#undef HAVE_SPATIAL

/* RTree keys */
#undef HAVE_RTREE_KEYS

/* Access checks in embedded library */
#undef HAVE_EMBEDDED_PRIVILEGE_CONTROL

bk@work.mysql.com's avatar
bk@work.mysql.com committed
219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
/* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines
   this with 8 arguments */
#undef HAVE_SOLARIS_STYLE_GETHOST

/* MIT pthreads does not support connecting with unix sockets */
#undef HAVE_THREADS_WITHOUT_SOCKETS

/* Timespec has a ts_sec instead of tv_sev  */
#undef HAVE_TIMESPEC_TS_SEC

/* Have the tzname variable */
#undef HAVE_TZNAME

/* Define if the system files define uchar */
#undef HAVE_UCHAR

/* Define if the system files define uint */
#undef HAVE_UINT

/* Define if the system files define ulong */
#undef HAVE_ULONG

241 242 243
/* Define if the system files define in_addr_t */
#undef HAVE_IN_ADDR_T

bk@work.mysql.com's avatar
bk@work.mysql.com committed
244 245 246 247 248 249
/* UNIXWARE7 threads are not posix */
#undef HAVE_UNIXWARE7_THREADS

/* new UNIXWARE7 threads that are not yet posix */
#undef HAVE_UNIXWARE7_POSIX

250 251 252
/* OpenSSL */
#undef HAVE_OPENSSL

bk@work.mysql.com's avatar
bk@work.mysql.com committed
253 254 255
/* READLINE: */
#undef HAVE_USG_SIGHOLD

256 257 258
/* Virtual IO */
#undef HAVE_VIO

bk@work.mysql.com's avatar
bk@work.mysql.com committed
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
/* Handling of large files on Solaris 2.6 */
#undef _LARGEFILE_SOURCE

/* Handling of large files on Solaris 2.6 */
#undef _LARGEFILE64_SOURCE

/* Define if want -lwrap */
#undef LIBWRAP

/* Define to machine type name eg sun10 */
#undef MACHINE_TYPE

#undef MUST_REINSTALL_SIGHANDLERS

/* Defined to used character set */
#undef MY_CHARSET_CURRENT

/* READLINE: no sys file*/
#undef NO_SYS_FILE

/* Program name */
#undef PACKAGE

/* mysql client protocoll version */
#undef PROTOCOL_VERSION

285 286 287 288 289 290
/* ndb version */
#undef NDB_VERSION_MAJOR
#undef NDB_VERSION_MINOR
#undef NDB_VERSION_BUILD
#undef NDB_VERSION_STATUS

bk@work.mysql.com's avatar
bk@work.mysql.com committed
291 292 293 294 295 296 297 298 299 300 301 302
/* Define if qsort returns void */
#undef QSORT_TYPE_IS_VOID

/* Define as the return type of qsort (int or void). */
#undef RETQSORTTYPE

/* Size of off_t */
#undef SIZEOF_OFF_T

/* Define as the base type of the last arg to accept */
#undef SOCKET_SIZE_TYPE

303 304 305
/* Last argument to get/setsockopt */
#undef SOCKOPT_OPTLEN_TYPE

bk@work.mysql.com's avatar
bk@work.mysql.com committed
306 307 308 309 310
#undef SPEED_T_IN_SYS_TYPES
#undef SPRINTF_RETURNS_PTR
#undef SPRINTF_RETURNS_INT
#undef SPRINTF_RETURNS_GARBAGE

311
/* Needed to get large file support on HPUX 10.20 */
bk@work.mysql.com's avatar
bk@work.mysql.com committed
312 313
#undef __STDC_EXT__

314 315
#undef STACK_DIRECTION

bk@work.mysql.com's avatar
bk@work.mysql.com committed
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
#undef STRCOLL_BROKEN

#undef STRUCT_DIRENT_HAS_D_FILENO
#undef STRUCT_DIRENT_HAS_D_INO

#undef STRUCT_WINSIZE_IN_SYS_IOCTL
#undef STRUCT_WINSIZE_IN_TERMIOS

/* Define to name of system eg solaris*/
#undef SYSTEM_TYPE

/* Define if you want to have threaded code. This may be undef on client code */
#undef THREAD

/* Should be client be thread safe */
#undef THREAD_SAFE_CLIENT

/* READLINE: */
#undef TIOCSTAT_IN_SYS_IOCTL

/* Use multi-byte character routines */
#undef USE_MB
#undef USE_MB_IDENT

340 341 342
/* the pstack backtrace library */
#undef USE_PSTACK

bk@work.mysql.com's avatar
bk@work.mysql.com committed
343 344 345 346 347 348 349 350 351
/* Use MySQL RAID */
#undef USE_RAID

/* Program version */
#undef VERSION

/* READLINE: */
#undef VOID_SIGHANDLER

352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
/* used libedit interface (can we dereference result of rl_completion_entry_function?) */
#undef USE_LIBEDIT_INTERFACE

/* used new readline interface (does rl_completion_func_t and rl_compentry_func_t defined?) */
#undef USE_NEW_READLINE_INTERFACE

/* macro for libedit */
#undef HAVE_VIS_H
#undef HAVE_FGETLN
#undef HAVE_ISSETUGID
#undef HAVE_STRLCPY
#undef HAVE_GETLINE
#undef HAVE_FLOCKFILE
#undef HAVE_SYS_TYPES_H
#undef HAVE_SYS_CDEFS_H

bk@work.mysql.com's avatar
bk@work.mysql.com committed
368 369 370 371 372

/* Leave that blank line there!!  Autoheader needs it.
   If you're adding to this file, keep in mind:
   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  */