aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
blob: 263010ad743495439ce45e6216f41f9a62263766 (plain)
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `atof' function. */
  3. #cmakedefine HAVE_ATOF
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #cmakedefine HAVE_DLFCN_H
  6. /* Define to 1 if you have the `gettimeofday' function. */
  7. #cmakedefine HAVE_GETTIMEOFDAY
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #cmakedefine HAVE_INTTYPES_H
  10. /* Define to 1 if you have the 'mysqlclient' library (-lmysqlclient). */
  11. #cmakedefine HAVE_LIBMYSQLCLIENT
  12. /* Define to 1 if you have the `pq' library (-lpq). */
  13. #cmakedefine HAVE_LIBPQ
  14. /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
  15. #cmakedefine HAVE_LIBSQLITE3
  16. /* Define to 1 if you have the `localtime_r' function. */
  17. #cmakedefine HAVE_LOCALTIME_R
  18. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  19. to 0 otherwise. */
  20. #cmakedefine HAVE_MALLOC
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #cmakedefine HAVE_MEMORY_H
  23. /* Define to 1 if you have the `memset' function. */
  24. #cmakedefine HAVE_MEMSET
  25. /* Define to 1 if you have the `mktime' function. */
  26. #cmakedefine HAVE_MKTIME
  27. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  28. and to 0 otherwise. */
  29. #cmakedefine HAVE_REALLOC
  30. /* Define to 1 if stdbool.h conforms to C99. */
  31. #cmakedefine HAVE_STDBOOL_H
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #cmakedefine HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdlib.h> header file. */
  35. #cmakedefine HAVE_STDLIB_H
  36. /* Define to 1 if you have the `strchr' function. */
  37. #cmakedefine HAVE_STRCHR
  38. /* Define to 1 if you have the `strdup' function. */
  39. #cmakedefine HAVE_STRDUP
  40. /* Define to 1 if you have the <strings.h> header file. */
  41. #cmakedefine HAVE_STRINGS_H
  42. /* Define to 1 if you have the <string.h> header file. */
  43. #cmakedefine HAVE_STRING_H
  44. /* Define to 1 if you have the `strrchr' function. */
  45. #cmakedefine HAVE_STRRCHR
  46. /* Define to 1 if you have the `strstr' function. */
  47. #cmakedefine HAVE_STRSTR
  48. /* Define to 1 if you have the `strtof' function. */
  49. #cmakedefine HAVE_STRTOF
  50. /* Define to 1 if you have the `strtol' function. */
  51. #cmakedefine HAVE_STRTOL
  52. /* Define to 1 if you have the `strtoll' function. */
  53. #cmakedefine HAVE_STRTOLL
  54. /* Define to 1 if you have the <sys/stat.h> header file. */
  55. #cmakedefine HAVE_SYS_STAT_H
  56. /* Define to 1 if you have the <sys/time.h> header file. */
  57. #cmakedefine HAVE_SYS_TIME_H
  58. /* Define to 1 if you have the <sys/types.h> header file. */
  59. #cmakedefine HAVE_SYS_TYPES_H
  60. /* Define to 1 if you have the <unistd.h> header file. */
  61. #cmakedefine HAVE_UNISTD_H
  62. /* Define to 1 if the system has the type `_Bool'. */
  63. #cmakedefine HAVE__BOOL
  64. /* Name of package */
  65. #cmakedefine PACKAGE
  66. /* Define to the address where bug reports for this package should be sent. */
  67. #cmakedefine PACKAGE_BUGREPORT
  68. /* Define to the full name of this package. */
  69. #cmakedefine PACKAGE_NAME
  70. /* Define to the full name and version of this package. */
  71. #cmakedefine PACKAGE_STRING
  72. /* Define to the one symbol short name of this package. */
  73. #cmakedefine PACKAGE_TARNAME
  74. /* Define to the version of this package. */
  75. #cmakedefine PACKAGE_VERSION
  76. /* Define to 1 if you have the ANSI C header files. */
  77. #cmakedefine STDC_HEADERS
  78. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  79. #cmakedefine TIME_WITH_SYS_TIME
  80. /* Version number of package */
  81. #cmakedefine VERSION
  82. /* Define to empty if `const' does not conform to ANSI C. */
  83. #cmakedefine const
  84. /* Define to `__inline__' or `__inline' if that's what the C compiler
  85. calls it, or to nothing if 'inline' is not supported under any name. */
  86. #ifndef __cplusplus
  87. #undef inline
  88. #endif
  89. /* Define to rpl_malloc if the replacement function should be used. */
  90. #cmakedefine malloc
  91. /* Define to rpl_realloc if the replacement function should be used. */
  92. #cmakedefine realloc
  93. /* Define to `unsigned int' if <sys/types.h> does not define. */
  94. #cmakedefine size_t