config.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the `clock_gettime' function. */
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #define HAVE_DLFCN_H 1
  6. /* Define to 1 if you have the <errno.h> header file. */
  7. #define HAVE_ERRNO_H 1
  8. /* Define if fabs is there */
  9. /* #undef HAVE_FABS */
  10. /* Define to 1 if you have the <float.h> header file. */
  11. #define HAVE_FLOAT_H 1
  12. /* Define if floor is there */
  13. /* #undef HAVE_FLOOR */
  14. /* Define to 1 if you have the `fprintf' function. */
  15. #define HAVE_FPRINTF 1
  16. /* Define to 1 if you have the <fp_class.h> header file. */
  17. /* #undef HAVE_FP_CLASS_H */
  18. /* Define to 1 if you have the `ftime' function. */
  19. #define HAVE_FTIME 1
  20. /* Define if gcrypt library is available. */
  21. /* #undef HAVE_GCRYPT */
  22. /* Define to 1 if you have the `gettimeofday' function. */
  23. #define HAVE_GETTIMEOFDAY 1
  24. /* Define to 1 if you have the `gmtime' function. */
  25. #define HAVE_GMTIME 1
  26. /* Define to 1 if you have the `gmtime_r' function. */
  27. #define HAVE_GMTIME_R 1
  28. /* Define to 1 if you have the <ieeefp.h> header file. */
  29. /* #undef HAVE_IEEEFP_H */
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #define HAVE_INTTYPES_H 1
  32. /* Define if pthread library is there (-lpthread) */
  33. #define HAVE_LIBPTHREAD /**/
  34. /* Define to 1 if you have the <locale.h> header file. */
  35. #define HAVE_LOCALE_H 1
  36. /* Define to 1 if you have the `localtime' function. */
  37. /* Define to 1 if you have the `localtime_r' function. */
  38. #define HAVE_LOCALTIME_R 1
  39. /* Define to 1 if you have the <math.h> header file. */
  40. #define HAVE_MATH_H 1
  41. /* Define to 1 if you have the <memory.h> header file. */
  42. #define HAVE_MEMORY_H 1
  43. /* Define to 1 if you have the <nan.h> header file. */
  44. /* #undef HAVE_NAN_H */
  45. /* Define if pow is there */
  46. /* #undef HAVE_POW */
  47. /* Define to 1 if you have the `printf' function. */
  48. #define HAVE_PRINTF 1
  49. /* Define if <pthread.h> is there */
  50. #define HAVE_PTHREAD_H /**/
  51. /* Define to 1 if you have the `snprintf' function. */
  52. #define HAVE_SNPRINTF 1
  53. /* Define to 1 if you have the `sprintf' function. */
  54. #define HAVE_SPRINTF 1
  55. /* Define to 1 if you have the `sscanf' function. */
  56. #define HAVE_SSCANF 1
  57. /* Define to 1 if you have the `stat' function. */
  58. #define HAVE_STAT 1
  59. /* Define to 1 if you have the <stdarg.h> header file. */
  60. #define HAVE_STDARG_H 1
  61. /* Define to 1 if you have the <stdint.h> header file. */
  62. #define HAVE_STDINT_H 1
  63. /* Define to 1 if you have the <stdlib.h> header file. */
  64. #define HAVE_STDLIB_H 1
  65. /* Define to 1 if you have the <strings.h> header file. */
  66. #define HAVE_STRINGS_H 1
  67. /* Define to 1 if you have the <string.h> header file. */
  68. #define HAVE_STRING_H 1
  69. /* Define to 1 if you have the `strxfrm_l' function. */
  70. #define HAVE_STRXFRM_L 1
  71. /* Define to 1 if you have the <sys/select.h> header file. */
  72. #define HAVE_SYS_SELECT_H 1
  73. /* Define to 1 if you have the <sys/stat.h> header file. */
  74. #define HAVE_SYS_STAT_H 1
  75. /* Define to 1 if you have the <sys/timeb.h> header file. */
  76. #define HAVE_SYS_TIMEB_H 1
  77. /* Define to 1 if you have the <sys/time.h> header file. */
  78. #define HAVE_SYS_TIME_H 1
  79. /* Define to 1 if you have the <sys/types.h> header file. */
  80. #define HAVE_SYS_TYPES_H 1
  81. /* Define to 1 if you have the `time' function. */
  82. #define HAVE_TIME 1
  83. /* Define to 1 if you have the <time.h> header file. */
  84. #define HAVE_TIME_H 1
  85. /* Define to 1 if you have the <unistd.h> header file. */
  86. #define HAVE_UNISTD_H 1
  87. /* Define to 1 if you have the `vfprintf' function. */
  88. #define HAVE_VFPRINTF 1
  89. /* Define to 1 if you have the `vsnprintf' function. */
  90. #define HAVE_VSNPRINTF 1
  91. /* Define to 1 if you have the `vsprintf' function. */
  92. #define HAVE_VSPRINTF 1
  93. /* Define to 1 if you have the <xlocale.h> header file. */
  94. #define HAVE_XLOCALE_H 1
  95. /* Define to 1 if you have the `_stat' function. */
  96. /* #undef HAVE__STAT */
  97. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  98. #define LT_OBJDIR ".libs/"
  99. /* Name of package */
  100. #define PACKAGE "libxslt"
  101. /* Define to the address where bug reports for this package should be sent. */
  102. #define PACKAGE_BUGREPORT ""
  103. /* Define to the full name of this package. */
  104. #define PACKAGE_NAME "libxslt"
  105. /* Define to the full name and version of this package. */
  106. #define PACKAGE_STRING "libxslt 1.1.34"
  107. /* Define to the one symbol short name of this package. */
  108. #define PACKAGE_TARNAME "libxslt"
  109. /* Define to the home page for this package. */
  110. #define PACKAGE_URL ""
  111. /* Define to the version of this package. */
  112. #define PACKAGE_VERSION "1.1.34"
  113. /* Define to 1 if you have the ANSI C header files. */
  114. #define STDC_HEADERS 1
  115. /* Enable extensions on AIX 3, Interix. */
  116. #ifndef _ALL_SOURCE
  117. # define _ALL_SOURCE 1
  118. #endif
  119. /* Enable GNU extensions on systems that have them. */
  120. #ifndef _GNU_SOURCE
  121. # define _GNU_SOURCE 1
  122. #endif
  123. /* Enable threading extensions on Solaris. */
  124. #ifndef _POSIX_PTHREAD_SEMANTICS
  125. # define _POSIX_PTHREAD_SEMANTICS 1
  126. #endif
  127. /* Enable extensions on HP NonStop. */
  128. #ifndef _TANDEM_SOURCE
  129. # define _TANDEM_SOURCE 1
  130. #endif
  131. /* Enable general extensions on Solaris. */
  132. #ifndef __EXTENSIONS__
  133. # define __EXTENSIONS__ 1
  134. #endif
  135. /* Version number of package */
  136. #define VERSION "1.1.34"
  137. /* Define if debugging support is enabled */
  138. /* #undef WITH_DEBUGGER */
  139. /* Define if profiling support is enabled */
  140. #define WITH_PROFILER /**/
  141. /* Define to 1 if on MINIX. */
  142. /* #undef _MINIX */
  143. /* Define to 2 if the system does not provide POSIX.1 features except with
  144. this defined. */
  145. /* #undef _POSIX_1_SOURCE */
  146. /* Define to 1 if you need to in order for `stat' and other things to work. */
  147. /* #undef _POSIX_SOURCE */