LibIRCClient 1.10 Used by Probotic
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

111 lignes
3.3KB

  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. #define HAVE_GETADDRINFO 1
  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. #define HAVE_INET_PTON 1
  11. /* Define to 1 if you have the <inttypes.h> header file. */
  12. #define HAVE_INTTYPES_H 1
  13. /* Define to 1 if you have the `localtime_r' function. */
  14. #define HAVE_LOCALTIME_R 1
  15. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  16. to 0 otherwise. */
  17. #define HAVE_MALLOC 1
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #define HAVE_MEMORY_H 1
  20. /* Define to 1 if you have the `socket' function. */
  21. #define HAVE_SOCKET 1
  22. /* Define to 1 if `stat' has the bug that it succeeds when given the
  23. zero-length file name argument. */
  24. /* #undef HAVE_STAT_EMPTY_STRING_BUG */
  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. #define HAVE_STDINT_H 1
  29. /* Define to 1 if you have the <stdlib.h> header file. */
  30. #define HAVE_STDLIB_H 1
  31. /* Define to 1 if you have the <strings.h> header file. */
  32. #define HAVE_STRINGS_H 1
  33. /* Define to 1 if you have the <string.h> header file. */
  34. #define HAVE_STRING_H 1
  35. /* Define to 1 if you have the <sys/select.h> header file. */
  36. #define HAVE_SYS_SELECT_H 1
  37. /* Define to 1 if you have the <sys/socket.h> header file. */
  38. #define HAVE_SYS_SOCKET_H 1
  39. /* Define to 1 if you have the <sys/stat.h> header file. */
  40. #define HAVE_SYS_STAT_H 1
  41. /* Define to 1 if you have the <sys/types.h> header file. */
  42. #define HAVE_SYS_TYPES_H 1
  43. /* Define to 1 if you have the <unistd.h> header file. */
  44. #define HAVE_UNISTD_H 1
  45. /* Define to 1 if the system has the type `_Bool'. */
  46. #define HAVE__BOOL 1
  47. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  48. slash. */
  49. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  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.3"
  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.3"
  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 (fd_set *)
  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. #define STDC_HEADERS 1
  68. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  69. #define TIME_WITH_SYS_TIME 1
  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 */