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

MySQL数据库

开发平台:

Visual C++

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