LibIRCClient 1.10 Used by Probotic
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

110 行
3.0KB

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