config.h 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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. /* whether to log debug info to a file */
  10. /* #undef DEBUG */
  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 1 if you have `alloca', as a function or macro. */
  15. #define HAVE_ALLOCA 1
  16. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  17. */
  18. #define HAVE_ALLOCA_H 1
  19. /* Define to 1 if you have the <argz.h> header file. */
  20. #define HAVE_ARGZ_H 1
  21. /* Define to 1 if you have the `asprintf' function. */
  22. #define HAVE_ASPRINTF 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 declaration of `feof_unlocked', and to 0 if you
  27. don't. */
  28. #define HAVE_DECL_FEOF_UNLOCKED 1
  29. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  30. you don't. */
  31. #define HAVE_DECL_FGETS_UNLOCKED 1
  32. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  33. don't. */
  34. #define HAVE_DECL_GETC_UNLOCKED 1
  35. /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
  36. don't. */
  37. #define HAVE_DECL__SNPRINTF 0
  38. /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
  39. don't. */
  40. #define HAVE_DECL__SNWPRINTF 0
  41. /* Define to 1 if you have the <dlfcn.h> header file. */
  42. #define HAVE_DLFCN_H 1
  43. /* Define to 1 if you have the `fwprintf' function. */
  44. #define HAVE_FWPRINTF 1
  45. /* Define to 1 if you have the `getcwd' function. */
  46. #define HAVE_GETCWD 1
  47. /* Define to 1 if you have the `getegid' function. */
  48. #define HAVE_GETEGID 1
  49. /* Define to 1 if you have the `geteuid' function. */
  50. #define HAVE_GETEUID 1
  51. /* Define to 1 if you have the `getgid' function. */
  52. #define HAVE_GETGID 1
  53. /* Define to 1 if you have the `getpagesize' function. */
  54. #define HAVE_GETPAGESIZE 1
  55. /* Define if the GNU gettext() function is already present or preinstalled. */
  56. #define HAVE_GETTEXT 1
  57. /* Define to 1 if you have the `getuid' function. */
  58. #define HAVE_GETUID 1
  59. /* Define if you have the iconv() function. */
  60. #define HAVE_ICONV 1
  61. /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
  62. #define HAVE_INTMAX_T 1
  63. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  64. #define HAVE_INTTYPES_H 1
  65. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  66. declares uintmax_t. */
  67. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  68. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  69. #define HAVE_LANGINFO_CODESET 1
  70. /* Define if your <locale.h> file defines LC_MESSAGES. */
  71. #define HAVE_LC_MESSAGES 1
  72. /* Define to 1 if you have the <limits.h> header file. */
  73. #define HAVE_LIMITS_H 1
  74. /* Define to 1 if you have the <locale.h> header file. */
  75. #define HAVE_LOCALE_H 1
  76. /* Define if you have the 'long double' type. */
  77. #define HAVE_LONG_DOUBLE 1
  78. /* Define if you have the 'long long' type. */
  79. #define HAVE_LONG_LONG 1
  80. /* Define to 1 if you have the <malloc.h> header file. */
  81. #define HAVE_MALLOC_H 1
  82. /* Define to 1 if you have the <memory.h> header file. */
  83. #define HAVE_MEMORY_H 1
  84. /* Define to 1 if you have the `mempcpy' function. */
  85. #define HAVE_MEMPCPY 1
  86. /* Define to 1 if you have a working `mmap' system call. */
  87. #define HAVE_MMAP 1
  88. /* Define to 1 if you have the `munmap' function. */
  89. #define HAVE_MUNMAP 1
  90. /* Define to 1 if you have the <nl_types.h> header file. */
  91. #define HAVE_NL_TYPES_H 1
  92. /* Define if your printf() function supports format strings with positions. */
  93. #define HAVE_POSIX_PRINTF 1
  94. /* Define to 1 if you have the `putenv' function. */
  95. #define HAVE_PUTENV 1
  96. /* Define to 1 if you have the `setenv' function. */
  97. #define HAVE_SETENV 1
  98. /* Define to 1 if you have the `setlocale' function. */
  99. #define HAVE_SETLOCALE 1
  100. /* Define to 1 if you have the `snprintf' function. */
  101. #define HAVE_SNPRINTF 1
  102. /* defines if gtkmm is recent enough to have status icon */
  103. #define HAVE_STATUS_ICON 1
  104. /* Define to 1 if you have the <stddef.h> header file. */
  105. #define HAVE_STDDEF_H 1
  106. /* Define to 1 if you have the <stdint.h> header file. */
  107. #define HAVE_STDINT_H 1
  108. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  109. uintmax_t. */
  110. #define HAVE_STDINT_H_WITH_UINTMAX 1
  111. /* Define to 1 if you have the <stdlib.h> header file. */
  112. #define HAVE_STDLIB_H 1
  113. /* Define to 1 if you have the `stpcpy' function. */
  114. #define HAVE_STPCPY 1
  115. /* Define to 1 if you have the `strcasecmp' function. */
  116. #define HAVE_STRCASECMP 1
  117. /* Define to 1 if you have the `strdup' function. */
  118. #define HAVE_STRDUP 1
  119. /* Define to 1 if you have the <strings.h> header file. */
  120. #define HAVE_STRINGS_H 1
  121. /* Define to 1 if you have the <string.h> header file. */
  122. #define HAVE_STRING_H 1
  123. /* Define to 1 if you have the `strtoul' function. */
  124. #define HAVE_STRTOUL 1
  125. /* Define to 1 if you have the <sys/param.h> header file. */
  126. #define HAVE_SYS_PARAM_H 1
  127. /* Define to 1 if you have the <sys/stat.h> header file. */
  128. #define HAVE_SYS_STAT_H 1
  129. /* Define to 1 if you have the <sys/types.h> header file. */
  130. #define HAVE_SYS_TYPES_H 1
  131. /* Define to 1 if you have the `tsearch' function. */
  132. #define HAVE_TSEARCH 1
  133. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  134. #define HAVE_UINTMAX_T 1
  135. /* Define to 1 if you have the <unistd.h> header file. */
  136. #define HAVE_UNISTD_H 1
  137. /* Define if you have the 'unsigned long long' type. */
  138. #define HAVE_UNSIGNED_LONG_LONG 1
  139. /* Define if you have the 'wchar_t' type. */
  140. #define HAVE_WCHAR_T 1
  141. /* Define to 1 if you have the `wcslen' function. */
  142. #define HAVE_WCSLEN 1
  143. /* Define if you have the 'wint_t' type. */
  144. #define HAVE_WINT_T 1
  145. /* Define to 1 if you have the `__argz_count' function. */
  146. #define HAVE___ARGZ_COUNT 1
  147. /* Define to 1 if you have the `__argz_next' function. */
  148. #define HAVE___ARGZ_NEXT 1
  149. /* Define to 1 if you have the `__argz_stringify' function. */
  150. #define HAVE___ARGZ_STRINGIFY 1
  151. /* Define to 1 if you have the `__fsetlocking' function. */
  152. #define HAVE___FSETLOCKING 1
  153. /* Define as const if the declaration of iconv() needs const. */
  154. #define ICONV_CONST
  155. /* Define if integer division by zero raises signal SIGFPE. */
  156. #define INTDIV0_RAISES_SIGFPE 1
  157. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  158. #define LT_OBJDIR ".libs/"
  159. /* Name of package */
  160. #define PACKAGE "lostirc"
  161. /* Define to the address where bug reports for this package should be sent. */
  162. #define PACKAGE_BUGREPORT ""
  163. /* Define to the full name of this package. */
  164. #define PACKAGE_NAME ""
  165. /* Define to the full name and version of this package. */
  166. #define PACKAGE_STRING ""
  167. /* Define to the one symbol short name of this package. */
  168. #define PACKAGE_TARNAME ""
  169. /* Define to the home page for this package. */
  170. #define PACKAGE_URL ""
  171. /* Define to the version of this package. */
  172. #define PACKAGE_VERSION ""
  173. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  174. /* #undef PRI_MACROS_BROKEN */
  175. /* Define as the maximum value of type 'size_t', if the system doesn't define
  176. it. */
  177. /* #undef SIZE_MAX */
  178. /* If using the C implementation of alloca, define if you know the
  179. direction of stack growth for your system; otherwise it will be
  180. automatically deduced at runtime.
  181. STACK_DIRECTION > 0 => grows toward higher addresses
  182. STACK_DIRECTION < 0 => grows toward lower addresses
  183. STACK_DIRECTION = 0 => direction of growth unknown */
  184. /* #undef STACK_DIRECTION */
  185. /* Define to 1 if you have the ANSI C header files. */
  186. #define STDC_HEADERS 1
  187. /* Enable extensions on AIX 3, Interix. */
  188. #ifndef _ALL_SOURCE
  189. # define _ALL_SOURCE 1
  190. #endif
  191. /* Enable GNU extensions on systems that have them. */
  192. #ifndef _GNU_SOURCE
  193. # define _GNU_SOURCE 1
  194. #endif
  195. /* Enable threading extensions on Solaris. */
  196. #ifndef _POSIX_PTHREAD_SEMANTICS
  197. # define _POSIX_PTHREAD_SEMANTICS 1
  198. #endif
  199. /* Enable extensions on HP NonStop. */
  200. #ifndef _TANDEM_SOURCE
  201. # define _TANDEM_SOURCE 1
  202. #endif
  203. /* Enable general extensions on Solaris. */
  204. #ifndef __EXTENSIONS__
  205. # define __EXTENSIONS__ 1
  206. #endif
  207. /* Version number of package */
  208. #define VERSION "0.4.7pre"
  209. /* Define to 1 if on MINIX. */
  210. /* #undef _MINIX */
  211. /* Define to 2 if the system does not provide POSIX.1 features except with
  212. this defined. */
  213. /* #undef _POSIX_1_SOURCE */
  214. /* Define to 1 if you need to in order for `stat' and other things to work. */
  215. /* #undef _POSIX_SOURCE */
  216. /* Define to empty if `const' does not conform to ANSI C. */
  217. /* #undef const */
  218. /* Define to `__inline__' or `__inline' if that's what the C compiler
  219. calls it, or to nothing if 'inline' is not supported under any name. */
  220. #ifndef __cplusplus
  221. /* #undef inline */
  222. #endif
  223. /* Define to `long int' if <sys/types.h> does not define. */
  224. /* #undef off_t */
  225. /* Define as the type of the result of subtracting two pointers, if the system
  226. doesn't define it. */
  227. /* #undef ptrdiff_t */
  228. /* Define to empty if the C compiler doesn't support this keyword. */
  229. /* #undef signed */
  230. /* Define to `unsigned int' if <sys/types.h> does not define. */
  231. /* #undef size_t */
  232. /* Define to unsigned long or unsigned long long if <stdint.h> and
  233. <inttypes.h> don't define. */
  234. /* #undef uintmax_t */