config.h
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:7k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. /* config.h.  Generated by configure.  */
  2. /* config.h.in.  Generated from configure.ac by autoheader.  */
  3. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  4.    systems. This function is required for `alloca.c' support on those systems.
  5.    */
  6. /* #undef CRAY_STACKSEG_END */
  7. /* Define to 1 if using `alloca.c'. */
  8. /* #undef C_ALLOCA */
  9. /* Define to 1 if you have `alloca', as a function or macro. */
  10. #define HAVE_ALLOCA 1
  11. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  12.    */
  13. #define HAVE_ALLOCA_H 1
  14. /* Define to 1 if you have the `atexit' function. */
  15. #define HAVE_ATEXIT 1
  16. /* Define to 1 if you have the `bzero' function. */
  17. #define HAVE_BZERO 1
  18. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  19. /* #undef HAVE_DOPRNT */
  20. /* Define to 1 if you have the <fcntl.h> header file. */
  21. #define HAVE_FCNTL_H 1
  22. /* Define to 1 if you have the <float.h> header file. */
  23. #define HAVE_FLOAT_H 1
  24. /* Define to 1 if you have the `floor' function. */
  25. /* #undef HAVE_FLOOR */
  26. /* Define to 1 if you have the `ftime' function. */
  27. #define HAVE_FTIME 1
  28. /* Define to 1 if you have the `gethostbyname' function. */
  29. #define HAVE_GETHOSTBYNAME 1
  30. /* Define to 1 if you have the `gettimeofday' function. */
  31. #define HAVE_GETTIMEOFDAY 1
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. #define HAVE_INTTYPES_H 1
  34. /* Define to 1 if you have the `compat' library (-lcompat). */
  35. /* #undef HAVE_LIBCOMPAT */
  36. /* Define to 1 if you have the `mysql' library (-lmysql). */
  37. /* #undef HAVE_LIBMYSQL */
  38. /* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */
  39. #define HAVE_LIBMYSQLCLIENT 1
  40. /* Define to 1 if you have the `pthread' library (-lpthread). */
  41. #define HAVE_LIBPTHREAD 1
  42. /* Define to 1 if you have the `z' library (-lz). */
  43. #define HAVE_LIBZ 1
  44. /* Define to 1 if you have the <limits.h> header file. */
  45. #define HAVE_LIMITS_H 1
  46. /* Define to 1 if you have the `localtime_r' function. */
  47. #define HAVE_LOCALTIME_R 1
  48. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  49.    to 0 otherwise. */
  50. #define HAVE_MALLOC 1
  51. /* Define to 1 if you have the <malloc.h> header file. */
  52. #define HAVE_MALLOC_H 1
  53. /* Define to 1 if you have the <memory.h> header file. */
  54. #define HAVE_MEMORY_H 1
  55. /* Define to 1 if you have the `memset' function. */
  56. #define HAVE_MEMSET 1
  57. /* Define to 1 if you have the <mysql.h> header file. */
  58. #define HAVE_MYSQL_H 1
  59. /* Define to 1 if you have the <netdb.h> header file. */
  60. #define HAVE_NETDB_H 1
  61. /* Define to 1 if you have the <netinet/in.h> header file. */
  62. #define HAVE_NETINET_IN_H 1
  63. /* Define to 1 if the system has the type `ptrdiff_t '. */
  64. #define HAVE_PTRDIFF_T_ 1
  65. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  66.    and to 0 otherwise. */
  67. #define HAVE_REALLOC 1
  68. /* Define to 1 if you have the `rint' function. */
  69. /* #undef HAVE_RINT */
  70. /* Define to 1 if you have the `select' function. */
  71. #define HAVE_SELECT 1
  72. /* Define to 1 if you have the `socket' function. */
  73. #define HAVE_SOCKET 1
  74. /* Define to 1 if you have the `sqrt' function. */
  75. /* #undef HAVE_SQRT */
  76. /* Define to 1 if stdbool.h conforms to C99. */
  77. #define HAVE_STDBOOL_H 1
  78. /* Define to 1 if you have the <stddef.h> header file. */
  79. #define HAVE_STDDEF_H 1
  80. /* Define to 1 if you have the <stdint.h> header file. */
  81. #define HAVE_STDINT_H 1
  82. /* Define to 1 if you have the <stdlib.h> header file. */
  83. #define HAVE_STDLIB_H 1
  84. /* Define to 1 if you have the `stpcpy' function. */
  85. #define HAVE_STPCPY 1
  86. /* Define to 1 if you have the `strchr' function. */
  87. #define HAVE_STRCHR 1
  88. /* Define to 1 if you have the `strcoll' function and it is properly defined.
  89.    */
  90. #define HAVE_STRCOLL 1
  91. /* Define to 1 if you have the `strcspn' function. */
  92. #define HAVE_STRCSPN 1
  93. /* Define to 1 if you have the `strftime' function. */
  94. #define HAVE_STRFTIME 1
  95. /* Define to 1 if you have the <strings.h> header file. */
  96. #define HAVE_STRINGS_H 1
  97. /* Define to 1 if you have the <string.h> header file. */
  98. #define HAVE_STRING_H 1
  99. /* Define to 1 if you have the `strpbrk' function. */
  100. #define HAVE_STRPBRK 1
  101. /* Define to 1 if you have the `strrchr' function. */
  102. #define HAVE_STRRCHR 1
  103. /* Define to 1 if you have the `strstr' function. */
  104. #define HAVE_STRSTR 1
  105. /* Define to 1 if you have the `strtol' function. */
  106. #define HAVE_STRTOL 1
  107. /* Define to 1 if you have the `strtoul' function. */
  108. #define HAVE_STRTOUL 1
  109. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  110. #define HAVE_SYS_IOCTL_H 1
  111. /* Define to 1 if you have the <sys/select.h> header file. */
  112. #define HAVE_SYS_SELECT_H 1
  113. /* Define to 1 if you have the <sys/socket.h> header file. */
  114. #define HAVE_SYS_SOCKET_H 1
  115. /* Define to 1 if you have the <sys/stat.h> header file. */
  116. #define HAVE_SYS_STAT_H 1
  117. /* Define to 1 if you have the <sys/timeb.h> header file. */
  118. #define HAVE_SYS_TIMEB_H 1
  119. /* Define to 1 if you have the <sys/time.h> header file. */
  120. #define HAVE_SYS_TIME_H 1
  121. /* Define to 1 if you have the <sys/types.h> header file. */
  122. #define HAVE_SYS_TYPES_H 1
  123. /* Define to 1 if you have the <unistd.h> header file. */
  124. #define HAVE_UNISTD_H 1
  125. /* Define to 1 if you have the `vprintf' function. */
  126. #define HAVE_VPRINTF 1
  127. /* Define to 1 if the system has the type `_Bool'. */
  128. #define HAVE__BOOL 1
  129. /* Name of package */
  130. #define PACKAGE "wowpython"
  131. /* Define to the address where bug reports for this package should be sent. */
  132. #define PACKAGE_BUGREPORT "Team Python"
  133. /* Define to the full name of this package. */
  134. #define PACKAGE_NAME "WoWPython"
  135. /* Define to the full name and version of this package. */
  136. #define PACKAGE_STRING "WoWPython 0.10.0.1"
  137. /* Define to the one symbol short name of this package. */
  138. #define PACKAGE_TARNAME "wowpython"
  139. /* Define to the version of this package. */
  140. #define PACKAGE_VERSION "0.10.0.1"
  141. /* Define as the return type of signal handlers (`int' or `void'). */
  142. #define RETSIGTYPE void
  143. /* Define to the type of arg 1 for `select'. */
  144. #define SELECT_TYPE_ARG1 int
  145. /* Define to the type of args 2, 3 and 4 for `select'. */
  146. #define SELECT_TYPE_ARG234 (fd_set *)
  147. /* Define to the type of arg 5 for `select'. */
  148. #define SELECT_TYPE_ARG5 (struct timeval *)
  149. /* If using the C implementation of alloca, define if you know the
  150.    direction of stack growth for your system; otherwise it will be
  151.    automatically deduced at run-time.
  152.         STACK_DIRECTION > 0 => grows toward higher addresses
  153.         STACK_DIRECTION < 0 => grows toward lower addresses
  154.         STACK_DIRECTION = 0 => direction of growth unknown */
  155. /* #undef STACK_DIRECTION */
  156. /* Define to 1 if you have the ANSI C header files. */
  157. #define STDC_HEADERS 1
  158. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  159. #define TIME_WITH_SYS_TIME 1
  160. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  161. /* #undef TM_IN_SYS_TIME */
  162. /* Version number of package */
  163. #define VERSION "0.10.0.1"
  164. /* Define to empty if `const' does not conform to ANSI C. */
  165. /* #undef const */
  166. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  167.    if it is not supported. */
  168. /* #undef inline */
  169. /* Define to rpl_malloc if the replacement function should be used. */
  170. /* #undef malloc */
  171. /* Define to `long' if <sys/types.h> does not define. */
  172. /* #undef off_t */
  173. /* Define to rpl_realloc if the replacement function should be used. */
  174. /* #undef realloc */
  175. /* Define to `unsigned' if <sys/types.h> does not define. */
  176. /* #undef size_t */
  177. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  178.    code using `volatile' can become incorrect without. Disable with care. */
  179. /* #undef volatile */