db_config.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:11k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* db_config.h.  Generated by configure.  */
  2. /* config.hin.  Generated from configure.ac by autoheader.  */
  3. /* Define to 1 if you want to build a version for running the test suite. */
  4. /* #undef CONFIG_TEST */
  5. /* Define to 1 if you want a debugging version. */
  6. /* #undef DEBUG */
  7. /* Define to 1 if you want a version that logs read operations. */
  8. /* #undef DEBUG_ROP */
  9. /* Define to 1 if you want a version that logs write operations. */
  10. /* #undef DEBUG_WOP */
  11. /* Define to 1 if you want a version with run-time diagnostic checking. */
  12. /* #undef DIAGNOSTIC */
  13. /* Define to 1 if you have the `clock_gettime' function. */
  14. /* #undef HAVE_CLOCK_GETTIME */
  15. /* Define to 1 if Berkeley DB release includes strong cryptography. */
  16. /* #undef HAVE_CRYPTO */
  17. /* Define to 1 if you have the `directio' function. */
  18. /* #undef HAVE_DIRECTIO */
  19. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  20.    */
  21. #define HAVE_DIRENT_H 1
  22. /* Define to 1 if you have the <dlfcn.h> header file. */
  23. #define HAVE_DLFCN_H 1
  24. /* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
  25. #define HAVE_EXIT_SUCCESS 1
  26. /* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
  27. #define HAVE_FCNTL_F_SETFD 1
  28. /* Define to 1 if allocated filesystem blocks are not zeroed. */
  29. /* #undef HAVE_FILESYSTEM_NOTZERO */
  30. /* Define to 1 if you have the `getcwd' function. */
  31. #define HAVE_GETCWD 1
  32. /* Define to 1 if you have the `getopt' function. */
  33. #define HAVE_GETOPT 1
  34. /* Define to 1 if you have the `gettimeofday' function. */
  35. #define HAVE_GETTIMEOFDAY 1
  36. /* Define to 1 if you have the `getuid' function. */
  37. #define HAVE_GETUID 1
  38. /* Define to 1 if you have the <inttypes.h> header file. */
  39. #define HAVE_INTTYPES_H 1
  40. /* Define to 1 if you have the `nsl' library (-lnsl). */
  41. /* #undef HAVE_LIBNSL */
  42. /* Define to 1 if you have the `memcmp' function. */
  43. #define HAVE_MEMCMP 1
  44. /* Define to 1 if you have the `memcpy' function. */
  45. #define HAVE_MEMCPY 1
  46. /* Define to 1 if you have the `memmove' function. */
  47. #define HAVE_MEMMOVE 1
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #define HAVE_MEMORY_H 1
  50. /* Define to 1 if you have the `mlock' function. */
  51. #define HAVE_MLOCK 1
  52. /* Define to 1 if you have the `mmap' function. */
  53. #define HAVE_MMAP 1
  54. /* Define to 1 if you have the `munlock' function. */
  55. #define HAVE_MUNLOCK 1
  56. /* Define to 1 if you have the `munmap' function. */
  57. #define HAVE_MUNMAP 1
  58. /* Define to 1 to use the GCC compiler and 68K assembly language mutexes. */
  59. /* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY */
  60. /* Define to 1 to use the AIX _check_lock mutexes. */
  61. /* #undef HAVE_MUTEX_AIX_CHECK_LOCK */
  62. /* Define to 1 to use the GCC compiler and Alpha assembly language mutexes. */
  63. /* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY */
  64. /* Define to 1 to use the GCC compiler and ARM assembly language mutexes. */
  65. /* #undef HAVE_MUTEX_ARM_GCC_ASSEMBLY */
  66. /* Define to 1 to use the UNIX fcntl system call mutexes. */
  67. /* #undef HAVE_MUTEX_FCNTL */
  68. /* Define to 1 to use the GCC compiler and PaRisc assembly language mutexes.
  69.    */
  70. /* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY */
  71. /* Define to 1 to use the msem_XXX mutexes on HP-UX. */
  72. /* #undef HAVE_MUTEX_HPPA_MSEM_INIT */
  73. /* Define to 1 to use the GCC compiler and IA64 assembly language mutexes. */
  74. /* #undef HAVE_MUTEX_IA64_GCC_ASSEMBLY */
  75. /* Define to 1 to use the msem_XXX mutexes on systems other than HP-UX. */
  76. /* #undef HAVE_MUTEX_MSEM_INIT */
  77. /* Define to 1 to use the GCC compiler and Apple PowerPC assembly language. */
  78. /* #undef HAVE_MUTEX_PPC_APPLE_GCC_ASSEMBLY */
  79. /* Define to 1 to use the GCC compiler and generic PowerPC assembly language.
  80.    */
  81. /* #undef HAVE_MUTEX_PPC_GENERIC_GCC_ASSEMBLY */
  82. /* Define to 1 to use POSIX 1003.1 pthread_XXX mutexes. */
  83. #define HAVE_MUTEX_PTHREADS 1
  84. /* Define to 1 to use Reliant UNIX initspin mutexes. */
  85. /* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN */
  86. /* Define to 1 to use the GCC compiler and S/390 assembly language mutexes. */
  87. /* #undef HAVE_MUTEX_S390_GCC_ASSEMBLY */
  88. /* Define to 1 to use the SCO compiler and x86 assembly language mutexes. */
  89. /* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY */
  90. /* Define to 1 to use the obsolete POSIX 1003.1 sema_XXX mutexes. */
  91. /* #undef HAVE_MUTEX_SEMA_INIT */
  92. /* Define to 1 to use the SGI XXX_lock mutexes. */
  93. /* #undef HAVE_MUTEX_SGI_INIT_LOCK */
  94. /* Define to 1 to use the Solaris _lock_XXX mutexes. */
  95. /* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY */
  96. /* Define to 1 to use the Solaris lwp threads mutexes. */
  97. /* #undef HAVE_MUTEX_SOLARIS_LWP */
  98. /* Define to 1 to use the GCC compiler and Sparc assembly language mutexes. */
  99. /* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY */
  100. /* Define to 1 if mutexes hold system resources. */
  101. /* #undef HAVE_MUTEX_SYSTEM_RESOURCES */
  102. /* Define to 1 if fast mutexes are available. */
  103. #define HAVE_MUTEX_THREADS 1
  104. /* Define to 1 to configure mutexes intra-process only. */
  105. /* #undef HAVE_MUTEX_THREAD_ONLY */
  106. /* Define to 1 to use the UNIX International mutexes. */
  107. /* #undef HAVE_MUTEX_UI_THREADS */
  108. /* Define to 1 to use the UTS compiler and assembly language mutexes. */
  109. /* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY */
  110. /* Define to 1 to use VMS mutexes. */
  111. /* #undef HAVE_MUTEX_VMS */
  112. /* Define to 1 to use VxWorks mutexes. */
  113. /* #undef HAVE_MUTEX_VXWORKS */
  114. /* Define to 1 to use Windows mutexes. */
  115. /* #undef HAVE_MUTEX_WIN32 */
  116. /* Define to 1 to use the GCC compiler and x86 assembly language mutexes. */
  117. /* #undef HAVE_MUTEX_X86_GCC_ASSEMBLY */
  118. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  119. /* #undef HAVE_NDIR_H */
  120. /* Define to 1 if you have the O_DIRECT flag. */
  121. /* #undef HAVE_O_DIRECT */
  122. /* Define to 1 if you have the `pread' function. */
  123. #define HAVE_PREAD 1
  124. /* Define to 1 if you have the `pstat_getdynamic' function. */
  125. /* #undef HAVE_PSTAT_GETDYNAMIC */
  126. /* Define to 1 if you have the `pwrite' function. */
  127. #define HAVE_PWRITE 1
  128. /* Define to 1 if building on QNX. */
  129. /* #undef HAVE_QNX */
  130. /* Define to 1 if you have the `qsort' function. */
  131. #define HAVE_QSORT 1
  132. /* Define to 1 if you have the `raise' function. */
  133. #define HAVE_RAISE 1
  134. /* Define to 1 if building RPC client/server. */
  135. /* #undef HAVE_RPC */
  136. /* Define to 1 if you have the `sched_yield' function. */
  137. #define HAVE_SCHED_YIELD 1
  138. /* Define to 1 if you have the `select' function. */
  139. #define HAVE_SELECT 1
  140. /* Define to 1 if you have the `shmget' function. */
  141. #define HAVE_SHMGET 1
  142. /* Define to 1 if you have the `snprintf' function. */
  143. #define HAVE_SNPRINTF 1
  144. /* Define to 1 if you have the <stdint.h> header file. */
  145. #define HAVE_STDINT_H 1
  146. /* Define to 1 if you have the <stdlib.h> header file. */
  147. #define HAVE_STDLIB_H 1
  148. /* Define to 1 if you have the `strcasecmp' function. */
  149. #define HAVE_STRCASECMP 1
  150. /* Define to 1 if you have the `strdup' function. */
  151. #define HAVE_STRDUP 1
  152. /* Define to 1 if you have the `strerror' function. */
  153. #define HAVE_STRERROR 1
  154. /* Define to 1 if you have the <strings.h> header file. */
  155. #define HAVE_STRINGS_H 1
  156. /* Define to 1 if you have the <string.h> header file. */
  157. #define HAVE_STRING_H 1
  158. /* Define to 1 if you have the `strtoul' function. */
  159. #define HAVE_STRTOUL 1
  160. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  161. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  162. /* Define to 1 if you have the `sysconf' function. */
  163. #define HAVE_SYSCONF 1
  164. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  165.    */
  166. /* #undef HAVE_SYS_DIR_H */
  167. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  168.    */
  169. /* #undef HAVE_SYS_NDIR_H */
  170. /* Define to 1 if you have the <sys/select.h> header file. */
  171. #define HAVE_SYS_SELECT_H 1
  172. /* Define to 1 if you have the <sys/stat.h> header file. */
  173. #define HAVE_SYS_STAT_H 1
  174. /* Define to 1 if you have the <sys/time.h> header file. */
  175. #define HAVE_SYS_TIME_H 1
  176. /* Define to 1 if you have the <sys/types.h> header file. */
  177. #define HAVE_SYS_TYPES_H 1
  178. /* Define to 1 if you have the <unistd.h> header file. */
  179. #define HAVE_UNISTD_H 1
  180. /* Define to 1 if unlink of file with open file descriptors will fail. */
  181. /* #undef HAVE_UNLINK_WITH_OPEN_FAILURE */
  182. /* Define to 1 if you have the `vsnprintf' function. */
  183. #define HAVE_VSNPRINTF 1
  184. /* Define to 1 if building VxWorks. */
  185. /* #undef HAVE_VXWORKS */
  186. /* Define to 1 if you have the `yield' function. */
  187. /* #undef HAVE_YIELD */
  188. /* Define to 1 if you have the `_fstati64' function. */
  189. /* #undef HAVE__FSTATI64 */
  190. /* Define to the address where bug reports for this package should be sent. */
  191. #define PACKAGE_BUGREPORT "support@sleepycat.com"
  192. /* Define to the full name of this package. */
  193. #define PACKAGE_NAME "Berkeley DB"
  194. /* Define to the full name and version of this package. */
  195. #define PACKAGE_STRING "Berkeley DB 4.1.24"
  196. /* Define to the one symbol short name of this package. */
  197. #define PACKAGE_TARNAME "db-4.1.24"
  198. /* Define to the version of this package. */
  199. #define PACKAGE_VERSION "4.1.24"
  200. /* The size of a `char', as computed by sizeof. */
  201. #define SIZEOF_CHAR 1
  202. /* The size of a `char *', as computed by sizeof. */
  203. #define SIZEOF_CHAR_P 4
  204. /* The size of a `int', as computed by sizeof. */
  205. #define SIZEOF_INT 4
  206. /* The size of a `long', as computed by sizeof. */
  207. #define SIZEOF_LONG 4
  208. /* The size of a `short', as computed by sizeof. */
  209. #define SIZEOF_SHORT 2
  210. /* The size of a `size_t', as computed by sizeof. */
  211. #define SIZEOF_SIZE_T 4
  212. /* The size of a `unsigned char', as computed by sizeof. */
  213. #define SIZEOF_UNSIGNED_CHAR 1
  214. /* The size of a `unsigned int', as computed by sizeof. */
  215. #define SIZEOF_UNSIGNED_INT 4
  216. /* The size of a `unsigned long', as computed by sizeof. */
  217. #define SIZEOF_UNSIGNED_LONG 4
  218. /* The size of a `unsigned short', as computed by sizeof. */
  219. #define SIZEOF_UNSIGNED_SHORT 2
  220. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  221. /* #undef STAT_MACROS_BROKEN */
  222. /* Define to 1 if you have the ANSI C header files. */
  223. #define STDC_HEADERS 1
  224. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  225. #define TIME_WITH_SYS_TIME 1
  226. /* Define to 1 to mask harmless unitialized memory read/writes. */
  227. /* #undef UMRW */
  228. /* Number of bits in a file offset, on hosts where this is settable. */
  229. #define _FILE_OFFSET_BITS 64
  230. /* Define for large files, on AIX-style hosts. */
  231. /* #undef _LARGE_FILES */
  232. /* Define to empty if `const' does not conform to ANSI C. */
  233. /* #undef const */
  234. /*
  235.  * Exit success/failure macros.
  236.  */
  237. #ifndef HAVE_EXIT_SUCCESS
  238. #define EXIT_FAILURE 1
  239. #define EXIT_SUCCESS 0
  240. #endif
  241. /*
  242.  * Don't step on the namespace.  Other libraries may have their own
  243.  * implementations of these functions, we don't want to use their
  244.  * implementations or force them to use ours based on the load order.
  245.  */
  246. #ifndef HAVE_GETCWD
  247. #define getcwd __db_Cgetcwd
  248. #endif
  249. #ifndef HAVE_MEMCMP
  250. #define memcmp __db_Cmemcmp
  251. #endif
  252. #ifndef HAVE_MEMCPY
  253. #define memcpy __db_Cmemcpy
  254. #endif
  255. #ifndef HAVE_MEMMOVE
  256. #define memmove __db_Cmemmove
  257. #endif
  258. #ifndef HAVE_RAISE
  259. #define raise __db_Craise
  260. #endif
  261. #ifndef HAVE_SNPRINTF
  262. #define snprintf __db_Csnprintf
  263. #endif
  264. #ifndef HAVE_STRCASECMP
  265. #define strcasecmp __db_Cstrcasecmp
  266. #define strncasecmp __db_Cstrncasecmp
  267. #endif
  268. #ifndef HAVE_STRERROR
  269. #define strerror __db_Cstrerror
  270. #endif
  271. #ifndef HAVE_VSNPRINTF
  272. #define vsnprintf __db_Cvsnprintf
  273. #endif