Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /* config.h.  Generated from config.h.in by configure.  */
  2. /* config.h.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* Define if building universal (internal helper macro) */
  5. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  6.  
  7. /* whether memory barriers are needed around atomic operations */
  8. /* #undef ATOMIC_OP_NEEDS_MEMORY_BARRIER */
  9.  
  10. /* Define to 1 if the PDF backend can be tested (need poppler and other
  11.    dependencies for pdf2png) */
  12. /* #undef CAIRO_CAN_TEST_PDF_SURFACE */
  13.  
  14. /* Define to 1 if the PS backend can be tested (needs ghostscript) */
  15. /* #undef CAIRO_CAN_TEST_PS_SURFACE */
  16.  
  17. /* Define to 1 if the SVG backend can be tested */
  18. /* #undef CAIRO_CAN_TEST_SVG_SURFACE */
  19.  
  20. /* Define to 1 if the Win32 Printing backend can be tested (needs ghostscript)
  21.    */
  22. /* #undef CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE */
  23.  
  24. /* Define to 1 to enable cairo's cairo-script-interpreter feature */
  25. //#define CAIRO_HAS_INTERPRETER 1
  26.  
  27. /* Define to 1 to enable cairo's pthread feature */
  28. //#define CAIRO_HAS_PTHREAD 1
  29.  
  30. /* Define to 1 if we have full pthread support */
  31. //#define CAIRO_HAS_REAL_PTHREAD 1
  32.  
  33. /* Define to 1 if libspectre is available */
  34. /* #undef CAIRO_HAS_SPECTRE */
  35.  
  36. /* Define to 1 to enable cairo's symbol-lookup feature */
  37. /* #undef CAIRO_HAS_SYMBOL_LOOKUP */
  38.  
  39. /* Define to 1 to enable cairo's test surfaces feature */
  40. /* #undef CAIRO_HAS_TEST_SURFACES */
  41.  
  42. /* Define to 1 to enable cairo's cairo-trace feature */
  43. //#define CAIRO_HAS_TRACE 1
  44.  
  45. /* Define to 1 to disable certain code paths that rely heavily on double
  46.    precision floating-point calculation */
  47. /* #undef DISABLE_SOME_FLOATING_POINT */
  48.  
  49. /* Define to 1 if your system stores words within floats with the most
  50.    significant word first */
  51. /* #undef FLOAT_WORDS_BIGENDIAN */
  52.  
  53. /* Define to 1 if you have the `alarm' function. */
  54. //#define HAVE_ALARM 1
  55.  
  56. /* Define to 1 if you have the binutils development files installed */
  57. /* #undef HAVE_BFD */
  58.  
  59. /* Define to 1 if your compiler supports the __builtin_return_address()
  60.    intrinsic. */
  61. #define HAVE_BUILTIN_RETURN_ADDRESS 1
  62.  
  63. /* Define to 1 if you have the <byteswap.h> header file. */
  64. #define HAVE_BYTESWAP_H 1
  65.  
  66. /* Define to 1 if you have the `clock_gettime' function. */
  67. //#define HAVE_CLOCK_GETTIME 1
  68.  
  69. /* Define to 1 if you have the `ctime_r' function. */
  70. //#define HAVE_CTIME_R 1
  71.  
  72. /* Define to 1 if you have the <dlfcn.h> header file. */
  73. #define HAVE_DLFCN_H 1
  74.  
  75. /* Define to 1 if you have the `drand48' function. */
  76. //#define HAVE_DRAND48 1
  77.  
  78. /* Define to 1 if you have the `FcFini' function. */
  79. /* #undef HAVE_FCFINI */
  80.  
  81. /* Define to 1 if you have the `FcInit' function. */
  82. /* #undef HAVE_FCINIT */
  83.  
  84. /* Define to 1 if you have the <fcntl.h> header file. */
  85. #define HAVE_FCNTL_H 1
  86.  
  87. /* Define to 1 if you have the `feclearexcept' function. */
  88. #define HAVE_FECLEAREXCEPT 1
  89.  
  90. /* Define to 1 if you have the `fedisableexcept' function. */
  91. #define HAVE_FEDISABLEEXCEPT 1
  92.  
  93. /* Define to 1 if you have the `feenableexcept' function. */
  94. #define HAVE_FEENABLEEXCEPT 1
  95.  
  96. /* Define to 1 if you have the <fenv.h> header file. */
  97. #define HAVE_FENV_H 1
  98.  
  99. /* Define to 1 if you have the `ffs' function. */
  100. #define HAVE_FFS 1
  101.  
  102. /* Define to 1 if you have the `flockfile' function. */
  103. #define HAVE_FLOCKFILE 1
  104.  
  105. /* Define to 1 if you have the `fork' function. */
  106. //#define HAVE_FORK 1
  107.  
  108. /* FT_Bitmap_Size structure includes y_ppem field */
  109. /* #undef HAVE_FT_BITMAP_SIZE_Y_PPEM */
  110.  
  111. /* Define to 1 if you have the `FT_GlyphSlot_Embolden' function. */
  112. /* #undef HAVE_FT_GLYPHSLOT_EMBOLDEN */
  113.  
  114. /* Define to 1 if you have the `FT_Library_SetLcdFilter' function. */
  115. /* #undef HAVE_FT_LIBRARY_SETLCDFILTER */
  116.  
  117. /* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
  118. /* #undef HAVE_FT_LOAD_SFNT_TABLE */
  119.  
  120. /* Whether you have gcov */
  121. /* #undef HAVE_GCOV */
  122.  
  123. /* Enable if your compiler supports the Intel __sync_* atomic primitives */
  124. #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
  125.  
  126. /* Define to 1 if you have the <inttypes.h> header file. */
  127. #define HAVE_INTTYPES_H 1
  128.  
  129. /* Define to 1 if you have the <io.h> header file. */
  130. /* #undef HAVE_IO_H */
  131.  
  132. /* Define to 1 if you have the <libgen.h> header file. */
  133. #define HAVE_LIBGEN_H 1
  134.  
  135. /* Enable if you have libatomic-ops-dev installed */
  136. /* #undef HAVE_LIB_ATOMIC_OPS */
  137.  
  138. /* Define to 1 if you have the `link' function. */
  139. //#define HAVE_LINK 1
  140.  
  141. /* Define to 1 if you have the Valgrind lockdep tool */
  142. /* #undef HAVE_LOCKDEP */
  143.  
  144. /* Define to 1 if you have the Valgrind memfault tool */
  145. /* #undef HAVE_MEMFAULT */
  146.  
  147. /* Define to 1 if you have the <memory.h> header file. */
  148. #define HAVE_MEMORY_H 1
  149.  
  150. /* Define to non-zero if your system has mkdir, and to 2 if your version of
  151.    mkdir requires a mode parameter */
  152. //#define HAVE_MKDIR 2
  153.  
  154. /* Define to 1 if you have the `mmap' function. */
  155. //#define HAVE_MMAP 1
  156.  
  157. /* Enable if you have MacOS X atomic operations */
  158. /* #undef HAVE_OS_ATOMIC_OPS */
  159.  
  160. /* Define to 1 if you have the `poppler_page_render' function. */
  161. /* #undef HAVE_POPPLER_PAGE_RENDER */
  162.  
  163. /* Define to 1 if you have the `raise' function. */
  164. //#define HAVE_RAISE 1
  165.  
  166. /* Define to 1 if you have the `rsvg_pixbuf_from_file' function. */
  167. /* #undef HAVE_RSVG_PIXBUF_FROM_FILE */
  168.  
  169. /* Define to 1 if you have the `sched_getaffinity' function. */
  170. //#define HAVE_SCHED_GETAFFINITY 1
  171.  
  172. /* Define to 1 if you have the <sched.h> header file. */
  173. //#define HAVE_SCHED_H 1
  174.  
  175. /* Define to 1 if you have the <setjmp.h> header file. */
  176. //#define HAVE_SETJMP_H 1
  177.  
  178. /* Define to 1 if you have the <signal.h> header file. */
  179. //#define HAVE_SIGNAL_H 1
  180.  
  181. /* Define to 1 if you have the <stdint.h> header file. */
  182. #define HAVE_STDINT_H 1
  183.  
  184. /* Define to 1 if you have the <stdlib.h> header file. */
  185. #define HAVE_STDLIB_H 1
  186.  
  187. /* Define to 1 if you have the <strings.h> header file. */
  188. #define HAVE_STRINGS_H 1
  189.  
  190. /* Define to 1 if you have the <string.h> header file. */
  191. #define HAVE_STRING_H 1
  192.  
  193. /* Define to 1 if you have the <sys/int_types.h> header file. */
  194. /* #undef HAVE_SYS_INT_TYPES_H */
  195.  
  196. /* Define to 1 if you have the <sys/mman.h> header file. */
  197. //#define HAVE_SYS_MMAN_H 1
  198.  
  199. /* Define to 1 if you have the <sys/poll.h> header file. */
  200. //#define HAVE_SYS_POLL_H 1
  201.  
  202. /* Define to 1 if you have the <sys/socket.h> header file. */
  203. //#define HAVE_SYS_SOCKET_H 1
  204.  
  205. /* Define to 1 if you have the <sys/stat.h> header file. */
  206. #define HAVE_SYS_STAT_H 1
  207.  
  208. /* Define to 1 if you have the <sys/types.h> header file. */
  209. #define HAVE_SYS_TYPES_H 1
  210.  
  211. /* Define to 1 if you have the <sys/un.h> header file. */
  212. #define HAVE_SYS_UN_H 1
  213.  
  214. /* Define to 1 if you have the <time.h> header file. */
  215. #define HAVE_TIME_H 1
  216.  
  217. /* Define to 1 if the system has the type `uint128_t'. */
  218. /* #undef HAVE_UINT128_T */
  219.  
  220. /* Define to 1 if the system has the type `uint64_t'. */
  221. #define HAVE_UINT64_T 1
  222.  
  223. /* Define to 1 if you have the <unistd.h> header file. */
  224. #define HAVE_UNISTD_H 1
  225.  
  226. /* Define to 1 if you have Valgrind */
  227. /* #undef HAVE_VALGRIND */
  228.  
  229. /* Define to 1 if you have the `vasnprintf' function. */
  230. /* #undef HAVE_VASNPRINTF */
  231.  
  232. /* Define to 1 if you have the `waitpid' function. */
  233. //#define HAVE_WAITPID 1
  234.  
  235. /* Define to 1 if you have the <windows.h> header file. */
  236. /* #undef HAVE_WINDOWS_H */
  237.  
  238. /* Define to 1 if you have zlib available */
  239. #define HAVE_ZLIB 1
  240.  
  241. /* Define to 1 if the system has the type `__uint128_t'. */
  242. /* #undef HAVE___UINT128_T */
  243.  
  244. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  245.    */
  246. #define LT_OBJDIR ".libs/"
  247.  
  248. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  249. /* #undef NO_MINUS_C_MINUS_O */
  250.  
  251. /* Define to the address where bug reports for this package should be sent. */
  252. #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  253.  
  254. /* Define to the full name of this package. */
  255. #define PACKAGE_NAME USE_cairo_INSTEAD
  256.  
  257. /* Define to the full name and version of this package. */
  258. #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
  259.  
  260. /* Define to the one symbol short name of this package. */
  261. #define PACKAGE_TARNAME USE_cairo_INSTEAD
  262.  
  263. /* Define to the home page for this package. */
  264. #define PACKAGE_URL ""
  265.  
  266. /* Define to the version of this package. */
  267. #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
  268.  
  269. /* Shared library file extension */
  270. #define SHARED_LIB_EXT "so"
  271.  
  272. /* The size of `int', as computed by sizeof. */
  273. #define SIZEOF_INT 4
  274.  
  275. /* The size of `long', as computed by sizeof. */
  276. #define SIZEOF_LONG 4
  277.  
  278. /* The size of `long long', as computed by sizeof. */
  279. #define SIZEOF_LONG_LONG 8
  280.  
  281. /* The size of `size_t', as computed by sizeof. */
  282. #define SIZEOF_SIZE_T 4
  283.  
  284. /* The size of `void *', as computed by sizeof. */
  285. #define SIZEOF_VOID_P 4
  286.  
  287. /* Define to 1 if you have the ANSI C header files. */
  288. #define STDC_HEADERS 1
  289.  
  290. /* Enable extensions on AIX 3, Interix.  */
  291. #ifndef _ALL_SOURCE
  292. # define _ALL_SOURCE 1
  293. #endif
  294. /* Enable GNU extensions on systems that have them.  */
  295. #ifndef _GNU_SOURCE
  296. # define _GNU_SOURCE 1
  297. #endif
  298. /* Enable threading extensions on Solaris.  */
  299. #ifndef _POSIX_PTHREAD_SEMANTICS
  300. # define _POSIX_PTHREAD_SEMANTICS 1
  301. #endif
  302. /* Enable extensions on HP NonStop.  */
  303. #ifndef _TANDEM_SOURCE
  304. # define _TANDEM_SOURCE 1
  305. #endif
  306. /* Enable general extensions on Solaris.  */
  307. #ifndef __EXTENSIONS__
  308. # define __EXTENSIONS__ 1
  309. #endif
  310.  
  311.  
  312. /* Define to the value your compiler uses to support the warn-unused-result
  313.    attribute */
  314. #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  315.  
  316. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  317.    significant byte first (like Motorola and SPARC, unlike Intel). */
  318. #if defined AC_APPLE_UNIVERSAL_BUILD
  319. # if defined __BIG_ENDIAN__
  320. #  define WORDS_BIGENDIAN 1
  321. # endif
  322. #else
  323. # ifndef WORDS_BIGENDIAN
  324. /* #  undef WORDS_BIGENDIAN */
  325. # endif
  326. #endif
  327.  
  328.  
  329. /* Deal with multiple architecture compiles on Mac OS X */
  330. #ifdef __APPLE_CC__
  331. #ifdef __BIG_ENDIAN__
  332. #define WORDS_BIGENDIAN 1
  333. #define FLOAT_WORDS_BIGENDIAN 1
  334. #else
  335. /* #undef WORDS_BIGENDIAN */
  336. /* #undef FLOAT_WORDS_BIGENDIAN */
  337. #endif
  338. #endif
  339.  
  340.  
  341. /* Define to 1 if the X Window System is missing or not being used. */
  342. #define X_DISPLAY_MISSING 1
  343.  
  344. /* Number of bits in a file offset, on hosts where this is settable. */
  345. #define _FILE_OFFSET_BITS 64
  346.  
  347. /* Define for large files, on AIX-style hosts. */
  348. /* #undef _LARGE_FILES */
  349.  
  350. /* Define to 1 if on MINIX. */
  351. /* #undef _MINIX */
  352.  
  353. /* Define to 2 if the system does not provide POSIX.1 features except with
  354.    this defined. */
  355. /* #undef _POSIX_1_SOURCE */
  356.  
  357. /* Define to 1 if you need to in order for `stat' and other things to work. */
  358. /* #undef _POSIX_SOURCE */
  359.  
  360. /* Define to `__inline__' or `__inline' if that's what the C compiler
  361.    calls it, or to nothing if 'inline' is not supported under any name.  */
  362. #ifndef __cplusplus
  363. /* #undef inline */
  364. #endif
  365.  
  366.  
  367.