config.h.in
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:10k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define if on AIX 3.
  3.    System headers sometimes define this.
  4.    We just want to avoid a redefinition error message.  */
  5. #ifndef _ALL_SOURCE
  6. #undef _ALL_SOURCE
  7. #endif
  8. /* Define if the closedir function returns void instead of int.  */
  9. #undef CLOSEDIR_VOID
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12. /* Define if you don't have vprintf but do have _doprnt.  */
  13. #undef HAVE_DOPRNT
  14. /* Define if you have a working `mmap' system call.  */
  15. #undef HAVE_MMAP
  16. /* Define if you have the strftime function.  */
  17. #undef HAVE_STRFTIME
  18. /* Define if you have the vprintf function.  */
  19. #undef HAVE_VPRINTF
  20. /* Define if on MINIX.  */
  21. #undef _MINIX
  22. /* Define to `long' if <sys/types.h> doesn't define.  */
  23. #undef off_t
  24. /* Define to `int' if <sys/types.h> doesn't define.  */
  25. #undef pid_t
  26. /* Define if the system does not provide POSIX.1 features except
  27.    with this defined.  */
  28. #undef _POSIX_1_SOURCE
  29. /* Define if you need to in order for stat and other things to work.  */
  30. #undef _POSIX_SOURCE
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #undef RETSIGTYPE
  33. /* Define if the `setpgrp' function takes no argument.  */
  34. #undef SETPGRP_VOID
  35. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  36. #undef size_t
  37. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  38. #undef STAT_MACROS_BROKEN
  39. /* Define if you have the ANSI C header files.  */
  40. #undef STDC_HEADERS
  41. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  42. #undef TIME_WITH_SYS_TIME
  43. /* Define if your <sys/time.h> declares struct tm.  */
  44. #undef TM_IN_SYS_TIME
  45. /* The number of bytes in a unsigned char.  */
  46. #undef SIZEOF_UNSIGNED_CHAR
  47. /* The number of bytes in a unsigned int.  */
  48. #undef SIZEOF_UNSIGNED_INT
  49. /* The number of bytes in a unsigned long.  */
  50. #undef SIZEOF_UNSIGNED_LONG
  51. /* The number of bytes in a unsigned long long.  */
  52. #undef SIZEOF_UNSIGNED_LONG_LONG
  53. /* The number of bytes in a unsigned short.  */
  54. #undef SIZEOF_UNSIGNED_SHORT
  55. /* Define if you have the _mkdir function.  */
  56. #undef HAVE__MKDIR
  57. /* Define if you have the bcopy function.  */
  58. #undef HAVE_BCOPY
  59. /* Define if you have the chdir function.  */
  60. #undef HAVE_CHDIR
  61. /* Define if you have the difftime function.  */
  62. #undef HAVE_DIFFTIME
  63. /* Define if you have the epoll_create function.  */
  64. #undef HAVE_EPOLL_CREATE
  65. /* Define if you have the fork function.  */
  66. #undef HAVE_FORK
  67. /* Define if you have the ftime function.  */
  68. #undef HAVE_FTIME
  69. /* Define if you have the getenv function.  */
  70. #undef HAVE_GETENV
  71. /* Define if you have the getgid function.  */
  72. #undef HAVE_GETGID
  73. /* Define if you have the getgrnam function.  */
  74. #undef HAVE_GETGRNAM
  75. /* Define if you have the gethostbyname function.  */
  76. #undef HAVE_GETHOSTBYNAME
  77. /* Define if you have the gethostname function.  */
  78. #undef HAVE_GETHOSTNAME
  79. /* Define if you have the getlogin function.  */
  80. #undef HAVE_GETLOGIN
  81. /* Define if you have the getopt function.  */
  82. #undef HAVE_GETOPT
  83. /* Define if you have the getpagesize function.  */
  84. #undef HAVE_GETPAGESIZE
  85. /* Define if you have the getpid function.  */
  86. #undef HAVE_GETPID
  87. /* Define if you have the getpwnam function.  */
  88. #undef HAVE_GETPWNAM
  89. /* Define if you have the getrlimit function.  */
  90. #undef HAVE_GETRLIMIT
  91. /* Define if you have the getservbyname function.  */
  92. #undef HAVE_GETSERVBYNAME
  93. /* Define if you have the gettimeofday function.  */
  94. #undef HAVE_GETTIMEOFDAY
  95. /* Define if you have the getuid function.  */
  96. #undef HAVE_GETUID
  97. /* Define if you have the index function.  */
  98. #undef HAVE_INDEX
  99. /* Define if you have the inet_aton function.  */
  100. #undef HAVE_INET_ATON
  101. /* Define if you have the inet_ntoa function.  */
  102. #undef HAVE_INET_NTOA
  103. /* Define if you have the ioctl function.  */
  104. #undef HAVE_IOCTL
  105. /* Define if you have the kqueue function.  */
  106. #undef HAVE_KQUEUE
  107. /* Define if you have the memcpy function.  */
  108. #undef HAVE_MEMCPY
  109. /* Define if you have the memmove function.  */
  110. #undef HAVE_MEMMOVE
  111. /* Define if you have the memset function.  */
  112. #undef HAVE_MEMSET
  113. /* Define if you have the mkdir function.  */
  114. #undef HAVE_MKDIR
  115. /* Define if you have the mktime function.  */
  116. #undef HAVE_MKTIME
  117. /* Define if you have the pipe function.  */
  118. #undef HAVE_PIPE
  119. /* Define if you have the poll function.  */
  120. #undef HAVE_POLL
  121. /* Define if you have the pow function.  */
  122. #undef HAVE_POW
  123. /* Define if you have the recv function.  */
  124. #undef HAVE_RECV
  125. /* Define if you have the recvfrom function.  */
  126. #undef HAVE_RECVFROM
  127. /* Define if you have the rindex function.  */
  128. #undef HAVE_RINDEX
  129. /* Define if you have the select function.  */
  130. #undef HAVE_SELECT
  131. /* Define if you have the send function.  */
  132. #undef HAVE_SEND
  133. /* Define if you have the sendto function.  */
  134. #undef HAVE_SENDTO
  135. /* Define if you have the setgid function.  */
  136. #undef HAVE_SETGID
  137. /* Define if you have the setitimer function.  */
  138. #undef HAVE_SETITIMER
  139. /* Define if you have the setpgid function.  */
  140. #undef HAVE_SETPGID
  141. /* Define if you have the setpgrp function.  */
  142. #undef HAVE_SETPGRP
  143. /* Define if you have the setsid function.  */
  144. #undef HAVE_SETSID
  145. /* Define if you have the setuid function.  */
  146. #undef HAVE_SETUID
  147. /* Define if you have the sigaction function.  */
  148. #undef HAVE_SIGACTION
  149. /* Define if you have the sigaddset function.  */
  150. #undef HAVE_SIGADDSET
  151. /* Define if you have the sigprocmask function.  */
  152. #undef HAVE_SIGPROCMASK
  153. /* Define if you have the socket function.  */
  154. #undef HAVE_SOCKET
  155. /* Define if you have the strcasecmp function.  */
  156. #undef HAVE_STRCASECMP
  157. /* Define if you have the strchr function.  */
  158. #undef HAVE_STRCHR
  159. /* Define if you have the strdup function.  */
  160. #undef HAVE_STRDUP
  161. /* Define if you have the strerror function.  */
  162. #undef HAVE_STRERROR
  163. /* Define if you have the stricmp function.  */
  164. #undef HAVE_STRICMP
  165. /* Define if you have the strncasecmp function.  */
  166. #undef HAVE_STRNCASECMP
  167. /* Define if you have the strnicmp function.  */
  168. #undef HAVE_STRNICMP
  169. /* Define if you have the strrchr function.  */
  170. #undef HAVE_STRRCHR
  171. /* Define if you have the strsep function.  */
  172. #undef HAVE_STRSEP
  173. /* Define if you have the strtoul function.  */
  174. #undef HAVE_STRTOUL
  175. /* Define if you have the uname function.  */
  176. #undef HAVE_UNAME
  177. /* Define if you have the wait function.  */
  178. #undef HAVE_WAIT
  179. /* Define if you have the waitpid function.  */
  180. #undef HAVE_WAITPID
  181. /* Define if you have the <arpa/inet.h> header file.  */
  182. #undef HAVE_ARPA_INET_H
  183. /* Define if you have the <dir.h> header file.  */
  184. #undef HAVE_DIR_H
  185. /* Define if you have the <direct.h> header file.  */
  186. #undef HAVE_DIRECT_H
  187. /* Define if you have the <dirent.h> header file.  */
  188. #undef HAVE_DIRENT_H
  189. /* Define if you have the <fcntl.h> header file.  */
  190. #undef HAVE_FCNTL_H
  191. /* Define if you have the <grp.h> header file.  */
  192. #undef HAVE_GRP_H
  193. /* Define if you have the <limits.h> header file.  */
  194. #undef HAVE_LIMITS_H
  195. /* Define if you have the <malloc.h> header file.  */
  196. #undef HAVE_MALLOC_H
  197. /* Define if you have the <memory.h> header file.  */
  198. #undef HAVE_MEMORY_H
  199. /* Define if you have the <ndir.h> header file.  */
  200. #undef HAVE_NDIR_H
  201. /* Define if you have the <netdb.h> header file.  */
  202. #undef HAVE_NETDB_H
  203. /* Define if you have the <netinet/in.h> header file.  */
  204. #undef HAVE_NETINET_IN_H
  205. /* Define if you have the <poll.h> header file.  */
  206. #undef HAVE_POLL_H
  207. /* Define if you have the <pwd.h> header file.  */
  208. #undef HAVE_PWD_H
  209. /* Define if you have the <stdarg.h> header file.  */
  210. #undef HAVE_STDARG_H
  211. /* Define if you have the <stddef.h> header file.  */
  212. #undef HAVE_STDDEF_H
  213. /* Define if you have the <stdint.h> header file.  */
  214. #undef HAVE_STDINT_H
  215. /* Define if you have the <string.h> header file.  */
  216. #undef HAVE_STRING_H
  217. /* Define if you have the <strings.h> header file.  */
  218. #undef HAVE_STRINGS_H
  219. /* Define if you have the <stropts.h> header file.  */
  220. #undef HAVE_STROPTS_H
  221. /* Define if you have the <sys/dir.h> header file.  */
  222. #undef HAVE_SYS_DIR_H
  223. /* Define if you have the <sys/epoll.h> header file.  */
  224. #undef HAVE_SYS_EPOLL_H
  225. /* Define if you have the <sys/event.h> header file.  */
  226. #undef HAVE_SYS_EVENT_H
  227. /* Define if you have the <sys/file.h> header file.  */
  228. #undef HAVE_SYS_FILE_H
  229. /* Define if you have the <sys/ioctl.h> header file.  */
  230. #undef HAVE_SYS_IOCTL_H
  231. /* Define if you have the <sys/mman.h> header file.  */
  232. #undef HAVE_SYS_MMAN_H
  233. /* Define if you have the <sys/ndir.h> header file.  */
  234. #undef HAVE_SYS_NDIR_H
  235. /* Define if you have the <sys/param.h> header file.  */
  236. #undef HAVE_SYS_PARAM_H
  237. /* Define if you have the <sys/poll.h> header file.  */
  238. #undef HAVE_SYS_POLL_H
  239. /* Define if you have the <sys/resource.h> header file.  */
  240. #undef HAVE_SYS_RESOURCE_H
  241. /* Define if you have the <sys/select.h> header file.  */
  242. #undef HAVE_SYS_SELECT_H
  243. /* Define if you have the <sys/socket.h> header file.  */
  244. #undef HAVE_SYS_SOCKET_H
  245. /* Define if you have the <sys/stat.h> header file.  */
  246. #undef HAVE_SYS_STAT_H
  247. /* Define if you have the <sys/stropts.h> header file.  */
  248. #undef HAVE_SYS_STROPTS_H
  249. /* Define if you have the <sys/time.h> header file.  */
  250. #undef HAVE_SYS_TIME_H
  251. /* Define if you have the <sys/timeb.h> header file.  */
  252. #undef HAVE_SYS_TIMEB_H
  253. /* Define if you have the <sys/types.h> header file.  */
  254. #undef HAVE_SYS_TYPES_H
  255. /* Define if you have the <sys/utsname.h> header file.  */
  256. #undef HAVE_SYS_UTSNAME_H
  257. /* Define if you have the <sys/wait.h> header file.  */
  258. #undef HAVE_SYS_WAIT_H
  259. /* Define if you have the <termios.h> header file.  */
  260. #undef HAVE_TERMIOS_H
  261. /* Define if you have the <unistd.h> header file.  */
  262. #undef HAVE_UNISTD_H
  263. /* Define if you have the <varargs.h> header file.  */
  264. #undef HAVE_VARARGS_H
  265. /* Define if mkdir takes only one argument. */
  266. #undef MKDIR_TAKES_ONE_ARG