home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / config.h.in < prev    next >
Text File  |  1996-09-28  |  4KB  |  130 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. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  46. #undef size_t
  47.  
  48. /* If using the C implementation of alloca, define if you know the
  49.    direction of stack growth for your system; otherwise it will be
  50.    automatically deduced at run-time.
  51.     STACK_DIRECTION > 0 => grows toward higher addresses
  52.     STACK_DIRECTION < 0 => grows toward lower addresses
  53.     STACK_DIRECTION = 0 => direction of growth unknown
  54.  */
  55. #undef STACK_DIRECTION
  56.  
  57. /* Define if you have the ANSI C header files.  */
  58. #undef STDC_HEADERS
  59.  
  60. /* Define to 1 if the changeword(REGEXP) functionnality is wanted.  */
  61. #undef ENABLE_CHANGEWORD
  62.  
  63. /* Define to 1 if you have ecvt(3), fcvt(3) and gcvt(3), define to 2 if
  64.    these are declared in <stdlib.h>.  */
  65. #undef HAVE_EFGCVT
  66.  
  67. /* Define to 1 if #include <signal.h> declares struct sigcontext */
  68. #undef HAVE_SIGCONTEXT
  69.  
  70. /* Define to the name of the distribution.  */
  71. #undef PRODUCT
  72.  
  73. /* Define to 1 if ANSI function prototypes are usable.  */
  74. #undef PROTOTYPES
  75.  
  76. /* Define to int if rlim_t is not defined in sys/resource.h */
  77. #undef rlim_t
  78.  
  79. /* Define to struct sigaltstack if stack_t is not defined in sys/signal.h */
  80. #undef stack_t
  81.  
  82. /* Define to 1 if using stack overflow detection.  */
  83. #undef USE_STACKOVF
  84.  
  85. /* Define to the version of the distribution.  */
  86. #undef VERSION
  87.  
  88. /* Define to 1 for better use of the debugging malloc library.  See 
  89.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  90. #undef WITH_DMALLOC
  91.  
  92. /* Define if you have the ecvt function.  */
  93. #undef HAVE_ECVT
  94.  
  95. /* Define if you have the mkstemp function.  */
  96. #undef HAVE_MKSTEMP
  97.  
  98. /* Define if you have the sigaction function.  */
  99. #undef HAVE_SIGACTION
  100.  
  101. /* Define if you have the sigaltstack function.  */
  102. #undef HAVE_SIGALTSTACK
  103.  
  104. /* Define if you have the sigstack function.  */
  105. #undef HAVE_SIGSTACK
  106.  
  107. /* Define if you have the sigvec function.  */
  108. #undef HAVE_SIGVEC
  109.  
  110. /* Define if you have the strerror function.  */
  111. #undef HAVE_STRERROR
  112.  
  113. /* Define if you have the tmpfile function.  */
  114. #undef HAVE_TMPFILE
  115.  
  116. /* Define if you have the <limits.h> header file.  */
  117. #undef HAVE_LIMITS_H
  118.  
  119. /* Define if you have the <memory.h> header file.  */
  120. #undef HAVE_MEMORY_H
  121.  
  122. /* Define if you have the <siginfo.h> header file.  */
  123. #undef HAVE_SIGINFO_H
  124.  
  125. /* Define if you have the <string.h> header file.  */
  126. #undef HAVE_STRING_H
  127.  
  128. /* Define if you have the <unistd.h> header file.  */
  129. #undef HAVE_UNISTD_H
  130.