~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
/* Define to 1 if you have the <asm/termbits.h> header file. */
74
74
#undef HAVE_ASM_TERMBITS_H
75
75
 
76
 
/* Define to 1 if you have the `atomic_add_long' function. */
77
 
#undef HAVE_ATOMIC_ADD_LONG
 
76
/* Define to 1 if you have the `atomic_add_long_nv' function. */
 
77
#undef HAVE_ATOMIC_ADD_LONG_NV
78
78
 
79
79
/* Define to 1 if you have the `atomic_cas_32' function. */
80
80
#undef HAVE_ATOMIC_CAS_32
85
85
/* Define to 1 if you have the `atomic_cas_ulong' function. */
86
86
#undef HAVE_ATOMIC_CAS_ULONG
87
87
 
 
88
/* Define to 1 if you have the `atomic_swap_uchar' function. */
 
89
#undef HAVE_ATOMIC_SWAP_UCHAR
 
90
 
88
91
/* Define to 1 if you have the `backtrace' function. */
89
92
#undef HAVE_BACKTRACE
90
93
 
94
97
/* Define to 1 if you have the `backtrace_symbols_fd' function. */
95
98
#undef HAVE_BACKTRACE_SYMBOLS_FD
96
99
 
97
 
/* Define to 1 if you have the `bcmp' function. */
98
 
#undef HAVE_BCMP
99
 
 
100
100
/* Define to 1 if you have the `bfill' function. */
101
101
#undef HAVE_BFILL
102
102
 
253
253
/* Define to 1 if you have the <cxxabi.h> header file. */
254
254
#undef HAVE_CXXABI_H
255
255
 
 
256
/* Define to 1 if you have the declaration of `bzero', and to 0 if you don't.
 
257
   */
 
258
#undef HAVE_DECL_BZERO
 
259
 
 
260
/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
 
261
   don't. */
 
262
#undef HAVE_DECL_FDATASYNC
 
263
 
256
264
/* Define to 1 if you have the declaration of `madvise', and to 0 if you
257
265
   don't. */
258
266
#undef HAVE_DECL_MADVISE
307
315
/* Define to 1 if you have the `fdatasync' function. */
308
316
#undef HAVE_FDATASYNC
309
317
 
 
318
/* Define to 1 if you have the `fedisableexcept' function. */
 
319
#undef HAVE_FEDISABLEEXCEPT
 
320
 
310
321
/* Define to 1 if you have the <fenv.h> header file. */
311
322
#undef HAVE_FENV_H
312
323
 
352
363
/* Define to 1 if you have the `getcwd' function. */
353
364
#undef HAVE_GETCWD
354
365
 
 
366
/* Define to 1 if you have the `getegid' function. */
 
367
#undef HAVE_GETEGID
 
368
 
 
369
/* Define to 1 if you have the `geteuid' function. */
 
370
#undef HAVE_GETEUID
 
371
 
 
372
/* Define to 1 if you have the `getgid' function. */
 
373
#undef HAVE_GETGID
 
374
 
355
375
/* Define to 1 if you have the `gethostbyaddr_r' function. */
356
376
#undef HAVE_GETHOSTBYADDR_R
357
377
 
395
415
/* Define to 1 if you have the `getrusage' function. */
396
416
#undef HAVE_GETRUSAGE
397
417
 
 
418
/* Define to 1 if you have the `getuid' function. */
 
419
#undef HAVE_GETUID
 
420
 
398
421
/* Define to 1 if you have the `getwd' function. */
399
422
#undef HAVE_GETWD
400
423
 
1193
1216
/* The size of `short', as computed by sizeof. */
1194
1217
#undef SIZEOF_SHORT
1195
1218
 
 
1219
/* The size of `time_t', as computed by sizeof. */
 
1220
#undef SIZEOF_TIME_T
 
1221
 
1196
1222
/* The size of `void*', as computed by sizeof. */
1197
1223
#undef SIZEOF_VOIDP
1198
1224
 
1202
1228
/* Last argument to get/setsockopt */
1203
1229
#undef SOCKOPT_OPTLEN_TYPE
1204
1230
 
1205
 
/* Broken sprintf */
1206
 
#undef SPRINTF_RETURNS_GARBAGE
1207
 
 
1208
 
/* POSIX sprintf */
1209
 
#undef SPRINTF_RETURNS_INT
1210
 
 
1211
 
/* Broken sprintf */
1212
 
#undef SPRINTF_RETURNS_PTR
1213
 
 
1214
1231
/* If using the C implementation of alloca, define if you know the
1215
1232
   direction of stack growth for your system; otherwise it will be
1216
1233
   automatically deduced at runtime.
1276
1293
   rl_compentry_func_t defined) */
1277
1294
#undef USE_NEW_READLINE_INTERFACE
1278
1295
 
1279
 
/* the pstack backtrace library */
1280
 
#undef USE_PSTACK
1281
 
 
1282
1296
/* Version number of package */
1283
1297
#undef VERSION
1284
1298
 
1303
1317
/* Include Volatile memory based tables into mysqld */
1304
1318
#undef WITH_HEAP_STORAGE_ENGINE
1305
1319
 
1306
 
/* Include IBM DB2 for i Storage Engine into mysqld */
1307
 
#undef WITH_IBMDB2I_STORAGE_ENGINE
1308
 
 
1309
1320
/* Include Transactional Tables using InnoDB into mysqld */
1310
1321
#undef WITH_INNOBASE_STORAGE_ENGINE
1311
1322