1
0

config.h 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the `alarm' function. */
  4. #define HAVE_ALARM 1
  5. /* Define to 1 if you have the <arpa/inet.h> header file. */
  6. #define HAVE_ARPA_INET_H 1
  7. /* Define to 1 if you have the `atexit' function. */
  8. #define HAVE_ATEXIT 1
  9. /* Define to 1 if you have the `clock_gettime' function. */
  10. #define HAVE_CLOCK_GETTIME 1
  11. /* Define to 1 if you have the <fcntl.h> header file. */
  12. #define HAVE_FCNTL_H 1
  13. /* Define to 1 if you have the <float.h> header file. */
  14. #define HAVE_FLOAT_H 1
  15. /* Define to 1 if you have the `floor' function. */
  16. /* #undef HAVE_FLOOR */
  17. /* Define to 1 if you have the `gettimeofday' function. */
  18. #define HAVE_GETTIMEOFDAY 1
  19. /* Define to 1 if you have the `inet_ntoa' function. */
  20. #define HAVE_INET_NTOA 1
  21. /* Define to 1 if you have the <inttypes.h> header file. */
  22. #define HAVE_INTTYPES_H 1
  23. /* Define to 1 if you have the `boost_chrono' library (-lboost_chrono). */
  24. #define HAVE_LIBBOOST_CHRONO 1
  25. /* Define to 1 if you have the `boost_system' library (-lboost_system). */
  26. #define HAVE_LIBBOOST_SYSTEM 1
  27. /* Define to 1 if you have the `boost_thread' library (-lboost_thread). */
  28. #define HAVE_LIBBOOST_THREAD 1
  29. /* Define to 1 if you have the `ev' library (-lev). */
  30. #define HAVE_LIBEV 1
  31. /* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */
  32. #define HAVE_LIBMYSQLCLIENT 1
  33. /* Define to 1 if you have the `rt' library (-lrt). */
  34. #define HAVE_LIBRT 1
  35. /* Define to 1 if you have the `three_rates' library (-lthree_rates). */
  36. /* #undef HAVE_LIBTHREE_RATES */
  37. /* Define to 1 if you have the `zlog' library (-lzlog). */
  38. #define HAVE_LIBZLOG 1
  39. /* Define to 1 if you have the <limits.h> header file. */
  40. #define HAVE_LIMITS_H 1
  41. /* Define to 1 if you have the `localtime_r' function. */
  42. #define HAVE_LOCALTIME_R 1
  43. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  44. to 0 otherwise. */
  45. #define HAVE_MALLOC 0
  46. /* Define to 1 if you have the `memmove' function. */
  47. #define HAVE_MEMMOVE 1
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #define HAVE_MEMORY_H 1
  50. /* Define to 1 if you have the `memset' function. */
  51. #define HAVE_MEMSET 1
  52. /* Define to 1 if you have the `mkdir' function. */
  53. #define HAVE_MKDIR 1
  54. /* Define to 1 if you have the <netinet/in.h> header file. */
  55. #define HAVE_NETINET_IN_H 1
  56. /* Define to 1 if you have the `pow' function. */
  57. /* #undef HAVE_POW */
  58. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  59. and to 0 otherwise. */
  60. #define HAVE_REALLOC 0
  61. /* Define to 1 if you have the `socket' function. */
  62. #define HAVE_SOCKET 1
  63. /* Define to 1 if you have the `sqrt' function. */
  64. /* #undef HAVE_SQRT */
  65. /* Define to 1 if you have the <stdint.h> header file. */
  66. #define HAVE_STDINT_H 1
  67. /* Define to 1 if you have the <stdlib.h> header file. */
  68. #define HAVE_STDLIB_H 1
  69. /* Define to 1 if you have the `stime' function. */
  70. #define HAVE_STIME 1
  71. /* Define to 1 if you have the `strchr' function. */
  72. #define HAVE_STRCHR 1
  73. /* Define to 1 if you have the <strings.h> header file. */
  74. #define HAVE_STRINGS_H 1
  75. /* Define to 1 if you have the <string.h> header file. */
  76. #define HAVE_STRING_H 1
  77. /* Define to 1 if you have the `strstr' function. */
  78. #define HAVE_STRSTR 1
  79. /* Define to 1 if you have the <sys/socket.h> header file. */
  80. #define HAVE_SYS_SOCKET_H 1
  81. /* Define to 1 if you have the <sys/stat.h> header file. */
  82. #define HAVE_SYS_STAT_H 1
  83. /* Define to 1 if you have the <sys/time.h> header file. */
  84. #define HAVE_SYS_TIME_H 1
  85. /* Define to 1 if you have the <sys/types.h> header file. */
  86. #define HAVE_SYS_TYPES_H 1
  87. /* Define to 1 if you have the <unistd.h> header file. */
  88. #define HAVE_UNISTD_H 1
  89. /* Define to 1 if the system has the type `_Bool'. */
  90. #define HAVE__BOOL 1
  91. /* Name of package */
  92. #define PACKAGE "yals"
  93. /* Define to the address where bug reports for this package should be sent. */
  94. #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  95. /* Define to the full name of this package. */
  96. #define PACKAGE_NAME "yals"
  97. /* Define to the full name and version of this package. */
  98. #define PACKAGE_STRING "yals 1.0"
  99. /* Define to the one symbol short name of this package. */
  100. #define PACKAGE_TARNAME "yals"
  101. /* Define to the home page for this package. */
  102. #define PACKAGE_URL ""
  103. /* Define to the version of this package. */
  104. #define PACKAGE_VERSION "1.0"
  105. /* Define to 1 if you have the ANSI C header files. */
  106. /* #undef STDC_HEADERS */
  107. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  108. #define TIME_WITH_SYS_TIME 1
  109. /* Version number of package */
  110. #define VERSION "1.0"
  111. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  112. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  113. #define below would cause a syntax error. */
  114. /* #undef _UINT32_T */
  115. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  116. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  117. #define below would cause a syntax error. */
  118. /* #undef _UINT64_T */
  119. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  120. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  121. #define below would cause a syntax error. */
  122. /* #undef _UINT8_T */
  123. /* Define to `__inline__' or `__inline' if that's what the C compiler
  124. calls it, or to nothing if 'inline' is not supported under any name. */
  125. #ifndef __cplusplus
  126. /* #undef inline */
  127. #endif
  128. /* Define to the type of a signed integer type of width exactly 16 bits if
  129. such a type exists and the standard includes do not define it. */
  130. /* #undef int16_t */
  131. /* Define to the type of a signed integer type of width exactly 32 bits if
  132. such a type exists and the standard includes do not define it. */
  133. /* #undef int32_t */
  134. /* Define to the type of a signed integer type of width exactly 64 bits if
  135. such a type exists and the standard includes do not define it. */
  136. /* #undef int64_t */
  137. /* Define to the type of a signed integer type of width exactly 8 bits if such
  138. a type exists and the standard includes do not define it. */
  139. /* #undef int8_t */
  140. /* Define to rpl_malloc if the replacement function should be used. */
  141. #define malloc rpl_malloc
  142. /* Define to rpl_realloc if the replacement function should be used. */
  143. #define realloc rpl_realloc
  144. /* Define to `unsigned int' if <sys/types.h> does not define. */
  145. /* #undef size_t */
  146. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  147. such a type exists and the standard includes do not define it. */
  148. /* #undef uint16_t */
  149. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  150. such a type exists and the standard includes do not define it. */
  151. /* #undef uint32_t */
  152. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  153. such a type exists and the standard includes do not define it. */
  154. /* #undef uint64_t */
  155. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  156. such a type exists and the standard includes do not define it. */
  157. /* #undef uint8_t */