home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / config_h.in < prev    next >
Text File  |  1998-07-03  |  3KB  |  128 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 a working `mmap' system call.  */
  30. #undef HAVE_MMAP
  31.  
  32. /* Define if you have the vprintf function.  */
  33. #undef HAVE_VPRINTF
  34.  
  35. /* Define if on MINIX.  */
  36. #undef _MINIX
  37.  
  38. /* Define if the system does not provide POSIX.1 features except
  39.    with this defined.  */
  40. #undef _POSIX_1_SOURCE
  41.  
  42. /* Define if you need to in order for stat and other things to work.  */
  43. #undef _POSIX_SOURCE
  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. /* PACKAGE name */
  61. #undef PACKAGE
  62.  
  63. /* Package VERSION number */
  64. #undef VERSION
  65.  
  66. /* Use lib/regex-gnu.h header (in preference to system's <regex.h>) */
  67. #undef USE_REGEX_GNU_H
  68.  
  69. /* Define if you have the bcopy function.  */
  70. #undef HAVE_BCOPY
  71.  
  72. /* Define if you have the bzero function.  */
  73. #undef HAVE_BZERO
  74.  
  75. /* Define if you have the getpagesize function.  */
  76. #undef HAVE_GETPAGESIZE
  77.  
  78. /* Define if you have the isascii function.  */
  79. #undef HAVE_ISASCII
  80.  
  81. /* Define if you have the isatty function.  */
  82. #undef HAVE_ISATTY
  83.  
  84. /* Define if you have the memchr function.  */
  85. #undef HAVE_MEMCHR
  86.  
  87. /* Define if you have the memcmp function.  */
  88. #undef HAVE_MEMCMP
  89.  
  90. /* Define if you have the memcpy function.  */
  91. #undef HAVE_MEMCPY
  92.  
  93. /* Define if you have the memmove function.  */
  94. #undef HAVE_MEMMOVE
  95.  
  96. /* Define if you have the regexec function.  */
  97. #undef HAVE_REGEXEC
  98.  
  99. /* Define if you have the regnexec function.  */
  100. #undef HAVE_REGNEXEC
  101.  
  102. /* Define if you have the strerror function.  */
  103. #undef HAVE_STRERROR
  104.  
  105. /* Define if you have the <limits.h> header file.  */
  106. #undef HAVE_LIMITS_H
  107.  
  108. /* Define if you have the <memory.h> header file.  */
  109. #undef HAVE_MEMORY_H
  110.  
  111. /* Define if you have the <regex.h> header file.  */
  112. #undef HAVE_REGEX_H
  113.  
  114. /* Define if you have the <stdlib.h> header file.  */
  115. #undef HAVE_STDLIB_H
  116.  
  117. /* Define if you have the <string.h> header file.  */
  118. #undef HAVE_STRING_H
  119.  
  120. /* Define if you have the <sys/types.h> header file.  */
  121. #undef HAVE_SYS_TYPES_H
  122.  
  123. /* Define if you have the <unistd.h> header file.  */
  124. #undef HAVE_UNISTD_H
  125.  
  126. /* Define if you have the cposix library (-lcposix).  */
  127. #undef HAVE_LIBCPOSIX
  128.