home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / textutils-1.9-src.lha / src / build / textutils-1.9 / config.h next >
C/C++ Source or Header  |  1994-02-21  |  3KB  |  106 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if using alloca.c.  */
  12. /* #undef C_ALLOCA */
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  18.    This function is required for alloca.c support on those systems.  */
  19. /* #undef CRAY_STACKSEG_END */
  20.  
  21. /* Define if you have dirent.h.  */
  22. #define DIRENT 1
  23.  
  24. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  25. /* #undef HAVE_ALLOCA_H */
  26.  
  27. /* Define if you don't have vprintf but do have _doprnt.  */
  28. /* #undef HAVE_DOPRNT */
  29.  
  30. /* Define if the `long double' type works.  */
  31. #define HAVE_LONG_DOUBLE 1
  32.  
  33. /* Define if your struct stat has st_blksize.  */
  34. #define HAVE_ST_BLKSIZE 1
  35.  
  36. /* Define if you have the vprintf function.  */
  37. #define HAVE_VPRINTF 1
  38.  
  39. /* Define if long int is 64 bits.  */
  40. /* #undef LONG_64_BITS */
  41.  
  42. /* Define if on MINIX.  */
  43. /* #undef _MINIX */
  44.  
  45. /* Define if you don't have dirent.h, but have ndir.h.  */
  46. /* #undef NDIR */
  47.  
  48. /* Define if the system does not provide POSIX.1 features except
  49.    with this defined.  */
  50. /* #undef _POSIX_1_SOURCE */
  51.  
  52. /* Define if you need to in order for stat and other things to work.  */
  53. /* #undef _POSIX_SOURCE */
  54.  
  55. /* Define as the return type of signal handlers (int or void).  */
  56. #define RETSIGTYPE void
  57.  
  58. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  59. /* #undef size_t */
  60.  
  61. /* If using the C implementation of alloca, define if you know the
  62.    direction of stack growth for your system; otherwise it will be
  63.    automatically deduced at run-time.
  64.     STACK_DIRECTION > 0 => grows toward higher addresses
  65.     STACK_DIRECTION < 0 => grows toward lower addresses
  66.     STACK_DIRECTION = 0 => direction of growth unknown
  67.  */
  68. /* #undef STACK_DIRECTION */
  69.  
  70. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  71. /* #undef STAT_MACROS_BROKEN */
  72.  
  73. /* Define if you have the ANSI C header files.  */
  74. /* #undef STDC_HEADERS */
  75.  
  76. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  77. /* #undef SYSDIR */
  78.  
  79. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  80. /* #undef SYSNDIR */
  81.  
  82. /* Define if the closedir function returns void instead of int.  */
  83. /* #undef VOID_CLOSEDIR */
  84.  
  85. /* Define if your processor stores words with the most significant
  86.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  87. #define WORDS_BIGENDIAN 1
  88.  
  89. /* Define if you have strerror.  */
  90. #define HAVE_STRERROR 1
  91.  
  92. /* Define if you have the <fcntl.h> header file.  */
  93. #define HAVE_FCNTL_H 1
  94.  
  95. /* Define if you have the <limits.h> header file.  */
  96. #define HAVE_LIMITS_H 1
  97.  
  98. /* Define if you have the <memory.h> header file.  */
  99. #define HAVE_MEMORY_H 1
  100.  
  101. /* Define if you have the <string.h> header file.  */
  102. #define HAVE_STRING_H 1
  103.  
  104. /* Define if you have the <unistd.h> header file.  */
  105. #define HAVE_UNISTD_H 1
  106.