home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs567s.zip / diff / config.h < prev    next >
Text File  |  1995-03-03  |  1KB  |  50 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if you have dirent.h.  */
  4. #define DIRENT 1
  5.  
  6. /* Define if you have unistd.h.  */
  7. #define HAVE_UNISTD_H 1
  8.  
  9. /* Define if you have the vprintf function.  */
  10. #define HAVE_VPRINTF 1
  11.  
  12. /* Define as the return type of signal handlers (int or void).  */
  13. #define RETSIGTYPE void
  14.  
  15. /* Define if you have the ANSI C header files.  */
  16. #define STDC_HEADERS 1
  17.  
  18. /* Define vfork as fork if vfork does not work.  */
  19. #define vfork fork
  20.  
  21. /* Define if you have dup2.  */
  22. #define HAVE_DUP2 1
  23.  
  24. /* Define if you have memchr.  */
  25. #define HAVE_MEMCHR 1
  26.  
  27. /* Define if you have strerror.  */
  28. #define HAVE_STRERROR 1
  29.  
  30. /* Define if you have waitpid.  */
  31. #define HAVE_WAITPID 1
  32.  
  33. /* Define if you have the <fcntl.h> header file.  */
  34. #define HAVE_FCNTL_H 1
  35.  
  36. /* Define if you have the <limits.h> header file.  */
  37. #define HAVE_LIMITS_H 1
  38.  
  39. /* Define if you have the <stdlib.h> header file.  */
  40. #define HAVE_STDLIB_H 1
  41.  
  42. /* Define if you have the <string.h> header file.  */
  43. #define HAVE_STRING_H 1
  44.  
  45. /* Define if you have the <sys/wait.h> header file.  */
  46. #define HAVE_SYS_WAIT_H 0
  47.  
  48. /* Define if you have the <time.h> header file.  */
  49. #define HAVE_TIME_H 1
  50.