acconfig.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.    Descriptive text for the C preprocessor macros that
  4.    the distributed Autoconf macros can define.
  5.    No software package will use all of them; autoheader copies the ones
  6.    your configure.in uses into your configuration header file templates.
  7.    The entries are in sort -df order: alphabetical, case insensitive,
  8.    ignoring punctuation (such as underscores).  Although this order
  9.    can split up related entries, it makes it easier to check whether
  10.    a given entry is in the file.
  11.    Leave the following blank line there!!  Autoheader needs it.  */
  12. /* Version of .frm files */
  13. #undef DOT_FRM_VERSION
  14. /* READLINE: */
  15. #undef FIONREAD_IN_SYS_IOCTL
  16. /* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  17. #undef GWINSZ_IN_SYS_IOCTL
  18. /* Handing of large files on Solaris 2.6 */
  19. #undef _FILE_OFFSET_BITS
  20. /* Do we have FIONREAD */
  21. #undef FIONREAD_IN_SYS_IOCTL
  22. /* Do we need to define _GNU_SOURCE */
  23. #undef _GNU_SOURCE
  24. /* atomic_add() from <asm/atomic.h> (Linux only) */
  25. #undef HAVE_ATOMIC_ADD
  26. /* atomic_sub() from <asm/atomic.h> (Linux only) */
  27. #undef HAVE_ATOMIC_SUB
  28. /* bool is not defined by all C++ compilators */
  29. #undef HAVE_BOOL
  30. /* Have berkeley db installed */
  31. #undef HAVE_BERKELEY_DB
  32. /* DSB style signals ? */
  33. #undef HAVE_BSD_SIGNALS
  34. /* Can netinet be included */
  35. #undef HAVE_BROKEN_NETINET_INCLUDES
  36. /* READLINE: */
  37. #undef HAVE_BSD_SIGNALS
  38. /* ZLIB and compress: */
  39. #undef HAVE_COMPRESS
  40. /* Define if we are using OSF1 DEC threads */
  41. #undef HAVE_DEC_THREADS
  42. /* Define if we are using OSF1 DEC threads on 3.2 */
  43. #undef HAVE_DEC_3_2_THREADS
  44. /* fp_except from ieeefp.h */
  45. #undef HAVE_FP_EXCEPT
  46. /* READLINE: */
  47. #undef HAVE_GETPW_DECLS
  48. /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines
  49.    this with 6 arguments */
  50. #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE
  51. /* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */
  52. #undef HAVE_GETHOSTBYNAME_R_RETURN_INT
  53. /* Define if int8, int16 and int32 types exist */
  54. #undef HAVE_INT_8_16_32
  55. /* Using Innobase DB */
  56. #undef HAVE_INNOBASE_DB
  57. /* Define if we have GNU readline */
  58. #undef HAVE_LIBREADLINE
  59. /* Define if have -lwrap */
  60. #undef HAVE_LIBWRAP
  61. /* Define if we are using Xavier Leroy's LinuxThreads */
  62. #undef HAVE_LINUXTHREADS
  63. /* Do we have lstat */
  64. #undef HAVE_LSTAT
  65. /* Do we use user level threads */
  66. #undef HAVE_mit_thread
  67. /* For some non posix threads */
  68. #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC
  69. /* For some non posix threads */
  70. #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT
  71. /* READLINE: */
  72. #undef HAVE_POSIX_SIGNALS
  73. /* Well.. */
  74. #undef HAVE_POSIX_SIGSETJMP
  75. /* sigwait with one argument */
  76. #undef HAVE_NONPOSIX_SIGWAIT
  77. /* pthread_attr_setscope */
  78. #undef HAVE_PTHREAD_ATTR_SETSCOPE
  79. /* POSIX readdir_r */
  80. #undef HAVE_READDIR_R
  81. /* POSIX sigwait */
  82. #undef HAVE_SIGWAIT
  83. /* crypt */
  84. #undef HAVE_CRYPT
  85. /* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines
  86.    this with 8 arguments */
  87. #undef HAVE_SOLARIS_STYLE_GETHOST
  88. /* MIT pthreads does not support connecting with unix sockets */
  89. #undef HAVE_THREADS_WITHOUT_SOCKETS
  90. /* Timespec has a ts_sec instead of tv_sev  */
  91. #undef HAVE_TIMESPEC_TS_SEC
  92. /* Have the tzname variable */
  93. #undef HAVE_TZNAME
  94. /* Define if the system files define uchar */
  95. #undef HAVE_UCHAR
  96. /* Define if the system files define uint */
  97. #undef HAVE_UINT
  98. /* Define if the system files define ulong */
  99. #undef HAVE_ULONG
  100. /* UNIXWARE7 threads are not posix */
  101. #undef HAVE_UNIXWARE7_THREADS
  102. /* new UNIXWARE7 threads that are not yet posix */
  103. #undef HAVE_UNIXWARE7_POSIX
  104. /* READLINE: */
  105. #undef HAVE_USG_SIGHOLD
  106. /* Handling of large files on Solaris 2.6 */
  107. #undef _LARGEFILE_SOURCE
  108. /* Handling of large files on Solaris 2.6 */
  109. #undef _LARGEFILE64_SOURCE
  110. /* Define if want -lwrap */
  111. #undef LIBWRAP
  112. /* Define to machine type name eg sun10 */
  113. #undef MACHINE_TYPE
  114. #undef MUST_REINSTALL_SIGHANDLERS
  115. /* Defined to used character set */
  116. #undef MY_CHARSET_CURRENT
  117. /* READLINE: no sys file*/
  118. #undef NO_SYS_FILE
  119. /* Program name */
  120. #undef PACKAGE
  121. /* mysql client protocoll version */
  122. #undef PROTOCOL_VERSION
  123. /* Define if qsort returns void */
  124. #undef QSORT_TYPE_IS_VOID
  125. /* Define as the return type of qsort (int or void). */
  126. #undef RETQSORTTYPE
  127. /* Size of off_t */
  128. #undef SIZEOF_OFF_T
  129. /* Define as the base type of the last arg to accept */
  130. #undef SOCKET_SIZE_TYPE
  131. /* Last argument to get/setsockopt */
  132. #undef SOCKOPT_OPTLEN_TYPE
  133. #undef SPEED_T_IN_SYS_TYPES
  134. #undef SPRINTF_RETURNS_PTR
  135. #undef SPRINTF_RETURNS_INT
  136. #undef SPRINTF_RETURNS_GARBAGE
  137. /* Needed to get large file supportat HPUX 10.20 */
  138. #undef __STDC_EXT__
  139. #undef STRCOLL_BROKEN
  140. #undef STRUCT_DIRENT_HAS_D_FILENO
  141. #undef STRUCT_DIRENT_HAS_D_INO
  142. #undef STRUCT_WINSIZE_IN_SYS_IOCTL
  143. #undef STRUCT_WINSIZE_IN_TERMIOS
  144. /* Define to name of system eg solaris*/
  145. #undef SYSTEM_TYPE
  146. /* Define if you want to have threaded code. This may be undef on client code */
  147. #undef THREAD
  148. /* Should be client be thread safe */
  149. #undef THREAD_SAFE_CLIENT
  150. /* READLINE: */
  151. #undef TIOCSTAT_IN_SYS_IOCTL
  152. /* Use multi-byte character routines */
  153. #undef USE_MB
  154. #undef USE_MB_IDENT
  155. /* Use MySQL RAID */
  156. #undef USE_RAID
  157. /* Use strcoll() functions when comparing and sorting. */
  158. #undef USE_STRCOLL
  159. /* Program version */
  160. #undef VERSION
  161. /* READLINE: */
  162. #undef VOID_SIGHANDLER
  163. /* Leave that blank line there!!  Autoheader needs it.
  164.    If you're adding to this file, keep in mind:
  165.    The entries are in sort -df order: alphabetical, case insensitive,
  166.    ignoring punctuation (such as underscores).  */