config.h 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  4. systems. This function is required for `alloca.c' support on those systems.
  5. */
  6. /* #undef CRAY_STACKSEG_END */
  7. /* Define to 1 if using `alloca.c'. */
  8. /* #undef C_ALLOCA */
  9. /* Define because we depend on libiconv. */
  10. #define DEPENDS_ON_LIBICONV 1
  11. /* Define to 1 if translation of program messages to the user's native
  12. language is requested. */
  13. #define ENABLE_NLS 1
  14. /* Define to enable relocation. */
  15. #define ENABLE_RELOCATABLE 1
  16. /* Define to 1 if you have `alloca', as a function or macro. */
  17. #define HAVE_ALLOCA 1
  18. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  19. */
  20. #define HAVE_ALLOCA_H 1
  21. /* Define to 1 if you have the <argz.h> header file. */
  22. #define HAVE_ARGZ_H 1
  23. /* Define if the GNU dcgettext() function is already present or preinstalled.
  24. */
  25. #define HAVE_DCGETTEXT 1
  26. /* Define to 1 if you have the `feof_unlocked' function. */
  27. #define HAVE_FEOF_UNLOCKED 1
  28. /* Define to 1 if you have the `fgets_unlocked' function. */
  29. #define HAVE_FGETS_UNLOCKED 1
  30. /* Define to 1 if you have the `getcwd' function. */
  31. #define HAVE_GETCWD 1
  32. /* Define to 1 if you have the `getc_unlocked' function. */
  33. #define HAVE_GETC_UNLOCKED 1
  34. /* Define to 1 if you have the `getegid' function. */
  35. #define HAVE_GETEGID 1
  36. /* Define to 1 if you have the `geteuid' function. */
  37. #define HAVE_GETEUID 1
  38. /* Define to 1 if you have the `getgid' function. */
  39. #define HAVE_GETGID 1
  40. /* Define to 1 if you have the `getpagesize' function. */
  41. #define HAVE_GETPAGESIZE 1
  42. /* Define if the GNU gettext() function is already present or preinstalled. */
  43. #define HAVE_GETTEXT 1
  44. /* Define to 1 if you have the `getuid' function. */
  45. #define HAVE_GETUID 1
  46. /* Define if you have the iconv() function. */
  47. #define HAVE_ICONV 1
  48. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  49. #define HAVE_INTTYPES_H 1
  50. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  51. declares uintmax_t. */
  52. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  53. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  54. #define HAVE_LANGINFO_CODESET 1
  55. /* Define if your <locale.h> file defines LC_MESSAGES. */
  56. #define HAVE_LC_MESSAGES 1
  57. /* Define to 1 if you have the <limits.h> header file. */
  58. #define HAVE_LIMITS_H 1
  59. /* Define to 1 if you have the <locale.h> header file. */
  60. #define HAVE_LOCALE_H 1
  61. /* Define to 1 if you have the <malloc.h> header file. */
  62. #define HAVE_MALLOC_H 1
  63. /* Define to 1 if you have the <memory.h> header file. */
  64. #define HAVE_MEMORY_H 1
  65. /* Define to 1 if you have the `mempcpy' function. */
  66. #define HAVE_MEMPCPY 1
  67. /* Define to 1 if you have a working `mmap' system call. */
  68. /* #undef HAVE_MMAP */
  69. /* Define to 1 if you have the `munmap' function. */
  70. #define HAVE_MUNMAP 1
  71. /* Define to 1 if you have the <nl_types.h> header file. */
  72. #define HAVE_NL_TYPES_H 1
  73. /* Define to 1 if you have the `putenv' function. */
  74. #define HAVE_PUTENV 1
  75. /* Define to 1 if you have the `setenv' function. */
  76. #define HAVE_SETENV 1
  77. /* Define to 1 if you have the `setlocale' function. */
  78. #define HAVE_SETLOCALE 1
  79. /* Define to 1 if you have the <stddef.h> header file. */
  80. #define HAVE_STDDEF_H 1
  81. /* Define to 1 if you have the <stdint.h> header file. */
  82. #define HAVE_STDINT_H 1
  83. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  84. uintmax_t. */
  85. #define HAVE_STDINT_H_WITH_UINTMAX 1
  86. /* Define to 1 if you have the <stdlib.h> header file. */
  87. #define HAVE_STDLIB_H 1
  88. /* Define to 1 if you have the `stpcpy' function. */
  89. #define HAVE_STPCPY 1
  90. /* Define to 1 if you have the `strcasecmp' function. */
  91. #define HAVE_STRCASECMP 1
  92. /* Define to 1 if you have the `strdup' function. */
  93. #define HAVE_STRDUP 1
  94. /* Define to 1 if you have the <strings.h> header file. */
  95. #define HAVE_STRINGS_H 1
  96. /* Define to 1 if you have the <string.h> header file. */
  97. #define HAVE_STRING_H 1
  98. /* Define to 1 if you have the `strtoul' function. */
  99. #define HAVE_STRTOUL 1
  100. /* Define to 1 if you have the <sys/param.h> header file. */
  101. #define HAVE_SYS_PARAM_H 1
  102. /* Define to 1 if you have the <sys/stat.h> header file. */
  103. #define HAVE_SYS_STAT_H 1
  104. /* Define to 1 if you have the <sys/types.h> header file. */
  105. #define HAVE_SYS_TYPES_H 1
  106. /* Define to 1 if you have the `tsearch' function. */
  107. #define HAVE_TSEARCH 1
  108. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  109. #define HAVE_UINTMAX_T 1
  110. /* Define to 1 if you have the <unistd.h> header file. */
  111. #define HAVE_UNISTD_H 1
  112. /* Define if you have the unsigned long long type. */
  113. #define HAVE_UNSIGNED_LONG_LONG 1
  114. /* Define to 1 if you have the `__argz_count' function. */
  115. #define HAVE___ARGZ_COUNT 1
  116. /* Define to 1 if you have the `__argz_next' function. */
  117. #define HAVE___ARGZ_NEXT 1
  118. /* Define to 1 if you have the `__argz_stringify' function. */
  119. #define HAVE___ARGZ_STRINGIFY 1
  120. /* Define to 1 if you have the `__fsetlocking' function. */
  121. #define HAVE___FSETLOCKING 1
  122. /* Define as const if the declaration of iconv() needs const. */
  123. #define ICONV_CONST
  124. /* Define if integer division by zero raises signal SIGFPE. */
  125. #define INTDIV0_RAISES_SIGFPE 0
  126. /* Define because this is libintl. */
  127. #define IN_LIBINTL 1
  128. /* Define because this is a library. */
  129. #define IN_LIBRARY 1
  130. /* Define if there is no xmalloc. */
  131. #define NO_XMALLOC 1
  132. /* Define to the address where bug reports for this package should be sent. */
  133. #define PACKAGE_BUGREPORT ""
  134. /* Define to the full name of this package. */
  135. #define PACKAGE_NAME ""
  136. /* Define to the full name and version of this package. */
  137. #define PACKAGE_STRING ""
  138. /* Define to the one symbol short name of this package. */
  139. #define PACKAGE_TARNAME ""
  140. /* Define to the home page for this package. */
  141. #define PACKAGE_URL ""
  142. /* Define to the version of this package. */
  143. #define PACKAGE_VERSION ""
  144. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  145. /* #undef PRI_MACROS_BROKEN */
  146. /* If using the C implementation of alloca, define if you know the
  147. direction of stack growth for your system; otherwise it will be
  148. automatically deduced at runtime.
  149. STACK_DIRECTION > 0 => grows toward higher addresses
  150. STACK_DIRECTION < 0 => grows toward lower addresses
  151. STACK_DIRECTION = 0 => direction of growth unknown */
  152. /* #undef STACK_DIRECTION */
  153. /* Define to 1 if you have the ANSI C header files. */
  154. #define STDC_HEADERS 1
  155. /* Define to empty if `const' does not conform to ANSI C. */
  156. /* #undef const */
  157. /* Define to `__inline__' or `__inline' if that's what the C compiler
  158. calls it, or to nothing if 'inline' is not supported under any name. */
  159. #ifndef __cplusplus
  160. /* #undef inline */
  161. #endif
  162. /* Define to `long int' if <sys/types.h> does not define. */
  163. /* #undef off_t */
  164. /* Define this entry point correctly. */
  165. #define relocate libintl_relocate
  166. /* Define this entry point correctly. */
  167. #define set_relocation_prefix libintl_set_relocation_prefix
  168. /* Define to `unsigned int' if <sys/types.h> does not define. */
  169. /* #undef size_t */
  170. /* Define to unsigned long or unsigned long long if <stdint.h> and
  171. <inttypes.h> don't define. */
  172. /* #undef uintmax_t */