PageRenderTime 43ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/config.h.in

https://gitlab.com/linted/linted
Autoconf | 308 lines | 108 code | 97 blank | 103 comment | 83 complexity | 48a02ddf9c35262588239fd0ae8dfd43 MD5 | raw file
Possible License(s): Apache-2.0
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* year in copyright message */
  3. #undef COPYRIGHT_YEAR
  4. /* Define to 1 if you have the <[arpa/inet.h]dnl> header file. */
  5. #undef HAVE_ARPA_INET_H
  6. /* Define to 1 if you have the `[clock_gettime]' function. */
  7. #undef HAVE_CLOCK_GETTIME
  8. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  9. don't. */
  10. #undef HAVE_DECL_STRERROR_R
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #undef HAVE_DLFCN_H
  13. /* Define to 1 if you have the `[dup2]dnl' function. */
  14. #undef HAVE_DUP2
  15. /* Define if the Emscripten API is being used. */
  16. #undef HAVE_EMSCRIPTEN_API
  17. /* Define to 1 if you have the `[fchdir]dnl' function. */
  18. #undef HAVE_FCHDIR
  19. /* Define to 1 if you have the <[fcntl.h]dnl> header file. */
  20. #undef HAVE_FCNTL_H
  21. /* Define to 1 if you have the `fork' function. */
  22. #undef HAVE_FORK
  23. /* Define to 1 if you have the `[getauxval]' function. */
  24. #undef HAVE_GETAUXVAL
  25. /* Define to 1 if you have the `[gethostname]dnl' function. */
  26. #undef HAVE_GETHOSTNAME
  27. /* Define to 1 if you have the `getmntent' function. */
  28. #undef HAVE_GETMNTENT
  29. /* Define to 1 if you have the `getpagesize' function. */
  30. #undef HAVE_GETPAGESIZE
  31. /* Define to 1 if you have the <[inttypes.h]> header file. */
  32. #undef HAVE_INTTYPES_H
  33. /* Define to 1 if you have the <[limits.h]dnl> header file. */
  34. #undef HAVE_LIMITS_H
  35. /* Define to 1 if you have the <[locale.h]dnl> header file. */
  36. #undef HAVE_LOCALE_H
  37. /* Define to 1 if you have the `[memmove]dnl' function. */
  38. #undef HAVE_MEMMOVE
  39. /* Define to 1 if you have the <memory.h> header file. */
  40. #undef HAVE_MEMORY_H
  41. /* Define to 1 if you have the `[memset]dnl' function. */
  42. #undef HAVE_MEMSET
  43. /* Define to 1 if you have the `[mkdir]dnl' function. */
  44. #undef HAVE_MKDIR
  45. /* Define to 1 if you have the `[mkfifoat]dnl' function. */
  46. #undef HAVE_MKFIFOAT
  47. /* Define to 1 if you have a working `mmap' system call. */
  48. #undef HAVE_MMAP
  49. /* Define to 1 if you have the <[mntent.h]dnl> header file. */
  50. #undef HAVE_MNTENT_H
  51. /* Define to 1 if you have the `[munmap]dnl' function. */
  52. #undef HAVE_MUNMAP
  53. /* Define if the POSIX API is being used. */
  54. #undef HAVE_POSIX_API
  55. /* Define to 1 if you have the `[prctl]' function. */
  56. #undef HAVE_PRCTL
  57. /* Define to 1 if you have the `[pthread_setname_np]' function. */
  58. #undef HAVE_PTHREAD_SETNAME_NP
  59. /* Define to 1 if you have the `[realpath]dnl' function. */
  60. #undef HAVE_REALPATH
  61. /* Define to 1 if you have the <[rpc/rpc.h]> header file. */
  62. #undef HAVE_RPC_RPC_H
  63. /* Define to 1 if you have the `[setenv]dnl' function. */
  64. #undef HAVE_SETENV
  65. /* Define to 1 if you have the `[setlocale]dnl' function. */
  66. #undef HAVE_SETLOCALE
  67. /* Define to 1 if you have the <[stdatomic.h]> header file. */
  68. #undef HAVE_STDATOMIC_H
  69. /* Define to 1 if stdbool.h conforms to C99. */
  70. #undef HAVE_STDBOOL_H
  71. /* Define to 1 if you have the <[stddef.h]dnl> header file. */
  72. #undef HAVE_STDDEF_H
  73. /* Define to 1 if you have the <[stdint.h]dnl> header file. */
  74. #undef HAVE_STDINT_H
  75. /* Define to 1 if you have the <stdlib.h> header file. */
  76. #undef HAVE_STDLIB_H
  77. /* Define to 1 if you have the `[strchr]dnl' function. */
  78. #undef HAVE_STRCHR
  79. /* Define to 1 if you have the `[strdup]dnl' function. */
  80. #undef HAVE_STRDUP
  81. /* Define to 1 if you have the `strerror_r' function. */
  82. #undef HAVE_STRERROR_R
  83. /* Define to 1 if you have the <strings.h> header file. */
  84. #undef HAVE_STRINGS_H
  85. /* Define to 1 if you have the <[string.h]dnl> header file. */
  86. #undef HAVE_STRING_H
  87. /* Define to 1 if you have the `[strndup]dnl' function. */
  88. #undef HAVE_STRNDUP
  89. /* Define to 1 if you have the `[strrchr]dnl' function. */
  90. #undef HAVE_STRRCHR
  91. /* Define to 1 if you have the `[strstr]dnl' function. */
  92. #undef HAVE_STRSTR
  93. /* Define to 1 if you have the `[strtol]dnl' function. */
  94. #undef HAVE_STRTOL
  95. /* Define to 1 if you have the `[syscall]dnl' function. */
  96. #undef HAVE_SYSCALL
  97. /* Define to 1 if you have the <[syslog.h]> header file. */
  98. #undef HAVE_SYSLOG_H
  99. /* Define to 1 if you have the <[sys/auxv.h]> header file. */
  100. #undef HAVE_SYS_AUXV_H
  101. /* Define to 1 if you have the <[sys/capability.h]> header file. */
  102. #undef HAVE_SYS_CAPABILITY_H
  103. /* Define to 1 if you have the <[sys/mount.h]dnl> header file. */
  104. #undef HAVE_SYS_MOUNT_H
  105. /* Define to 1 if you have the <sys/param.h> header file. */
  106. #undef HAVE_SYS_PARAM_H
  107. /* Define to 1 if you have the <[sys/prctl.h]> header file. */
  108. #undef HAVE_SYS_PRCTL_H
  109. /* Define to 1 if you have the <[sys/socket.h]dnl> header file. */
  110. #undef HAVE_SYS_SOCKET_H
  111. /* Define to 1 if you have the <sys/stat.h> header file. */
  112. #undef HAVE_SYS_STAT_H
  113. /* Define to 1 if you have the <[sys/time.h]dnl> header file. */
  114. #undef HAVE_SYS_TIME_H
  115. /* Define to 1 if you have the <sys/types.h> header file. */
  116. #undef HAVE_SYS_TYPES_H
  117. /* Define to 1 if you have the `[tzset]' function. */
  118. #undef HAVE_TZSET
  119. /* Define to 1 if you have the <[unistd.h]> header file. */
  120. #undef HAVE_UNISTD_H
  121. /* Define to 1 if you have the `vfork' function. */
  122. #undef HAVE_VFORK
  123. /* Define to 1 if you have the <vfork.h> header file. */
  124. #undef HAVE_VFORK_H
  125. /* Define if the Microsoft Windows API is being used. */
  126. #undef HAVE_WINDOWS_API
  127. /* Define to 1 if `fork' works. */
  128. #undef HAVE_WORKING_FORK
  129. /* Define to 1 if `vfork' works. */
  130. #undef HAVE_WORKING_VFORK
  131. /* Define if the X11 API is being used. */
  132. #undef HAVE_X11_API
  133. /* Define to 1 if the system has the type `_Bool'. */
  134. #undef HAVE__BOOL
  135. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  136. */
  137. #undef LT_OBJDIR
  138. /* Name of package */
  139. #undef PACKAGE
  140. /* Define to the address where bug reports for this package should be sent. */
  141. #undef PACKAGE_BUGREPORT
  142. /* Define to the full name of this package. */
  143. #undef PACKAGE_NAME
  144. /* package hierarchical name space */
  145. #undef PACKAGE_NAME_SPACE
  146. /* Define to the full name and version of this package. */
  147. #undef PACKAGE_STRING
  148. /* Define to the one symbol short name of this package. */
  149. #undef PACKAGE_TARNAME
  150. /* Define to the home page for this package. */
  151. #undef PACKAGE_URL
  152. /* Define to the version of this package. */
  153. #undef PACKAGE_VERSION
  154. /* Define to 1 if you have the ANSI C header files. */
  155. #undef STDC_HEADERS
  156. /* Define to 1 if strerror_r returns char *. */
  157. #undef STRERROR_R_CHAR_P
  158. /* Version number of package */
  159. #undef VERSION
  160. /* Enable large inode numbers on Mac OS X 10.5. */
  161. #ifndef _DARWIN_USE_64_BIT_INODE
  162. # define _DARWIN_USE_64_BIT_INODE 1
  163. #endif
  164. /* Number of bits in a file offset, on hosts where this is settable. */
  165. #undef _FILE_OFFSET_BITS
  166. /* Define for large files, on AIX-style hosts. */
  167. #undef _LARGE_FILES
  168. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  169. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  170. #define below would cause a syntax error. */
  171. #undef _UINT32_T
  172. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  173. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  174. #define below would cause a syntax error. */
  175. #undef _UINT64_T
  176. /* Define to `int' if <sys/types.h> doesn't define. */
  177. #undef gid_t
  178. /* Define to `__inline__' or `__inline' if that's what the C compiler
  179. calls it, or to nothing if 'inline' is not supported under any name. */
  180. #ifndef __cplusplus
  181. #undef inline
  182. #endif
  183. /* Define to the type of a signed integer type of width exactly 32 bits if
  184. such a type exists and the standard includes do not define it. */
  185. #undef int32_t
  186. /* Define to the type of a signed integer type of width exactly 64 bits if
  187. such a type exists and the standard includes do not define it. */
  188. #undef int64_t
  189. /* Define to `int' if <sys/types.h> does not define. */
  190. #undef mode_t
  191. /* Define to `long int' if <sys/types.h> does not define. */
  192. #undef off_t
  193. /* Define to `int' if <sys/types.h> does not define. */
  194. #undef pid_t
  195. /* Define to `unsigned int' if <sys/types.h> does not define. */
  196. #undef size_t
  197. /* Define to `int' if <sys/types.h> does not define. */
  198. #undef ssize_t
  199. /* Define to `int' if <sys/types.h> doesn't define. */
  200. #undef uid_t
  201. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  202. such a type exists and the standard includes do not define it. */
  203. #undef uint16_t
  204. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  205. such a type exists and the standard includes do not define it. */
  206. #undef uint32_t
  207. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  208. such a type exists and the standard includes do not define it. */
  209. #undef uint64_t
  210. /* Define as `fork' if `vfork' does not work. */
  211. #undef vfork