config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Define if you have the CoreAudio API */
  3. #undef HAVE_COREAUDIO
  4. /* Define to 1 if you have the <crt_externs.h> header file. */
  5. #undef HAVE_CRT_EXTERNS_H
  6. /* Defines if your system has the crypt function */
  7. #undef HAVE_CRYPT
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define if you have libjpeg */
  13. #undef HAVE_LIBJPEG
  14. /* Define if you have libpng */
  15. #undef HAVE_LIBPNG
  16. /* Define if you have a working libpthread (will enable threaded code) */
  17. #undef HAVE_LIBPTHREAD
  18. /* Define if you have libz */
  19. #undef HAVE_LIBZ
  20. /* Define to 1 if you have the <memory.h> header file. */
  21. #undef HAVE_MEMORY_H
  22. /* Define if your system needs _NSGetEnviron to set up the environment */
  23. #undef HAVE_NSGETENVIRON
  24. /* Define to 1 if you have the <pthread/linuxthreads/pthread.h> header file.
  25. */
  26. #undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H
  27. /* Define if you have the res_init function */
  28. #undef HAVE_RES_INIT
  29. /* Define to 1 if you have the `snprintf' function. */
  30. #undef HAVE_SNPRINTF
  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 <strings.h> header file. */
  36. #undef HAVE_STRINGS_H
  37. /* Define to 1 if you have the <string.h> header file. */
  38. #undef HAVE_STRING_H
  39. /* Define if you have strlcat */
  40. #undef HAVE_STRLCAT
  41. /* Define if you have the strlcat prototype */
  42. #undef HAVE_STRLCAT_PROTO
  43. /* Define if you have strlcpy */
  44. #undef HAVE_STRLCPY
  45. /* Define if you have the strlcpy prototype */
  46. #undef HAVE_STRLCPY_PROTO
  47. /* Define to 1 if you have the <sys/stat.h> header file. */
  48. #undef HAVE_SYS_STAT_H
  49. /* Define to 1 if you have the <sys/types.h> header file. */
  50. #undef HAVE_SYS_TYPES_H
  51. /* Define to 1 if you have the <unistd.h> header file. */
  52. #undef HAVE_UNISTD_H
  53. /* Define to 1 if you have the `vsnprintf' function. */
  54. #undef HAVE_VSNPRINTF
  55. /* Suffix for lib directories */
  56. #undef KDELIBSUFF
  57. /* Define a safe value for MAXPATHLEN */
  58. #undef KDEMAXPATHLEN
  59. /* Name of package */
  60. #undef PACKAGE
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the version of this package. */
  70. #undef PACKAGE_VERSION
  71. /* The size of a `char *', as computed by sizeof. */
  72. #undef SIZEOF_CHAR_P
  73. /* The size of a `int', as computed by sizeof. */
  74. #undef SIZEOF_INT
  75. /* The size of a `long', as computed by sizeof. */
  76. #undef SIZEOF_LONG
  77. /* The size of a `size_t', as computed by sizeof. */
  78. #undef SIZEOF_SIZE_T
  79. /* The size of a `unsigned long', as computed by sizeof. */
  80. #undef SIZEOF_UNSIGNED_LONG
  81. /* Define to 1 if you have the ANSI C header files. */
  82. #undef STDC_HEADERS
  83. /* Version number of package */
  84. #undef VERSION
  85. /* Define to 1 if your processor stores words with the most significant byte
  86. first (like Motorola and SPARC, unlike Intel and VAX). */
  87. #undef WORDS_BIGENDIAN
  88. /*
  89. * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
  90. * headers and I'm too lazy to write a configure test as long as only
  91. * unixware is related
  92. */
  93. #ifdef _UNIXWARE
  94. #define HAVE_BOOLEAN
  95. #endif
  96. /*
  97. * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
  98. * that defines bzero.
  99. */
  100. #if defined(_AIX)
  101. #include <strings.h>
  102. #endif
  103. #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
  104. # include <sys/time.h>
  105. # include <crt_externs.h>
  106. # define environ (*_NSGetEnviron())
  107. #endif
  108. #if !defined(HAVE_STRLCAT_PROTO)
  109. #ifdef __cplusplus
  110. extern "C"
  111. #endif
  112. unsigned long strlcat(char*, const char*, unsigned long);
  113. #endif
  114. #if !defined(HAVE_STRLCPY_PROTO)
  115. #ifdef __cplusplus
  116. extern "C"
  117. #endif
  118. unsigned long strlcpy(char*, const char*, unsigned long);
  119. #endif
  120. /*
  121. * On HP-UX, the declaration of vsnprintf() is needed every time !
  122. */
  123. #if !defined(HAVE_VSNPRINTF) || defined(hpux)
  124. #if __STDC__
  125. #include <stdarg.h>
  126. #include <stdlib.h>
  127. #else
  128. #include <varargs.h>
  129. #endif
  130. #ifdef __cplusplus
  131. extern "C"
  132. #endif
  133. int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
  134. #ifdef __cplusplus
  135. extern "C"
  136. #endif
  137. int snprintf(char *str, size_t n, char const *fmt, ...);
  138. #endif
  139. #if defined(__SVR4) && !defined(__svr4__)
  140. #define __svr4__ 1
  141. #endif
  142. /* Compatibility define */
  143. #undef ksize_t
  144. /* Define the real type of socklen_t */
  145. #undef socklen_t