Code afférent au projet Kouglof 2 de l'E2L
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.

pirms 3 nedēļām
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <arpa/inet.h> header file. */
  3. #undef HAVE_ARPA_INET_H
  4. /* Define to 1 if you have the `dup2' function. */
  5. #undef HAVE_DUP2
  6. /* Define to 1 if you have the <fcntl.h> header file. */
  7. #undef HAVE_FCNTL_H
  8. /* Define to 1 if you have the `fork' function. */
  9. #undef HAVE_FORK
  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 `pthread' library (-lpthread). */
  13. #undef HAVE_LIBPTHREAD
  14. /* Define to 1 if you have the `readline' library (-lreadline). */
  15. #undef HAVE_LIBREADLINE
  16. /* Define to 1 if you have the `z' library (-lz). */
  17. #undef HAVE_LIBZ
  18. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  19. to 0 otherwise. */
  20. #undef HAVE_MALLOC
  21. /* Define to 1 if you have the `memmove' function. */
  22. #undef HAVE_MEMMOVE
  23. /* Define to 1 if you have the <memory.h> header file. */
  24. #undef HAVE_MEMORY_H
  25. /* Define to 1 if you have the <pthread.h> header file. */
  26. #undef HAVE_PTHREAD_H
  27. /* Define to 1 if you have the <readline/history.h> header file. */
  28. #undef HAVE_READLINE_HISTORY_H
  29. /* Define to 1 if you have the <readline/readline.h> header file. */
  30. #undef HAVE_READLINE_READLINE_H
  31. /* Define to 1 if you have the <stdint.h> header file. */
  32. #undef HAVE_STDINT_H
  33. /* Define to 1 if you have the <stdlib.h> header file. */
  34. #undef HAVE_STDLIB_H
  35. /* Define to 1 if you have the `strchr' function. */
  36. #undef HAVE_STRCHR
  37. /* Define to 1 if you have the `strdup' function. */
  38. #undef HAVE_STRDUP
  39. /* Define to 1 if you have the <strings.h> header file. */
  40. #undef HAVE_STRINGS_H
  41. /* Define to 1 if you have the <string.h> header file. */
  42. #undef HAVE_STRING_H
  43. /* Define to 1 if you have the `strrchr' function. */
  44. #undef HAVE_STRRCHR
  45. /* Define to 1 if you have the `strstr' function. */
  46. #undef HAVE_STRSTR
  47. /* Define to 1 if you have the <syslog.h> header file. */
  48. #undef HAVE_SYSLOG_H
  49. /* Define to 1 if you have the <sys/stat.h> header file. */
  50. #undef HAVE_SYS_STAT_H
  51. /* Define to 1 if you have the <sys/types.h> header file. */
  52. #undef HAVE_SYS_TYPES_H
  53. /* Define to 1 if you have the <unistd.h> header file. */
  54. #undef HAVE_UNISTD_H
  55. /* Define to 1 if you have the `vfork' function. */
  56. #undef HAVE_VFORK
  57. /* Define to 1 if you have the <vfork.h> header file. */
  58. #undef HAVE_VFORK_H
  59. /* Define to 1 if `fork' works. */
  60. #undef HAVE_WORKING_FORK
  61. /* Define to 1 if `vfork' works. */
  62. #undef HAVE_WORKING_VFORK
  63. /* Define to 1 if you have the <zlib.h> header file. */
  64. #undef HAVE_ZLIB_H
  65. /* Name of package */
  66. #undef PACKAGE
  67. /* Define to the address where bug reports for this package should be sent. */
  68. #undef PACKAGE_BUGREPORT
  69. /* Define to the full name of this package. */
  70. #undef PACKAGE_NAME
  71. /* Define to the full name and version of this package. */
  72. #undef PACKAGE_STRING
  73. /* Define to the one symbol short name of this package. */
  74. #undef PACKAGE_TARNAME
  75. /* Define to the home page for this package. */
  76. #undef PACKAGE_URL
  77. /* Define to the version of this package. */
  78. #undef PACKAGE_VERSION
  79. /* Define to 1 if you have the ANSI C header files. */
  80. #undef STDC_HEADERS
  81. /* Version number of package */
  82. #undef VERSION
  83. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  84. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  85. #define below would cause a syntax error. */
  86. #undef _UINT64_T
  87. /* Define to rpl_malloc if the replacement function should be used. */
  88. #undef malloc
  89. /* Define to `int' if <sys/types.h> does not define. */
  90. #undef pid_t
  91. /* Define to `unsigned int' if <sys/types.h> does not define. */
  92. #undef size_t
  93. /* Define to `int' if <sys/types.h> does not define. */
  94. #undef ssize_t
  95. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  96. such a type exists and the standard includes do not define it. */
  97. #undef uint64_t
  98. /* Define as `fork' if `vfork' does not work. */
  99. #undef vfork