home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnututil.zip / config.h.in < prev    next >
Text File  |  1996-06-27  |  6KB  |  222 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have alloca, as a function or macro.  */
  21. #undef HAVE_ALLOCA
  22.  
  23. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  24. #undef HAVE_ALLOCA_H
  25.  
  26. /* Define if you don't have vprintf but do have _doprnt.  */
  27. #undef HAVE_DOPRNT
  28.  
  29. /* Define if the `long double' type works.  */
  30. #undef HAVE_LONG_DOUBLE
  31.  
  32. /* Define if you have a working `mmap' system call.  */
  33. #undef HAVE_MMAP
  34.  
  35. /* Define if your struct stat has st_blksize.  */
  36. #undef HAVE_ST_BLKSIZE
  37.  
  38. /* Define if you have the vprintf function.  */
  39. #undef HAVE_VPRINTF
  40.  
  41. /* Define as __inline if that's what the C compiler calls it.  */
  42. #undef inline
  43.  
  44. /* Define if on MINIX.  */
  45. #undef _MINIX
  46.  
  47. /* Define to `long' if <sys/types.h> doesn't define.  */
  48. #undef off_t
  49.  
  50. /* Define if the system does not provide POSIX.1 features except
  51.    with this defined.  */
  52. #undef _POSIX_1_SOURCE
  53.  
  54. /* Define if you need to in order for stat and other things to work.  */
  55. #undef _POSIX_SOURCE
  56.  
  57. /* Define as the return type of signal handlers (int or void).  */
  58. #undef RETSIGTYPE
  59.  
  60. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  61. #undef size_t
  62.  
  63. /* If using the C implementation of alloca, define if you know the
  64.    direction of stack growth for your system; otherwise it will be
  65.    automatically deduced at run-time.
  66.     STACK_DIRECTION > 0 => grows toward higher addresses
  67.     STACK_DIRECTION < 0 => grows toward lower addresses
  68.     STACK_DIRECTION = 0 => direction of growth unknown
  69.  */
  70. #undef STACK_DIRECTION
  71.  
  72. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  73. #undef STAT_MACROS_BROKEN
  74.  
  75. /* Define if you have the ANSI C header files.  */
  76. #undef STDC_HEADERS
  77.  
  78. /* Define if your processor stores words with the most significant
  79.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  80. #undef WORDS_BIGENDIAN
  81.  
  82. /* Define to 1 if NLS is requested.  */
  83. #undef ENABLE_NLS
  84.  
  85. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  86. #undef HAVE_CATGETS
  87.  
  88. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  89. #undef HAVE_GETTEXT
  90.  
  91. /* Define if your locale.h file contains LC_MESSAGES.  */
  92. #undef HAVE_LC_MESSAGES
  93.  
  94. /* Define to 1 if you have the stpcpy function.  */
  95. #undef HAVE_STPCPY
  96.  
  97. /* Define to the name of the distribution.  */
  98. #undef PACKAGE
  99.  
  100. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  101. #undef PACKAGE_VERSION
  102.  
  103. /* Define to 1 if ANSI function prototypes are usable.  */
  104. #undef PROTOTYPES
  105.  
  106. /* Define to the version of the distribution.  */
  107. #undef VERSION
  108.  
  109. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  110. #undef WITH_REGEX
  111.  
  112. /* Define if you have the __argz_count function.  */
  113. #undef HAVE___ARGZ_COUNT
  114.  
  115. /* Define if you have the __argz_next function.  */
  116. #undef HAVE___ARGZ_NEXT
  117.  
  118. /* Define if you have the __argz_stringify function.  */
  119. #undef HAVE___ARGZ_STRINGIFY
  120.  
  121. /* Define if you have the dcgettext function.  */
  122. #undef HAVE_DCGETTEXT
  123.  
  124. /* Define if you have the getcwd function.  */
  125. #undef HAVE_GETCWD
  126.  
  127. /* Define if you have the getdelim function.  */
  128. #undef HAVE_GETDELIM
  129.  
  130. /* Define if you have the getpagesize function.  */
  131. #undef HAVE_GETPAGESIZE
  132.  
  133. /* Define if you have the isascii function.  */
  134. #undef HAVE_ISASCII
  135.  
  136. /* Define if you have the munmap function.  */
  137. #undef HAVE_MUNMAP
  138.  
  139. /* Define if you have the pow function.  */
  140. #undef HAVE_POW
  141.  
  142. /* Define if you have the putenv function.  */
  143. #undef HAVE_PUTENV
  144.  
  145. /* Define if you have the setenv function.  */
  146. #undef HAVE_SETENV
  147.  
  148. /* Define if you have the setlocale function.  */
  149. #undef HAVE_SETLOCALE
  150.  
  151. /* Define if you have the stpcpy function.  */
  152. #undef HAVE_STPCPY
  153.  
  154. /* Define if you have the strcasecmp function.  */
  155. #undef HAVE_STRCASECMP
  156.  
  157. /* Define if you have the strchr function.  */
  158. #undef HAVE_STRCHR
  159.  
  160. /* Define if you have the strerror function.  */
  161. #undef HAVE_STRERROR
  162.  
  163. /* Define if you have the strrchr function.  */
  164. #undef HAVE_STRRCHR
  165.  
  166. /* Define if you have the valloc function.  */
  167. #undef HAVE_VALLOC
  168.  
  169. /* Define if you have the <argz.h> header file.  */
  170. #undef HAVE_ARGZ_H
  171.  
  172. /* Define if you have the <dirent.h> header file.  */
  173. #undef HAVE_DIRENT_H
  174.  
  175. /* Define if you have the <fcntl.h> header file.  */
  176. #undef HAVE_FCNTL_H
  177.  
  178. /* Define if you have the <float.h> header file.  */
  179. #undef HAVE_FLOAT_H
  180.  
  181. /* Define if you have the <limits.h> header file.  */
  182. #undef HAVE_LIMITS_H
  183.  
  184. /* Define if you have the <locale.h> header file.  */
  185. #undef HAVE_LOCALE_H
  186.  
  187. /* Define if you have the <malloc.h> header file.  */
  188. #undef HAVE_MALLOC_H
  189.  
  190. /* Define if you have the <memory.h> header file.  */
  191. #undef HAVE_MEMORY_H
  192.  
  193. /* Define if you have the <ndir.h> header file.  */
  194. #undef HAVE_NDIR_H
  195.  
  196. /* Define if you have the <nl_types.h> header file.  */
  197. #undef HAVE_NL_TYPES_H
  198.  
  199. /* Define if you have the <string.h> header file.  */
  200. #undef HAVE_STRING_H
  201.  
  202. /* Define if you have the <sys/dir.h> header file.  */
  203. #undef HAVE_SYS_DIR_H
  204.  
  205. /* Define if you have the <sys/ndir.h> header file.  */
  206. #undef HAVE_SYS_NDIR_H
  207.  
  208. /* Define if you have the <unistd.h> header file.  */
  209. #undef HAVE_UNISTD_H
  210.  
  211. /* Define if you have the <values.h> header file.  */
  212. #undef HAVE_VALUES_H
  213.  
  214. /* Define if you have the i library (-li).  */
  215. #undef HAVE_LIBI
  216.  
  217. /* Define if you have the intl library (-lintl).  */
  218. #undef HAVE_LIBINTL
  219.  
  220. /* Define if you have the m library (-lm).  */
  221. #undef HAVE_LIBM
  222.