home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / textutils-1.11-src.lha / textutils-1.11 / config.h.in < prev    next >
Encoding:
Text File  |  1994-10-30  |  3.0 KB  |  111 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 your struct stat has st_blksize.  */
  33. #undef HAVE_ST_BLKSIZE
  34.  
  35. /* Define if you have the vprintf function.  */
  36. #undef HAVE_VPRINTF
  37.  
  38. /* Define if on MINIX.  */
  39. #undef _MINIX
  40.  
  41. /* Define to `long' if <sys/types.h> doesn't define.  */
  42. #undef off_t
  43.  
  44. /* Define if the system does not provide POSIX.1 features except
  45.    with this defined.  */
  46. #undef _POSIX_1_SOURCE
  47.  
  48. /* Define if you need to in order for stat and other things to work.  */
  49. #undef _POSIX_SOURCE
  50.  
  51. /* Define as the return type of signal handlers (int or void).  */
  52. #undef RETSIGTYPE
  53.  
  54. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  55. #undef size_t
  56.  
  57. /* If using the C implementation of alloca, define if you know the
  58.    direction of stack growth for your system; otherwise it will be
  59.    automatically deduced at run-time.
  60.     STACK_DIRECTION > 0 => grows toward higher addresses
  61.     STACK_DIRECTION < 0 => grows toward lower addresses
  62.     STACK_DIRECTION = 0 => direction of growth unknown
  63.  */
  64. #undef STACK_DIRECTION
  65.  
  66. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  67. #undef STAT_MACROS_BROKEN
  68.  
  69. /* Define if you have the ANSI C header files.  */
  70. #undef STDC_HEADERS
  71.  
  72. /* Define if your processor stores words with the most significant
  73.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  74. #undef WORDS_BIGENDIAN
  75.  
  76. /* The number of bytes in a long.  */
  77. #undef SIZEOF_LONG
  78.  
  79. /* Define if you have the isascii function.  */
  80. #undef HAVE_ISASCII
  81.  
  82. /* Define if you have the strerror function.  */
  83. #undef HAVE_STRERROR
  84.  
  85. /* Define if you have the <dirent.h> header file.  */
  86. #undef HAVE_DIRENT_H
  87.  
  88. /* Define if you have the <fcntl.h> header file.  */
  89. #undef HAVE_FCNTL_H
  90.  
  91. /* Define if you have the <limits.h> header file.  */
  92. #undef HAVE_LIMITS_H
  93.  
  94. /* Define if you have the <memory.h> header file.  */
  95. #undef HAVE_MEMORY_H
  96.  
  97. /* Define if you have the <ndir.h> header file.  */
  98. #undef HAVE_NDIR_H
  99.  
  100. /* Define if you have the <string.h> header file.  */
  101. #undef HAVE_STRING_H
  102.  
  103. /* Define if you have the <sys/dir.h> header file.  */
  104. #undef HAVE_SYS_DIR_H
  105.  
  106. /* Define if you have the <sys/ndir.h> header file.  */
  107. #undef HAVE_SYS_NDIR_H
  108.  
  109. /* Define if you have the <unistd.h> header file.  */
  110. #undef HAVE_UNISTD_H
  111.