config.h.in 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if your system has a working basename */
  3. #cmakedefine HAVE_BASENAME @HAVE_BASENAME@
  4. /* Define if your system has a working major */
  5. #cmakedefine HAVE_MAJOR @HAVE_MAJOR@
  6. /* Define if your system has a working minor */
  7. #cmakedefine HAVE_MINOR @HAVE_MINOR@
  8. /* Define to 1 if you have the <ctype.h> header file. */
  9. #cmakedefine HAVE_CTYPE_H @HAVE_CTYPE_H@
  10. /* Define to 1 if you have the <sys/sysmacros.h> header file. */
  11. #cmakedefine HAVE_SYS_SYSMACROS_H @HAVE_SYS_SYSMACROS_H@
  12. /* Define to 1 if the system has the type `dev_t'. */
  13. #cmakedefine HAVE_DEV_T @HAVE_DEV_T@
  14. /* Define if your system has a working dirname */
  15. #cmakedefine HAVE_DIRNAME @HAVE_DIRNAME@
  16. /* Define to 1 if your system has a working POSIX `fnmatch' function. */
  17. #cmakedefine HAVE_FNMATCH @HAVE_FNMATCH@
  18. /* Define to 1 if you have the <fnmatch.h> header file. */
  19. #cmakedefine HAVE_FNMATCH_H @HAVE_FNMATCH_H@
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
  22. /* Define to 1 if you have the `lchown' function. */
  23. #cmakedefine HAVE_LCHOWN @HAVE_LCHOWN@
  24. /* Define to 1 if you have the <libgen.h> header file. */
  25. #cmakedefine HAVE_LIBGEN_H @HAVE_LIBGEN_H@
  26. /* Define to 1 if you have the `z' library (-lz). */
  27. #cmakedefine HAVE_LIBZ @HAVE_LIBZ@
  28. /* Define to 1 if you have the VTK's `z' library */
  29. #cmakedefine HAVE_VTK_LIBZ @HAVE_VTK_LIBZ@
  30. /* Define to 1 if the system has the type `major_t'. */
  31. #cmakedefine HAVE_MAJOR_T @HAVE_MAJOR_T@
  32. /* Define to 1 if you have the <memory.h> header file. */
  33. #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
  34. /* Define to 1 if you have the <dirent.h> header file. */
  35. #cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
  36. /* Define to 1 if you have the <sys/param.h> header file. */
  37. #cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
  38. /* Define to 1 if the system has the type `minor_t'. */
  39. #cmakedefine HAVE_MINOR_T @HAVE_MINOR_T@
  40. /* Define to 1 if the system has the type `nlink_t'. */
  41. #cmakedefine HAVE_NLINK_T @HAVE_NLINK_T@
  42. /* Define if your system has a working snprintf */
  43. #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
  44. /* Define if your system has a working vsnprintf */
  45. #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
  46. /* Define to 1 if you have the <stdint.h> header file. */
  47. #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
  48. /* Define to 1 if you have the <stdlib.h> header file. */
  49. #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
  50. /* Define to 1 if you have the <sys/mkdev.h> header file. */
  51. #cmakedefine HAVE_SYS_MKDEV_H @HAVE_SYS_MKDEV_H@
  52. /* Define if you have the strdup function */
  53. #cmakedefine HAVE_STRDUP @HAVE_STRDUP@
  54. /* Define to 1 if you have the `strftime' function. */
  55. #cmakedefine HAVE_STRFTIME @HAVE_STRFTIME@
  56. /* Define to 1 if you have the <strings.h> header file. */
  57. #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
  58. /* Define to 1 if you have the <string.h> header file. */
  59. #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
  60. /* Define if you have the strlcpy function */
  61. #cmakedefine HAVE_STRLCPY @HAVE_STRLCPY@
  62. /* Define if you have the strmode function */
  63. #cmakedefine HAVE_STRMODE @HAVE_STRMODE@
  64. /* Define if you have the strsep function */
  65. #cmakedefine HAVE_STRSEP @HAVE_STRSEP@
  66. /* Define to 1 if you have the <sys/stat.h> header file. */
  67. #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
  68. /* Define to 1 if you have the <sys/types.h> header file. */
  69. #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
  70. /* Define to 1 if the system has the type `uint64_t'. */
  71. #cmakedefine HAVE_UINT64_T @HAVE_UINT64_T@
  72. /* Define to 1 if you have the <unistd.h> header file. */
  73. #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
  74. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  75. */
  76. #cmakedefine MAJOR_IN_MKDEV @MAJOR_IN_MKDEV@
  77. /* Define to 1 if `major', `minor', and `makedev' are declared in
  78. <sysmacros.h>. */
  79. #cmakedefine MAJOR_IN_SYSMACROS @MAJOR_IN_SYSMACROS@
  80. /* Define as 1 if makedev expects three arguments */
  81. #cmakedefine MAKEDEV_THREE_ARGS @MAKEDEV_THREE_ARGS@
  82. /* Define if you want to use the basename function */
  83. #cmakedefine NEED_BASENAME @NEED_BASENAME@
  84. /* Define if you want to use the dirname function */
  85. #cmakedefine NEED_DIRNAME @NEED_DIRNAME@
  86. /* Define if you want to use the fnmatch function */
  87. #cmakedefine NEED_FNMATCH @NEED_FNMATCH@
  88. /* Define if you want to use the makedev function */
  89. #cmakedefine NEED_MAKEDEV @NEED_MAKEDEV@
  90. /* Define if you want to use the snprintf function */
  91. #cmakedefine NEED_SNPRINTF @NEED_SNPRINTF@
  92. /* Define if you want to use the strdup function */
  93. #cmakedefine NEED_STRDUP @NEED_STRDUP@
  94. /* Define if you want to use the strlcpy function */
  95. #cmakedefine NEED_STRLCPY @NEED_STRLCPY@
  96. /* Define if you want to use the strmode function */
  97. #cmakedefine NEED_STRMODE @NEED_STRMODE@
  98. /* Define if you want to use the strsep function */
  99. #cmakedefine NEED_STRSEP @NEED_STRSEP@
  100. /* Define to the address where bug reports for this package should be sent. */
  101. #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@
  102. /* Define to the full name of this package. */
  103. #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
  104. /* Define to the full name and version of this package. */
  105. #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
  106. /* Define to the one symbol short name of this package. */
  107. #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
  108. /* Define to the version of this package. */
  109. #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
  110. /* Define to 1 if you have the ANSI C header files. */
  111. #cmakedefine STDC_HEADERS @STDC_HEADERS@
  112. /* Define to 1 if on AIX 3.
  113. System headers sometimes define this.
  114. We just want to avoid a redefinition error message. */
  115. #ifndef _ALL_SOURCE
  116. #cmakedefine _ALL_SOURCE @_ALL_SOURCE@
  117. #endif
  118. /* Define to empty if `const' does not conform to ANSI C. */
  119. #cmakedefine const @const@
  120. /* Define to `unsigned long' if not defined in system header files. */
  121. #cmakedefine dev_t @dev_t@
  122. /* Define to `int' if <sys/types.h> doesn't define. */
  123. #cmakedefine gid_t @gid_t@
  124. /* Define to `unsigned int' if not defined in system header files. */
  125. #cmakedefine major_t @major_t@
  126. /* Define to `unsigned int' if not defined in system header files. */
  127. #cmakedefine minor_t @minor_t@
  128. /* Define to `int' if <sys/types.h> does not define. */
  129. #cmakedefine mode_t @mode_t@
  130. /* Define to `unsigned short' if not defined in system header files. */
  131. #cmakedefine nlink_t @nlink_t@
  132. /* Define to `long' if <sys/types.h> does not define. */
  133. #cmakedefine off_t @off_t@
  134. /* Define to `unsigned' if <sys/types.h> does not define. */
  135. #cmakedefine size_t @size_t@
  136. /* Define to `int' if <sys/types.h> does not define. */
  137. #cmakedefine ssize_t @ssize_t@
  138. /* Define to `int' if <sys/types.h> doesn't define. */
  139. #cmakedefine uid_t @uid_t@
  140. /* Define to `long long' if not defined in system header files. */
  141. #cmakedefine uint64_t @uint64_t@