home *** CD-ROM | disk | FTP | other *** search
/ Dream 51 / Amiga_Dream_51.iso / Atari / Desktops / text113b.zoo / textutils-1.13 / config.h next >
C/C++ Source or Header  |  1996-01-21  |  3KB  |  120 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 the `long double' type works.  */
  30. #undef HAVE_LONG_DOUBLE
  31.  
  32. /* Define if your struct stat has st_blksize.  */
  33. #define HAVE_ST_BLKSIZE 1
  34.  
  35. /* Define if you have the vprintf function.  */
  36. #define HAVE_VPRINTF 1
  37.  
  38. /* Define as __inline if that's what the C compiler calls it.  */
  39. #undef inline
  40.  
  41. /* Define if on MINIX.  */
  42. #undef _MINIX
  43.  
  44. /* Define to `long' if <sys/types.h> doesn't define.  */
  45. #undef off_t
  46.  
  47. /* Define if the system does not provide POSIX.1 features except
  48.    with this defined.  */
  49. #undef _POSIX_1_SOURCE
  50.  
  51. /* Define if you need to in order for stat and other things to work.  */
  52. #undef _POSIX_SOURCE
  53.  
  54. /* Define as the return type of signal handlers (int or void).  */
  55. #define RETSIGTYPE void
  56.  
  57. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  58. #undef size_t
  59.  
  60. /* If using the C implementation of alloca, define if you know the
  61.    direction of stack growth for your system; otherwise it will be
  62.    automatically deduced at run-time.
  63.     STACK_DIRECTION > 0 => grows toward higher addresses
  64.     STACK_DIRECTION < 0 => grows toward lower addresses
  65.     STACK_DIRECTION = 0 => direction of growth unknown
  66.  */
  67. #undef STACK_DIRECTION
  68.  
  69. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  70. #undef STAT_MACROS_BROKEN
  71.  
  72. /* Define if you have the ANSI C header files.  */
  73. #define STDC_HEADERS 1
  74.  
  75. /* Define if your processor stores words with the most significant
  76.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  77. #define WORDS_BIGENDIAN 1
  78.  
  79. /* Define to 1 if ANSI function prototypes are usable.  */
  80. #define PROTOTYPES 1
  81.  
  82. /* Define if you have the isascii function.  */
  83. #define HAVE_ISASCII 1
  84.  
  85. /* Define if you have the strchr function.  */
  86. #define HAVE_STRCHR 1
  87.  
  88. /* Define if you have the strerror function.  */
  89. #define HAVE_STRERROR 1
  90.  
  91. /* Define if you have the strrchr function.  */
  92. #define HAVE_STRRCHR 1
  93.  
  94. /* Define if you have the <dirent.h> header file.  */
  95. #define HAVE_DIRENT_H 1
  96.  
  97. /* Define if you have the <fcntl.h> header file.  */
  98. #define HAVE_FCNTL_H 1
  99.  
  100. /* Define if you have the <limits.h> header file.  */
  101. #define HAVE_LIMITS_H 1
  102.  
  103. /* Define if you have the <memory.h> header file.  */
  104. #define HAVE_MEMORY_H 1
  105.  
  106. /* Define if you have the <ndir.h> header file.  */
  107. #undef HAVE_NDIR_H
  108.  
  109. /* Define if you have the <string.h> header file.  */
  110. #define HAVE_STRING_H 1
  111.  
  112. /* Define if you have the <sys/dir.h> header file.  */
  113. #define HAVE_SYS_DIR_H 1
  114.  
  115. /* Define if you have the <sys/ndir.h> header file.  */
  116. #undef HAVE_SYS_NDIR_H
  117.  
  118. /* Define if you have the <unistd.h> header file.  */
  119. #define HAVE_UNISTD_H 1
  120.