home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / textutils-1.9-src.lha / src / amiga / textutils-1.9 / config.h.in < prev    next >
Text File  |  1993-10-23  |  3KB  |  105 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 dirent.h.  */
  21. #undef DIRENT
  22.  
  23. /* Define if you have alloca.h and it should be used (not 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 long int is 64 bits.  */
  39. #undef LONG_64_BITS
  40.  
  41. /* Define if on MINIX.  */
  42. #undef _MINIX
  43.  
  44. /* Define if you don't have dirent.h, but have ndir.h.  */
  45. #undef NDIR
  46.  
  47. /* Define if the system does not provide POSIX.1 features except
  48.    with this defined.  */
  49. #undef _POSIX_1_SOURCE
  50.  
  51. /* Define if you need to in order for stat and other things to work.  */
  52. #undef _POSIX_SOURCE
  53.  
  54. /* Define as the return type of signal handlers (int or void).  */
  55. #undef RETSIGTYPE
  56.  
  57. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  58. #undef size_t
  59.  
  60. /* If using the C implementation of alloca, define if you know the
  61.    direction of stack growth for your system; otherwise it will be
  62.    automatically deduced at run-time.
  63.     STACK_DIRECTION > 0 => grows toward higher addresses
  64.     STACK_DIRECTION < 0 => grows toward lower addresses
  65.     STACK_DIRECTION = 0 => direction of growth unknown
  66.  */
  67. #undef STACK_DIRECTION
  68.  
  69. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  70. #undef STAT_MACROS_BROKEN
  71.  
  72. /* Define if you have the ANSI C header files.  */
  73. #undef STDC_HEADERS
  74.  
  75. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  76. #undef SYSDIR
  77.  
  78. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  79. #undef SYSNDIR
  80.  
  81. /* Define if the closedir function returns void instead of int.  */
  82. #undef VOID_CLOSEDIR
  83.  
  84. /* Define if your processor stores words with the most significant
  85.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  86. #undef WORDS_BIGENDIAN
  87.  
  88. /* Define if you have strerror.  */
  89. #undef HAVE_STRERROR
  90.  
  91. /* Define if you have the <fcntl.h> header file.  */
  92. #undef HAVE_FCNTL_H
  93.  
  94. /* Define if you have the <limits.h> header file.  */
  95. #undef HAVE_LIMITS_H
  96.  
  97. /* Define if you have the <memory.h> header file.  */
  98. #undef HAVE_MEMORY_H
  99.  
  100. /* Define if you have the <string.h> header file.  */
  101. #undef HAVE_STRING_H
  102.  
  103. /* Define if you have the <unistd.h> header file.  */
  104. #undef HAVE_UNISTD_H
  105.