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

MySQL数据库

开发平台:

Visual C++

  1. /*
  2.  * $Id: db_config.h,v 1.4 2000/12/12 18:39:26 bostic Exp $
  3.  */
  4. /* Define if building VxWorks */
  5. #define HAVE_VXWORKS 1
  6. /* Define to empty if the keyword does not work.  */
  7. /* #undef const */
  8. /* Define if your struct stat has st_blksize.  */
  9. #define HAVE_ST_BLKSIZE 1
  10. /* Define to `int' if <sys/types.h> doesn't define.  */
  11. /* #undef mode_t */
  12. /* Define to `long' if <sys/types.h> doesn't define.  */
  13. /* #undef off_t */
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. /* #undef pid_t */
  16. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  17. /* #undef size_t */
  18. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  19. /* #undef STAT_MACROS_BROKEN */
  20. /* Define if you have the ANSI C header files.  */
  21. #define STDC_HEADERS 1
  22. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  23. /* #undef TIME_WITH_SYS_TIME */
  24. /* !!!
  25.  * WORDS_BIGENDIAN is the ONLY option in this file that may be edited
  26.  * for VxWorks.
  27.  *
  28.  * The user must set this according to VxWork's target arch.  We use an
  29.  * x86 (little-endian) target.
  30.  */
  31. /* Define if your processor stores words with the most significant
  32.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  33. /* #undef WORDS_BIGENDIAN */
  34. /* !!!
  35.  * The CONFIG_TEST option may be added using the Tornado project build.
  36.  * DO NOT modify it here.
  37.  */
  38. /* Define if you are building a version for running the test suite. */
  39. /* #undef CONFIG_TEST */
  40. /* !!!
  41.  * The DEBUG option may be added using the Tornado project build.
  42.  * DO NOT modify it here.
  43.  */
  44. /* Define if you want a debugging version. */
  45. /* #undef DEBUG */
  46. /* Define if you want a version that logs read operations. */
  47. /* #undef DEBUG_ROP */
  48. /* Define if you want a version that logs write operations. */
  49. /* #undef DEBUG_WOP */
  50. /* !!!
  51.  * The DIAGNOSTIC option may be added using the Tornado project build.
  52.  * DO NOT modify it here.
  53.  */
  54. /* Define if you want a version with run-time diagnostic checking. */
  55. /* #undef DIAGNOSTIC */
  56. /* Define if you want to mask harmless unitialized memory read/writes. */
  57. /* #undef UMRW */
  58. /* Define if fcntl/F_SETFD denies child access to file descriptors. */
  59. /* #undef HAVE_FCNTL_F_SETFD */
  60. /* Define if building big-file environment (e.g., AIX, HP/UX, Solaris). */
  61. /* #undef HAVE_FILE_OFFSET_BITS */
  62. /* Mutex possibilities. */
  63. /* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY */
  64. /* #undef HAVE_MUTEX_AIX_CHECK_LOCK */
  65. /* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY */
  66. /* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY */
  67. /* #undef HAVE_MUTEX_HPPA_MSEM_INIT */
  68. /* #undef HAVE_MUTEX_IA64_GCC_ASSEMBLY */
  69. /* #undef HAVE_MUTEX_MACOS */
  70. /* #undef HAVE_MUTEX_MSEM_INIT */
  71. /* #undef HAVE_MUTEX_PPC_GCC_ASSEMBLY */
  72. /* #undef HAVE_MUTEX_PTHREADS */
  73. /* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN */
  74. /* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY */
  75. /* #undef HAVE_MUTEX_SEMA_INIT */
  76. /* #undef HAVE_MUTEX_SGI_INIT_LOCK */
  77. /* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY */
  78. /* #undef HAVE_MUTEX_SOLARIS_LWP */
  79. /* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY */
  80. #define HAVE_MUTEX_THREADS 1
  81. /* #undef HAVE_MUTEX_UI_THREADS */
  82. /* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY */
  83. /* #undef HAVE_MUTEX_VMS */
  84. #define HAVE_MUTEX_VXWORKS 1
  85. /* #undef HAVE_MUTEX_WIN16 */
  86. /* #undef HAVE_MUTEX_WIN32 */
  87. /* #undef HAVE_MUTEX_X86_GCC_ASSEMBLY */
  88. /* Define if building on QNX. */
  89. /* #undef HAVE_QNX */
  90. /* !!!
  91.  * The HAVE_RPC option may be added using the Tornado project build.
  92.  * DO NOT modify it here.
  93.  */
  94. /* Define if building RPC client/server. */
  95. /* #undef HAVE_RPC */
  96. /* Define if your sprintf returns a pointer, not a length. */
  97. /* #undef SPRINTF_RET_CHARPNT */
  98. /* Define if you have the getcwd function.  */
  99. #define HAVE_GETCWD 1
  100. /* Define if you have the getopt function.  */
  101. /* #undef HAVE_GETOPT */
  102. /* Define if you have the getuid function.  */
  103. /* #undef HAVE_GETUID */
  104. /* Define if you have the memcmp function.  */
  105. #define HAVE_MEMCMP 1
  106. /* Define if you have the memcpy function.  */
  107. #define HAVE_MEMCPY 1
  108. /* Define if you have the memmove function.  */
  109. #define HAVE_MEMMOVE 1
  110. /* Define if you have the mlock function.  */
  111. #define HAVE_MLOCK 1
  112. /* Define if you have the mmap function.  */
  113. /* #undef HAVE_MMAP */
  114. /* Define if you have the munlock function.  */
  115. #define HAVE_MUNLOCK 1
  116. /* Define if you have the munmap function.  */
  117. /* #undef HAVE_MUNMAP */
  118. /* Define if you have the pread function.  */
  119. /* #undef HAVE_PREAD */
  120. /* Define if you have the pstat_getdynamic function.  */
  121. /* #undef HAVE_PSTAT_GETDYNAMIC */
  122. /* Define if you have the pwrite function.  */
  123. /* #undef HAVE_PWRITE */
  124. /* Define if you have the qsort function.  */
  125. #define HAVE_QSORT 1
  126. /* Define if you have the raise function.  */
  127. #define HAVE_RAISE 1
  128. /* Define if you have the sched_yield function.  */
  129. #define HAVE_SCHED_YIELD 1
  130. /* Define if you have the select function.  */
  131. #define HAVE_SELECT 1
  132. /* Define if you have the shmget function.  */
  133. /* #undef HAVE_SHMGET */
  134. /* Define if you have the snprintf function.  */
  135. /* #undef HAVE_SNPRINTF */
  136. /* Define if you have the strcasecmp function.  */
  137. /* #undef HAVE_STRCASECMP */
  138. /* Define if you have the strerror function.  */
  139. #define HAVE_STRERROR 1
  140. /* Define if you have the strtoul function.  */
  141. #define HAVE_STRTOUL 1
  142. /* Define if you have the sysconf function.  */
  143. /* #undef HAVE_SYSCONF */
  144. /* Define if you have the vsnprintf function.  */
  145. /* #undef HAVE_VSNPRINTF */
  146. /* Define if you have the yield function.  */
  147. /* #undef HAVE_YIELD */
  148. /* Define if you have the <dirent.h> header file.  */
  149. #define HAVE_DIRENT_H 1
  150. /* Define if you have the <ndir.h> header file.  */
  151. /* #undef HAVE_NDIR_H */
  152. /* Define if you have the <sys/dir.h> header file.  */
  153. /* #undef HAVE_SYS_DIR_H */
  154. /* Define if you have the <sys/ndir.h> header file.  */
  155. /* #undef HAVE_SYS_NDIR_H */
  156. /* Define if you have the <sys/select.h> header file.  */
  157. /* #undef HAVE_SYS_SELECT_H */
  158. /* Define if you have the <sys/time.h> header file.  */
  159. /* #undef HAVE_SYS_TIME_H */
  160. /* Define if you have the nsl library (-lnsl).  */
  161. /* #undef HAVE_LIBNSL */
  162. /*
  163.  * !!!
  164.  * The following is not part of the automatic configuration setup, but
  165.  * provides necessary VxWorks information.
  166.  */
  167. #include "vxWorks.h"
  168. /*
  169.  * VxWorks does not have getpid().
  170.  */
  171. #define getpid() taskIdSelf()
  172. /*
  173.  * Don't step on the namespace.  Other libraries may have their own
  174.  * implementations of these functions, we don't want to use their
  175.  * implementations or force them to use ours based on the load order.
  176.  */
  177. #ifndef HAVE_GETCWD
  178. #define getcwd __db_Cgetcwd
  179. #endif
  180. #ifndef HAVE_GETOPT
  181. #define getopt __db_Cgetopt
  182. #endif
  183. #ifndef HAVE_MEMCMP
  184. #define memcmp __db_Cmemcmp
  185. #endif
  186. #ifndef HAVE_MEMCPY
  187. #define memcpy __db_Cmemcpy
  188. #endif
  189. #ifndef HAVE_MEMMOVE
  190. #define memmove __db_Cmemmove
  191. #endif
  192. #ifndef HAVE_RAISE
  193. #define raise __db_Craise
  194. #endif
  195. #ifndef HAVE_SNPRINTF
  196. #define snprintf __db_Csnprintf
  197. #endif
  198. #ifndef HAVE_STRCASECMP
  199. #define strcasecmp __db_Cstrcasecmp
  200. #endif
  201. #ifndef HAVE_STRERROR
  202. #define strerror __db_Cstrerror
  203. #endif
  204. #ifndef HAVE_VSNPRINTF
  205. #define vsnprintf __db_Cvsnprintf
  206. #endif