home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / wdiff-0.5-src.tgz / tar.out / fsf / wdiff / config.h.in < prev    next >
Text File  |  1996-09-28  |  3KB  |  93 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have alloca, as a function or macro.  */
  21. #undef HAVE_ALLOCA
  22.  
  23. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  24. #undef HAVE_ALLOCA_H
  25.  
  26. /* Define if you don't have vprintf but do have _doprnt.  */
  27. #undef HAVE_DOPRNT
  28.  
  29. /* Define if you have the vprintf function.  */
  30. #undef HAVE_VPRINTF
  31.  
  32. /* Define if on MINIX.  */
  33. #undef _MINIX
  34.  
  35. /* Define if the system does not provide POSIX.1 features except
  36.    with this defined.  */
  37. #undef _POSIX_1_SOURCE
  38.  
  39. /* Define if you need to in order for stat and other things to work.  */
  40. #undef _POSIX_SOURCE
  41.  
  42. /* Define as the return type of signal handlers (int or void).  */
  43. #undef RETSIGTYPE
  44.  
  45. /* If using the C implementation of alloca, define if you know the
  46.    direction of stack growth for your system; otherwise it will be
  47.    automatically deduced at run-time.
  48.     STACK_DIRECTION > 0 => grows toward higher addresses
  49.     STACK_DIRECTION < 0 => grows toward lower addresses
  50.     STACK_DIRECTION = 0 => direction of growth unknown
  51.  */
  52. #undef STACK_DIRECTION
  53.  
  54. /* Define if you have the ANSI C header files.  */
  55. #undef STDC_HEADERS
  56.  
  57. /* Define to the path of the `diff' utility.  */
  58. #undef DIFF_PROGRAM
  59.  
  60. /* Define to the path of the `less' or `more' utility.  */
  61. #undef PAGER_PROGRAM
  62.  
  63. /* Define to the name of the distribution.  */
  64. #undef PRODUCT
  65.  
  66. /* Define to 1 if ANSI function prototypes are usable.  */
  67. #undef PROTOTYPES
  68.  
  69. /* Define to the version of the distribution.  */
  70. #undef VERSION
  71.  
  72. /* Define to 1 for better use of the debugging malloc library.  See 
  73.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  74. #undef WITH_DMALLOC
  75.  
  76. /* Define if you have the strerror function.  */
  77. #undef HAVE_STRERROR
  78.  
  79. /* Define if you have the tputs function.  */
  80. #undef HAVE_TPUTS
  81.  
  82. /* Define if you have the <string.h> header file.  */
  83. #undef HAVE_STRING_H
  84.  
  85. /* Define if you have the <termcap.h> header file.  */
  86. #undef HAVE_TERMCAP_H
  87.  
  88. /* Define if you have the <unistd.h> header file.  */
  89. #undef HAVE_UNISTD_H
  90.  
  91. /* Define if you have the malloc library (-lmalloc).  */
  92. #undef HAVE_LIBMALLOC
  93.