home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / include / my_config.h < prev    next >
Text File  |  2000-11-21  |  19KB  |  721 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if using alloca.c.  */
  5. /* #undef C_ALLOCA */
  6.  
  7. /* Define to empty if the keyword does not work.  */
  8. /* #undef const */
  9.  
  10. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  11.    This function is required for alloca.c support on those systems.  */
  12. /* #undef CRAY_STACKSEG_END */
  13.  
  14. /* Define if you have alloca, as a function or macro.  */
  15. #define HAVE_ALLOCA 1
  16.  
  17. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  18. #define HAVE_ALLOCA_H 1
  19.  
  20. /* Define if you don't have vprintf but do have _doprnt.  */
  21. /* #undef HAVE_DOPRNT */
  22.  
  23. /* Define if you have a working `mmap' system call.  */
  24. #define HAVE_MMAP 1
  25.  
  26. /* Define if system calls automatically restart after interruption
  27.    by a signal.  */
  28. #define HAVE_RESTARTABLE_SYSCALLS 1
  29.  
  30. /* Define if your struct stat has st_rdev.  */
  31. #define HAVE_ST_RDEV 1
  32.  
  33. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  34. #define HAVE_SYS_WAIT_H 1
  35.  
  36. /* Define if you don't have tm_zone but do have the external array
  37.    tzname.  */
  38. #define HAVE_TZNAME 1
  39.  
  40. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  41. #define HAVE_UTIME_NULL 1
  42.  
  43. /* Define if you have the vprintf function.  */
  44. #define HAVE_VPRINTF 1
  45.  
  46. /* Define as __inline if that's what the C compiler calls it.  */
  47. /* #undef inline */
  48.  
  49. /* Define to `long' if <sys/types.h> doesn't define.  */
  50. /* #undef off_t */
  51.  
  52. /* Define as the return type of signal handlers (int or void).  */
  53. #define RETSIGTYPE void
  54.  
  55. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  56. /* #undef size_t */
  57.  
  58. /* If using the C implementation of alloca, define if you know the
  59.    direction of stack growth for your system; otherwise it will be
  60.    automatically deduced at run-time.
  61.  STACK_DIRECTION > 0 => grows toward higher addresses
  62.  STACK_DIRECTION < 0 => grows toward lower addresses
  63.  STACK_DIRECTION = 0 => direction of growth unknown
  64.  */
  65. #define STACK_DIRECTION -1
  66.  
  67. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  68. /* #undef STAT_MACROS_BROKEN */
  69.  
  70. /* Define if you have the ANSI C header files.  */
  71. #define STDC_HEADERS 1
  72.  
  73. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  74. #define TIME_WITH_SYS_TIME 1
  75.  
  76. /* Define if your <sys/time.h> declares struct tm.  */
  77. /* #undef TM_IN_SYS_TIME */
  78.  
  79. /* Define if your processor stores words with the most significant
  80.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  81. /* #undef WORDS_BIGENDIAN */
  82.  
  83. /* Version of .frm files */
  84. #define DOT_FRM_VERSION 6
  85.  
  86. /* READLINE: */
  87. #define FIONREAD_IN_SYS_IOCTL 1
  88.  
  89. /* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  90. #define GWINSZ_IN_SYS_IOCTL 1
  91.  
  92. /* Do we have FIONREAD */
  93. #define FIONREAD_IN_SYS_IOCTL 1
  94.  
  95. /* atomic_add() from <asm/atomic.h> (Linux only) */
  96. #define HAVE_ATOMIC_ADD 1
  97.  
  98. /* atomic_sub() from <asm/atomic.h> (Linux only) */
  99. #define HAVE_ATOMIC_SUB 1
  100.  
  101. /* bool is not defined by all C++ compilators */
  102. #define HAVE_BOOL 1
  103.  
  104. /* Have berkeley db installed */
  105. #define HAVE_BERKELEY_DB 1
  106.  
  107. /* DSB style signals ? */
  108. /* #undef HAVE_BSD_SIGNALS */
  109.  
  110. /* Can netinet be included */
  111. /* #undef HAVE_BROKEN_NETINET_INCLUDES */
  112.  
  113. /* READLINE: */
  114. /* #undef HAVE_BSD_SIGNALS */
  115.  
  116. /* ZLIB and compress: */
  117. #define HAVE_COMPRESS 1
  118.  
  119. /* Define if we are using OSF1 DEC threads */
  120. /* #undef HAVE_DEC_THREADS */
  121.  
  122. /* Define if we are using OSF1 DEC threads on 3.2 */
  123. /* #undef HAVE_DEC_3_2_THREADS */
  124.  
  125. /* fp_except from ieeefp.h */
  126. /* #undef HAVE_FP_EXCEPT */
  127.  
  128. /* READLINE: */
  129. /* #undef HAVE_GETPW_DECLS */
  130.  
  131. /* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */
  132. /* #undef HAVE_GETHOSTBYNAME_R_WITH_HOSTENT_DATA */
  133.  
  134. /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines
  135.    this with 6 arguments */
  136. #define HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R 1
  137.  
  138. /* Define if int8, int16 and int32 types exist */
  139. /* #undef HAVE_INT_8_16_32 */
  140.  
  141. /* Define if have -lwrap */
  142. /* #undef HAVE_LIBWRAP */
  143.  
  144. /* Define if we are using Xavier Leroy's LinuxThreads */
  145. #define HAVE_LINUXTHREADS 1
  146.  
  147. /* Do we use user level threads */
  148. /* #undef HAVE_mit_thread */
  149.  
  150. /* For some non posix threads */
  151. /* #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC */
  152.  
  153. /* For some non posix threads */
  154. /* #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT */
  155.  
  156. /* READLINE: */
  157. #define HAVE_POSIX_SIGNALS 1
  158.  
  159. /* sigwait with one argument */
  160. /* #undef HAVE_NONPOSIX_SIGWAIT */
  161.  
  162. /* pthread_attr_setscope */
  163. #define HAVE_PTHREAD_ATTR_SETSCOPE 1
  164.  
  165. /* POSIX readdir_r */
  166. #define HAVE_READDIR_R 1
  167.  
  168. /* POSIX sigwait */
  169. #define HAVE_SIGWAIT 1
  170.  
  171. /* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines
  172.    this with 8 arguments */
  173. /* #undef HAVE_SOLARIS_STYLE_GETHOST */
  174.  
  175. /* Timespec has a ts_sec instead of tv_sev  */
  176. /* #undef HAVE_TIMESPEC_TS_SEC */
  177.  
  178. /* Have the tzname variable */
  179. #define HAVE_TZNAME 1
  180.  
  181. /* Define if the system files define uchar */
  182. /* #undef HAVE_UCHAR */
  183.  
  184. /* Define if the system files define uint */
  185. #define HAVE_UINT 1
  186.  
  187. /* Define if the system files define ulong */
  188. #define HAVE_ULONG 1
  189.  
  190. /* UNIXWARE7 threads are not posix */
  191. /* #undef HAVE_UNIXWARE7_THREADS */
  192.  
  193. /* new UNIXWARE7 threads that are not yet posix */
  194. /* #undef HAVE_UNIXWARE7_POSIX */
  195.  
  196. /* READLINE: */
  197. /* #undef HAVE_USG_SIGHOLD */
  198.  
  199. /* Define if want -lwrap */
  200. /* #undef LIBWRAP */
  201.  
  202. /* Define to machine type name eg sun10 */
  203. #define MACHINE_TYPE "i686"
  204.  
  205. /* mysql client protocoll version */
  206. #define PROTOCOL_VERSION 10
  207.  
  208. /* Define if qsort returns void */
  209. #define QSORT_TYPE_IS_VOID 1
  210.  
  211. /* Define as the return type of qsort (int or void). */
  212. #define RETQSORTTYPE void
  213.  
  214. /* Size of off_t */
  215. #define SIZEOF_OFF_T 8
  216.  
  217. /* Define as the base type of the last arg to accept */
  218. #define SOCKET_SIZE_TYPE socklen_t
  219.  
  220. /* #undef SPEED_T_IN_SYS_TYPES */
  221. /* #undef SPRINTF_RETURNS_PTR */
  222. #define SPRINTF_RETURNS_INT 1
  223. /* #undef SPRINTF_RETURNS_GARBAGE */
  224.  
  225. /* #undef STRUCT_DIRENT_HAS_D_FILENO */
  226. #define STRUCT_DIRENT_HAS_D_INO 1
  227.  
  228. /* Define to name of system eg solaris*/
  229. #define SYSTEM_TYPE "pc-linux-gnu"
  230.  
  231. /* Define if you want to have threaded code. This may be undef on client code */
  232. #define THREAD 1
  233.  
  234. /* Should be client be thread safe */
  235. #define THREAD_SAFE_CLIENT 1
  236.  
  237. /* READLINE: */
  238. /* #undef TIOCSTAT_IN_SYS_IOCTL */
  239.  
  240. /* Use multi-byte character routines */
  241. #define USE_MB 1
  242. #define USE_MB_IDENT 1
  243.  
  244. /* Use MySQL RAID */
  245. /* #undef USE_RAID */
  246.  
  247. /* Use strcoll() functions when comparing and sorting. */
  248. #define USE_STRCOLL 1
  249.  
  250. /* READLINE: */
  251. #define VOID_SIGHANDLER 1
  252.  
  253. /* The number of bytes in a char.  */
  254. #define SIZEOF_CHAR 1
  255.  
  256. /* The number of bytes in a int.  */
  257. #define SIZEOF_INT 4
  258.  
  259. /* The number of bytes in a long.  */
  260. #define SIZEOF_LONG 4
  261.  
  262. /* The number of bytes in a long long.  */
  263. #define SIZEOF_LONG_LONG 8
  264.  
  265. /* Define if you have the alarm function.  */
  266. #define HAVE_ALARM 1
  267.  
  268. /* Define if you have the atod function.  */
  269. /* #undef HAVE_ATOD */
  270.  
  271. /* Define if you have the bcmp function.  */
  272. #define HAVE_BCMP 1
  273.  
  274. /* Define if you have the bfill function.  */
  275. /* #undef HAVE_BFILL */
  276.  
  277. /* Define if you have the bmove function.  */
  278. /* #undef HAVE_BMOVE */
  279.  
  280. /* Define if you have the bzero function.  */
  281. #define HAVE_BZERO 1
  282.  
  283. /* Define if you have the chsize function.  */
  284. /* #undef HAVE_CHSIZE */
  285.  
  286. /* Define if you have the crypt function.  */
  287. #define HAVE_CRYPT 1
  288.  
  289. /* Define if you have the cuserid function.  */
  290. #define HAVE_CUSERID 1
  291.  
  292. /* Define if you have the dlerror function.  */
  293. #define HAVE_DLERROR 1
  294.  
  295. /* Define if you have the dlopen function.  */
  296. #define HAVE_DLOPEN 1
  297.  
  298. /* Define if you have the fchmod function.  */
  299. #define HAVE_FCHMOD 1
  300.  
  301. /* Define if you have the fcntl function.  */
  302. #define HAVE_FCNTL 1
  303.  
  304. /* Define if you have the fconvert function.  */
  305. /* #undef HAVE_FCONVERT */
  306.  
  307. /* Define if you have the finite function.  */
  308. #define HAVE_FINITE 1
  309.  
  310. /* Define if you have the fpresetsticky function.  */
  311. /* #undef HAVE_FPRESETSTICKY */
  312.  
  313. /* Define if you have the fpsetmask function.  */
  314. /* #undef HAVE_FPSETMASK */
  315.  
  316. /* Define if you have the fseeko function.  */
  317. #define HAVE_FSEEKO 1
  318.  
  319. /* Define if you have the ftruncate function.  */
  320. #define HAVE_FTRUNCATE 1
  321.  
  322. /* Define if you have the getcwd function.  */
  323. #define HAVE_GETCWD 1
  324.  
  325. /* Define if you have the gethostbyaddr_r function.  */
  326. #define HAVE_GETHOSTBYADDR_R 1
  327.  
  328. /* Define if you have the gethostbyname_r function.  */
  329. #define HAVE_GETHOSTBYNAME_R 1
  330.  
  331. /* Define if you have the getpagesize function.  */
  332. #define HAVE_GETPAGESIZE 1
  333.  
  334. /* Define if you have the getpass function.  */
  335. #define HAVE_GETPASS 1
  336.  
  337. /* Define if you have the getpassphrase function.  */
  338. /* #undef HAVE_GETPASSPHRASE */
  339.  
  340. /* Define if you have the getpwnam function.  */
  341. #define HAVE_GETPWNAM 1
  342.  
  343. /* Define if you have the getpwuid function.  */
  344. #define HAVE_GETPWUID 1
  345.  
  346. /* Define if you have the getrlimit function.  */
  347. #define HAVE_GETRLIMIT 1
  348.  
  349. /* Define if you have the getrusage function.  */
  350. #define HAVE_GETRUSAGE 1
  351.  
  352. /* Define if you have the getwd function.  */
  353. #define HAVE_GETWD 1
  354.  
  355. /* Define if you have the index function.  */
  356. #define HAVE_INDEX 1
  357.  
  358. /* Define if you have the initgroups function.  */
  359. #define HAVE_INITGROUPS 1
  360.  
  361. /* Define if you have the localtime_r function.  */
  362. #define HAVE_LOCALTIME_R 1
  363.  
  364. /* Define if you have the locking function.  */
  365. /* #undef HAVE_LOCKING */
  366.  
  367. /* Define if you have the longjmp function.  */
  368. #define HAVE_LONGJMP 1
  369.  
  370. /* Define if you have the lrand48 function.  */
  371. #define HAVE_LRAND48 1
  372.  
  373. /* Define if you have the lstat function.  */
  374. #define HAVE_LSTAT 1
  375.  
  376. /* Define if you have the madvise function.  */
  377. /* #undef HAVE_MADVISE */
  378.  
  379. /* Define if you have the memcpy function.  */
  380. #define HAVE_MEMCPY 1
  381.  
  382. /* Define if you have the memmove function.  */
  383. #define HAVE_MEMMOVE 1
  384.  
  385. /* Define if you have the mkstemp function.  */
  386. #define HAVE_MKSTEMP 1
  387.  
  388. /* Define if you have the mlockall function.  */
  389. #define HAVE_MLOCKALL 1
  390.  
  391. /* Define if you have the perror function.  */
  392. #define HAVE_PERROR 1
  393.  
  394. /* Define if you have the poll function.  */
  395. #define HAVE_POLL 1
  396.  
  397. /* Define if you have the pread function.  */
  398. #define HAVE_PREAD 1
  399.  
  400. /* Define if you have the pthread_attr_create function.  */
  401. /* #undef HAVE_PTHREAD_ATTR_CREATE */
  402.  
  403. /* Define if you have the pthread_attr_setprio function.  */
  404. /* #undef HAVE_PTHREAD_ATTR_SETPRIO */
  405.  
  406. /* Define if you have the pthread_attr_setschedparam function.  */
  407. #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
  408.  
  409. /* Define if you have the pthread_attr_setstacksize function.  */
  410. #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  411.  
  412. /* Define if you have the pthread_condattr_create function.  */
  413. /* #undef HAVE_PTHREAD_CONDATTR_CREATE */
  414.  
  415. /* Define if you have the pthread_getsequence_np function.  */
  416. /* #undef HAVE_PTHREAD_GETSEQUENCE_NP */
  417.  
  418. /* Define if you have the pthread_init function.  */
  419. /* #undef HAVE_PTHREAD_INIT */
  420.  
  421. /* Define if you have the pthread_rwlock_rdlock function.  */
  422. #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
  423.  
  424. /* Define if you have the pthread_setprio function.  */
  425. /* #undef HAVE_PTHREAD_SETPRIO */
  426.  
  427. /* Define if you have the pthread_setprio_np function.  */
  428. /* #undef HAVE_PTHREAD_SETPRIO_NP */
  429.  
  430. /* Define if you have the pthread_setschedparam function.  */
  431. #define HAVE_PTHREAD_SETSCHEDPARAM 1
  432.  
  433. /* Define if you have the pthread_sigmask function.  */
  434. #define HAVE_PTHREAD_SIGMASK 1
  435.  
  436. /* Define if you have the putenv function.  */
  437. #define HAVE_PUTENV 1
  438.  
  439. /* Define if you have the realpath function.  */
  440. #define HAVE_REALPATH 1
  441.  
  442. /* Define if you have the rename function.  */
  443. #define HAVE_RENAME 1
  444.  
  445. /* Define if you have the rint function.  */
  446. #define HAVE_RINT 1
  447.  
  448. /* Define if you have the rwlock_init function.  */
  449. /* #undef HAVE_RWLOCK_INIT */
  450.  
  451. /* Define if you have the select function.  */
  452. #define HAVE_SELECT 1
  453.  
  454. /* Define if you have the setenv function.  */
  455. #define HAVE_SETENV 1
  456.  
  457. /* Define if you have the setlocale function.  */
  458. #define HAVE_SETLOCALE 1
  459.  
  460. /* Define if you have the setupterm function.  */
  461. /* #undef HAVE_SETUPTERM */
  462.  
  463. /* Define if you have the sighold function.  */
  464. #define HAVE_SIGHOLD 1
  465.  
  466. /* Define if you have the sigset function.  */
  467. #define HAVE_SIGSET 1
  468.  
  469. /* Define if you have the sigthreadmask function.  */
  470. /* #undef HAVE_SIGTHREADMASK */
  471.  
  472. /* Define if you have the snprintf function.  */
  473. #define HAVE_SNPRINTF 1
  474.  
  475. /* Define if you have the socket function.  */
  476. #define HAVE_SOCKET 1
  477.  
  478. /* Define if you have the stpcpy function.  */
  479. #define HAVE_STPCPY 1
  480.  
  481. /* Define if you have the strcasecmp function.  */
  482. #define HAVE_STRCASECMP 1
  483.  
  484. /* Define if you have the strcoll function.  */
  485. #define HAVE_STRCOLL 1
  486.  
  487. /* Define if you have the strerror function.  */
  488. #define HAVE_STRERROR 1
  489.  
  490. /* Define if you have the strnlen function.  */
  491. #define HAVE_STRNLEN 1
  492.  
  493. /* Define if you have the strpbrk function.  */
  494. #define HAVE_STRPBRK 1
  495.  
  496. /* Define if you have the strstr function.  */
  497. #define HAVE_STRSTR 1
  498.  
  499. /* Define if you have the strtok_r function.  */
  500. #define HAVE_STRTOK_R 1
  501.  
  502. /* Define if you have the strtol function.  */
  503. #define HAVE_STRTOL 1
  504.  
  505. /* Define if you have the strtoul function.  */
  506. #define HAVE_STRTOUL 1
  507.  
  508. /* Define if you have the strtoull function.  */
  509. #define HAVE_STRTOULL 1
  510.  
  511. /* Define if you have the tcgetattr function.  */
  512. #define HAVE_TCGETATTR 1
  513.  
  514. /* Define if you have the tell function.  */
  515. /* #undef HAVE_TELL */
  516.  
  517. /* Define if you have the tempnam function.  */
  518. #define HAVE_TEMPNAM 1
  519.  
  520. /* Define if you have the thr_setconcurrency function.  */
  521. /* #undef HAVE_THR_SETCONCURRENCY */
  522.  
  523. /* Define if you have the vidattr function.  */
  524. /* #undef HAVE_VIDATTR */
  525.  
  526. /* Define if you have the <alloca.h> header file.  */
  527. #define HAVE_ALLOCA_H 1
  528.  
  529. /* Define if you have the <arpa/inet.h> header file.  */
  530. #define HAVE_ARPA_INET_H 1
  531.  
  532. /* Define if you have the <asm/termbits.h> header file.  */
  533. #define HAVE_ASM_TERMBITS_H 1
  534.  
  535. /* Define if you have the <crypt.h> header file.  */
  536. #define HAVE_CRYPT_H 1
  537.  
  538. /* Define if you have the <curses.h> header file.  */
  539. #define HAVE_CURSES_H 1
  540.  
  541. /* Define if you have the <dirent.h> header file.  */
  542. #define HAVE_DIRENT_H 1
  543.  
  544. /* Define if you have the <fcntl.h> header file.  */
  545. #define HAVE_FCNTL_H 1
  546.  
  547. /* Define if you have the <float.h> header file.  */
  548. #define HAVE_FLOAT_H 1
  549.  
  550. /* Define if you have the <floatingpoint.h> header file.  */
  551. /* #undef HAVE_FLOATINGPOINT_H */
  552.  
  553. /* Define if you have the <grp.h> header file.  */
  554. #define HAVE_GRP_H 1
  555.  
  556. /* Define if you have the <ieeefp.h> header file.  */
  557. /* #undef HAVE_IEEEFP_H */
  558.  
  559. /* Define if you have the <limits.h> header file.  */
  560. #define HAVE_LIMITS_H 1
  561.  
  562. /* Define if you have the <locale.h> header file.  */
  563. #define HAVE_LOCALE_H 1
  564.  
  565. /* Define if you have the <memory.h> header file.  */
  566. #define HAVE_MEMORY_H 1
  567.  
  568. /* Define if you have the <ndir.h> header file.  */
  569. /* #undef HAVE_NDIR_H */
  570.  
  571. /* Define if you have the <netinet/in.h> header file.  */
  572. #define HAVE_NETINET_IN_H 1
  573.  
  574. /* Define if you have the <paths.h> header file.  */
  575. #define HAVE_PATHS_H 1
  576.  
  577. /* Define if you have the <pwd.h> header file.  */
  578. #define HAVE_PWD_H 1
  579.  
  580. /* Define if you have the <sched.h> header file.  */
  581. #define HAVE_SCHED_H 1
  582.  
  583. /* Define if you have the <select.h> header file.  */
  584. /* #undef HAVE_SELECT_H */
  585.  
  586. /* Define if you have the <stdarg.h> header file.  */
  587. #define HAVE_STDARG_H 1
  588.  
  589. /* Define if you have the <stddef.h> header file.  */
  590. #define HAVE_STDDEF_H 1
  591.  
  592. /* Define if you have the <stdlib.h> header file.  */
  593. #define HAVE_STDLIB_H 1
  594.  
  595. /* Define if you have the <string.h> header file.  */
  596. #define HAVE_STRING_H 1
  597.  
  598. /* Define if you have the <strings.h> header file.  */
  599. #define HAVE_STRINGS_H 1
  600.  
  601. /* Define if you have the <synch.h> header file.  */
  602. /* #undef HAVE_SYNCH_H */
  603.  
  604. /* Define if you have the <sys/dir.h> header file.  */
  605. #define HAVE_SYS_DIR_H 1
  606.  
  607. /* Define if you have the <sys/file.h> header file.  */
  608. #define HAVE_SYS_FILE_H 1
  609.  
  610. /* Define if you have the <sys/mman.h> header file.  */
  611. #define HAVE_SYS_MMAN_H 1
  612.  
  613. /* Define if you have the <sys/ndir.h> header file.  */
  614. /* #undef HAVE_SYS_NDIR_H */
  615.  
  616. /* Define if you have the <sys/pte.h> header file.  */
  617. /* #undef HAVE_SYS_PTE_H */
  618.  
  619. /* Define if you have the <sys/ptem.h> header file.  */
  620. /* #undef HAVE_SYS_PTEM_H */
  621.  
  622. /* Define if you have the <sys/select.h> header file.  */
  623. #define HAVE_SYS_SELECT_H 1
  624.  
  625. /* Define if you have the <sys/socket.h> header file.  */
  626. #define HAVE_SYS_SOCKET_H 1
  627.  
  628. /* Define if you have the <sys/stream.h> header file.  */
  629. /* #undef HAVE_SYS_STREAM_H */
  630.  
  631. /* Define if you have the <sys/timeb.h> header file.  */
  632. #define HAVE_SYS_TIMEB_H 1
  633.  
  634. /* Define if you have the <sys/types.h> header file.  */
  635. #define HAVE_SYS_TYPES_H 1
  636.  
  637. /* Define if you have the <sys/un.h> header file.  */
  638. #define HAVE_SYS_UN_H 1
  639.  
  640. /* Define if you have the <sys/utime.h> header file.  */
  641. /* #undef HAVE_SYS_UTIME_H */
  642.  
  643. /* Define if you have the <sys/vadvise.h> header file.  */
  644. /* #undef HAVE_SYS_VADVISE_H */
  645.  
  646. /* Define if you have the <sys/wait.h> header file.  */
  647. #define HAVE_SYS_WAIT_H 1
  648.  
  649. /* Define if you have the <term.h> header file.  */
  650. #define HAVE_TERM_H 1
  651.  
  652. /* Define if you have the <termbits.h> header file.  */
  653. /* #undef HAVE_TERMBITS_H */
  654.  
  655. /* Define if you have the <termcap.h> header file.  */
  656. #define HAVE_TERMCAP_H 1
  657.  
  658. /* Define if you have the <termio.h> header file.  */
  659. #define HAVE_TERMIO_H 1
  660.  
  661. /* Define if you have the <termios.h> header file.  */
  662. #define HAVE_TERMIOS_H 1
  663.  
  664. /* Define if you have the <unistd.h> header file.  */
  665. #define HAVE_UNISTD_H 1
  666.  
  667. /* Define if you have the <utime.h> header file.  */
  668. #define HAVE_UTIME_H 1
  669.  
  670. /* Define if you have the <varargs.h> header file.  */
  671. #define HAVE_VARARGS_H 1
  672.  
  673. /* Define if you have the bind library (-lbind).  */
  674. /* #undef HAVE_LIBBIND */
  675.  
  676. /* Define if you have the c_r library (-lc_r).  */
  677. /* #undef HAVE_LIBC_R */
  678.  
  679. /* Define if you have the compat library (-lcompat).  */
  680. /* #undef HAVE_LIBCOMPAT */
  681.  
  682. /* Define if you have the crypt library (-lcrypt).  */
  683. #define HAVE_LIBCRYPT 1
  684.  
  685. /* Define if you have the dl library (-ldl).  */
  686. #define HAVE_LIBDL 1
  687.  
  688. /* Define if you have the gen library (-lgen).  */
  689. /* #undef HAVE_LIBGEN */
  690.  
  691. /* Define if you have the m library (-lm).  */
  692. #define HAVE_LIBM 1
  693.  
  694. /* Define if you have the nsl library (-lnsl).  */
  695. #define HAVE_LIBNSL 1
  696.  
  697. /* Define if you have the nsl_r library (-lnsl_r).  */
  698. /* #undef HAVE_LIBNSL_R */
  699.  
  700. /* Define if you have the pthread library (-lpthread).  */
  701. #define HAVE_LIBPTHREAD 1
  702.  
  703. /* Define if you have the socket library (-lsocket).  */
  704. /* #undef HAVE_LIBSOCKET */
  705.  
  706. /* Name of package */
  707. #define PACKAGE "mysql"
  708.  
  709. /* Version number of package */
  710. #define VERSION "3.23.28-gamma"
  711.  
  712. /* Number of bits in a file offset, on hosts where this is settable. */
  713. #define _FILE_OFFSET_BITS 64
  714.  
  715. /* Define to make fseeko etc. visible, on some hosts. */
  716. /* #undef _LARGEFILE_SOURCE */
  717.  
  718. /* Define for large files, on AIX-style hosts. */
  719. /* #undef _LARGE_FILES */
  720.  
  721.