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

MySQL数据库

开发平台:

Visual C++

  1. /* ../include/config.h.win32  Generated by hand from ../include/config.h.in.  */
  2. /* ../include/config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. #define __FUNCTION__ __FUNC__
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10. /* Define if the closedir function returns void instead of int.  */
  11. /* #undef CLOSEDIR_VOID */
  12. /* Define to empty if the keyword does not work.  */
  13. /* #undef const */
  14. /* Define if you don't have vprintf but do have _doprnt.  */
  15. /* #undef HAVE_DOPRNT */
  16. /* Define if you have the strftime function.  */
  17. #define HAVE_STRFTIME 1
  18. /* Define if you have the vprintf function.  */
  19. #define HAVE_VPRINTF 1
  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. #define RETSIGTYPE void
  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. #define STDC_HEADERS 1
  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. #define SIZEOF_UNSIGNED_CHAR 1
  47. /* The number of bytes in a unsigned int.  */
  48. #define SIZEOF_UNSIGNED_INT 4
  49. /* The number of bytes in a unsigned long.  */
  50. #define SIZEOF_UNSIGNED_LONG 4
  51. /* The number of bytes in a unsigned long long.  */
  52. #define SIZEOF_UNSIGNED_LONG_LONG 0
  53. /* The number of bytes in a unsigned short.  */
  54. #define SIZEOF_UNSIGNED_SHORT 2
  55. /* Define if you have the _mkdir function.  */
  56. #define 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. #define HAVE_DIFFTIME 1
  63. /* Define if you have the fork function.  */
  64. /* #undef HAVE_FORK */
  65. /* Define if you have the ftime function.  */
  66. #define HAVE_FTIME 1
  67. /* Define if you have the getenv function.  */
  68. #define HAVE_GETENV 1
  69. /* Define if you have the getgid function.  */
  70. /* #undef HAVE_GETGID */
  71. /* Define if you have the getgrnam function.  */
  72. /* #undef HAVE_GETGRNAM */
  73. /* Define if you have the gethostbyname function.  */
  74. #define HAVE_GETHOSTBYNAME 1
  75. /* Define if you have the gethostname function.  */
  76. #define HAVE_GETHOSTNAME 1
  77. /* Define if you have the getlogin function.  */
  78. /* #undef HAVE_GETLOGIN */
  79. /* Define if you have the getpid function.  */
  80. /* #undef HAVE_GETPID */
  81. /* Define if you have the getpwnam function.  */
  82. /* #undef HAVE_GETPWNAM */
  83. /* Define if you have the getservbyname function.  */
  84. #define HAVE_GETSERVBYNAME 1
  85. /* Define if you have the gettimeofday function.  */
  86. /* #undef HAVE_GETTIMEOFDAY */
  87. /* Define if you have the getuid function.  */
  88. /* #undef HAVE_GETUID */
  89. /* Define if you have the index function.  */
  90. /* #undef HAVE_INDEX */
  91. /* Define if you have the inet_aton function.  */
  92. /* #undef HAVE_INET_ATON */
  93. /* Define if you have the inet_ntoa function.  */
  94. #define HAVE_INET_NTOA 1
  95. /* Define if you have the ioctl function.  */
  96. /* #undef HAVE_IOCTL */
  97. /* Define if you have the memcpy function.  */
  98. #define HAVE_MEMCPY 1
  99. /* Define if you have the memmove function.  */
  100. #define HAVE_MEMMOVE 1
  101. /* Define if you have the memset function.  */
  102. #define HAVE_MEMSET 1
  103. /* Define if you have the mkdir function.  */
  104. #define HAVE_MKDIR
  105. /* Define if you have the mktime function.  */
  106. #define HAVE_MKTIME 1
  107. /* Define if you have the pipe function.  */
  108. /* #undef HAVE_PIPE */
  109. /* Define if you have the poll function.  */
  110. /* #undef HAVE_POLL */
  111. /* Define if you have the pow function.  */
  112. #define HAVE_POW
  113. /* Define if you have the recv function.  */
  114. #define HAVE_RECV 1
  115. /* Define if you have the recvfrom function.  */
  116. #define HAVE_RECVFROM 1
  117. /* Define if you have the rindex function.  */
  118. /* #undef HAVE_RINDEX */
  119. /* Define if you have the select function.  */
  120. #define HAVE_SELECT 1
  121. /* Define if you have the send function.  */
  122. #define HAVE_SEND 1
  123. /* Define if you have the sendto function.  */
  124. #define HAVE_SENDTO 1
  125. /* Define if you have the setgid function.  */
  126. /* #undef HAVE_SETGID */
  127. /* Define if you have the setpgid function.  */
  128. /* #undef HAVE_SETPGID */
  129. /* Define if you have the setpgrp function.  */
  130. /* #undef HAVE_SETPGRP */
  131. /* Define if you have the setsid function.  */
  132. /* #undef HAVE_SETSID */
  133. /* Define if you have the setuid function.  */
  134. /* #undef HAVE_SETUID */
  135. /* Define if you have the sigaction function.  */
  136. /* #undef HAVE_SIGACTION */
  137. /* Define if you have the sigaddset function.  */
  138. /* #undef HAVE_SIGADDSET */
  139. /* Define if you have the sigprocmask function.  */
  140. /* #undef HAVE_SIGPROCMASK */
  141. /* Define if you have the socket function.  */
  142. #define HAVE_SOCKET 1
  143. /* Define if you have the strcasecmp function.  */
  144. /* #undef HAVE_STRCASECMP */
  145. /* Define if you have the strchr function.  */
  146. #define HAVE_STRCHR 1
  147. /* Define if you have the strsep function.  */
  148. /* #undef HAVE_STRSEP */
  149. /* Define if you have the strdup function.  */
  150. #define HAVE_STRDUP 1
  151. /* Define if you have the strerror function.  */
  152. #define HAVE_STRERROR 1
  153. /* Define if you have the stricmp function.  */
  154. #define HAVE_STRICMP 1
  155. /* Define if you have the strncasecmp function.  */
  156. /* #undef HAVE_STRNCASECMP */
  157. /* Define if you have the strnicmp function.  */
  158. #define HAVE_STRNICMP 1
  159. /* Define if you have the strrchr function.  */
  160. #define HAVE_STRRCHR 1
  161. /* Define if you have the strtoul function.  */
  162. #define HAVE_STRTOUL 1
  163. /* Define if you have the uname function.  */
  164. /* #undef HAVE_UNAME */
  165. /* Define if you have the wait function.  */
  166. /* #undef HAVE_WAIT */
  167. /* Define if you have the waitpid function.  */
  168. /* #undef HAVE_WAITPID */
  169. /* Define if you have the <arpa/inet.h> header file.  */
  170. /* #undef HAVE_ARPA_INET_H */
  171. /* Define if you have the <dir.h> header file.  */
  172. #define HAVE_DIR_H
  173. /* Define if you have the <direct.h> header file.  */
  174. /* #undef HAVE_DIRECT_H */
  175. /* Define if you have the <dirent.h> header file.  */
  176. /* #undef HAVE_DIRENT_H */
  177. /* Define if you have the <fcntl.h> header file.  */
  178. #define HAVE_FCNTL_H
  179. /* Define if you have the <grp.h> header file.  */
  180. /* #undef HAVE_GRP_H */
  181. /* Define if you have the <limits.h> header file.  */
  182. #define HAVE_LIMITS_H 1
  183. /* Define if you have the <malloc.h> header file.  */
  184. #define HAVE_MALLOC_H 1
  185. /* Define if you have the <memory.h> header file.  */
  186. /* #undef HAVE_MEMORY_H */
  187. /* Define if you have the <ndir.h> header file.  */
  188. /* #undef HAVE_NDIR_H */
  189. /* Define if you have the <netdb.h> header file.  */
  190. /* #undef HAVE_NETDB_H */
  191. /* Define if you have the <netinet/in.h> header file.  */
  192. /* #undef HAVE_NETINET_IN_H */
  193. /* Define if you have the <poll.h> header file.  */
  194. /* #undef HAVE_POLL_H */
  195. /* Define if you have the <pwd.h> header file.  */
  196. /* #undef HAVE_PWD_H */
  197. /* Define if you have the <stdarg.h> header file.  */
  198. #define HAVE_STDARG_H 1
  199. /* Define if you have the <stddef.h> header file.  */
  200. /* #undef HAVE_STDDEF_H */
  201. /* Define if you have the <stdint.h> header file.  */
  202. /* #undef HAVE_STDINT_H */
  203. /* Define if you have the <string.h> header file.  */
  204. #define HAVE_STRING_H 1
  205. /* Define if you have the <strings.h> header file.  */
  206. /* #undef HAVE_STRINGS_H */
  207. /* Define if you have the <stropts.h> header file.  */
  208. /* #undef HAVE_STROPTS_H */
  209. /* Define if you have the <sys/dir.h> header file.  */
  210. /* #undef HAVE_SYS_DIR_H */
  211. /* Define if you have the <sys/file.h> header file.  */
  212. /* #undef HAVE_SYS_FILE_H */
  213. /* Define if you have the <sys/ioctl.h> header file.  */
  214. /* #undef HAVE_SYS_IOCTL_H */
  215. /* Define if you have the <sys/ndir.h> header file.  */
  216. /* #undef HAVE_SYS_NDIR_H */
  217. /* Define if you have the <sys/param.h> header file.  */
  218. /* #undef HAVE_SYS_PARAM_H */
  219. /* Define if you have the <sys/poll.h> header file.  */
  220. /* #undef HAVE_SYS_POLL_H */
  221. /* Define if you have the <sys/select.h> header file.  */
  222. /* #undef HAVE_SYS_SELECT_H */
  223. /* Define if you have the <sys/socket.h> header file.  */
  224. /* #undef HAVE_SYS_SOCKET_H */
  225. /* Define if you have the <sys/stat.h> header file.  */
  226. #define HAVE_SYS_STAT_H 1
  227. /* Define if you have the <sys/stropts.h> header file.  */
  228. /* #undef HAVE_SYS_STROPTS_H */
  229. /* Define if you have the <sys/time.h> header file.  */
  230. /* #undef HAVE_SYS_TIME_H */
  231. /* Define if you have the <sys/timeb.h> header file.  */
  232. #define HAVE_SYS_TIMEB_H 1
  233. /* Define if you have the <sys/types.h> header file.  */
  234. #define HAVE_SYS_TYPES_H 1
  235. /* Define if you have the <sys/utsname.h> header file.  */
  236. /* #undef HAVE_SYS_UTSNAME_H */
  237. /* Define if you have the <sys/wait.h> header file.  */
  238. /* #undef HAVE_SYS_WAIT_H */
  239. /* Define if you have the <termios.h> header file.  */
  240. /* #undef HAVE_TERMIOS_H */
  241. /* Define if mkdir takes only one argument. */
  242. #define MKDIR_TAKES_ONE_ARG
  243. /* Define if you have the <varargs.h> header file.  */
  244. #define HAVE_VARARGS_H 1
  245. /* Define if you have the <unistd.h> header file.  */
  246. /* #undef HAVE_UNISTD_H */