/contrib/groff/src/include/config.hin

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 217 lines · 146 code · 71 blank · 0 comment · 0 complexity · 41bcac48cb3c094e013acf6a72647fda MD5 · raw file

  1. /* src/include/config.hin. Generated from configure.ac by autoheader. */
  2. /* Define if your C++ doesn't understand `delete []'. */
  3. #undef ARRAY_DELETE_NEEDS_SIZE
  4. /* Define if you have a C++ <inttypes.h>. */
  5. #undef HAVE_CC_INTTYPES_H
  6. /* Define if you have a C++ <limits.h>. */
  7. #undef HAVE_CC_LIMITS_H
  8. /* Define if you have a C++ <osfcn.h>. */
  9. #undef HAVE_CC_OSFCN_H
  10. /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
  11. don't. */
  12. #undef HAVE_DECL_SYS_SIGLIST
  13. /* Define to 1 if you have the <direct.h> header file. */
  14. #undef HAVE_DIRECT_H
  15. /* Define to 1 if you have the <dirent.h> header file. */
  16. #undef HAVE_DIRENT_H
  17. /* Define to 1 if you have the `fmod' function. */
  18. #undef HAVE_FMOD
  19. /* Define to 1 if you have the `getcwd' function. */
  20. #undef HAVE_GETCWD
  21. /* Define to 1 if you have the `getpagesize' function. */
  22. #undef HAVE_GETPAGESIZE
  23. /* Define to 1 if you have the `gettimeofday' function. */
  24. #undef HAVE_GETTIMEOFDAY
  25. /* Define to 1 if you have the <inttypes.h> header file. */
  26. #undef HAVE_INTTYPES_H
  27. /* Define to 1 if you have the `isatty' function. */
  28. #undef HAVE_ISATTY
  29. /* Define to 1 if you have the `kill' function. */
  30. #undef HAVE_KILL
  31. /* Define to 1 if you have the <limits.h> header file. */
  32. #undef HAVE_LIMITS_H
  33. /* Define to 1 if you have the <math.h> header file. */
  34. #undef HAVE_MATH_H
  35. /* Define to 1 if you have the <memory.h> header file. */
  36. #undef HAVE_MEMORY_H
  37. /* Define if you have mkstemp(). */
  38. #undef HAVE_MKSTEMP
  39. /* Define to 1 if you have a working `mmap' system call. */
  40. #undef HAVE_MMAP
  41. /* Define to 1 if you have the <process.h> header file. */
  42. #undef HAVE_PROCESS_H
  43. /* Define to 1 if you have the `putenv' function. */
  44. #undef HAVE_PUTENV
  45. /* Define to 1 if you have the `rename' function. */
  46. #undef HAVE_RENAME
  47. /* Define to 1 if you have the `setlocale' function. */
  48. #undef HAVE_SETLOCALE
  49. /* Define to 1 if you have the `snprintf' function. */
  50. #undef HAVE_SNPRINTF
  51. /* Define to 1 if you have the <stdint.h> header file. */
  52. #undef HAVE_STDINT_H
  53. /* Define to 1 if you have the <stdlib.h> header file. */
  54. #undef HAVE_STDLIB_H
  55. /* Define to 1 if you have the `strcasecmp' function. */
  56. #undef HAVE_STRCASECMP
  57. /* Define to 1 if you have the `strerror' function. */
  58. #undef HAVE_STRERROR
  59. /* Define to 1 if you have the <strings.h> header file. */
  60. #undef HAVE_STRINGS_H
  61. /* Define to 1 if you have the <string.h> header file. */
  62. #undef HAVE_STRING_H
  63. /* Define to 1 if you have the `strncasecmp' function. */
  64. #undef HAVE_STRNCASECMP
  65. /* Define to 1 if you have the `strsep' function. */
  66. #undef HAVE_STRSEP
  67. /* Define to 1 if you have the `strtol' function. */
  68. #undef HAVE_STRTOL
  69. /* Define if <math.h> defines struct exception. */
  70. #undef HAVE_STRUCT_EXCEPTION
  71. /* Define to 1 if you have the <sys/dir.h> header file. */
  72. #undef HAVE_SYS_DIR_H
  73. /* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
  74. #undef HAVE_SYS_ERRLIST
  75. /* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
  76. #undef HAVE_SYS_NERR
  77. /* Define to 1 if you have the <sys/stat.h> header file. */
  78. #undef HAVE_SYS_STAT_H
  79. /* Define to 1 if you have the <sys/time.h> header file. */
  80. #undef HAVE_SYS_TIME_H
  81. /* Define to 1 if you have the <sys/types.h> header file. */
  82. #undef HAVE_SYS_TYPES_H
  83. /* Define to 1 if you have the <unistd.h> header file. */
  84. #undef HAVE_UNISTD_H
  85. /* Define to 1 if you have the `vsnprintf' function. */
  86. #undef HAVE_VSNPRINTF
  87. /* Define if the host's encoding is EBCDIC. */
  88. #undef IS_EBCDIC_HOST
  89. /* Define if localtime() takes a long * not a time_t *. */
  90. #undef LONG_FOR_TIME_T
  91. /* Define if your C++ doesn't declare gettimeofday(). */
  92. #undef NEED_DECLARATION_GETTIMEOFDAY
  93. /* Define if your C++ doesn't declare hypot(). */
  94. #undef NEED_DECLARATION_HYPOT
  95. /* Define if your C++ doesn't declare pclose(). */
  96. #undef NEED_DECLARATION_PCLOSE
  97. /* Define if your C++ doesn't declare popen(). */
  98. #undef NEED_DECLARATION_POPEN
  99. /* Define if your C++ doesn't declare putenv(). */
  100. #undef NEED_DECLARATION_PUTENV
  101. /* Define if your C++ doesn't declare rand(). */
  102. #undef NEED_DECLARATION_RAND
  103. /* Define if your C++ doesn't declare snprintf(). */
  104. #undef NEED_DECLARATION_SNPRINTF
  105. /* Define if your C++ doesn't declare srand(). */
  106. #undef NEED_DECLARATION_SRAND
  107. /* Define if your C++ doesn't declare strcasecmp(). */
  108. #undef NEED_DECLARATION_STRCASECMP
  109. /* Define if your C++ doesn't declare strncasecmp(). */
  110. #undef NEED_DECLARATION_STRNCASECMP
  111. /* Define if your C++ doesn't declare vfprintf(). */
  112. #undef NEED_DECLARATION_VFPRINTF
  113. /* Define if your C++ doesn't declare vsnprintf(). */
  114. #undef NEED_DECLARATION_VSNPRINTF
  115. /* Define to the address where bug reports for this package should be sent. */
  116. #undef PACKAGE_BUGREPORT
  117. /* Define to the full name of this package. */
  118. #undef PACKAGE_NAME
  119. /* Define to the full name and version of this package. */
  120. #undef PACKAGE_STRING
  121. /* Define to the one symbol short name of this package. */
  122. #undef PACKAGE_TARNAME
  123. /* Define to the version of this package. */
  124. #undef PACKAGE_VERSION
  125. /* Define if the printer's page size is A4. */
  126. #undef PAGEA4
  127. /* Define as the return type of signal handlers (`int' or `void'). */
  128. #undef RETSIGTYPE
  129. /* Define if srand() returns void not int. */
  130. #undef RET_TYPE_SRAND_IS_VOID
  131. /* Define to 1 if you have the ANSI C header files. */
  132. #undef STDC_HEADERS
  133. /* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
  134. #undef TRADITIONAL_CPP
  135. /* Define if the 0200 bit of the status returned by wait() indicates whether a
  136. core image was produced for a process that was terminated by a signal. */
  137. #undef WCOREFLAG
  138. /* Define to 1 if the X Window System is missing or not being used. */
  139. #undef X_DISPLAY_MISSING
  140. /* Define if -D_POSIX_SOURCE is necessary. */
  141. #undef _POSIX_SOURCE
  142. /* Define if you have ISC 3.x or 4.x. */
  143. #undef _SYSV3
  144. /* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
  145. does not exist. */
  146. #undef uintmax_t