You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

170 lines
4.9 KiB

  1. /* Name of package */
  2. #cmakedefine PACKAGE "${APPLICATION_NAME}"
  3. /* Version number of package */
  4. #cmakedefine VERSION "${APPLICATION_VERSION}"
  5. #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
  6. #cmakedefine DATADIR "${DATADIR}"
  7. #cmakedefine LIBDIR "${LIBDIR}"
  8. #cmakedefine PLUGINDIR "${PLUGINDIR}"
  9. #cmakedefine SYSCONFDIR "${SYSCONFDIR}"
  10. #cmakedefine BINARYDIR "${BINARYDIR}"
  11. #cmakedefine SOURCEDIR "${SOURCEDIR}"
  12. /************************** HEADER FILES *************************/
  13. /* Define to 1 if you have the <assert.h> header file. */
  14. #cmakedefine HAVE_ASSERT_H 1
  15. /* Define to 1 if you have the <dlfcn.h> header file. */
  16. #cmakedefine HAVE_DLFCN_H 1
  17. /* Define to 1 if you have the <inttypes.h> header file. */
  18. #cmakedefine HAVE_INTTYPES_H 1
  19. /* Define to 1 if you have the <io.h> header file. */
  20. #cmakedefine HAVE_IO_H 1
  21. /* Define to 1 if you have the <malloc.h> header file. */
  22. #cmakedefine HAVE_MALLOC_H 1
  23. /* Define to 1 if you have the <memory.h> header file. */
  24. #cmakedefine HAVE_MEMORY_H 1
  25. /* Define to 1 if you have the <setjmp.h> header file. */
  26. #cmakedefine HAVE_SETJMP_H 1
  27. /* Define to 1 if you have the <signal.h> header file. */
  28. #cmakedefine HAVE_SIGNAL_H 1
  29. /* Define to 1 if you have the <stdarg.h> header file. */
  30. #cmakedefine HAVE_STDARG_H 1
  31. /* Define to 1 if you have the <stddef.h> header file. */
  32. #cmakedefine HAVE_STDDEF_H 1
  33. /* Define to 1 if you have the <stdint.h> header file. */
  34. #cmakedefine HAVE_STDINT_H 1
  35. /* Define to 1 if you have the <stdio.h> header file. */
  36. #cmakedefine HAVE_STDIO_H 1
  37. /* Define to 1 if you have the <stdlib.h> header file. */
  38. #cmakedefine HAVE_STDLIB_H 1
  39. /* Define to 1 if you have the <strings.h> header file. */
  40. #cmakedefine HAVE_STRINGS_H 1
  41. /* Define to 1 if you have the <string.h> header file. */
  42. #cmakedefine HAVE_STRING_H 1
  43. /* Define to 1 if you have the <sys/stat.h> header file. */
  44. #cmakedefine HAVE_SYS_STAT_H 1
  45. /* Define to 1 if you have the <sys/types.h> header file. */
  46. #cmakedefine HAVE_SYS_TYPES_H 1
  47. /* Define to 1 if you have the <time.h> header file. */
  48. #cmakedefine HAVE_TIME_H 1
  49. /* Define to 1 if you have the <unistd.h> header file. */
  50. #cmakedefine HAVE_UNISTD_H 1
  51. /**************************** STRUCTS ****************************/
  52. #cmakedefine HAVE_STRUCT_TIMESPEC 1
  53. /*************************** FUNCTIONS ***************************/
  54. /* Define to 1 if you have the `calloc' function. */
  55. #cmakedefine HAVE_CALLOC 1
  56. /* Define to 1 if you have the `exit' function. */
  57. #cmakedefine HAVE_EXIT 1
  58. /* Define to 1 if you have the `fprintf' function. */
  59. #cmakedefine HAVE_FPRINTF 1
  60. /* Define to 1 if you have the `snprintf' function. */
  61. #cmakedefine HAVE_SNPRINTF 1
  62. /* Define to 1 if you have the `_snprintf' function. */
  63. #cmakedefine HAVE__SNPRINTF 1
  64. /* Define to 1 if you have the `_snprintf_s' function. */
  65. #cmakedefine HAVE__SNPRINTF_S 1
  66. /* Define to 1 if you have the `vsnprintf' function. */
  67. #cmakedefine HAVE_VSNPRINTF 1
  68. /* Define to 1 if you have the `_vsnprintf' function. */
  69. #cmakedefine HAVE__VSNPRINTF 1
  70. /* Define to 1 if you have the `_vsnprintf_s' function. */
  71. #cmakedefine HAVE__VSNPRINTF_S 1
  72. /* Define to 1 if you have the `free' function. */
  73. #cmakedefine HAVE_FREE 1
  74. /* Define to 1 if you have the `longjmp' function. */
  75. #cmakedefine HAVE_LONGJMP 1
  76. /* Define to 1 if you have the `siglongjmp' function. */
  77. #cmakedefine HAVE_SIGLONGJMP 1
  78. /* Define to 1 if you have the `malloc' function. */
  79. #cmakedefine HAVE_MALLOC 1
  80. /* Define to 1 if you have the `memcpy' function. */
  81. #cmakedefine HAVE_MEMCPY 1
  82. /* Define to 1 if you have the `memset' function. */
  83. #cmakedefine HAVE_MEMSET 1
  84. /* Define to 1 if you have the `printf' function. */
  85. #cmakedefine HAVE_PRINTF 1
  86. /* Define to 1 if you have the `setjmp' function. */
  87. #cmakedefine HAVE_SETJMP 1
  88. /* Define to 1 if you have the `signal' function. */
  89. #cmakedefine HAVE_SIGNAL 1
  90. /* Define to 1 if you have the `snprintf' function. */
  91. #cmakedefine HAVE_SNPRINTF 1
  92. /* Define to 1 if you have the `strcmp' function. */
  93. #cmakedefine HAVE_STRCMP 1
  94. /* Define to 1 if you have the `strcpy' function. */
  95. #cmakedefine HAVE_STRCPY 1
  96. /* Define to 1 if you have the `vsnprintf' function. */
  97. #cmakedefine HAVE_VSNPRINTF 1
  98. /* Define to 1 if you have the `strsignal' function. */
  99. #cmakedefine HAVE_STRSIGNAL 1
  100. /* Define to 1 if you have the `clock_gettime' function. */
  101. #cmakedefine HAVE_CLOCK_GETTIME 1
  102. /**************************** OPTIONS ****************************/
  103. /* Check if we have TLS support with GCC */
  104. #cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
  105. /* Check if we have TLS support with MSVC */
  106. #cmakedefine HAVE_MSVC_THREAD_LOCAL_STORAGE 1
  107. /* Check if we have CLOCK_REALTIME for clock_gettime() */
  108. #cmakedefine HAVE_CLOCK_REALTIME 1
  109. /*************************** ENDIAN *****************************/
  110. #cmakedefine WORDS_SIZEOF_VOID_P ${WORDS_SIZEOF_VOID_P}
  111. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  112. significant byte first (like Motorola and SPARC, unlike Intel). */
  113. #cmakedefine WORDS_BIGENDIAN 1