home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / config.h < prev    next >
C/C++ Source or Header  |  1999-09-15  |  4KB  |  133 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config_h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if using alloca.c.  */
  12. /* #undef C_ALLOCA */
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  18.    This function is required for alloca.c support on those systems.  */
  19. /* #undef CRAY_STACKSEG_END */
  20.  
  21. /* Define if you have alloca, as a function or macro.  */
  22. #define HAVE_ALLOCA 1
  23.  
  24. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  25. #define HAVE_ALLOCA_H 1
  26.  
  27. /* Define if you don't have vprintf but do have _doprnt.  */
  28. /* #undef HAVE_DOPRNT */
  29.  
  30. /* Define if you have a working `mmap' system call.  */
  31. #undef HAVE_MMAP
  32.  
  33. /* Define if you have the vprintf function.  */
  34. #define HAVE_VPRINTF 1
  35.  
  36. /* Define if on MINIX.  */
  37. /* #undef _MINIX */
  38.  
  39. /* Define if the system does not provide POSIX.1 features except
  40.    with this defined.  */
  41. /* #undef _POSIX_1_SOURCE */
  42.  
  43. /* Define if you need to in order for stat and other things to work.  */
  44. /* #undef _POSIX_SOURCE */
  45.  
  46. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  47. /* #undef size_t */
  48.  
  49. /* If using the C implementation of alloca, define if you know the
  50.    direction of stack growth for your system; otherwise it will be
  51.    automatically deduced at run-time.
  52.  STACK_DIRECTION > 0 => grows toward higher addresses
  53.  STACK_DIRECTION < 0 => grows toward lower addresses
  54.  STACK_DIRECTION = 0 => direction of growth unknown
  55.  */
  56. /* #undef STACK_DIRECTION */
  57.  
  58. /* Define if you have the ANSI C header files.  */
  59. #define STDC_HEADERS 1
  60.  
  61. /* PACKAGE name */
  62. #define PACKAGE "sed"
  63.  
  64. /* Package VERSION number */
  65. #define VERSION "3.02"
  66.  
  67. /* Use lib/regex-gnu.h header (in preference to system's <regex.h>) */
  68. #define USE_REGEX_GNU_H 1
  69.  
  70. /* Define if you have the bcopy function.  */
  71. #define HAVE_BCOPY 1
  72.  
  73. /* Define if you have the bzero function.  */
  74. #define HAVE_BZERO 1
  75.  
  76. /* Define if you have the getpagesize function.  */
  77. #define HAVE_GETPAGESIZE 1
  78.  
  79. /* Define if you have the isascii function.  */
  80. #define HAVE_ISASCII 1
  81.  
  82. /* Define if you have the isatty function.  */
  83. #define HAVE_ISATTY 1
  84.  
  85. /* Define if you have the memchr function.  */
  86. #define HAVE_MEMCHR 1
  87.  
  88. /* Define if you have the memcmp function.  */
  89. #define HAVE_MEMCMP 1
  90.  
  91. /* Define if you have the memcpy function.  */
  92. #define HAVE_MEMCPY 1
  93.  
  94. /* Define if you have the memmove function.  */
  95. #define HAVE_MEMMOVE 1
  96.  
  97. /* Define if you have the regexec function.  */
  98. #define HAVE_REGEXEC 1
  99.  
  100. /* Define if you have the regnexec function.  */
  101. #define HAVE_REGNEXEC 1
  102.  
  103. /* Define if you have the strerror function.  */
  104. #define HAVE_STRERROR 1
  105.  
  106. /* Define if you have the <limits.h> header file.  */
  107. #define HAVE_LIMITS_H 1
  108.  
  109. /* Define if you have the <memory.h> header file.  */
  110. #define HAVE_MEMORY_H 1
  111.  
  112. /* Define if you have the <regex.h> header file.  */
  113. /* #undef HAVE_REGEX_H */
  114.  
  115. /* Define if you have the <stdlib.h> header file.  */
  116. #define HAVE_STDLIB_H 1
  117.  
  118. /* Define if you have the <string.h> header file.  */
  119. #define HAVE_STRING_H 1
  120.  
  121. /* Define if you have the <sys/types.h> header file.  */
  122. #define HAVE_SYS_TYPES_H 1
  123.  
  124. /* Define if you have the <unistd.h> header file.  */
  125. #define HAVE_UNISTD_H 1
  126.  
  127. /* Define if you have the cposix library (-lcposix).  */
  128. /* #undef HAVE_LIBCPOSIX */
  129.  
  130. #ifdef COPYRIGHT_NOTICE
  131. const char *VERsion="$VER: "PACKAGE" "VERSION" "__AMIGADATE__" $";
  132. #endif
  133.