home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / config.h < prev    next >
C/C++ Source or Header  |  1998-04-11  |  7KB  |  238 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 the `long double' type works.  */
  31. #define HAVE_LONG_DOUBLE 1
  32.  
  33. /* Define if you have a working `mmap' system call.  */
  34. /* #undef HAVE_MMAP */
  35.  
  36. /* Define if your struct stat has st_blksize.  */
  37. /* #undef HAVE_ST_BLKSIZE */
  38.  
  39. /* Define if you have the vprintf function.  */
  40. #define HAVE_VPRINTF 1
  41.  
  42. /* Define as __inline if that's what the C compiler calls it.  */
  43. /* #undef inline */
  44.  
  45. /* Define if on MINIX.  */
  46. /* #undef _MINIX */
  47.  
  48. /* Define to `long' if <sys/types.h> doesn't define.  */
  49. /* #undef off_t */
  50.  
  51. /* Define if the system does not provide POSIX.1 features except
  52.    with this defined.  */
  53. /* #undef _POSIX_1_SOURCE */
  54.  
  55. /* Define if you need to in order for stat and other things to work.  */
  56. /* #undef _POSIX_SOURCE */
  57.  
  58. /* Define as the return type of signal handlers (int or void).  */
  59. #define RETSIGTYPE void
  60.  
  61. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  62. /* #undef size_t */
  63.  
  64. /* If using the C implementation of alloca, define if you know the
  65.    direction of stack growth for your system; otherwise it will be
  66.    automatically deduced at run-time.
  67.  STACK_DIRECTION > 0 => grows toward higher addresses
  68.  STACK_DIRECTION < 0 => grows toward lower addresses
  69.  STACK_DIRECTION = 0 => direction of growth unknown
  70.  */
  71. /* #undef STACK_DIRECTION */
  72.  
  73. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  74. /* #undef STAT_MACROS_BROKEN */
  75.  
  76. /* Define if you have the ANSI C header files.  */
  77. #define STDC_HEADERS 1
  78.  
  79. /* Define if your processor stores words with the most significant
  80.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  81. /* #undef WORDS_BIGENDIAN */
  82.  
  83. /* Define to 1 if NLS is requested.  */
  84. #define ENABLE_NLS 0
  85.  
  86. /* The concatenation of the strings "GNU ", and PACKAGE.  */
  87. #define GNU_PACKAGE "GNU textutils"
  88.  
  89. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  90. /* #undef HAVE_CATGETS */
  91.  
  92. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  93. /* #undef HAVE_GETTEXT */
  94.  
  95. /* Define if your locale.h file contains LC_MESSAGES.  */
  96. /* #undef HAVE_LC_MESSAGES */
  97.  
  98. /* Define to 1 if you have the stpcpy function.  */
  99. /* #undef HAVE_STPCPY */
  100.  
  101. /* Define to rpl_memcmp if the replacement function should be used.  */
  102. /* #undef memcmp */
  103.  
  104. /* Define to the name of the distribution.  */
  105. #define PACKAGE "textutils"
  106.  
  107. /* Define to 1 if ANSI function prototypes are usable.  */
  108. #define PROTOTYPES 1
  109.  
  110. /* Define to the version of the distribution.  */
  111. #define VERSION "1.22"
  112.  
  113. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  114. #define WITH_REGEX 1
  115.  
  116. /* Define if you have the __argz_count function.  */
  117. /* #undef HAVE___ARGZ_COUNT */
  118.  
  119. /* Define if you have the __argz_next function.  */
  120. /* #undef HAVE___ARGZ_NEXT */
  121.  
  122. /* Define if you have the __argz_stringify function.  */
  123. /* #undef HAVE___ARGZ_STRINGIFY */
  124.  
  125. /* Define if you have the dcgettext function.  */
  126. /* #undef HAVE_DCGETTEXT */
  127.  
  128. /* Define if you have the getcwd function.  */
  129. #define HAVE_GETCWD 1
  130.  
  131. /* Define if you have the getdelim function.  */
  132. /* #undef HAVE_GETDELIM */
  133.  
  134. /* Define if you have the getline function.  */
  135. /* #undef HAVE_GETLINE */
  136.  
  137. /* Define if you have the getpagesize function.  */
  138. #define HAVE_GETPAGESIZE 1
  139.  
  140. /* Define if you have the isascii function.  */
  141. #define HAVE_ISASCII 1
  142.  
  143. /* Define if you have the memcpy function.  */
  144. #define HAVE_MEMCPY 1
  145.  
  146. /* Define if you have the memmove function.  */
  147. #define HAVE_MEMMOVE 1
  148.  
  149. /* Define if you have the memset function.  */
  150. #define HAVE_MEMSET 1
  151.  
  152. /* Define if you have the munmap function.  */
  153. /* #undef HAVE_MUNMAP */
  154.  
  155. /* Define if you have the pow function.  */
  156. /* #undef HAVE_POW */
  157.  
  158. /* Define if you have the putenv function.  */
  159. #define HAVE_PUTENV 1
  160.  
  161. /* Define if you have the setenv function.  */
  162. /* #undef HAVE_SETENV */
  163.  
  164. /* Define if you have the setlocale function.  */
  165. #define HAVE_SETLOCALE 1
  166.  
  167. /* Define if you have the stpcpy function.  */
  168. /* #undef HAVE_STPCPY */
  169.  
  170. /* Define if you have the strcasecmp function.  */
  171. /* #undef HAVE_STRCASECMP */
  172.  
  173. /* Define if you have the strchr function.  */
  174. #define HAVE_STRCHR 1
  175.  
  176. /* Define if you have the strerror function.  */
  177. #define HAVE_STRERROR 1
  178.  
  179. /* Define if you have the strpbrk function.  */
  180. #define HAVE_STRPBRK 1
  181.  
  182. /* Define if you have the strrchr function.  */
  183. #define HAVE_STRRCHR 1
  184.  
  185. /* Define if you have the strtol function.  */
  186. #define HAVE_STRTOL 1
  187.  
  188. /* Define if you have the strtoul function.  */
  189. #define HAVE_STRTOUL 1
  190.  
  191. /* Define if you have the <argz.h> header file.  */
  192. /* #undef HAVE_ARGZ_H */
  193.  
  194. /* Define if you have the <dirent.h> header file.  */
  195. #define HAVE_DIRENT_H 1
  196.  
  197. /* Define if you have the <fcntl.h> header file.  */
  198. #define HAVE_FCNTL_H 1
  199.  
  200. /* Define if you have the <float.h> header file.  */
  201. #define HAVE_FLOAT_H 1
  202.  
  203. /* Define if you have the <limits.h> header file.  */
  204. #define HAVE_LIMITS_H 1
  205.  
  206. /* Define if you have the <locale.h> header file.  */
  207. #define HAVE_LOCALE_H 1
  208.  
  209. /* Define if you have the <malloc.h> header file.  */
  210. #define HAVE_MALLOC_H 1
  211.  
  212. /* Define if you have the <memory.h> header file.  */
  213. #define HAVE_MEMORY_H 1
  214.  
  215. /* Define if you have the <ndir.h> header file.  */
  216. /* #undef HAVE_NDIR_H */
  217.  
  218. /* Define if you have the <nl_types.h> header file.  */
  219. /* #undef HAVE_NL_TYPES_H */
  220.  
  221. /* Define if you have the <string.h> header file.  */
  222. #define HAVE_STRING_H 1
  223.  
  224. /* Define if you have the <sys/dir.h> header file.  */
  225. /* #undef HAVE_SYS_DIR_H */
  226.  
  227. /* Define if you have the <sys/ndir.h> header file.  */
  228. /* #undef HAVE_SYS_NDIR_H */
  229.  
  230. /* Define if you have the <unistd.h> header file.  */
  231. #define HAVE_UNISTD_H 1
  232.  
  233. /* Define if you have the <values.h> header file.  */
  234. /* #undef HAVE_VALUES_H */
  235.  
  236. /* Define if you have the i library (-li).  */
  237. /* #undef HAVE_LIBI */
  238.