config.h.in 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. /* config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Define if using alloca.c. */
  3. #undef C_ALLOCA
  4. /* Define to empty if the keyword does not work. */
  5. #undef const
  6. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  7. This function is required for alloca.c support on those systems. */
  8. #undef CRAY_STACKSEG_END
  9. /* Define if you have alloca, as a function or macro. */
  10. #undef HAVE_ALLOCA
  11. /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
  12. #undef HAVE_ALLOCA_H
  13. /* Define if you have a working `mmap' system call. */
  14. #undef HAVE_MMAP
  15. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  16. #undef HAVE_SYS_WAIT_H
  17. /* Define as __inline if that's what the C compiler calls it. */
  18. #undef inline
  19. /* Define to `long' if <sys/types.h> doesn't define. */
  20. #undef off_t
  21. /* Define to `int' if <sys/types.h> doesn't define. */
  22. #undef pid_t
  23. /* Define if you need to in order for stat and other things to work. */
  24. #undef _POSIX_SOURCE
  25. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  26. #undef size_t
  27. /* If using the C implementation of alloca, define if you know the
  28. direction of stack growth for your system; otherwise it will be
  29. automatically deduced at run-time.
  30. STACK_DIRECTION > 0 => grows toward higher addresses
  31. STACK_DIRECTION < 0 => grows toward lower addresses
  32. STACK_DIRECTION = 0 => direction of growth unknown
  33. */
  34. #undef STACK_DIRECTION
  35. /* Define if you have the ANSI C header files. */
  36. #undef STDC_HEADERS
  37. /* Define if your <sys/time.h> declares struct tm. */
  38. #undef TM_IN_SYS_TIME
  39. #undef ENABLE_NLS
  40. #undef HAVE_CATGETS
  41. #undef HAVE_GETTEXT
  42. #undef HAVE_LC_MESSAGES
  43. #undef HAVE_STPCPY
  44. #undef HAVE_GDK_PIXBUF
  45. #undef HAVE_GDK_IMLIB
  46. /* Whether to use multithread or not */
  47. #undef USE_THREADS
  48. /* Define if you want IPv6 support. */
  49. #undef INET6
  50. /* Define if we use GPGME to support OpenPGP */
  51. #undef USE_GPGME
  52. /* Define to `unsigned int' if <stddef.h> or <wchar.h> doesn't define. */
  53. #undef wint_t
  54. #undef PACKAGE
  55. #undef VERSION
  56. /* Define if you have the __argz_count function. */
  57. #undef HAVE___ARGZ_COUNT
  58. /* Define if you have the __argz_next function. */
  59. #undef HAVE___ARGZ_NEXT
  60. /* Define if you have the __argz_stringify function. */
  61. #undef HAVE___ARGZ_STRINGIFY
  62. /* Define if you have the dcgettext function. */
  63. #undef HAVE_DCGETTEXT
  64. /* Define if you have the fchmod function. */
  65. #undef HAVE_FCHMOD
  66. /* Define if you have the flock function. */
  67. #undef HAVE_FLOCK
  68. /* Define if you have the getcwd function. */
  69. #undef HAVE_GETCWD
  70. /* Define if you have the gethostname function. */
  71. #undef HAVE_GETHOSTNAME
  72. /* Define if you have the getpagesize function. */
  73. #undef HAVE_GETPAGESIZE
  74. /* Define if you have the inet_addr function. */
  75. #undef HAVE_INET_ADDR
  76. /* Define if you have the inet_aton function. */
  77. #undef HAVE_INET_ATON
  78. /* Define if you have the iswalnum function. */
  79. #undef HAVE_ISWALNUM
  80. /* Define if you have the iswspace function. */
  81. #undef HAVE_ISWSPACE
  82. /* Define if you have the lockf function. */
  83. #undef HAVE_LOCKF
  84. /* Define if you have the mkdir function. */
  85. #undef HAVE_MKDIR
  86. /* Define if you have the mkstemp function. */
  87. #undef HAVE_MKSTEMP
  88. /* Define if you have the mktime function. */
  89. #undef HAVE_MKTIME
  90. /* Define if you have the munmap function. */
  91. #undef HAVE_MUNMAP
  92. /* Define if you have the putenv function. */
  93. #undef HAVE_PUTENV
  94. /* Define if you have the setenv function. */
  95. #undef HAVE_SETENV
  96. /* Define if you have the setlocale function. */
  97. #undef HAVE_SETLOCALE
  98. /* Define if you have the socket function. */
  99. #undef HAVE_SOCKET
  100. /* Define if you have the stpcpy function. */
  101. #undef HAVE_STPCPY
  102. /* Define if you have the strcasecmp function. */
  103. #undef HAVE_STRCASECMP
  104. /* Define if you have the strchr function. */
  105. #undef HAVE_STRCHR
  106. /* Define if you have the strdup function. */
  107. #undef HAVE_STRDUP
  108. /* Define if you have the strstr function. */
  109. #undef HAVE_STRSTR
  110. /* Define if you have the towlower function. */
  111. #undef HAVE_TOWLOWER
  112. /* Define if you have the uname function. */
  113. #undef HAVE_UNAME
  114. /* Define if you have the wcscpy function. */
  115. #undef HAVE_WCSCPY
  116. /* Define if you have the wcslen function. */
  117. #undef HAVE_WCSLEN
  118. /* Define if you have the wcsncpy function. */
  119. #undef HAVE_WCSNCPY
  120. /* Define if you have the wcsstr function. */
  121. #undef HAVE_WCSSTR
  122. /* Define if you have the wcswcs function. */
  123. #undef HAVE_WCSWCS
  124. /* Define if you have the <argz.h> header file. */
  125. #undef HAVE_ARGZ_H
  126. /* Define if you have the <dirent.h> header file. */
  127. #undef HAVE_DIRENT_H
  128. /* Define if you have the <fcntl.h> header file. */
  129. #undef HAVE_FCNTL_H
  130. /* Define if you have the <limits.h> header file. */
  131. #undef HAVE_LIMITS_H
  132. /* Define if you have the <locale.h> header file. */
  133. #undef HAVE_LOCALE_H
  134. /* Define if you have the <malloc.h> header file. */
  135. #undef HAVE_MALLOC_H
  136. /* Define if you have the <ndir.h> header file. */
  137. #undef HAVE_NDIR_H
  138. /* Define if you have the <nl_types.h> header file. */
  139. #undef HAVE_NL_TYPES_H
  140. /* Define if you have the <paths.h> header file. */
  141. #undef HAVE_PATHS_H
  142. /* Define if you have the <string.h> header file. */
  143. #undef HAVE_STRING_H
  144. /* Define if you have the <sys/dir.h> header file. */
  145. #undef HAVE_SYS_DIR_H
  146. /* Define if you have the <sys/file.h> header file. */
  147. #undef HAVE_SYS_FILE_H
  148. /* Define if you have the <sys/ndir.h> header file. */
  149. #undef HAVE_SYS_NDIR_H
  150. /* Define if you have the <sys/param.h> header file. */
  151. #undef HAVE_SYS_PARAM_H
  152. /* Define if you have the <unistd.h> header file. */
  153. #undef HAVE_UNISTD_H
  154. /* Define if you have the <wchar.h> header file. */
  155. #undef HAVE_WCHAR_H
  156. /* Define if you have the <wctype.h> header file. */
  157. #undef HAVE_WCTYPE_H
  158. /* Define if you have the compface library (-lcompface). */
  159. #undef HAVE_LIBCOMPFACE
  160. /* Define if you have the i library (-li). */
  161. #undef HAVE_LIBI
  162. /* Define if you have the jconv library (-ljconv). */
  163. #undef HAVE_LIBJCONV
  164. /* Define if you have the xpg4 library (-lxpg4). */
  165. #undef HAVE_LIBXPG4