home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / diffutils-2.6-src.lha / src / build / diffutils-2.6 / config.h next >
Encoding:
C/C++ Source or Header  |  1994-02-23  |  3.1 KB  |  113 lines

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