home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rcs567s.zip / diff / config.h.in < prev    next >
Text File  |  1993-11-10  |  3KB  |  112 lines

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