IRC client framework (wrapper around libircclient library).
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

config.h 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* src/config.h. Generated from config.h.in by configure. */
  2. /* include/config.h.in. Generated from configure.in by autoheader. */
  3. /* Define to 1 if you have the `getaddrinfo' function. */
  4. /* #undef HAVE_GETADDRINFO */
  5. /* Define to 1 if you have the `gethostbyname_r' function. */
  6. /* #undef HAVE_GETHOSTBYNAME_R */
  7. /* Define to 1 if you have the `inet_ntoa' function. */
  8. /* #undef HAVE_INET_NTOA */
  9. /* Define to 1 if you have the `inet_pton' function. */
  10. /* #undef HAVE_INET_PTON */
  11. /* Define to 1 if you have the <inttypes.h> header file. */
  12. /* #undef HAVE_INTTYPES_H */
  13. /* Define to 1 if you have the `localtime_r' function. */
  14. /* #undef HAVE_LOCALTIME_R */
  15. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  16. to 0 otherwise. */
  17. #define HAVE_MALLOC 0
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. /* #undef HAVE_MEMORY_H */
  20. /* Define to 1 if you have the `socket' function. */
  21. /* #undef HAVE_SOCKET */
  22. /* Define to 1 if `stat' has the bug that it succeeds when given the
  23. zero-length file name argument. */
  24. #define HAVE_STAT_EMPTY_STRING_BUG 1
  25. /* Define to 1 if stdbool.h conforms to C99. */
  26. #define HAVE_STDBOOL_H 1
  27. /* Define to 1 if you have the <stdint.h> header file. */
  28. /* #undef HAVE_STDINT_H */
  29. /* Define to 1 if you have the <stdlib.h> header file. */
  30. /* #undef HAVE_STDLIB_H */
  31. /* Define to 1 if you have the <strings.h> header file. */
  32. /* #undef HAVE_STRINGS_H */
  33. /* Define to 1 if you have the <string.h> header file. */
  34. /* #undef HAVE_STRING_H */
  35. /* Define to 1 if you have the <sys/select.h> header file. */
  36. /* #undef HAVE_SYS_SELECT_H */
  37. /* Define to 1 if you have the <sys/socket.h> header file. */
  38. /* #undef HAVE_SYS_SOCKET_H */
  39. /* Define to 1 if you have the <sys/stat.h> header file. */
  40. /* #undef HAVE_SYS_STAT_H */
  41. /* Define to 1 if you have the <sys/types.h> header file. */
  42. /* #undef HAVE_SYS_TYPES_H */
  43. /* Define to 1 if you have the <unistd.h> header file. */
  44. /* #undef HAVE_UNISTD_H */
  45. /* Define to 1 if the system has the type `_Bool'. */
  46. /* #undef HAVE__BOOL */
  47. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  48. slash. */
  49. /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
  50. /* Define to the address where bug reports for this package should be sent. */
  51. #define PACKAGE_BUGREPORT "gyunaev@ulduzsoft.com"
  52. /* Define to the full name of this package. */
  53. #define PACKAGE_NAME "libircclient"
  54. /* Define to the full name and version of this package. */
  55. #define PACKAGE_STRING "libircclient 1.8"
  56. /* Define to the one symbol short name of this package. */
  57. #define PACKAGE_TARNAME "libircclient"
  58. /* Define to the version of this package. */
  59. #define PACKAGE_VERSION "1.8"
  60. /* Define to the type of arg 1 for `select'. */
  61. #define SELECT_TYPE_ARG1 int
  62. /* Define to the type of args 2, 3 and 4 for `select'. */
  63. #define SELECT_TYPE_ARG234 (int *)
  64. /* Define to the type of arg 5 for `select'. */
  65. #define SELECT_TYPE_ARG5 (struct timeval *)
  66. /* Define to 1 if you have the ANSI C header files. */
  67. /* #undef STDC_HEADERS */
  68. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  69. /* #undef TIME_WITH_SYS_TIME */
  70. /* Define to empty if `const' does not conform to ANSI C. */
  71. /* #undef const */
  72. /* Define to rpl_malloc if the replacement function should be used. */
  73. /* #undef malloc */
  74. /* Define to `unsigned int' if <sys/types.h> does not define. */
  75. /* #undef size_t */