config.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 <dlfcn.h> header file. */
  6. #define HAVE_DLFCN_H 1
  7. /* Define to 1 if you have the <float.h> header file. */
  8. #define HAVE_FLOAT_H 1
  9. /* Define to 1 if you have the `gettimeofday' function. */
  10. #define HAVE_GETTIMEOFDAY 1
  11. /* Define to 1 if you have the <inttypes.h> header file. */
  12. #define HAVE_INTTYPES_H 1
  13. /* Define to 1 if you have the `rt' library (-lrt). */
  14. #define HAVE_LIBRT 1
  15. /* Define to 1 if you have the `localtime_r' function. */
  16. #define HAVE_LOCALTIME_R 1
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #define HAVE_MEMORY_H 1
  19. /* Define to 1 if you have the `memset' function. */
  20. #define HAVE_MEMSET 1
  21. /* Define to 1 if you have the `sqrt' function. */
  22. /* #undef HAVE_SQRT */
  23. /* Define to 1 if you have the <stdint.h> header file. */
  24. #define HAVE_STDINT_H 1
  25. /* Define to 1 if you have the <stdlib.h> header file. */
  26. #define HAVE_STDLIB_H 1
  27. /* Define to 1 if you have the <strings.h> header file. */
  28. #define HAVE_STRINGS_H 1
  29. /* Define to 1 if you have the <string.h> header file. */
  30. #define HAVE_STRING_H 1
  31. /* Define to 1 if you have the <sys/stat.h> header file. */
  32. #define HAVE_SYS_STAT_H 1
  33. /* Define to 1 if you have the <sys/time.h> header file. */
  34. #define HAVE_SYS_TIME_H 1
  35. /* Define to 1 if you have the <sys/types.h> header file. */
  36. #define HAVE_SYS_TYPES_H 1
  37. /* Define to 1 if you have the <unistd.h> header file. */
  38. #define HAVE_UNISTD_H 1
  39. /* Define to 1 if the system has the type `_Bool'. */
  40. #define HAVE__BOOL 1
  41. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  42. */
  43. #define LT_OBJDIR ".libs/"
  44. /* Name of package */
  45. #define PACKAGE "libthree_rates"
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #define PACKAGE_BUGREPORT "zhuyunfei@zh3x.cn"
  48. /* Define to the full name of this package. */
  49. #define PACKAGE_NAME "libthree_rates"
  50. /* Define to the full name and version of this package. */
  51. #define PACKAGE_STRING "libthree_rates 1.0"
  52. /* Define to the one symbol short name of this package. */
  53. #define PACKAGE_TARNAME "libthree_rates"
  54. /* Define to the home page for this package. */
  55. #define PACKAGE_URL ""
  56. /* Define to the version of this package. */
  57. #define PACKAGE_VERSION "1.0"
  58. /* Define to 1 if you have the ANSI C header files. */
  59. #define STDC_HEADERS 1
  60. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  61. #define TIME_WITH_SYS_TIME 1
  62. /* Version number of package */
  63. #define VERSION "1.0"
  64. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  65. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  66. #define below would cause a syntax error. */
  67. /* #undef _UINT32_T */
  68. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  69. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  70. #define below would cause a syntax error. */
  71. /* #undef _UINT64_T */
  72. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  73. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  74. #define below would cause a syntax error. */
  75. /* #undef _UINT8_T */
  76. /* Define to `__inline__' or `__inline' if that's what the C compiler
  77. calls it, or to nothing if 'inline' is not supported under any name. */
  78. #ifndef __cplusplus
  79. /* #undef inline */
  80. #endif
  81. /* Define to the type of a signed integer type of width exactly 32 bits if
  82. such a type exists and the standard includes do not define it. */
  83. /* #undef int32_t */
  84. /* Define to `unsigned int' if <sys/types.h> does not define. */
  85. /* #undef size_t */
  86. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  87. such a type exists and the standard includes do not define it. */
  88. /* #undef uint32_t */
  89. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  90. such a type exists and the standard includes do not define it. */
  91. /* #undef uint64_t */
  92. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  93. such a type exists and the standard includes do not define it. */
  94. /* #undef uint8_t */