PageRenderTime 60ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 0ms

/user/mysql/acconfig.h

https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public
C Header | 288 lines | 97 code | 90 blank | 101 comment | 0 complexity | 8c9b5e8012f5ee8f52e986e9db6c32ef MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, MPL-2.0-no-copyleft-exception, LGPL-3.0, Unlicense, GPL-2.0, GPL-3.0, CC-BY-SA-3.0, AGPL-1.0, ISC, MIT, 0BSD, LGPL-2.0
  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. #undef C_ALLOCA
  13. #undef CRAY_STACKSEG_END
  14. /* Version of .frm files */
  15. #undef DOT_FRM_VERSION
  16. /* If LOAD DATA LOCAL INFILE should be enabled by default */
  17. #undef ENABLED_LOCAL_INFILE
  18. /* READLINE: */
  19. #undef FIONREAD_IN_SYS_IOCTL
  20. /* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
  21. #undef GWINSZ_IN_SYS_IOCTL
  22. /* Handing of large files on Solaris 2.6 */
  23. #undef _FILE_OFFSET_BITS
  24. /* Do we have FIONREAD */
  25. #undef FIONREAD_IN_SYS_IOCTL
  26. /* Do we need to define _GNU_SOURCE */
  27. #undef _GNU_SOURCE
  28. /* atomic_add() from <asm/atomic.h> (Linux only) */
  29. #undef HAVE_ATOMIC_ADD
  30. /* atomic_sub() from <asm/atomic.h> (Linux only) */
  31. #undef HAVE_ATOMIC_SUB
  32. /* If we have a working alloca() implementation */
  33. #undef HAVE_ALLOCA
  34. /* bool is not defined by all C++ compilators */
  35. #undef HAVE_BOOL
  36. /* Have berkeley db installed */
  37. #undef HAVE_BERKELEY_DB
  38. /* DSB style signals ? */
  39. #undef HAVE_BSD_SIGNALS
  40. /* Can netinet be included */
  41. #undef HAVE_BROKEN_NETINET_INCLUDES
  42. /* READLINE: */
  43. #undef HAVE_BSD_SIGNALS
  44. /* ZLIB and compress: */
  45. #undef HAVE_COMPRESS
  46. /* Define if we are using OSF1 DEC threads */
  47. #undef HAVE_DEC_THREADS
  48. /* Define if we are using OSF1 DEC threads on 3.2 */
  49. #undef HAVE_DEC_3_2_THREADS
  50. /* fp_except from ieeefp.h */
  51. #undef HAVE_FP_EXCEPT
  52. /* READLINE: */
  53. #undef HAVE_GETPW_DECLS
  54. /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines
  55. this with 6 arguments */
  56. #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE
  57. /* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */
  58. #undef HAVE_GETHOSTBYNAME_R_RETURN_INT
  59. /* Define if int8, int16 and int32 types exist */
  60. #undef HAVE_INT_8_16_32
  61. /* Using Innobase DB */
  62. #undef HAVE_INNOBASE_DB
  63. /* Using old ISAM tables */
  64. #undef HAVE_ISAM
  65. /* Define if we have GNU readline */
  66. #undef HAVE_LIBREADLINE
  67. /* Define if have -lwrap */
  68. #undef HAVE_LIBWRAP
  69. /* Define if we are using Xavier Leroy's LinuxThreads */
  70. #undef HAVE_LINUXTHREADS
  71. /* Do we have lstat */
  72. #undef HAVE_LSTAT
  73. /* Do we use user level threads */
  74. #undef HAVE_mit_thread
  75. /* For some non posix threads */
  76. #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC
  77. /* For some non posix threads */
  78. #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT
  79. /* READLINE: */
  80. #undef HAVE_POSIX_SIGNALS
  81. /* Well.. */
  82. #undef HAVE_POSIX_SIGSETJMP
  83. /* sigwait with one argument */
  84. #undef HAVE_NONPOSIX_SIGWAIT
  85. /* ORBIT */
  86. #undef HAVE_ORBIT
  87. /* pthread_attr_setscope */
  88. #undef HAVE_PTHREAD_ATTR_SETSCOPE
  89. /* pthread_yield that doesn't take any arguments */
  90. #undef HAVE_PTHREAD_YIELD_ZERO_ARG
  91. /* pthread_yield function with one argument */
  92. #undef HAVE_PTHREAD_YIELD_ONE_ARG
  93. /* POSIX readdir_r */
  94. #undef HAVE_READDIR_R
  95. /* Have Gemini db installed */
  96. #undef HAVE_GEMINI_DB
  97. /* POSIX sigwait */
  98. #undef HAVE_SIGWAIT
  99. /* crypt */
  100. #undef HAVE_CRYPT
  101. /* If we want to have query cache */
  102. #undef HAVE_QUERY_CACHE
  103. /* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines
  104. this with 8 arguments */
  105. #undef HAVE_SOLARIS_STYLE_GETHOST
  106. /* MIT pthreads does not support connecting with unix sockets */
  107. #undef HAVE_THREADS_WITHOUT_SOCKETS
  108. /* Timespec has a ts_sec instead of tv_sev */
  109. #undef HAVE_TIMESPEC_TS_SEC
  110. /* Have the tzname variable */
  111. #undef HAVE_TZNAME
  112. /* Define if the system files define uchar */
  113. #undef HAVE_UCHAR
  114. /* Define if the system files define uint */
  115. #undef HAVE_UINT
  116. /* Define if the system files define ulong */
  117. #undef HAVE_ULONG
  118. /* Define if the system files define in_addr_t */
  119. #undef HAVE_IN_ADDR_T
  120. /* UNIXWARE7 threads are not posix */
  121. #undef HAVE_UNIXWARE7_THREADS
  122. /* new UNIXWARE7 threads that are not yet posix */
  123. #undef HAVE_UNIXWARE7_POSIX
  124. /* OpenSSL */
  125. #undef HAVE_OPENSSL
  126. /* READLINE: */
  127. #undef HAVE_USG_SIGHOLD
  128. /* Virtual IO */
  129. #undef HAVE_VIO
  130. /* Handling of large files on Solaris 2.6 */
  131. #undef _LARGEFILE_SOURCE
  132. /* Handling of large files on Solaris 2.6 */
  133. #undef _LARGEFILE64_SOURCE
  134. /* Define if want -lwrap */
  135. #undef LIBWRAP
  136. /* Define to machine type name eg sun10 */
  137. #undef MACHINE_TYPE
  138. #undef MUST_REINSTALL_SIGHANDLERS
  139. /* Defined to used character set */
  140. #undef MY_CHARSET_CURRENT
  141. /* READLINE: no sys file*/
  142. #undef NO_SYS_FILE
  143. /* Program name */
  144. #undef PACKAGE
  145. /* mysql client protocoll version */
  146. #undef PROTOCOL_VERSION
  147. /* Define if qsort returns void */
  148. #undef QSORT_TYPE_IS_VOID
  149. /* Define as the return type of qsort (int or void). */
  150. #undef RETQSORTTYPE
  151. /* Size of off_t */
  152. #undef SIZEOF_OFF_T
  153. /* Define as the base type of the last arg to accept */
  154. #undef SOCKET_SIZE_TYPE
  155. /* Last argument to get/setsockopt */
  156. #undef SOCKOPT_OPTLEN_TYPE
  157. #undef SPEED_T_IN_SYS_TYPES
  158. #undef SPRINTF_RETURNS_PTR
  159. #undef SPRINTF_RETURNS_INT
  160. #undef SPRINTF_RETURNS_GARBAGE
  161. /* Needed to get large file support on HPUX 10.20 */
  162. #undef __STDC_EXT__
  163. #undef STACK_DIRECTION
  164. #undef STRCOLL_BROKEN
  165. #undef STRUCT_DIRENT_HAS_D_FILENO
  166. #undef STRUCT_DIRENT_HAS_D_INO
  167. #undef STRUCT_WINSIZE_IN_SYS_IOCTL
  168. #undef STRUCT_WINSIZE_IN_TERMIOS
  169. /* Define to name of system eg solaris*/
  170. #undef SYSTEM_TYPE
  171. /* Define if you want to have threaded code. This may be undef on client code */
  172. #undef THREAD
  173. /* Should be client be thread safe */
  174. #undef THREAD_SAFE_CLIENT
  175. /* READLINE: */
  176. #undef TIOCSTAT_IN_SYS_IOCTL
  177. /* Use multi-byte character routines */
  178. #undef USE_MB
  179. #undef USE_MB_IDENT
  180. /* the pstack backtrace library */
  181. #undef USE_PSTACK
  182. /* Use MySQL RAID */
  183. #undef USE_RAID
  184. /* Use strcoll() functions when comparing and sorting. */
  185. #undef USE_STRCOLL
  186. /* Program version */
  187. #undef VERSION
  188. /* READLINE: */
  189. #undef VOID_SIGHANDLER
  190. /* Leave that blank line there!! Autoheader needs it.
  191. If you're adding to this file, keep in mind:
  192. The entries are in sort -df order: alphabetical, case insensitive,
  193. ignoring punctuation (such as underscores). */