home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / diff.lzh / diff / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-04-24  |  3.1 KB  |  115 lines

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