magick-baseconfig.h 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475
  1. #ifndef _MAGICK_MAGICK_BASECONFIG_H
  2. #define _MAGICK_MAGICK_BASECONFIG_H 1
  3. /* magick/magick-baseconfig.h. Generated automatically at end of configure. */
  4. /* config/config.h. Generated from config.h.in by configure. */
  5. /* config/config.h.in. Generated from configure.ac by autoheader. */
  6. /* Define if building universal (internal helper macro) */
  7. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  8. /* Define if you have AUTOTRACE library */
  9. /* #undef AUTOTRACE_DELEGATE */
  10. /* Define if coders and filters are to be built as modules. */
  11. /* #undef BUILD_MODULES */
  12. /* Define if you have the bzip2 library */
  13. /* #undef BZLIB_DELEGATE */
  14. /* Define if you have CAIRO library */
  15. /* #undef CAIRO_DELEGATE */
  16. /* permit enciphering and deciphering image pixels */
  17. #ifndef MAGICKCORE_CIPHER_SUPPORT
  18. #define MAGICKCORE_CIPHER_SUPPORT 1
  19. #endif
  20. /* coders subdirectory. */
  21. #ifndef MAGICKCORE_CODER_DIRNAME
  22. #define MAGICKCORE_CODER_DIRNAME "coders"
  23. #endif
  24. /* Directory where architecture-dependent configuration files live. */
  25. #ifndef MAGICKCORE_CONFIGURE_PATH
  26. #define MAGICKCORE_CONFIGURE_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/etc/ImageMagick-6/"
  27. #endif
  28. /* Subdirectory of lib where architecture-dependent configuration files live.
  29. */
  30. #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
  31. #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6"
  32. #endif
  33. /* Define if you have DJVU library */
  34. /* #undef DJVU_DELEGATE */
  35. /* Directory where ImageMagick documents live. */
  36. #ifndef MAGICKCORE_DOCUMENTATION_PATH
  37. #define MAGICKCORE_DOCUMENTATION_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/share/doc/ImageMagick-6/"
  38. #endif
  39. /* Define if you have Display Postscript */
  40. /* #undef DPS_DELEGATE */
  41. /* exclude deprecated methods in MagickCore API */
  42. /* #undef EXCLUDE_DEPRECATED */
  43. /* Directory where executables are installed. */
  44. #ifndef MAGICKCORE_EXECUTABLE_PATH
  45. #define MAGICKCORE_EXECUTABLE_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/bin/"
  46. #endif
  47. /* Define if you have FFTW library */
  48. /* #undef FFTW_DELEGATE */
  49. /* filter subdirectory. */
  50. #ifndef MAGICKCORE_FILTER_DIRNAME
  51. #define MAGICKCORE_FILTER_DIRNAME "filters"
  52. #endif
  53. /* Define if you have FLIF library */
  54. /* #undef FLIF_DELEGATE */
  55. /* Define if you have FONTCONFIG library */
  56. /* #undef FONTCONFIG_DELEGATE */
  57. /* Define if you have FlashPIX library */
  58. /* #undef FPX_DELEGATE */
  59. /* Define if you have FREETYPE library */
  60. #ifndef MAGICKCORE_FREETYPE_DELEGATE
  61. #define MAGICKCORE_FREETYPE_DELEGATE 1
  62. #endif
  63. /* Define if you have Ghostscript library or framework */
  64. /* #undef GS_DELEGATE */
  65. /* Define if you have GVC library */
  66. /* #undef GVC_DELEGATE */
  67. /* Define to 1 if you have the `acosh' function. */
  68. #ifndef MAGICKCORE_HAVE_ACOSH
  69. #define MAGICKCORE_HAVE_ACOSH 1
  70. #endif
  71. /* Define to 1 if you have the `aligned_malloc' function. */
  72. /* #undef HAVE_ALIGNED_MALLOC */
  73. /* Define to 1 if you have the <arm/limits.h> header file. */
  74. /* #undef HAVE_ARM_LIMITS_H */
  75. /* Define to 1 if you have the <arpa/inet.h> header file. */
  76. /* #undef HAVE_ARPA_INET_H */
  77. /* Define to 1 if you have the `asinh' function. */
  78. #ifndef MAGICKCORE_HAVE_ASINH
  79. #define MAGICKCORE_HAVE_ASINH 1
  80. #endif
  81. /* Define to 1 if you have the `atanh' function. */
  82. #ifndef MAGICKCORE_HAVE_ATANH
  83. #define MAGICKCORE_HAVE_ATANH 1
  84. #endif
  85. /* Define to 1 if you have the `atexit' function. */
  86. #ifndef MAGICKCORE_HAVE_ATEXIT
  87. #define MAGICKCORE_HAVE_ATEXIT 1
  88. #endif
  89. /* Define to 1 if you have the `atoll' function. */
  90. #ifndef MAGICKCORE_HAVE_ATOLL
  91. #define MAGICKCORE_HAVE_ATOLL 1
  92. #endif
  93. /* define if bool is a built-in type */
  94. /* #undef HAVE_BOOL */
  95. /* Define to 1 if you have the `cabs' function. */
  96. #ifndef MAGICKCORE_HAVE_CABS
  97. #define MAGICKCORE_HAVE_CABS 1
  98. #endif
  99. /* Define to 1 if you have the `carg' function. */
  100. #ifndef MAGICKCORE_HAVE_CARG
  101. #define MAGICKCORE_HAVE_CARG 1
  102. #endif
  103. /* Define to 1 if you have the `cimag' function. */
  104. #ifndef MAGICKCORE_HAVE_CIMAG
  105. #define MAGICKCORE_HAVE_CIMAG 1
  106. #endif
  107. /* Define to 1 if you have the `clock' function. */
  108. #ifndef MAGICKCORE_HAVE_CLOCK
  109. #define MAGICKCORE_HAVE_CLOCK 1
  110. #endif
  111. /* Define to 1 if you have the `clock_getres' function. */
  112. /* #undef HAVE_CLOCK_GETRES */
  113. /* Define to 1 if you have the `clock_gettime' function. */
  114. /* #undef HAVE_CLOCK_GETTIME */
  115. /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
  116. /* #undef HAVE_CLOCK_REALTIME */
  117. /* Define to 1 if you have the <CL/cl.h> header file. */
  118. /* #undef HAVE_CL_CL_H */
  119. /* Define to 1 if you have the <complex.h> header file. */
  120. #ifndef MAGICKCORE_HAVE_COMPLEX_H
  121. #define MAGICKCORE_HAVE_COMPLEX_H 1
  122. #endif
  123. /* Define to 1 if you have the `creal' function. */
  124. #ifndef MAGICKCORE_HAVE_CREAL
  125. #define MAGICKCORE_HAVE_CREAL 1
  126. #endif
  127. /* Define to 1 if you have the `ctime_r' function. */
  128. /* #undef HAVE_CTIME_R */
  129. /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
  130. */
  131. #ifndef MAGICKCORE_HAVE_DECL_PREAD
  132. #define MAGICKCORE_HAVE_DECL_PREAD 0
  133. #endif
  134. /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
  135. */
  136. #ifndef MAGICKCORE_HAVE_DECL_PWRITE
  137. #define MAGICKCORE_HAVE_DECL_PWRITE 0
  138. #endif
  139. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  140. don't. */
  141. #ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
  142. #define MAGICKCORE_HAVE_DECL_STRERROR_R 0
  143. #endif
  144. /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
  145. don't. */
  146. #ifndef MAGICKCORE_HAVE_DECL_STRLCPY
  147. #define MAGICKCORE_HAVE_DECL_STRLCPY 0
  148. #endif
  149. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  150. */
  151. #ifndef MAGICKCORE_HAVE_DECL_TZNAME
  152. #define MAGICKCORE_HAVE_DECL_TZNAME 1
  153. #endif
  154. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  155. don't. */
  156. #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
  157. #define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
  158. #endif
  159. /* Define to 1 if you have the `directio' function. */
  160. /* #undef HAVE_DIRECTIO */
  161. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  162. */
  163. #ifndef MAGICKCORE_HAVE_DIRENT_H
  164. #define MAGICKCORE_HAVE_DIRENT_H 1
  165. #endif
  166. /* Define to 1 if you have the <dlfcn.h> header file. */
  167. /* #undef HAVE_DLFCN_H */
  168. /* Define to 1 if you have the `erf' function. */
  169. #ifndef MAGICKCORE_HAVE_ERF
  170. #define MAGICKCORE_HAVE_ERF 1
  171. #endif
  172. /* Define to 1 if you have the <errno.h> header file. */
  173. #ifndef MAGICKCORE_HAVE_ERRNO_H
  174. #define MAGICKCORE_HAVE_ERRNO_H 1
  175. #endif
  176. /* Define to 1 if you have the `execvp' function. */
  177. #ifndef MAGICKCORE_HAVE_EXECVP
  178. #define MAGICKCORE_HAVE_EXECVP 1
  179. #endif
  180. /* Define to 1 if you have the `fchmod' function. */
  181. /* #undef HAVE_FCHMOD */
  182. /* Define to 1 if you have the <fcntl.h> header file. */
  183. #ifndef MAGICKCORE_HAVE_FCNTL_H
  184. #define MAGICKCORE_HAVE_FCNTL_H 1
  185. #endif
  186. /* Define to 1 if you have the <float.h> header file. */
  187. #ifndef MAGICKCORE_HAVE_FLOAT_H
  188. #define MAGICKCORE_HAVE_FLOAT_H 1
  189. #endif
  190. /* Define to 1 if you have the `floor' function. */
  191. #ifndef MAGICKCORE_HAVE_FLOOR
  192. #define MAGICKCORE_HAVE_FLOOR 1
  193. #endif
  194. /* Define to 1 if you have the `fork' function. */
  195. /* #undef HAVE_FORK */
  196. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  197. #ifndef MAGICKCORE_HAVE_FSEEKO
  198. #define MAGICKCORE_HAVE_FSEEKO 1
  199. #endif
  200. /* Define to 1 if you have the `ftime' function. */
  201. /* #undef HAVE_FTIME */
  202. /* Define to 1 if you have the `ftruncate' function. */
  203. #ifndef MAGICKCORE_HAVE_FTRUNCATE
  204. #define MAGICKCORE_HAVE_FTRUNCATE 1
  205. #endif
  206. /* Define to 1 if you have the `getcwd' function. */
  207. #ifndef MAGICKCORE_HAVE_GETCWD
  208. #define MAGICKCORE_HAVE_GETCWD 1
  209. #endif
  210. /* Define to 1 if you have the `getc_unlocked' function. */
  211. /* #undef HAVE_GETC_UNLOCKED */
  212. /* Define to 1 if you have the `getdtablesize' function. */
  213. /* #undef HAVE_GETDTABLESIZE */
  214. /* Define to 1 if you have the `getentropy' function. */
  215. /* #undef HAVE_GETENTROPY */
  216. /* Define to 1 if you have the `getexecname' function. */
  217. /* #undef HAVE_GETEXECNAME */
  218. /* Define to 1 if you have the `getpagesize' function. */
  219. /* #undef HAVE_GETPAGESIZE */
  220. /* Define to 1 if you have the `getpid' function. */
  221. #ifndef MAGICKCORE_HAVE_GETPID
  222. #define MAGICKCORE_HAVE_GETPID 1
  223. #endif
  224. /* Define to 1 if you have the `getpwnam_r' function. */
  225. /* #undef HAVE_GETPWNAM_R */
  226. /* Define to 1 if you have the `getrlimit' function. */
  227. /* #undef HAVE_GETRLIMIT */
  228. /* Define to 1 if you have the `getrusage' function. */
  229. /* #undef HAVE_GETRUSAGE */
  230. /* Define to 1 if you have the `gettimeofday' function. */
  231. #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
  232. #define MAGICKCORE_HAVE_GETTIMEOFDAY 1
  233. #endif
  234. /* Define to 1 if you have the `gmtime_r' function. */
  235. /* #undef HAVE_GMTIME_R */
  236. /* [Compile with hugepage support] */
  237. /* #undef HAVE_HUGEPAGES */
  238. /* Define to 1 if the system has the type `intmax_t'. */
  239. #ifndef MAGICKCORE_HAVE_INTMAX_T
  240. #define MAGICKCORE_HAVE_INTMAX_T 1
  241. #endif
  242. /* Define to 1 if the system has the type `intptr_t'. */
  243. #ifndef MAGICKCORE_HAVE_INTPTR_T
  244. #define MAGICKCORE_HAVE_INTPTR_T 1
  245. #endif
  246. /* Define to 1 if you have the <inttypes.h> header file. */
  247. #ifndef MAGICKCORE_HAVE_INTTYPES_H
  248. #define MAGICKCORE_HAVE_INTTYPES_H 1
  249. #endif
  250. /* Define to 1 if you have the `isnan' function. */
  251. #ifndef MAGICKCORE_HAVE_ISNAN
  252. #define MAGICKCORE_HAVE_ISNAN 1
  253. #endif
  254. /* Define to 1 if you have the `j0' function. */
  255. #ifndef MAGICKCORE_HAVE_J0
  256. #define MAGICKCORE_HAVE_J0 1
  257. #endif
  258. /* Define to 1 if you have the `j1' function. */
  259. #ifndef MAGICKCORE_HAVE_J1
  260. #define MAGICKCORE_HAVE_J1 1
  261. #endif
  262. /* Define if you have jemalloc memory allocation library */
  263. /* #undef HAVE_JEMALLOC */
  264. /* Define if you have the <lcms2.h> header file. */
  265. #ifndef MAGICKCORE_HAVE_LCMS2_H
  266. #define MAGICKCORE_HAVE_LCMS2_H 1
  267. #endif
  268. /* Define if you have the <lcms2/lcms2.h> header file. */
  269. /* #undef HAVE_LCMS2_LCMS2_H */
  270. /* Define to 1 if you have the `gcov' library (-lgcov). */
  271. /* #undef HAVE_LIBGCOV */
  272. /* Define to 1 if you have the <limits.h> header file. */
  273. #ifndef MAGICKCORE_HAVE_LIMITS_H
  274. #define MAGICKCORE_HAVE_LIMITS_H 1
  275. #endif
  276. /* Define if you have Linux-compatible sendfile() */
  277. /* #undef HAVE_LINUX_SENDFILE */
  278. /* Define to 1 if you have the <linux/unistd.h> header file. */
  279. /* #undef HAVE_LINUX_UNISTD_H */
  280. /* Define to 1 if you have the `lltostr' function. */
  281. /* #undef HAVE_LLTOSTR */
  282. /* Define to 1 if you have the <locale.h> header file. */
  283. #ifndef MAGICKCORE_HAVE_LOCALE_H
  284. #define MAGICKCORE_HAVE_LOCALE_H 1
  285. #endif
  286. /* Define to 1 if you have the `localtime_r' function. */
  287. /* #undef HAVE_LOCALTIME_R */
  288. /* Define to 1 if the system has the type `long long int'. */
  289. #ifndef MAGICKCORE_HAVE_LONG_LONG_INT
  290. #define MAGICKCORE_HAVE_LONG_LONG_INT 1
  291. #endif
  292. /* Define to 1 if you have the `lstat' function. */
  293. /* #undef HAVE_LSTAT */
  294. /* Define to 1 if you have the <machine/param.h> header file. */
  295. /* #undef HAVE_MACHINE_PARAM_H */
  296. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  297. /* #undef HAVE_MACH_O_DYLD_H */
  298. /* Define to 1 if you have the <malloc.h> header file. */
  299. #ifndef MAGICKCORE_HAVE_MALLOC_H
  300. #define MAGICKCORE_HAVE_MALLOC_H 1
  301. #endif
  302. /* Define to 1 if <wchar.h> declares mbstate_t. */
  303. #ifndef MAGICKCORE_HAVE_MBSTATE_T
  304. #define MAGICKCORE_HAVE_MBSTATE_T 1
  305. #endif
  306. /* Define to 1 if you have the `memmove' function. */
  307. #ifndef MAGICKCORE_HAVE_MEMMOVE
  308. #define MAGICKCORE_HAVE_MEMMOVE 1
  309. #endif
  310. /* Define to 1 if you have the `memset' function. */
  311. #ifndef MAGICKCORE_HAVE_MEMSET
  312. #define MAGICKCORE_HAVE_MEMSET 1
  313. #endif
  314. /* Define to 1 if you have the <minix/config.h> header file. */
  315. /* #undef HAVE_MINIX_CONFIG_H */
  316. /* Define to 1 if you have the `mkdir' function. */
  317. #ifndef MAGICKCORE_HAVE_MKDIR
  318. #define MAGICKCORE_HAVE_MKDIR 1
  319. #endif
  320. /* Define to 1 if you have the `mkstemp' function. */
  321. #ifndef MAGICKCORE_HAVE_MKSTEMP
  322. #define MAGICKCORE_HAVE_MKSTEMP 1
  323. #endif
  324. /* Define to 1 if you have a working `mmap' system call. */
  325. /* #undef HAVE_MMAP */
  326. /* Define if you have the mtmalloc memory allocation library */
  327. /* #undef HAVE_MTMALLOC */
  328. /* Define to 1 if you have the `munmap' function. */
  329. /* #undef HAVE_MUNMAP */
  330. /* define if the compiler implements namespaces */
  331. /* #undef HAVE_NAMESPACES */
  332. /* Define if g++ supports namespace std. */
  333. /* #undef HAVE_NAMESPACE_STD */
  334. /* Define to 1 if you have the `nanosleep' function. */
  335. /* #undef HAVE_NANOSLEEP */
  336. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  337. /* #undef HAVE_NDIR_H */
  338. /* Define to 1 if you have the <netdb.h> header file. */
  339. /* #undef HAVE_NETDB_H */
  340. /* Define to 1 if you have the <netinet/in.h> header file. */
  341. /* #undef HAVE_NETINET_IN_H */
  342. /* Define to 1 if you have the `newlocale' function. */
  343. /* #undef HAVE_NEWLOCALE */
  344. /* Define to 1 if you have the <OpenCL/cl.h> header file. */
  345. /* #undef HAVE_OPENCL_CL_H */
  346. /* Define to 1 if you have the <OS.h> header file. */
  347. /* #undef HAVE_OS_H */
  348. /* Define to 1 if you have the `pclose' function. */
  349. #ifndef MAGICKCORE_HAVE_PCLOSE
  350. #define MAGICKCORE_HAVE_PCLOSE 1
  351. #endif
  352. /* Define to 1 if you have the `poll' function. */
  353. /* #undef HAVE_POLL */
  354. /* Define to 1 if you have the `popen' function. */
  355. #ifndef MAGICKCORE_HAVE_POPEN
  356. #define MAGICKCORE_HAVE_POPEN 1
  357. #endif
  358. /* Define to 1 if you have the `posix_fadvise' function. */
  359. /* #undef HAVE_POSIX_FADVISE */
  360. /* Define to 1 if you have the `posix_fallocate' function. */
  361. /* #undef HAVE_POSIX_FALLOCATE */
  362. /* Define to 1 if you have the `posix_madvise' function. */
  363. /* #undef HAVE_POSIX_MADVISE */
  364. /* Define to 1 if you have the `posix_memalign' function. */
  365. /* #undef HAVE_POSIX_MEMALIGN */
  366. /* Define to 1 if you have the `posix_spawnp' function. */
  367. /* #undef HAVE_POSIX_SPAWNP */
  368. /* Define to 1 if you have the `pow' function. */
  369. #ifndef MAGICKCORE_HAVE_POW
  370. #define MAGICKCORE_HAVE_POW 1
  371. #endif
  372. /* Define to 1 if you have the `pread' function. */
  373. /* #undef HAVE_PREAD */
  374. /* Define to 1 if you have the <process.h> header file. */
  375. #ifndef MAGICKCORE_HAVE_PROCESS_H
  376. #define MAGICKCORE_HAVE_PROCESS_H 1
  377. #endif
  378. /* Define if you have POSIX threads libraries and header files. */
  379. /* #undef HAVE_PTHREAD */
  380. /* Have PTHREAD_PRIO_INHERIT. */
  381. /* #undef HAVE_PTHREAD_PRIO_INHERIT */
  382. /* Define to 1 if you have the `putenv' function. */
  383. #ifndef MAGICKCORE_HAVE_PUTENV
  384. #define MAGICKCORE_HAVE_PUTENV 1
  385. #endif
  386. /* Define to 1 if you have the `pwrite' function. */
  387. /* #undef HAVE_PWRITE */
  388. /* Define to 1 if you have the `qsort_r' function. */
  389. /* #undef HAVE_QSORT_R */
  390. /* Define to 1 if you have the `raise' function. */
  391. #ifndef MAGICKCORE_HAVE_RAISE
  392. #define MAGICKCORE_HAVE_RAISE 1
  393. #endif
  394. /* Define to 1 if you have the `rand_r' function. */
  395. /* #undef HAVE_RAND_R */
  396. /* Define to 1 if you have the `readlink' function. */
  397. /* #undef HAVE_READLINK */
  398. /* Define to 1 if you have the `realpath' function. */
  399. /* #undef HAVE_REALPATH */
  400. /* Define to 1 if you have the `seekdir' function. */
  401. #ifndef MAGICKCORE_HAVE_SEEKDIR
  402. #define MAGICKCORE_HAVE_SEEKDIR 1
  403. #endif
  404. /* Define to 1 if you have the `select' function. */
  405. /* #undef HAVE_SELECT */
  406. /* Define to 1 if you have the `sendfile' function. */
  407. /* #undef HAVE_SENDFILE */
  408. /* Define to 1 if you have the `setlocale' function. */
  409. #ifndef MAGICKCORE_HAVE_SETLOCALE
  410. #define MAGICKCORE_HAVE_SETLOCALE 1
  411. #endif
  412. /* Define to 1 if you have the `setvbuf' function. */
  413. #ifndef MAGICKCORE_HAVE_SETVBUF
  414. #define MAGICKCORE_HAVE_SETVBUF 1
  415. #endif
  416. /* X11 server supports shape extension */
  417. /* #undef HAVE_SHAPE */
  418. /* X11 server supports shared memory extension */
  419. /* #undef HAVE_SHARED_MEMORY */
  420. /* Define to 1 if you have the `sigaction' function. */
  421. /* #undef HAVE_SIGACTION */
  422. /* Define to 1 if you have the `sigemptyset' function. */
  423. /* #undef HAVE_SIGEMPTYSET */
  424. /* Define to 1 if you have the `socket' function. */
  425. /* #undef HAVE_SOCKET */
  426. /* Define to 1 if you have the `spawnvp' function. */
  427. #ifndef MAGICKCORE_HAVE_SPAWNVP
  428. #define MAGICKCORE_HAVE_SPAWNVP 1
  429. #endif
  430. /* Define to 1 if you have the `sqrt' function. */
  431. #ifndef MAGICKCORE_HAVE_SQRT
  432. #define MAGICKCORE_HAVE_SQRT 1
  433. #endif
  434. /* Define to 1 if you have the `stat' function. */
  435. #ifndef MAGICKCORE_HAVE_STAT
  436. #define MAGICKCORE_HAVE_STAT 1
  437. #endif
  438. /* Define to 1 if you have the <stdarg.h> header file. */
  439. #ifndef MAGICKCORE_HAVE_STDARG_H
  440. #define MAGICKCORE_HAVE_STDARG_H 1
  441. #endif
  442. /* Define to 1 if stdbool.h conforms to C99. */
  443. #ifndef MAGICKCORE_HAVE_STDBOOL_H
  444. #define MAGICKCORE_HAVE_STDBOOL_H 1
  445. #endif
  446. /* Define to 1 if you have the <stddef.h> header file. */
  447. #ifndef MAGICKCORE_HAVE_STDDEF_H
  448. #define MAGICKCORE_HAVE_STDDEF_H 1
  449. #endif
  450. /* Define to 1 if you have the <stdint.h> header file. */
  451. #ifndef MAGICKCORE_HAVE_STDINT_H
  452. #define MAGICKCORE_HAVE_STDINT_H 1
  453. #endif
  454. /* Define to 1 if you have the <stdio.h> header file. */
  455. #ifndef MAGICKCORE_HAVE_STDIO_H
  456. #define MAGICKCORE_HAVE_STDIO_H 1
  457. #endif
  458. /* Define to 1 if you have the <stdlib.h> header file. */
  459. #ifndef MAGICKCORE_HAVE_STDLIB_H
  460. #define MAGICKCORE_HAVE_STDLIB_H 1
  461. #endif
  462. /* Define to 1 if you have the `strcasecmp' function. */
  463. #ifndef MAGICKCORE_HAVE_STRCASECMP
  464. #define MAGICKCORE_HAVE_STRCASECMP 1
  465. #endif
  466. /* Define to 1 if you have the `strcasestr' function. */
  467. /* #undef HAVE_STRCASESTR */
  468. /* Define to 1 if you have the `strchr' function. */
  469. #ifndef MAGICKCORE_HAVE_STRCHR
  470. #define MAGICKCORE_HAVE_STRCHR 1
  471. #endif
  472. /* Define to 1 if you have the `strcspn' function. */
  473. #ifndef MAGICKCORE_HAVE_STRCSPN
  474. #define MAGICKCORE_HAVE_STRCSPN 1
  475. #endif
  476. /* Define to 1 if you have the `strdup' function. */
  477. #ifndef MAGICKCORE_HAVE_STRDUP
  478. #define MAGICKCORE_HAVE_STRDUP 1
  479. #endif
  480. /* Define to 1 if you have the `strerror' function. */
  481. #ifndef MAGICKCORE_HAVE_STRERROR
  482. #define MAGICKCORE_HAVE_STRERROR 1
  483. #endif
  484. /* Define if you have `strerror_r'. */
  485. /* #undef HAVE_STRERROR_R */
  486. /* Define to 1 if cpp supports the ANSI # stringizing operator. */
  487. #ifndef MAGICKCORE_HAVE_STRINGIZE
  488. #define MAGICKCORE_HAVE_STRINGIZE 1
  489. #endif
  490. /* Define to 1 if you have the <strings.h> header file. */
  491. #ifndef MAGICKCORE_HAVE_STRINGS_H
  492. #define MAGICKCORE_HAVE_STRINGS_H 1
  493. #endif
  494. /* Define to 1 if you have the <string.h> header file. */
  495. #ifndef MAGICKCORE_HAVE_STRING_H
  496. #define MAGICKCORE_HAVE_STRING_H 1
  497. #endif
  498. /* Define to 1 if you have the `strlcat' function. */
  499. /* #undef HAVE_STRLCAT */
  500. /* Define to 1 if you have the `strlcpy' function. */
  501. /* #undef HAVE_STRLCPY */
  502. /* Define to 1 if you have the `strncasecmp' function. */
  503. #ifndef MAGICKCORE_HAVE_STRNCASECMP
  504. #define MAGICKCORE_HAVE_STRNCASECMP 1
  505. #endif
  506. /* Define to 1 if you have the `strpbrk' function. */
  507. #ifndef MAGICKCORE_HAVE_STRPBRK
  508. #define MAGICKCORE_HAVE_STRPBRK 1
  509. #endif
  510. /* Define to 1 if you have the `strrchr' function. */
  511. #ifndef MAGICKCORE_HAVE_STRRCHR
  512. #define MAGICKCORE_HAVE_STRRCHR 1
  513. #endif
  514. /* Define to 1 if you have the `strspn' function. */
  515. #ifndef MAGICKCORE_HAVE_STRSPN
  516. #define MAGICKCORE_HAVE_STRSPN 1
  517. #endif
  518. /* Define to 1 if you have the `strstr' function. */
  519. #ifndef MAGICKCORE_HAVE_STRSTR
  520. #define MAGICKCORE_HAVE_STRSTR 1
  521. #endif
  522. /* Define to 1 if you have the `strtod' function. */
  523. /* #undef HAVE_STRTOD */
  524. /* Define to 1 if you have the `strtod_l' function. */
  525. /* #undef HAVE_STRTOD_L */
  526. /* Define to 1 if you have the `strtol' function. */
  527. #ifndef MAGICKCORE_HAVE_STRTOL
  528. #define MAGICKCORE_HAVE_STRTOL 1
  529. #endif
  530. /* Define to 1 if you have the `strtoul' function. */
  531. #ifndef MAGICKCORE_HAVE_STRTOUL
  532. #define MAGICKCORE_HAVE_STRTOUL 1
  533. #endif
  534. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  535. /* #undef HAVE_STRUCT_TM_TM_ZONE */
  536. /* Define to 1 if you have the <sun_prefetch.h> header file. */
  537. /* #undef HAVE_SUN_PREFETCH_H */
  538. /* Define to 1 if you have the `symlink' function. */
  539. /* #undef HAVE_SYMLINK */
  540. /* Define to 1 if you have the `sysconf' function. */
  541. /* #undef HAVE_SYSCONF */
  542. /* Define to 1 if you have the `system' function. */
  543. #ifndef MAGICKCORE_HAVE_SYSTEM
  544. #define MAGICKCORE_HAVE_SYSTEM 1
  545. #endif
  546. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  547. */
  548. /* #undef HAVE_SYS_DIR_H */
  549. /* Define to 1 if you have the <sys/ipc.h> header file. */
  550. /* #undef HAVE_SYS_IPC_H */
  551. /* Define to 1 if you have the <sys/mman.h> header file. */
  552. /* #undef HAVE_SYS_MMAN_H */
  553. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  554. */
  555. /* #undef HAVE_SYS_NDIR_H */
  556. /* Define to 1 if you have the <sys/param.h> header file. */
  557. #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
  558. #define MAGICKCORE_HAVE_SYS_PARAM_H 1
  559. #endif
  560. /* Define to 1 if you have the <sys/resource.h> header file. */
  561. /* #undef HAVE_SYS_RESOURCE_H */
  562. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  563. /* #undef HAVE_SYS_SENDFILE_H */
  564. /* Define to 1 if you have the <sys/socket.h> header file. */
  565. /* #undef HAVE_SYS_SOCKET_H */
  566. /* Define to 1 if you have the <sys/stat.h> header file. */
  567. #ifndef MAGICKCORE_HAVE_SYS_STAT_H
  568. #define MAGICKCORE_HAVE_SYS_STAT_H 1
  569. #endif
  570. /* Define to 1 if you have the <sys/syslimits.h> header file. */
  571. /* #undef HAVE_SYS_SYSLIMITS_H */
  572. /* Define to 1 if you have the <sys/times.h> header file. */
  573. /* #undef HAVE_SYS_TIMES_H */
  574. /* Define to 1 if you have the <sys/time.h> header file. */
  575. #ifndef MAGICKCORE_HAVE_SYS_TIME_H
  576. #define MAGICKCORE_HAVE_SYS_TIME_H 1
  577. #endif
  578. /* Define to 1 if you have the <sys/types.h> header file. */
  579. #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
  580. #define MAGICKCORE_HAVE_SYS_TYPES_H 1
  581. #endif
  582. /* Define to 1 if you have the <sys/uio.h> header file. */
  583. /* #undef HAVE_SYS_UIO_H */
  584. /* Define to 1 if you have the <sys/wait.h> header file. */
  585. /* #undef HAVE_SYS_WAIT_H */
  586. /* Define if you have the tcmalloc memory allocation library */
  587. /* #undef HAVE_TCMALLOC */
  588. /* Define to 1 if you have the `telldir' function. */
  589. #ifndef MAGICKCORE_HAVE_TELLDIR
  590. #define MAGICKCORE_HAVE_TELLDIR 1
  591. #endif
  592. /* Define to 1 if you have the `tempnam' function. */
  593. #ifndef MAGICKCORE_HAVE_TEMPNAM
  594. #define MAGICKCORE_HAVE_TEMPNAM 1
  595. #endif
  596. /* Define to 1 if you have the `times' function. */
  597. /* #undef HAVE_TIMES */
  598. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  599. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  600. /* #undef HAVE_TM_ZONE */
  601. /* Define to 1 if you don't have `tm_zone' but do have the external array
  602. `tzname'. */
  603. #ifndef MAGICKCORE_HAVE_TZNAME
  604. #define MAGICKCORE_HAVE_TZNAME 1
  605. #endif
  606. /* Define to 1 if the system has the type `uintmax_t'. */
  607. #ifndef MAGICKCORE_HAVE_UINTMAX_T
  608. #define MAGICKCORE_HAVE_UINTMAX_T 1
  609. #endif
  610. /* Define to 1 if the system has the type `uintptr_t'. */
  611. #ifndef MAGICKCORE_HAVE_UINTPTR_T
  612. #define MAGICKCORE_HAVE_UINTPTR_T 1
  613. #endif
  614. /* Define to 1 if you have the `ulltostr' function. */
  615. /* #undef HAVE_ULLTOSTR */
  616. /* Define if you have umem memory allocation library */
  617. /* #undef HAVE_UMEM */
  618. /* Define to 1 if you have the <unistd.h> header file. */
  619. #ifndef MAGICKCORE_HAVE_UNISTD_H
  620. #define MAGICKCORE_HAVE_UNISTD_H 1
  621. #endif
  622. /* Define to 1 if the system has the type `unsigned long long int'. */
  623. #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
  624. #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
  625. #endif
  626. /* Define to 1 if you have the `uselocale' function. */
  627. /* #undef HAVE_USELOCALE */
  628. /* Define to 1 if you have the `usleep' function. */
  629. #ifndef MAGICKCORE_HAVE_USLEEP
  630. #define MAGICKCORE_HAVE_USLEEP 1
  631. #endif
  632. /* Define to 1 if you have the `utime' function. */
  633. #ifndef MAGICKCORE_HAVE_UTIME
  634. #define MAGICKCORE_HAVE_UTIME 1
  635. #endif
  636. /* Define to 1 if you have the <utime.h> header file. */
  637. #ifndef MAGICKCORE_HAVE_UTIME_H
  638. #define MAGICKCORE_HAVE_UTIME_H 1
  639. #endif
  640. /* Define to 1 if you have the `vfprintf' function. */
  641. #ifndef MAGICKCORE_HAVE_VFPRINTF
  642. #define MAGICKCORE_HAVE_VFPRINTF 1
  643. #endif
  644. /* Define to 1 if you have the `vfprintf_l' function. */
  645. /* #undef HAVE_VFPRINTF_L */
  646. /* Define to 1 if you have the `vsnprintf' function. */
  647. #ifndef MAGICKCORE_HAVE_VSNPRINTF
  648. #define MAGICKCORE_HAVE_VSNPRINTF 1
  649. #endif
  650. /* Define to 1 if you have the `vsnprintf_l' function. */
  651. /* #undef HAVE_VSNPRINTF_L */
  652. /* Define to 1 if you have the `vsprintf' function. */
  653. #ifndef MAGICKCORE_HAVE_VSPRINTF
  654. #define MAGICKCORE_HAVE_VSPRINTF 1
  655. #endif
  656. /* Define to 1 if you have the `waitpid' function. */
  657. /* #undef HAVE_WAITPID */
  658. /* Define to 1 if you have the <wchar.h> header file. */
  659. #ifndef MAGICKCORE_HAVE_WCHAR_H
  660. #define MAGICKCORE_HAVE_WCHAR_H 1
  661. #endif
  662. /* Define to 1 if you have the <xlocale.h> header file. */
  663. /* #undef HAVE_XLOCALE_H */
  664. /* Define to 1 if you have the `_aligned_malloc' function. */
  665. #ifndef MAGICKCORE_HAVE__ALIGNED_MALLOC
  666. #define MAGICKCORE_HAVE__ALIGNED_MALLOC 1
  667. #endif
  668. /* Define to 1 if the system has the type `_Bool'. */
  669. #ifndef MAGICKCORE_HAVE__BOOL
  670. #define MAGICKCORE_HAVE__BOOL 1
  671. #endif
  672. /* Define to 1 if you have the `_exit' function. */
  673. #ifndef MAGICKCORE_HAVE__EXIT
  674. #define MAGICKCORE_HAVE__EXIT 1
  675. #endif
  676. /* Define to 1 if you have the `_NSGetExecutablePath' function. */
  677. /* #undef HAVE__NSGETEXECUTABLEPATH */
  678. /* Define to 1 if you have the `_pclose' function. */
  679. #ifndef MAGICKCORE_HAVE__PCLOSE
  680. #define MAGICKCORE_HAVE__PCLOSE 1
  681. #endif
  682. /* Define to 1 if you have the `_popen' function. */
  683. #ifndef MAGICKCORE_HAVE__POPEN
  684. #define MAGICKCORE_HAVE__POPEN 1
  685. #endif
  686. /* Define to 1 if you have the `_wfopen' function. */
  687. #ifndef MAGICKCORE_HAVE__WFOPEN
  688. #define MAGICKCORE_HAVE__WFOPEN 1
  689. #endif
  690. /* Define to 1 if you have the `_wstat' function. */
  691. #ifndef MAGICKCORE_HAVE__WSTAT
  692. #define MAGICKCORE_HAVE__WSTAT 1
  693. #endif
  694. /* define if your compiler has __attribute__ */
  695. #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
  696. #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
  697. #endif
  698. /* Whether hdri is enabled or not */
  699. #ifndef MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H
  700. #define MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 0
  701. #endif
  702. /* Define if you have libheif library */
  703. /* #undef HEIC_DELEGATE */
  704. /* Directory where ImageMagick architecture headers live. */
  705. #ifndef MAGICKCORE_INCLUDEARCH_PATH
  706. #define MAGICKCORE_INCLUDEARCH_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/include/ImageMagick-6/"
  707. #endif
  708. /* Directory where ImageMagick headers live. */
  709. #ifndef MAGICKCORE_INCLUDE_PATH
  710. #define MAGICKCORE_INCLUDE_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/include/ImageMagick-6/"
  711. #endif
  712. /* ImageMagick is formally installed under prefix */
  713. #ifndef MAGICKCORE_INSTALLED_SUPPORT
  714. #define MAGICKCORE_INSTALLED_SUPPORT 1
  715. #endif
  716. /* Define if you have JBIG library */
  717. /* #undef JBIG_DELEGATE */
  718. /* Define if you have JPEG library */
  719. #ifndef MAGICKCORE_JPEG_DELEGATE
  720. #define MAGICKCORE_JPEG_DELEGATE 1
  721. #endif
  722. /* Define if you have LCMS library */
  723. #ifndef MAGICKCORE_LCMS_DELEGATE
  724. #define MAGICKCORE_LCMS_DELEGATE 1
  725. #endif
  726. /* Define if you have OPENJP2 library */
  727. #ifndef MAGICKCORE_LIBOPENJP2_DELEGATE
  728. #define MAGICKCORE_LIBOPENJP2_DELEGATE 1
  729. #endif
  730. /* Directory where architecture-dependent files live. */
  731. #ifndef MAGICKCORE_LIBRARY_ABSOLUTE_PATH
  732. #define MAGICKCORE_LIBRARY_ABSOLUTE_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/lib/ImageMagick-6.9.13/"
  733. #endif
  734. /* Subdirectory of lib where ImageMagick architecture dependent files are
  735. installed. */
  736. #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
  737. #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.9.13"
  738. #endif
  739. /* Binaries in libraries path base name (will be during install linked to bin)
  740. */
  741. #ifndef MAGICKCORE_LIB_BIN_BASEDIRNAME
  742. #define MAGICKCORE_LIB_BIN_BASEDIRNAME "bin"
  743. #endif
  744. /* Define if you have LQR library */
  745. /* #undef LQR_DELEGATE */
  746. /* Define if using libltdl to support dynamically loadable modules and OpenCL
  747. */
  748. /* #undef LTDL_DELEGATE */
  749. /* Native module suffix */
  750. /* #undef LTDL_MODULE_EXT */
  751. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  752. #ifndef MAGICKCORE_LT_OBJDIR
  753. #define MAGICKCORE_LT_OBJDIR ".libs/"
  754. #endif
  755. /* Define if you have LZMA library */
  756. /* #undef LZMA_DELEGATE */
  757. /* Define to prepend to default font search path. */
  758. /* #undef MAGICK_FONT_PATH */
  759. /* Target Host CPU */
  760. #ifndef MAGICKCORE_MAGICK_TARGET_CPU
  761. #define MAGICKCORE_MAGICK_TARGET_CPU x86_64
  762. #endif
  763. /* Target Host OS */
  764. #ifndef MAGICKCORE_MAGICK_TARGET_OS
  765. #define MAGICKCORE_MAGICK_TARGET_OS mingw32.shared.all
  766. #endif
  767. /* Target Host Vendor */
  768. #ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
  769. #define MAGICKCORE_MAGICK_TARGET_VENDOR w64
  770. #endif
  771. /* Module directory name without ABI part. */
  772. #ifndef MAGICKCORE_MODULES_BASEDIRNAME
  773. #define MAGICKCORE_MODULES_BASEDIRNAME "modules"
  774. #endif
  775. /* Module directory dirname */
  776. /* #undef MODULES_DIRNAME */
  777. /* Magick API method prefix */
  778. /* #undef NAMESPACE_PREFIX */
  779. /* Magick API method prefix tag */
  780. /* #undef NAMESPACE_PREFIX_TAG */
  781. /* Define to 1 if assertions should be disabled. */
  782. /* #undef NDEBUG */
  783. /* Define if you have OPENEXR library */
  784. /* #undef OPENEXR_DELEGATE */
  785. /* Define to the address where bug reports for this package should be sent. */
  786. #ifndef MAGICKCORE_PACKAGE_BUGREPORT
  787. #define MAGICKCORE_PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick6/issues"
  788. #endif
  789. /* Define to the full name of this package. */
  790. #ifndef MAGICKCORE_PACKAGE_NAME
  791. #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
  792. #endif
  793. /* Define to the full name and version of this package. */
  794. #ifndef MAGICKCORE_PACKAGE_STRING
  795. #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.9.13-17"
  796. #endif
  797. /* Define to the one symbol short name of this package. */
  798. #ifndef MAGICKCORE_PACKAGE_TARNAME
  799. #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
  800. #endif
  801. /* Define to the home page for this package. */
  802. #ifndef MAGICKCORE_PACKAGE_URL
  803. #define MAGICKCORE_PACKAGE_URL "https://legacy.imagemagick.org"
  804. #endif
  805. /* Define to the version of this package. */
  806. #ifndef MAGICKCORE_PACKAGE_VERSION
  807. #define MAGICKCORE_PACKAGE_VERSION "6.9.13-17"
  808. #endif
  809. /* Define if you have PANGOCAIRO library */
  810. /* #undef PANGOCAIRO_DELEGATE */
  811. /* Define if you have PANGO library */
  812. /* #undef PANGO_DELEGATE */
  813. /* enable pipes (|) in filenames */
  814. /* #undef PIPES_SUPPORT */
  815. /* Define if you have PNG library */
  816. /* #undef PNG_DELEGATE */
  817. /* Define to necessary symbol if this constant uses a non-standard name on
  818. your system. */
  819. /* #undef PTHREAD_CREATE_JOINABLE */
  820. /* Pixel cache memory threshold (defaults to available memory) */
  821. /* #undef PixelCacheThreshold */
  822. /* Number of bits in a pixel Quantum (8/16/32/64) */
  823. #ifndef MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H
  824. #define MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 16
  825. #endif
  826. /* Define if you have RAQM library */
  827. /* #undef RAQM_DELEGATE */
  828. /* Define if you have LIBRAW library */
  829. /* #undef RAW_R_DELEGATE */
  830. /* Define if you have RSVG library */
  831. /* #undef RSVG_DELEGATE */
  832. /* Setjmp/longjmp are thread safe */
  833. #ifndef MAGICKCORE_SETJMP_IS_THREAD_SAFE
  834. #define MAGICKCORE_SETJMP_IS_THREAD_SAFE 1
  835. #endif
  836. /* Sharearch directory name without ABI part. */
  837. #ifndef MAGICKCORE_SHAREARCH_BASEDIRNAME
  838. #define MAGICKCORE_SHAREARCH_BASEDIRNAME "config"
  839. #endif
  840. /* Sharearch directory dirname */
  841. /* #undef SHAREARCH_DIRNAME */
  842. /* Directory where architecture-independent configuration files live. */
  843. #ifndef MAGICKCORE_SHARE_PATH
  844. #define MAGICKCORE_SHARE_PATH "/data/mxe/usr/x86_64-w64-mingw32.shared.all/share/ImageMagick-6/"
  845. #endif
  846. /* Subdirectory of lib where architecture-independent configuration files
  847. live. */
  848. #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
  849. #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6"
  850. #endif
  851. /* The size of `double', as computed by sizeof. */
  852. #ifndef MAGICKCORE_SIZEOF_DOUBLE
  853. #define MAGICKCORE_SIZEOF_DOUBLE 8
  854. #endif
  855. /* The size of `double_t', as computed by sizeof. */
  856. #ifndef MAGICKCORE_SIZEOF_DOUBLE_T
  857. #define MAGICKCORE_SIZEOF_DOUBLE_T 8
  858. #endif
  859. /* The size of `float', as computed by sizeof. */
  860. #ifndef MAGICKCORE_SIZEOF_FLOAT
  861. #define MAGICKCORE_SIZEOF_FLOAT 4
  862. #endif
  863. /* The size of `float_t', as computed by sizeof. */
  864. #ifndef MAGICKCORE_SIZEOF_FLOAT_T
  865. #define MAGICKCORE_SIZEOF_FLOAT_T 4
  866. #endif
  867. /* The size of `long double', as computed by sizeof. */
  868. #ifndef MAGICKCORE_SIZEOF_LONG_DOUBLE
  869. #define MAGICKCORE_SIZEOF_LONG_DOUBLE 16
  870. #endif
  871. /* The size of `size_t', as computed by sizeof. */
  872. #ifndef MAGICKCORE_SIZEOF_SIZE_T
  873. #define MAGICKCORE_SIZEOF_SIZE_T 8
  874. #endif
  875. /* The size of `unsigned long long', as computed by sizeof. */
  876. #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
  877. #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
  878. #endif
  879. /* The size of `void *', as computed by sizeof. */
  880. #ifndef MAGICKCORE_SIZEOF_VOID_P
  881. #define MAGICKCORE_SIZEOF_VOID_P 8
  882. #endif
  883. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  884. /* #undef STAT_MACROS_BROKEN */
  885. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  886. required in a freestanding environment). This macro is provided for
  887. backward compatibility; new code need not use it. */
  888. #ifndef MAGICKCORE_STDC_HEADERS
  889. #define MAGICKCORE_STDC_HEADERS 1
  890. #endif
  891. /* Define to 1 if strerror_r returns char *. */
  892. /* #undef STRERROR_R_CHAR_P */
  893. /* Define if you have POSIX threads libraries and header files. */
  894. /* #undef THREAD_SUPPORT */
  895. /* Define if you have TIFF library */
  896. /* #undef TIFF_DELEGATE */
  897. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  898. /* #undef TM_IN_SYS_TIME */
  899. /* Enable extensions on AIX 3, Interix. */
  900. #ifndef _ALL_SOURCE
  901. # define _ALL_SOURCE 1
  902. #endif
  903. /* Enable general extensions on macOS. */
  904. #ifndef _DARWIN_C_SOURCE
  905. # define _DARWIN_C_SOURCE 1
  906. #endif
  907. /* Enable general extensions on Solaris. */
  908. #ifndef __EXTENSIONS__
  909. # define __EXTENSIONS__ 1
  910. #endif
  911. /* Enable GNU extensions on systems that have them. */
  912. #ifndef _GNU_SOURCE
  913. # define _GNU_SOURCE 1
  914. #endif
  915. /* Enable X/Open compliant socket functions that do not require linking
  916. with -lxnet on HP-UX 11.11. */
  917. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  918. # define _HPUX_ALT_XOPEN_SOCKET_API 1
  919. #endif
  920. /* Identify the host operating system as Minix.
  921. This macro does not affect the system headers' behavior.
  922. A future release of Autoconf may stop defining this macro. */
  923. #ifndef _MINIX
  924. /* # undef _MINIX */
  925. #endif
  926. /* Enable general extensions on NetBSD.
  927. Enable NetBSD compatibility extensions on Minix. */
  928. #ifndef _NETBSD_SOURCE
  929. # define _NETBSD_SOURCE 1
  930. #endif
  931. /* Enable OpenBSD compatibility extensions on NetBSD.
  932. Oddly enough, this does nothing on OpenBSD. */
  933. #ifndef _OPENBSD_SOURCE
  934. # define _OPENBSD_SOURCE 1
  935. #endif
  936. /* Define to 1 if needed for POSIX-compatible behavior. */
  937. #ifndef _POSIX_SOURCE
  938. /* # undef _POSIX_SOURCE */
  939. #endif
  940. /* Define to 2 if needed for POSIX-compatible behavior. */
  941. #ifndef _POSIX_1_SOURCE
  942. /* # undef _POSIX_1_SOURCE */
  943. #endif
  944. /* Enable POSIX-compatible threading on Solaris. */
  945. #ifndef _POSIX_PTHREAD_SEMANTICS
  946. # define _POSIX_PTHREAD_SEMANTICS 1
  947. #endif
  948. /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
  949. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  950. # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  951. #endif
  952. /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
  953. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  954. # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  955. #endif
  956. /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
  957. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  958. # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  959. #endif
  960. /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
  961. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  962. # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  963. #endif
  964. /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
  965. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  966. # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  967. #endif
  968. /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
  969. #ifndef __STDC_WANT_LIB_EXT2__
  970. # define __STDC_WANT_LIB_EXT2__ 1
  971. #endif
  972. /* Enable extensions specified by ISO/IEC 24747:2009. */
  973. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  974. # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  975. #endif
  976. /* Enable extensions on HP NonStop. */
  977. #ifndef _TANDEM_SOURCE
  978. # define _TANDEM_SOURCE 1
  979. #endif
  980. /* Enable X/Open extensions. Define to 500 only if necessary
  981. to make mbstate_t available. */
  982. #ifndef _XOPEN_SOURCE
  983. /* # undef _XOPEN_SOURCE */
  984. #endif
  985. /* Define if you have WEBPMUX library */
  986. /* #undef WEBPMUX_DELEGATE */
  987. /* Define if you have WEBP library */
  988. /* #undef WEBP_DELEGATE */
  989. /* Define to use the Windows GDI32 library */
  990. /* #undef WINGDI32_DELEGATE */
  991. /* Define if using the dmalloc debugging malloc package */
  992. /* #undef WITH_DMALLOC */
  993. /* Define if you have WMF library */
  994. /* #undef WMF_DELEGATE */
  995. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  996. significant byte first (like Motorola and SPARC, unlike Intel). */
  997. #if defined AC_APPLE_UNIVERSAL_BUILD
  998. # if defined __BIG_ENDIAN__
  999. # define WORDS_BIGENDIAN 1
  1000. # endif
  1001. #else
  1002. # ifndef WORDS_BIGENDIAN
  1003. /* # undef WORDS_BIGENDIAN */
  1004. # endif
  1005. #endif
  1006. /* Location of X11 configure files */
  1007. #ifndef MAGICKCORE_X11_CONFIGURE_PATH
  1008. #define MAGICKCORE_X11_CONFIGURE_PATH ""
  1009. #endif
  1010. /* Define if you have X11 library */
  1011. /* #undef X11_DELEGATE */
  1012. /* Define if you have XML library */
  1013. #ifndef MAGICKCORE_XML_DELEGATE
  1014. #define MAGICKCORE_XML_DELEGATE 1
  1015. #endif
  1016. /* Define to 1 if the X Window System is missing or not being used. */
  1017. #ifndef MAGICKCORE_X_DISPLAY_MISSING
  1018. #define MAGICKCORE_X_DISPLAY_MISSING 1
  1019. #endif
  1020. /* Build self-contained, embeddable, zero-configuration ImageMagick */
  1021. /* #undef ZERO_CONFIGURATION_SUPPORT */
  1022. /* Define if you have ZLIB library */
  1023. /* #undef ZLIB_DELEGATE */
  1024. /* Define if you have ZSTD library */
  1025. /* #undef ZSTD_DELEGATE */
  1026. /* Number of bits in a file offset, on hosts where this is settable. */
  1027. /* #undef _FILE_OFFSET_BITS */
  1028. /* enable run-time bounds-checking */
  1029. /* #undef _FORTIFY_SOURCE */
  1030. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  1031. /* #undef _LARGEFILE_SOURCE */
  1032. /* Define for large files, on AIX-style hosts. */
  1033. /* #undef _LARGE_FILES */
  1034. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  1035. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1036. #define below would cause a syntax error. */
  1037. /* #undef _UINT32_T */
  1038. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  1039. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1040. #define below would cause a syntax error. */
  1041. /* #undef _UINT64_T */
  1042. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  1043. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1044. #define below would cause a syntax error. */
  1045. /* #undef _UINT8_T */
  1046. /* Define to 1 if type `char' is unsigned and your compiler does not
  1047. predefine this macro. */
  1048. #ifndef __CHAR_UNSIGNED__
  1049. /* # undef __CHAR_UNSIGNED__ */
  1050. #endif
  1051. /* Define to appropriate substitute if compiler does not have __func__ */
  1052. /* #undef __func__ */
  1053. /* Define to empty if `const' does not conform to ANSI C. */
  1054. /* #undef const */
  1055. /* Define to `int' if <sys/types.h> doesn't define. */
  1056. #ifndef _magickcore_gid_t
  1057. #define _magickcore_gid_t int
  1058. #endif
  1059. /* Define to `__inline__' or `__inline' if that's what the C compiler
  1060. calls it, or to nothing if 'inline' is not supported under any name. */
  1061. #ifndef __cplusplus
  1062. /* #undef inline */
  1063. #endif
  1064. /* Define to the type of a signed integer type of width exactly 16 bits if
  1065. such a type exists and the standard includes do not define it. */
  1066. /* #undef int16_t */
  1067. /* Define to the type of a signed integer type of width exactly 32 bits if
  1068. such a type exists and the standard includes do not define it. */
  1069. /* #undef int32_t */
  1070. /* Define to the type of a signed integer type of width exactly 64 bits if
  1071. such a type exists and the standard includes do not define it. */
  1072. /* #undef int64_t */
  1073. /* Define to the type of a signed integer type of width exactly 8 bits if such
  1074. a type exists and the standard includes do not define it. */
  1075. /* #undef int8_t */
  1076. /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
  1077. not define. */
  1078. /* #undef intmax_t */
  1079. /* Define to the type of a signed integer type wide enough to hold a pointer,
  1080. if such a type exists, and if the system does not define it. */
  1081. /* #undef intptr_t */
  1082. /* Define to a type if <wchar.h> does not define. */
  1083. /* #undef mbstate_t */
  1084. /* Define to `int' if <sys/types.h> does not define. */
  1085. /* #undef mode_t */
  1086. /* Define to `long int' if <sys/types.h> does not define. */
  1087. /* #undef off_t */
  1088. /* Define as a signed integer type capable of holding a process identifier. */
  1089. /* #undef pid_t */
  1090. /* Define to the equivalent of the C99 'restrict' keyword, or to
  1091. nothing if this is not supported. Do not define if restrict is
  1092. supported only directly. */
  1093. #ifndef _magickcore_restrict
  1094. #define _magickcore_restrict __restrict__
  1095. #endif
  1096. /* Work around a bug in older versions of Sun C++, which did not
  1097. #define __restrict__ or support _Restrict or __restrict__
  1098. even though the corresponding Sun C compiler ended up with
  1099. "#define restrict _Restrict" or "#define restrict __restrict__"
  1100. in the previous line. This workaround can be removed once
  1101. we assume Oracle Developer Studio 12.5 (2016) or later. */
  1102. #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
  1103. # define _Restrict
  1104. # define __restrict__
  1105. #endif
  1106. /* Define to `unsigned int' if <sys/types.h> does not define. */
  1107. /* #undef size_t */
  1108. /* Define to `int' if <sys/types.h> does not define. */
  1109. /* #undef ssize_t */
  1110. /* Define to `int' if <sys/types.h> doesn't define. */
  1111. #ifndef _magickcore_uid_t
  1112. #define _magickcore_uid_t int
  1113. #endif
  1114. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  1115. such a type exists and the standard includes do not define it. */
  1116. /* #undef uint16_t */
  1117. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  1118. such a type exists and the standard includes do not define it. */
  1119. /* #undef uint32_t */
  1120. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  1121. such a type exists and the standard includes do not define it. */
  1122. /* #undef uint64_t */
  1123. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  1124. such a type exists and the standard includes do not define it. */
  1125. /* #undef uint8_t */
  1126. /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
  1127. do not define. */
  1128. /* #undef uintmax_t */
  1129. /* Define to the type of an unsigned integer type wide enough to hold a
  1130. pointer, if such a type exists, and if the system does not define it. */
  1131. /* #undef uintptr_t */
  1132. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  1133. code using `volatile' can become incorrect without. Disable with care. */
  1134. /* #undef volatile */
  1135. /* once: _MAGICK_MAGICK_BASECONFIG_H */
  1136. #endif