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

MySQL数据库

开发平台:

Visual C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define to `long' if <sys/types.h> doesn't define.  */
  3. #undef off_t
  4. /* Define as the return type of signal handlers (int or void).  */
  5. #undef RETSIGTYPE
  6. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  7. #undef size_t
  8. /* Define if you have the ANSI C header files.  */
  9. #undef STDC_HEADERS
  10. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  11. #undef TIME_WITH_SYS_TIME
  12. /* Does the OS already support struct timespec */
  13. #undef _OS_HAS_TIMESPEC
  14. /* Does the OS need socklen_t for the socket syscalls? */
  15. #undef _OS_HAS_SOCKLEN_T
  16. /* For networking code: an integral type the size of an IP address (4
  17.    octets).  Determined by examining return values from certain
  18.    functions.  */
  19. #undef pthread_ipaddr_type
  20. /* For networking code: an integral type the size of an IP port number
  21.    (2 octets).  Determined by examining return values from certain
  22.    functions.  */
  23. #undef pthread_ipport_type
  24. /* type of clock_t, from system header files */
  25. #undef pthread_clock_t
  26. /* Specially named so grep processing will find it and put it into the
  27.    generated ac-types.h.  */
  28. #undef pthread_have_va_list_h
  29. /* type of size_t, from system header files */
  30. #undef pthread_size_t
  31. /* type of ssize_t, from system header files */
  32. #undef pthread_ssize_t
  33. /* type of time_t, from system header files */
  34. #undef pthread_time_t
  35. /* type of fpos_t, from system header files */
  36. #undef pthread_fpos_t
  37. /* type of off_t, from system header files */
  38. #undef pthread_off_t
  39. /* type of va_list, from system header files */
  40. #undef pthread_va_list
  41. /* I don't know why the native compiler definitions aren't sufficient
  42.    for this.  */
  43. #undef sunos4
  44. /* define if the linker hauls in certain static data from libc even when
  45.    you don't want it to.  yes, this description is bogus, but chris added
  46.    the need for this, without describing the problem.  */
  47. #undef LD_LINKS_STATIC_DATA
  48. /* define if the system reissues the SIGCHLD if the handler reinstalls
  49.  * itself before calling wait()
  50.  */
  51. #undef BROKEN_SIGNALS
  52. /* where are terminal devices to be found? */
  53. #undef _PATH_PTY
  54. /* what directory holds the time zone info on this system? */
  55. #undef _PATH_TZDIR
  56. /* what file indicates the local time zone? */
  57. #undef _PATH_TZFILE
  58. /* Paths for various networking support files.  */
  59. #undef _PATH_RESCONF
  60. #undef _PATH_HOSTS
  61. #undef _PATH_NETWORKS
  62. #undef _PATH_PROTOCOLS
  63. #undef _PATH_SERVICES
  64. /* Path for Bourne shell.  */
  65. #undef _PATH_BSHELL
  66. /* Define if you have the syscall_accept function.  */
  67. #undef HAVE_SYSCALL_ACCEPT
  68. /* Define if you have the syscall_bind function.  */
  69. #undef HAVE_SYSCALL_BIND
  70. /* Define if you have the syscall_chdir function.  */
  71. #undef HAVE_SYSCALL_CHDIR
  72. /* Define if you have the syscall_chmod function.  */
  73. #undef HAVE_SYSCALL_CHMOD
  74. /* Define if you have the syscall_chown function.  */
  75. #undef HAVE_SYSCALL_CHOWN
  76. /* Define if you have the syscall_chroot function.  */
  77. #undef HAVE_SYSCALL_CHROOT
  78. /* Define if you have the syscall_close function.  */
  79. #undef HAVE_SYSCALL_CLOSE
  80. /* Define if you have the syscall_connect function.  */
  81. #undef HAVE_SYSCALL_CONNECT
  82. /* Define if you have the syscall_creat function.  */
  83. #undef HAVE_SYSCALL_CREAT
  84. /* Define if you have the syscall_dup function.  */
  85. #undef HAVE_SYSCALL_DUP
  86. /* Define if you have the syscall_dup2 function.  */
  87. #undef HAVE_SYSCALL_DUP2
  88. /* Define if you have the syscall_execve function.  */
  89. #undef HAVE_SYSCALL_EXECVE
  90. /* Define if you have the syscall_exit function.  */
  91. #undef HAVE_SYSCALL_EXIT
  92. /* Define if you have the syscall_fchmod function.  */
  93. #undef HAVE_SYSCALL_FCHMOD
  94. /* Define if you have the syscall_fchown function.  */
  95. #undef HAVE_SYSCALL_FCHOWN
  96. /* Define if you have the syscall_fcntl function.  */
  97. #undef HAVE_SYSCALL_FCNTL
  98. /* Define if you have the syscall_flock function.  */
  99. #undef HAVE_SYSCALL_FLOCK
  100. /* Define if you have the syscall_fork function.  */
  101. #undef HAVE_SYSCALL_FORK
  102. /* Define if you have the syscall_fstat function.  */
  103. #undef HAVE_SYSCALL_FSTAT
  104. /* Define if you have the syscall_fstatfs function.  */
  105. #undef HAVE_SYSCALL_FSTATFS
  106. /* Define if you have the syscall_ftruncate function.  */
  107. #undef HAVE_SYSCALL_FTRUNCATE
  108. /* Define if you have the syscall_getdents function.  */
  109. #undef HAVE_SYSCALL_GETDENTS
  110. /* Define if you have the syscall_getdirentries function.  */
  111. #undef HAVE_SYSCALL_GETDIRENTRIES
  112. /* Define if you have the syscall_getdtablesize function.  */
  113. #undef HAVE_SYSCALL_GETDTABLESIZE
  114. /* Define if you have the syscall_getmsg function.  */
  115. #undef HAVE_SYSCALL_GETMSG
  116. /* Define if you have the syscall_getpeername function.  */
  117. #undef HAVE_SYSCALL_GETPEERNAME
  118. /* Define if you have the syscall_getpgrp function.  */
  119. #undef HAVE_SYSCALL_GETPGRP
  120. /* Define if you have the syscall_getsockname function.  */
  121. #undef HAVE_SYSCALL_GETSOCKNAME
  122. /* Define if you have the syscall_getsockopt function.  */
  123. #undef HAVE_SYSCALL_GETSOCKOPT
  124. /* Define if you have the syscall_ioctl function.  */
  125. #undef HAVE_SYSCALL_IOCTL
  126. /* Define if you have the syscall_ksigaction function.  */
  127. #undef HAVE_SYSCALL_KSIGACTION
  128. /* Define if you have the syscall_link function.  */
  129. #undef HAVE_SYSCALL_LINK
  130. /* Define if you have the syscall_listen function.  */
  131. #undef HAVE_SYSCALL_LISTEN
  132. /* Define if you have the syscall_lseek function.  */
  133. #undef HAVE_SYSCALL_LSEEK
  134. /* Define if you have the syscall_lstat function.  */
  135. #undef HAVE_SYSCALL_LSTAT
  136. /* Define if you have the syscall_open function.  */
  137. #undef HAVE_SYSCALL_OPEN
  138. /* Define if you have the syscall_pgrpsys function.  */
  139. #undef HAVE_SYSCALL_PGRPSYS
  140. /* Define if you have the syscall_pipe function.  */
  141. #undef HAVE_SYSCALL_PIPE
  142. /* Define if you have the syscall_poll function.  */
  143. #undef HAVE_SYSCALL_POLL
  144. /* Define if you have the syscall_putmsg function.  */
  145. #undef HAVE_SYSCALL_PUTMSG
  146. /* Define if you have the syscall_read function.  */
  147. #undef HAVE_SYSCALL_READ
  148. /* Define if you have the syscall_readdir function.  */
  149. #undef HAVE_SYSCALL_READDIR
  150. /* Define if you have the syscall_readv function.  */
  151. #undef HAVE_SYSCALL_READV
  152. /* Define if you have the syscall_recv function.  */
  153. #undef HAVE_SYSCALL_RECV
  154. /* Define if you have the syscall_recvfrom function.  */
  155. #undef HAVE_SYSCALL_RECVFROM
  156. /* Define if you have the syscall_recvmsg function.  */
  157. #undef HAVE_SYSCALL_RECVMSG
  158. /* Define if you have the syscall_rename function.  */
  159. #undef HAVE_SYSCALL_RENAME
  160. /* Define if you have the syscall_select function.  */
  161. #undef HAVE_SYSCALL_SELECT
  162. /* Define if you have the syscall_send function.  */
  163. #undef HAVE_SYSCALL_SEND
  164. /* Define if you have the syscall_sendmsg function.  */
  165. #undef HAVE_SYSCALL_SENDMSG
  166. /* Define if you have the syscall_sendto function.  */
  167. #undef HAVE_SYSCALL_SENDTO
  168. /* Define if you have the syscall_setsockopt function.  */
  169. #undef HAVE_SYSCALL_SETSOCKOPT
  170. /* Define if you have the syscall_shutdown function.  */
  171. #undef HAVE_SYSCALL_SHUTDOWN
  172. /* Define if you have the syscall_sigaction function.  */
  173. #undef HAVE_SYSCALL_SIGACTION
  174. /* Define if you have the syscall_sigpause function.  */
  175. #undef HAVE_SYSCALL_SIGPAUSE
  176. /* Define if you have the syscall_sigprocmask function.  */
  177. #undef HAVE_SYSCALL_SIGPROCMASK
  178. /* Define if you have the syscall_sigsuspend function.  */
  179. #undef HAVE_SYSCALL_SIGSUSPEND
  180. /* Define if you have the syscall_socket function.  */
  181. #undef HAVE_SYSCALL_SOCKET
  182. /* Define if you have the syscall_socketcall function.  */
  183. #undef HAVE_SYSCALL_SOCKETCALL
  184. /* Define if you have the syscall_socketpair function.  */
  185. #undef HAVE_SYSCALL_SOCKETPAIR
  186. /* Define if you have the syscall_stat function.  */
  187. #undef HAVE_SYSCALL_STAT
  188. /* Define if you have the syscall_uname function.  */
  189. #undef HAVE_SYSCALL_UNAME
  190. /* Define if you have the syscall_unlink function.  */
  191. #undef HAVE_SYSCALL_UNLINK
  192. /* Define if you have the syscall_wait3 function.  */
  193. #undef HAVE_SYSCALL_WAIT3
  194. /* Define if you have the syscall_wait4 function.  */
  195. #undef HAVE_SYSCALL_WAIT4
  196. /* Define if you have the syscall_waitpid function.  */
  197. #undef HAVE_SYSCALL_WAITPID
  198. /* Define if you have the syscall_waitsys function.  */
  199. #undef HAVE_SYSCALL_WAITSYS
  200. /* Define if you have the syscall_write function.  */
  201. #undef HAVE_SYSCALL_WRITE
  202. /* Define if you have the syscall_writev function.  */
  203. #undef HAVE_SYSCALL_WRITEV
  204. /* Define if you have the vfork function.  */
  205. #undef HAVE_VFORK
  206. /* Define if you have the <alloc.h> header file.  */
  207. #undef HAVE_ALLOC_H
  208. /* Define if you have the <sys/filio.h> header file.  */
  209. #undef HAVE_SYS_FILIO_H
  210. /* Define if you have the <sys/syscall.h> header file.  */
  211. #undef HAVE_SYS_SYSCALL_H
  212. /* Define if you have the <sys/termio.h> header file.  */
  213. #undef HAVE_SYS_TERMIO_H
  214. /* Define if you have the <sys/time.h> header file.  */
  215. #undef HAVE_SYS_TIME_H
  216. /* Define if you have the <syscall.h> header file.  */
  217. #undef HAVE_SYSCALL_H
  218. /* Define if you have the <termio.h> header file.  */
  219. #undef HAVE_TERMIO_H
  220. /* Define if you have the <termios.h> header file.  */
  221. #undef HAVE_TERMIOS_H