/contrib/ntp/sntp/config.h.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 304 lines · 104 code · 99 blank · 101 comment · 80 complexity · 31f14be1c9bd16a57da765e0a105f0d7 MD5 · raw file

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* fopen(3) accepts a 'b' in the mode flag */
  3. #undef FOPEN_BINARY_FLAG
  4. /* fopen(3) accepts a 't' in the mode flag */
  5. #undef FOPEN_TEXT_FLAG
  6. /* Define to 1 if you have the `alarm' function. */
  7. #undef HAVE_ALARM
  8. /* Define to 1 if you have the <arpa/inet.h> header file. */
  9. #undef HAVE_ARPA_INET_H
  10. /* Define to 1 if you have the `canonicalize_file_name' function. */
  11. #undef HAVE_CANONICALIZE_FILE_NAME
  12. /* Define this if /dev/zero is readable device */
  13. #undef HAVE_DEV_ZERO
  14. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  15. */
  16. #undef HAVE_DIRENT_H
  17. /* Define to 1 if you have the <dlfcn.h> header file. */
  18. #undef HAVE_DLFCN_H
  19. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  20. #undef HAVE_DOPRNT
  21. /* Define to 1 if you have the <errno.h> header file. */
  22. #undef HAVE_ERRNO_H
  23. /* Define to 1 if you have the <fcntl.h> header file. */
  24. #undef HAVE_FCNTL_H
  25. /* Define to 1 if you have the <float.h> header file. */
  26. #undef HAVE_FLOAT_H
  27. /* Define to 1 if you have the `gettimeofday' function. */
  28. #undef HAVE_GETTIMEOFDAY
  29. /* Define to 1 if you have the `inet_ntoa' function. */
  30. #undef HAVE_INET_NTOA
  31. /* inline keyword or macro available */
  32. #undef HAVE_INLINE
  33. /* Define to 1 if the system has the type `int16_t'. */
  34. #undef HAVE_INT16_T
  35. /* Define to 1 if the system has the type `int32_t'. */
  36. #undef HAVE_INT32_T
  37. /* Define to 1 if the system has the type `int8_t'. */
  38. #undef HAVE_INT8_T
  39. /* Define to 1 if the system has the type `intptr_t'. */
  40. #undef HAVE_INTPTR_T
  41. /* Define to 1 if you have the <inttypes.h> header file. */
  42. #undef HAVE_INTTYPES_H
  43. /* Define to 1 if you have the `gen' library (-lgen). */
  44. #undef HAVE_LIBGEN
  45. /* Define to 1 if you have the <libgen.h> header file. */
  46. #undef HAVE_LIBGEN_H
  47. /* Define to 1 if you have the <limits.h> header file. */
  48. #undef HAVE_LIMITS_H
  49. /* Define to 1 if you have the <memory.h> header file. */
  50. #undef HAVE_MEMORY_H
  51. /* Define to 1 if you have the `memset' function. */
  52. #undef HAVE_MEMSET
  53. /* Define to 1 if you have the `mmap' function. */
  54. #undef HAVE_MMAP
  55. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  56. #undef HAVE_NDIR_H
  57. /* Define to 1 if you have the <netdb.h> header file. */
  58. #undef HAVE_NETDB_H
  59. /* Define to 1 if you have the <netinet/in.h> header file. */
  60. #undef HAVE_NETINET_IN_H
  61. /* Define this if pathfind(3) works */
  62. #undef HAVE_PATHFIND
  63. /* Define this if we have a functional realpath(3C) */
  64. #undef HAVE_REALPATH
  65. /* Define to 1 if you have the <setjmp.h> header file. */
  66. #undef HAVE_SETJMP_H
  67. /* Define to 1 if you have the `snprintf' function. */
  68. #undef HAVE_SNPRINTF
  69. /* Define to 1 if you have the `socket' function. */
  70. #undef HAVE_SOCKET
  71. /* Define to 1 if you have the `sqrt' function. */
  72. #undef HAVE_SQRT
  73. /* Does struct sockaddr_storage have ss_family? */
  74. #undef HAVE_SS_FAMILY_IN_SS
  75. /* Define to 1 if you have the <stdarg.h> header file. */
  76. #undef HAVE_STDARG_H
  77. /* Define to 1 if you have the <stdint.h> header file. */
  78. #undef HAVE_STDINT_H
  79. /* Define to 1 if you have the <stdlib.h> header file. */
  80. #undef HAVE_STDLIB_H
  81. /* Define to 1 if you have the `strchr' function. */
  82. #undef HAVE_STRCHR
  83. /* Define to 1 if you have the `strdup' function. */
  84. #undef HAVE_STRDUP
  85. /* Define this if strftime() works */
  86. #undef HAVE_STRFTIME
  87. /* Define to 1 if you have the <strings.h> header file. */
  88. #undef HAVE_STRINGS_H
  89. /* Define to 1 if you have the <string.h> header file. */
  90. #undef HAVE_STRING_H
  91. /* Define to 1 if you have the `strrchr' function. */
  92. #undef HAVE_STRRCHR
  93. /* Define to 1 if you have the <sysexits.h> header file. */
  94. #undef HAVE_SYSEXITS_H
  95. /* Define to 1 if you have the <syslog.h> header file. */
  96. #undef HAVE_SYSLOG_H
  97. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  98. */
  99. #undef HAVE_SYS_DIR_H
  100. /* Define to 1 if you have the <sys/limits.h> header file. */
  101. #undef HAVE_SYS_LIMITS_H
  102. /* Define to 1 if you have the <sys/mman.h> header file. */
  103. #undef HAVE_SYS_MMAN_H
  104. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  105. */
  106. #undef HAVE_SYS_NDIR_H
  107. /* Define to 1 if you have the <sys/param.h> header file. */
  108. #undef HAVE_SYS_PARAM_H
  109. /* Define to 1 if you have the <sys/poll.h> header file. */
  110. #undef HAVE_SYS_POLL_H
  111. /* Define to 1 if you have the <sys/procset.h> header file. */
  112. #undef HAVE_SYS_PROCSET_H
  113. /* Define to 1 if you have the <sys/select.h> header file. */
  114. #undef HAVE_SYS_SELECT_H
  115. /* Define to 1 if you have the <sys/socket.h> header file. */
  116. #undef HAVE_SYS_SOCKET_H
  117. /* Define to 1 if you have the <sys/stat.h> header file. */
  118. #undef HAVE_SYS_STAT_H
  119. /* Define to 1 if you have the <sys/stropts.h> header file. */
  120. #undef HAVE_SYS_STROPTS_H
  121. /* Define to 1 if you have the <sys/time.h> header file. */
  122. #undef HAVE_SYS_TIME_H
  123. /* Define to 1 if you have the <sys/types.h> header file. */
  124. #undef HAVE_SYS_TYPES_H
  125. /* Define to 1 if you have the <sys/un.h> header file. */
  126. #undef HAVE_SYS_UN_H
  127. /* Define to 1 if you have the <sys/wait.h> header file. */
  128. #undef HAVE_SYS_WAIT_H
  129. /* Define to 1 if the system has the type `uint16_t'. */
  130. #undef HAVE_UINT16_T
  131. /* Define to 1 if the system has the type `uint32_t'. */
  132. #undef HAVE_UINT32_T
  133. /* Define to 1 if the system has the type `uint8_t'. */
  134. #undef HAVE_UINT8_T
  135. /* Define to 1 if the system has the type `uintptr_t'. */
  136. #undef HAVE_UINTPTR_T
  137. /* Define to 1 if the system has the type `uint_t'. */
  138. #undef HAVE_UINT_T
  139. /* Define to 1 if you have the <unistd.h> header file. */
  140. #undef HAVE_UNISTD_H
  141. /* Define to 1 if you have the <utime.h> header file. */
  142. #undef HAVE_UTIME_H
  143. /* Define to 1 if you have the <values.h> header file. */
  144. #undef HAVE_VALUES_H
  145. /* Define to 1 if you have the <varargs.h> header file. */
  146. #undef HAVE_VARARGS_H
  147. /* Define to 1 if you have the `vprintf' function. */
  148. #undef HAVE_VPRINTF
  149. /* Does struct sockaddr_storage have __ss_family? */
  150. #undef HAVE___SS_FAMILY_IN_SS
  151. /* Define this if optional arguments are disallowed */
  152. #undef NO_OPTIONAL_OPT_ARGS
  153. /* Should we avoid #warning on option name collisions? */
  154. #undef NO_OPTION_NAME_WARNINGS
  155. /* Name of package */
  156. #undef PACKAGE
  157. /* Define to the address where bug reports for this package should be sent. */
  158. #undef PACKAGE_BUGREPORT
  159. /* Define to the full name of this package. */
  160. #undef PACKAGE_NAME
  161. /* Define to the full name and version of this package. */
  162. #undef PACKAGE_STRING
  163. /* Define to the one symbol short name of this package. */
  164. #undef PACKAGE_TARNAME
  165. /* Define to the home page for this package. */
  166. #undef PACKAGE_URL
  167. /* Define to the version of this package. */
  168. #undef PACKAGE_VERSION
  169. /* name of regex header file */
  170. #undef REGEX_HEADER
  171. /* Define as the return type of signal handlers (`int' or `void'). */
  172. #undef RETSIGTYPE
  173. /* The size of `char*', as computed by sizeof. */
  174. #undef SIZEOF_CHARP
  175. /* The size of `int', as computed by sizeof. */
  176. #undef SIZEOF_INT
  177. /* The size of `long', as computed by sizeof. */
  178. #undef SIZEOF_LONG
  179. /* The size of `short', as computed by sizeof. */
  180. #undef SIZEOF_SHORT
  181. /* Define to 1 if you have the ANSI C header files. */
  182. #undef STDC_HEADERS
  183. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  184. #undef TIME_WITH_SYS_TIME
  185. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  186. #undef TM_IN_SYS_TIME
  187. /* Version number of package */
  188. #undef VERSION
  189. /* Define this if a working libregex can be found */
  190. #undef WITH_LIBREGEX
  191. /* Define to empty if `const' does not conform to ANSI C. */
  192. #undef const
  193. /* Define to `__inline__' or `__inline' if that's what the C compiler
  194. calls it, or to nothing if 'inline' is not supported under any name. */
  195. #ifndef __cplusplus
  196. #undef inline
  197. #endif
  198. /* Define to `unsigned int' if <sys/types.h> does not define. */
  199. #undef size_t
  200. /* normalize ss_family access */
  201. #undef ss_family
  202. /* normalize ss_len access */
  203. #undef ss_len
  204. /* Alternate uintptr_t for systems without it. */
  205. #undef uintptr_t