pyconfig.h 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  1. /* pyconfig.h. Generated from pyconfig.h.in by configure. */
  2. /* pyconfig.h.in. Generated from configure.ac by autoheader. */
  3. #ifndef Py_PYCONFIG_H
  4. #define Py_PYCONFIG_H
  5. /* Define if building universal (internal helper macro) */
  6. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  7. /* BUILD_GNU_TYPE + AIX_BUILDDATE are used to construct the PEP425 tag of the
  8. build system. */
  9. /* #undef AIX_BUILDDATE */
  10. /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
  11. support for AIX C++ shared extension modules. */
  12. /* #undef AIX_GENUINE_CPLUSPLUS */
  13. /* Alternative SOABI used in debug build to load C extensions built in release
  14. mode */
  15. /* #undef ALT_SOABI */
  16. /* The Android API level. */
  17. /* #undef ANDROID_API_LEVEL */
  18. /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
  19. mixed-endian order (byte order 45670123) */
  20. /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
  21. /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
  22. significant byte first */
  23. /* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
  24. /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
  25. least significant byte first */
  26. #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
  27. /* Define if --enable-ipv6 is specified */
  28. #define ENABLE_IPV6 1
  29. /* Define to 1 if your system stores words within floats with the most
  30. significant word first */
  31. /* #undef FLOAT_WORDS_BIGENDIAN */
  32. /* Define if flock needs to be linked with bsd library. */
  33. /* #undef FLOCK_NEEDS_LIBBSD */
  34. /* Define if getpgrp() must be called as getpgrp(0). */
  35. /* #undef GETPGRP_HAVE_ARG */
  36. /* Define to 1 if you have the `accept4' function. */
  37. #define HAVE_ACCEPT4 1
  38. /* Define to 1 if you have the `acosh' function. */
  39. #define HAVE_ACOSH 1
  40. /* struct addrinfo (netdb.h) */
  41. #define HAVE_ADDRINFO 1
  42. /* Define to 1 if you have the `alarm' function. */
  43. #define HAVE_ALARM 1
  44. /* Define if aligned memory access is required */
  45. /* #undef HAVE_ALIGNED_REQUIRED */
  46. /* Define to 1 if you have the <alloca.h> header file. */
  47. #define HAVE_ALLOCA_H 1
  48. /* Define this if your time.h defines altzone. */
  49. /* #undef HAVE_ALTZONE */
  50. /* Define to 1 if you have the `asinh' function. */
  51. #define HAVE_ASINH 1
  52. /* Define to 1 if you have the <asm/types.h> header file. */
  53. #define HAVE_ASM_TYPES_H 1
  54. /* Define to 1 if you have the `atanh' function. */
  55. #define HAVE_ATANH 1
  56. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  57. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  58. /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
  59. /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
  60. /* Define to 1 if you have the <bluetooth.h> header file. */
  61. /* #undef HAVE_BLUETOOTH_H */
  62. /* Define if mbstowcs(NULL, "text", 0) does not return the number of wide
  63. chars that would be converted. */
  64. /* #undef HAVE_BROKEN_MBSTOWCS */
  65. /* Define if nice() returns success/failure instead of the new priority. */
  66. /* #undef HAVE_BROKEN_NICE */
  67. /* Define if the system reports an invalid PIPE_BUF value. */
  68. /* #undef HAVE_BROKEN_PIPE_BUF */
  69. /* Define if poll() sets errno on invalid file descriptors. */
  70. /* #undef HAVE_BROKEN_POLL */
  71. /* Define if the Posix semaphores do not work on your system */
  72. /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
  73. /* Define if pthread_sigmask() does not work on your system. */
  74. /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
  75. /* define to 1 if your sem_getvalue is broken. */
  76. /* #undef HAVE_BROKEN_SEM_GETVALUE */
  77. /* Define if `unsetenv` does not return an int. */
  78. /* #undef HAVE_BROKEN_UNSETENV */
  79. /* Has builtin atomics */
  80. #define HAVE_BUILTIN_ATOMIC 1
  81. /* Define to 1 if you have the 'chflags' function. */
  82. /* #undef HAVE_CHFLAGS */
  83. /* Define to 1 if you have the `chown' function. */
  84. #define HAVE_CHOWN 1
  85. /* Define if you have the 'chroot' function. */
  86. #define HAVE_CHROOT 1
  87. /* Define to 1 if you have the `clock' function. */
  88. #define HAVE_CLOCK 1
  89. /* Define to 1 if you have the `clock_getres' function. */
  90. #define HAVE_CLOCK_GETRES 1
  91. /* Define to 1 if you have the `clock_gettime' function. */
  92. #define HAVE_CLOCK_GETTIME 1
  93. /* Define to 1 if you have the `clock_settime' function. */
  94. #define HAVE_CLOCK_SETTIME 1
  95. /* Define if the C compiler supports computed gotos. */
  96. #define HAVE_COMPUTED_GOTOS 1
  97. /* Define to 1 if you have the `confstr' function. */
  98. #define HAVE_CONFSTR 1
  99. /* Define to 1 if you have the <conio.h> header file. */
  100. /* #undef HAVE_CONIO_H */
  101. /* Define to 1 if you have the `copysign' function. */
  102. #define HAVE_COPYSIGN 1
  103. /* Define to 1 if you have the `copy_file_range' function. */
  104. /* #undef HAVE_COPY_FILE_RANGE */
  105. /* Define to 1 if you have the <crypt.h> header file. */
  106. #define HAVE_CRYPT_H 1
  107. /* Define if you have the crypt_r() function. */
  108. #define HAVE_CRYPT_R 1
  109. /* Define to 1 if you have the `ctermid' function. */
  110. #define HAVE_CTERMID 1
  111. /* Define if you have the 'ctermid_r' function. */
  112. /* #undef HAVE_CTERMID_R */
  113. /* Define if you have the 'filter' function. */
  114. #define HAVE_CURSES_FILTER 1
  115. /* Define to 1 if you have the <curses.h> header file. */
  116. #define HAVE_CURSES_H 1
  117. /* Define if you have the 'has_key' function. */
  118. #define HAVE_CURSES_HAS_KEY 1
  119. /* Define if you have the 'immedok' function. */
  120. #define HAVE_CURSES_IMMEDOK 1
  121. /* Define if you have the 'is_pad' function or macro. */
  122. #define HAVE_CURSES_IS_PAD 1
  123. /* Define if you have the 'is_term_resized' function. */
  124. #define HAVE_CURSES_IS_TERM_RESIZED 1
  125. /* Define if you have the 'resizeterm' function. */
  126. #define HAVE_CURSES_RESIZETERM 1
  127. /* Define if you have the 'resize_term' function. */
  128. #define HAVE_CURSES_RESIZE_TERM 1
  129. /* Define if you have the 'syncok' function. */
  130. #define HAVE_CURSES_SYNCOK 1
  131. /* Define if you have the 'typeahead' function. */
  132. #define HAVE_CURSES_TYPEAHEAD 1
  133. /* Define if you have the 'use_env' function. */
  134. #define HAVE_CURSES_USE_ENV 1
  135. /* Define if you have the 'wchgat' function. */
  136. #define HAVE_CURSES_WCHGAT 1
  137. /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
  138. don't. */
  139. #define HAVE_DECL_ISFINITE 1
  140. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  141. */
  142. #define HAVE_DECL_ISINF 1
  143. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  144. */
  145. #define HAVE_DECL_ISNAN 1
  146. /* Define to 1 if you have the declaration of `RTLD_DEEPBIND', and to 0 if you
  147. don't. */
  148. #define HAVE_DECL_RTLD_DEEPBIND 1
  149. /* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
  150. don't. */
  151. #define HAVE_DECL_RTLD_GLOBAL 1
  152. /* Define to 1 if you have the declaration of `RTLD_LAZY', and to 0 if you
  153. don't. */
  154. #define HAVE_DECL_RTLD_LAZY 1
  155. /* Define to 1 if you have the declaration of `RTLD_LOCAL', and to 0 if you
  156. don't. */
  157. #define HAVE_DECL_RTLD_LOCAL 1
  158. /* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
  159. don't. */
  160. #define HAVE_DECL_RTLD_MEMBER 0
  161. /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
  162. don't. */
  163. #define HAVE_DECL_RTLD_NODELETE 1
  164. /* Define to 1 if you have the declaration of `RTLD_NOLOAD', and to 0 if you
  165. don't. */
  166. #define HAVE_DECL_RTLD_NOLOAD 1
  167. /* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
  168. don't. */
  169. #define HAVE_DECL_RTLD_NOW 1
  170. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  171. */
  172. /* #undef HAVE_DECL_TZNAME */
  173. /* Define to 1 if you have the device macros. */
  174. #define HAVE_DEVICE_MACROS 1
  175. /* Define to 1 if you have the /dev/ptc device file. */
  176. /* #undef HAVE_DEV_PTC */
  177. /* Define to 1 if you have the /dev/ptmx device file. */
  178. #define HAVE_DEV_PTMX 1
  179. /* Define to 1 if you have the <direct.h> header file. */
  180. /* #undef HAVE_DIRECT_H */
  181. /* Define to 1 if the dirent structure has a d_type field */
  182. #define HAVE_DIRENT_D_TYPE 1
  183. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  184. */
  185. #define HAVE_DIRENT_H 1
  186. /* Define if you have the 'dirfd' function or macro. */
  187. #define HAVE_DIRFD 1
  188. /* Define to 1 if you have the <dlfcn.h> header file. */
  189. #define HAVE_DLFCN_H 1
  190. /* Define to 1 if you have the `dlopen' function. */
  191. #define HAVE_DLOPEN 1
  192. /* Define to 1 if you have the `dup2' function. */
  193. #define HAVE_DUP2 1
  194. /* Define to 1 if you have the `dup3' function. */
  195. #define HAVE_DUP3 1
  196. /* Define if you have the '_dyld_shared_cache_contains_path' function. */
  197. /* #undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH */
  198. /* Defined when any dynamic module loading is enabled. */
  199. #define HAVE_DYNAMIC_LOADING 1
  200. /* Define to 1 if you have the <endian.h> header file. */
  201. #define HAVE_ENDIAN_H 1
  202. /* Define if you have the 'epoll' functions. */
  203. #define HAVE_EPOLL 1
  204. /* Define if you have the 'epoll_create1' function. */
  205. #define HAVE_EPOLL_CREATE1 1
  206. /* Define to 1 if you have the `erf' function. */
  207. #define HAVE_ERF 1
  208. /* Define to 1 if you have the `erfc' function. */
  209. #define HAVE_ERFC 1
  210. /* Define to 1 if you have the <errno.h> header file. */
  211. #define HAVE_ERRNO_H 1
  212. /* Define to 1 if you have the `execv' function. */
  213. #define HAVE_EXECV 1
  214. /* Define to 1 if you have the `explicit_bzero' function. */
  215. /* #undef HAVE_EXPLICIT_BZERO */
  216. /* Define to 1 if you have the `explicit_memset' function. */
  217. /* #undef HAVE_EXPLICIT_MEMSET */
  218. /* Define to 1 if you have the `expm1' function. */
  219. #define HAVE_EXPM1 1
  220. /* Define to 1 if you have the `faccessat' function. */
  221. #define HAVE_FACCESSAT 1
  222. /* Define if you have the 'fchdir' function. */
  223. #define HAVE_FCHDIR 1
  224. /* Define to 1 if you have the `fchmod' function. */
  225. #define HAVE_FCHMOD 1
  226. /* Define to 1 if you have the `fchmodat' function. */
  227. #define HAVE_FCHMODAT 1
  228. /* Define to 1 if you have the `fchown' function. */
  229. #define HAVE_FCHOWN 1
  230. /* Define to 1 if you have the `fchownat' function. */
  231. #define HAVE_FCHOWNAT 1
  232. /* Define to 1 if you have the <fcntl.h> header file. */
  233. #define HAVE_FCNTL_H 1
  234. /* Define if you have the 'fdatasync' function. */
  235. #define HAVE_FDATASYNC 1
  236. /* Define to 1 if you have the `fdopendir' function. */
  237. #define HAVE_FDOPENDIR 1
  238. /* Define to 1 if you have the `fdwalk' function. */
  239. /* #undef HAVE_FDWALK */
  240. /* Define to 1 if you have the `fexecve' function. */
  241. #define HAVE_FEXECVE 1
  242. /* Define to 1 if you have the `finite' function. */
  243. #define HAVE_FINITE 1
  244. /* Define to 1 if you have the `flock' function. */
  245. #define HAVE_FLOCK 1
  246. /* Define to 1 if you have the `fork' function. */
  247. #define HAVE_FORK 1
  248. /* Define to 1 if you have the `forkpty' function. */
  249. #define HAVE_FORKPTY 1
  250. /* Define to 1 if you have the `fpathconf' function. */
  251. #define HAVE_FPATHCONF 1
  252. /* Define to 1 if you have the `fseek64' function. */
  253. /* #undef HAVE_FSEEK64 */
  254. /* Define to 1 if you have the `fseeko' function. */
  255. #define HAVE_FSEEKO 1
  256. /* Define to 1 if you have the `fstatat' function. */
  257. #define HAVE_FSTATAT 1
  258. /* Define to 1 if you have the `fstatvfs' function. */
  259. #define HAVE_FSTATVFS 1
  260. /* Define if you have the 'fsync' function. */
  261. #define HAVE_FSYNC 1
  262. /* Define to 1 if you have the `ftell64' function. */
  263. /* #undef HAVE_FTELL64 */
  264. /* Define to 1 if you have the `ftello' function. */
  265. #define HAVE_FTELLO 1
  266. /* Define to 1 if you have the `ftime' function. */
  267. #define HAVE_FTIME 1
  268. /* Define to 1 if you have the `ftruncate' function. */
  269. #define HAVE_FTRUNCATE 1
  270. /* Define to 1 if you have the `futimens' function. */
  271. #define HAVE_FUTIMENS 1
  272. /* Define to 1 if you have the `futimes' function. */
  273. #define HAVE_FUTIMES 1
  274. /* Define to 1 if you have the `futimesat' function. */
  275. #define HAVE_FUTIMESAT 1
  276. /* Define to 1 if you have the `gai_strerror' function. */
  277. #define HAVE_GAI_STRERROR 1
  278. /* Define to 1 if you have the `gamma' function. */
  279. #define HAVE_GAMMA 1
  280. /* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
  281. /* #undef HAVE_GCC_ASM_FOR_MC68881 */
  282. /* Define if we can use x64 gcc inline assembler */
  283. #define HAVE_GCC_ASM_FOR_X64 1
  284. /* Define if we can use gcc inline assembler to get and set x87 control word
  285. */
  286. #define HAVE_GCC_ASM_FOR_X87 1
  287. /* Define if your compiler provides __uint128_t */
  288. #define HAVE_GCC_UINT128_T 1
  289. /* Define if you have the getaddrinfo function. */
  290. #define HAVE_GETADDRINFO 1
  291. /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
  292. #define HAVE_GETC_UNLOCKED 1
  293. /* Define to 1 if you have the `getentropy' function. */
  294. /* #undef HAVE_GETENTROPY */
  295. /* Define to 1 if you have the `getgrgid_r' function. */
  296. #define HAVE_GETGRGID_R 1
  297. /* Define to 1 if you have the `getgrnam_r' function. */
  298. #define HAVE_GETGRNAM_R 1
  299. /* Define to 1 if you have the `getgrouplist' function. */
  300. #define HAVE_GETGROUPLIST 1
  301. /* Define to 1 if you have the `getgroups' function. */
  302. #define HAVE_GETGROUPS 1
  303. /* Define to 1 if you have the `gethostbyname' function. */
  304. /* #undef HAVE_GETHOSTBYNAME */
  305. /* Define this if you have some version of gethostbyname_r() */
  306. #define HAVE_GETHOSTBYNAME_R 1
  307. /* Define this if you have the 3-arg version of gethostbyname_r(). */
  308. /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
  309. /* Define this if you have the 5-arg version of gethostbyname_r(). */
  310. /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
  311. /* Define this if you have the 6-arg version of gethostbyname_r(). */
  312. #define HAVE_GETHOSTBYNAME_R_6_ARG 1
  313. /* Define to 1 if you have the `getitimer' function. */
  314. #define HAVE_GETITIMER 1
  315. /* Define to 1 if you have the `getloadavg' function. */
  316. #define HAVE_GETLOADAVG 1
  317. /* Define to 1 if you have the `getlogin' function. */
  318. #define HAVE_GETLOGIN 1
  319. /* Define to 1 if you have the `getnameinfo' function. */
  320. #define HAVE_GETNAMEINFO 1
  321. /* Define if you have the 'getpagesize' function. */
  322. #define HAVE_GETPAGESIZE 1
  323. /* Define to 1 if you have the `getpeername' function. */
  324. #define HAVE_GETPEERNAME 1
  325. /* Define to 1 if you have the `getpgid' function. */
  326. #define HAVE_GETPGID 1
  327. /* Define to 1 if you have the `getpgrp' function. */
  328. #define HAVE_GETPGRP 1
  329. /* Define to 1 if you have the `getpid' function. */
  330. #define HAVE_GETPID 1
  331. /* Define to 1 if you have the `getpriority' function. */
  332. #define HAVE_GETPRIORITY 1
  333. /* Define to 1 if you have the `getpwent' function. */
  334. #define HAVE_GETPWENT 1
  335. /* Define to 1 if you have the `getpwnam_r' function. */
  336. #define HAVE_GETPWNAM_R 1
  337. /* Define to 1 if you have the `getpwuid_r' function. */
  338. #define HAVE_GETPWUID_R 1
  339. /* Define to 1 if the getrandom() function is available */
  340. /* #undef HAVE_GETRANDOM */
  341. /* Define to 1 if the Linux getrandom() syscall is available */
  342. #define HAVE_GETRANDOM_SYSCALL 1
  343. /* Define to 1 if you have the `getresgid' function. */
  344. #define HAVE_GETRESGID 1
  345. /* Define to 1 if you have the `getresuid' function. */
  346. #define HAVE_GETRESUID 1
  347. /* Define to 1 if you have the `getsid' function. */
  348. #define HAVE_GETSID 1
  349. /* Define to 1 if you have the `getspent' function. */
  350. #define HAVE_GETSPENT 1
  351. /* Define to 1 if you have the `getspnam' function. */
  352. #define HAVE_GETSPNAM 1
  353. /* Define to 1 if you have the `getwd' function. */
  354. #define HAVE_GETWD 1
  355. /* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
  356. bcopy. */
  357. /* #undef HAVE_GLIBC_MEMMOVE_BUG */
  358. /* Define to 1 if you have the <grp.h> header file. */
  359. #define HAVE_GRP_H 1
  360. /* Define if you have the 'hstrerror' function. */
  361. #define HAVE_HSTRERROR 1
  362. /* Define this if you have le64toh() */
  363. #define HAVE_HTOLE64 1
  364. /* Define to 1 if you have the `hypot' function. */
  365. #define HAVE_HYPOT 1
  366. /* Define to 1 if you have the <ieeefp.h> header file. */
  367. /* #undef HAVE_IEEEFP_H */
  368. /* Define to 1 if you have the `if_nameindex' function. */
  369. #define HAVE_IF_NAMEINDEX 1
  370. /* Define if you have the 'inet_aton' function. */
  371. #define HAVE_INET_ATON 1
  372. /* Define if you have the 'inet_pton' function. */
  373. #define HAVE_INET_PTON 1
  374. /* Define to 1 if you have the `initgroups' function. */
  375. #define HAVE_INITGROUPS 1
  376. /* Define to 1 if you have the <inttypes.h> header file. */
  377. #define HAVE_INTTYPES_H 1
  378. /* Define to 1 if you have the <io.h> header file. */
  379. /* #undef HAVE_IO_H */
  380. /* Define if gcc has the ipa-pure-const bug. */
  381. /* #undef HAVE_IPA_PURE_CONST_BUG */
  382. /* Define to 1 if you have the `kill' function. */
  383. #define HAVE_KILL 1
  384. /* Define to 1 if you have the `killpg' function. */
  385. #define HAVE_KILLPG 1
  386. /* Define if you have the 'kqueue' functions. */
  387. /* #undef HAVE_KQUEUE */
  388. /* Define to 1 if you have the <langinfo.h> header file. */
  389. #define HAVE_LANGINFO_H 1
  390. /* Defined to enable large file support when an off_t is bigger than a long
  391. and long long is at least as big as an off_t. You may need to add some
  392. flags for configuration and compilation to enable this mode. (For Solaris
  393. and Linux, the necessary defines are already defined.) */
  394. /* #undef HAVE_LARGEFILE_SUPPORT */
  395. /* Define to 1 if you have the 'lchflags' function. */
  396. /* #undef HAVE_LCHFLAGS */
  397. /* Define to 1 if you have the `lchmod' function. */
  398. /* #undef HAVE_LCHMOD */
  399. /* Define to 1 if you have the `lchown' function. */
  400. #define HAVE_LCHOWN 1
  401. /* Define to 1 if you have the `lgamma' function. */
  402. #define HAVE_LGAMMA 1
  403. /* Define to 1 if you have the `dl' library (-ldl). */
  404. #define HAVE_LIBDL 1
  405. /* Define to 1 if you have the `dld' library (-ldld). */
  406. /* #undef HAVE_LIBDLD */
  407. /* Define to 1 if you have the `ieee' library (-lieee). */
  408. /* #undef HAVE_LIBIEEE */
  409. /* Define to 1 if you have the <libintl.h> header file. */
  410. #define HAVE_LIBINTL_H 1
  411. /* Define if you have the readline library (-lreadline). */
  412. #define HAVE_LIBREADLINE 1
  413. /* Define to 1 if you have the `resolv' library (-lresolv). */
  414. /* #undef HAVE_LIBRESOLV */
  415. /* Define to 1 if you have the `sendfile' library (-lsendfile). */
  416. /* #undef HAVE_LIBSENDFILE */
  417. /* Define to 1 if you have the <libutil.h> header file. */
  418. /* #undef HAVE_LIBUTIL_H */
  419. /* Define to 1 if you have the `uuid' library (-luuid). */
  420. #define HAVE_LIBUUID 1
  421. /* Define if you have the 'link' function. */
  422. #define HAVE_LINK 1
  423. /* Define to 1 if you have the `linkat' function. */
  424. #define HAVE_LINKAT 1
  425. /* Define to 1 if you have the <linux/auxvec.h> header file. */
  426. #define HAVE_LINUX_AUXVEC_H 1
  427. /* Define to 1 if you have the <linux/can/bcm.h> header file. */
  428. #define HAVE_LINUX_CAN_BCM_H 1
  429. /* Define to 1 if you have the <linux/can.h> header file. */
  430. #define HAVE_LINUX_CAN_H 1
  431. /* Define to 1 if you have the <linux/can/j1939.h> header file. */
  432. /* #undef HAVE_LINUX_CAN_J1939_H */
  433. /* Define if compiling using Linux 3.6 or later. */
  434. #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1
  435. /* Define to 1 if you have the <linux/can/raw.h> header file. */
  436. #define HAVE_LINUX_CAN_RAW_H 1
  437. /* Define if compiling using Linux 4.1 or later. */
  438. #define HAVE_LINUX_CAN_RAW_JOIN_FILTERS 1
  439. /* Define to 1 if you have the <linux/memfd.h> header file. */
  440. #define HAVE_LINUX_MEMFD_H 1
  441. /* Define to 1 if you have the <linux/netlink.h> header file. */
  442. #define HAVE_LINUX_NETLINK_H 1
  443. /* Define to 1 if you have the <linux/qrtr.h> header file. */
  444. /* #undef HAVE_LINUX_QRTR_H */
  445. /* Define to 1 if you have the <linux/random.h> header file. */
  446. #define HAVE_LINUX_RANDOM_H 1
  447. /* Define to 1 if you have the <linux/tipc.h> header file. */
  448. #define HAVE_LINUX_TIPC_H 1
  449. /* Define to 1 if you have the <linux/vm_sockets.h> header file. */
  450. #define HAVE_LINUX_VM_SOCKETS_H 1
  451. /* Define to 1 if you have the <linux/wait.h> header file. */
  452. #define HAVE_LINUX_WAIT_H 1
  453. /* Define to 1 if you have the `lockf' function. */
  454. #define HAVE_LOCKF 1
  455. /* Define to 1 if you have the `log1p' function. */
  456. #define HAVE_LOG1P 1
  457. /* Define to 1 if you have the `log2' function. */
  458. #define HAVE_LOG2 1
  459. /* Define to 1 if the system has the type `long double'. */
  460. #define HAVE_LONG_DOUBLE 1
  461. /* Define to 1 if you have the `lstat' function. */
  462. #define HAVE_LSTAT 1
  463. /* Define to 1 if you have the `lutimes' function. */
  464. #define HAVE_LUTIMES 1
  465. /* Define to 1 if you have the `madvise' function. */
  466. #define HAVE_MADVISE 1
  467. /* Define this if you have the makedev macro. */
  468. #define HAVE_MAKEDEV 1
  469. /* Define to 1 if you have the `mbrtowc' function. */
  470. #define HAVE_MBRTOWC 1
  471. /* Define if you have the 'memfd_create' function. */
  472. /* #undef HAVE_MEMFD_CREATE */
  473. /* Define to 1 if you have the <memory.h> header file. */
  474. #define HAVE_MEMORY_H 1
  475. /* Define to 1 if you have the `memrchr' function. */
  476. #define HAVE_MEMRCHR 1
  477. /* Define to 1 if you have the `mkdirat' function. */
  478. #define HAVE_MKDIRAT 1
  479. /* Define to 1 if you have the `mkfifo' function. */
  480. #define HAVE_MKFIFO 1
  481. /* Define to 1 if you have the `mkfifoat' function. */
  482. #define HAVE_MKFIFOAT 1
  483. /* Define to 1 if you have the `mknod' function. */
  484. #define HAVE_MKNOD 1
  485. /* Define to 1 if you have the `mknodat' function. */
  486. #define HAVE_MKNODAT 1
  487. /* Define to 1 if you have the `mktime' function. */
  488. #define HAVE_MKTIME 1
  489. /* Define to 1 if you have the `mmap' function. */
  490. #define HAVE_MMAP 1
  491. /* Define to 1 if you have the `mremap' function. */
  492. #define HAVE_MREMAP 1
  493. /* Define to 1 if you have the <ncurses.h> header file. */
  494. #define HAVE_NCURSES_H 1
  495. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  496. /* #undef HAVE_NDIR_H */
  497. /* Define to 1 if you have the <netpacket/packet.h> header file. */
  498. #define HAVE_NETPACKET_PACKET_H 1
  499. /* Define to 1 if you have the <net/if.h> header file. */
  500. #define HAVE_NET_IF_H 1
  501. /* Define to 1 if you have the `nice' function. */
  502. #define HAVE_NICE 1
  503. /* Define if the internal form of wchar_t in non-Unicode locales is not
  504. Unicode. */
  505. /* #undef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION */
  506. /* Define to 1 if you have the `openat' function. */
  507. #define HAVE_OPENAT 1
  508. /* Define to 1 if you have the `openpty' function. */
  509. #define HAVE_OPENPTY 1
  510. /* Define to 1 if you have the `pathconf' function. */
  511. #define HAVE_PATHCONF 1
  512. /* Define to 1 if you have the `pause' function. */
  513. #define HAVE_PAUSE 1
  514. /* Define to 1 if you have the `pipe2' function. */
  515. #define HAVE_PIPE2 1
  516. /* Define to 1 if you have the `plock' function. */
  517. /* #undef HAVE_PLOCK */
  518. /* Define to 1 if you have the `poll' function. */
  519. #define HAVE_POLL 1
  520. /* Define to 1 if you have the <poll.h> header file. */
  521. #define HAVE_POLL_H 1
  522. /* Define to 1 if you have the `posix_fadvise' function. */
  523. #define HAVE_POSIX_FADVISE 1
  524. /* Define to 1 if you have the `posix_fallocate' function. */
  525. #define HAVE_POSIX_FALLOCATE 1
  526. /* Define to 1 if you have the `posix_spawn' function. */
  527. #define HAVE_POSIX_SPAWN 1
  528. /* Define to 1 if you have the `posix_spawnp' function. */
  529. #define HAVE_POSIX_SPAWNP 1
  530. /* Define to 1 if you have the `pread' function. */
  531. #define HAVE_PREAD 1
  532. /* Define to 1 if you have the `preadv' function. */
  533. #define HAVE_PREADV 1
  534. /* Define to 1 if you have the `preadv2' function. */
  535. /* #undef HAVE_PREADV2 */
  536. /* Define if you have the 'prlimit' functions. */
  537. #define HAVE_PRLIMIT 1
  538. /* Define to 1 if you have the <process.h> header file. */
  539. /* #undef HAVE_PROCESS_H */
  540. /* Define if your compiler supports function prototype */
  541. #define HAVE_PROTOTYPES 1
  542. /* Define to 1 if you have the `pthread_condattr_setclock' function. */
  543. #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
  544. /* Defined for Solaris 2.6 bug in pthread header. */
  545. /* #undef HAVE_PTHREAD_DESTRUCTOR */
  546. /* Define to 1 if you have the `pthread_getcpuclockid' function. */
  547. #define HAVE_PTHREAD_GETCPUCLOCKID 1
  548. /* Define to 1 if you have the <pthread.h> header file. */
  549. #define HAVE_PTHREAD_H 1
  550. /* Define to 1 if you have the `pthread_init' function. */
  551. /* #undef HAVE_PTHREAD_INIT */
  552. /* Define to 1 if you have the `pthread_kill' function. */
  553. #define HAVE_PTHREAD_KILL 1
  554. /* Define to 1 if you have the `pthread_sigmask' function. */
  555. #define HAVE_PTHREAD_SIGMASK 1
  556. /* Define to 1 if you have the <pty.h> header file. */
  557. #define HAVE_PTY_H 1
  558. /* Define to 1 if you have the `pwrite' function. */
  559. #define HAVE_PWRITE 1
  560. /* Define to 1 if you have the `pwritev' function. */
  561. #define HAVE_PWRITEV 1
  562. /* Define to 1 if you have the `pwritev2' function. */
  563. /* #undef HAVE_PWRITEV2 */
  564. /* Define to 1 if you have the `readlink' function. */
  565. #define HAVE_READLINK 1
  566. /* Define to 1 if you have the `readlinkat' function. */
  567. #define HAVE_READLINKAT 1
  568. /* Define to 1 if you have the `readv' function. */
  569. #define HAVE_READV 1
  570. /* Define to 1 if you have the `realpath' function. */
  571. #define HAVE_REALPATH 1
  572. /* Define to 1 if you have the `renameat' function. */
  573. #define HAVE_RENAMEAT 1
  574. /* Define if readline supports append_history */
  575. #define HAVE_RL_APPEND_HISTORY 1
  576. /* Define if you can turn off readline's signal handling. */
  577. #define HAVE_RL_CATCH_SIGNAL 1
  578. /* Define if you have readline 2.2 */
  579. #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  580. /* Define if you have readline 4.0 */
  581. #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
  582. /* Define if you have readline 4.2 */
  583. #define HAVE_RL_COMPLETION_MATCHES 1
  584. /* Define if you have rl_completion_suppress_append */
  585. #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
  586. /* Define if you have readline 4.0 */
  587. #define HAVE_RL_PRE_INPUT_HOOK 1
  588. /* Define if you have readline 4.0 */
  589. #define HAVE_RL_RESIZE_TERMINAL 1
  590. /* Define to 1 if you have the `round' function. */
  591. #define HAVE_ROUND 1
  592. /* Define to 1 if you have the `rtpSpawn' function. */
  593. /* #undef HAVE_RTPSPAWN */
  594. /* Define to 1 if you have the `sched_get_priority_max' function. */
  595. #define HAVE_SCHED_GET_PRIORITY_MAX 1
  596. /* Define to 1 if you have the <sched.h> header file. */
  597. #define HAVE_SCHED_H 1
  598. /* Define to 1 if you have the `sched_rr_get_interval' function. */
  599. #define HAVE_SCHED_RR_GET_INTERVAL 1
  600. /* Define to 1 if you have the `sched_setaffinity' function. */
  601. #define HAVE_SCHED_SETAFFINITY 1
  602. /* Define to 1 if you have the `sched_setparam' function. */
  603. #define HAVE_SCHED_SETPARAM 1
  604. /* Define to 1 if you have the `sched_setscheduler' function. */
  605. #define HAVE_SCHED_SETSCHEDULER 1
  606. /* Define to 1 if you have the `sem_clockwait' function. */
  607. /* #undef HAVE_SEM_CLOCKWAIT */
  608. /* Define to 1 if you have the `sem_getvalue' function. */
  609. #define HAVE_SEM_GETVALUE 1
  610. /* Define to 1 if you have the `sem_open' function. */
  611. #define HAVE_SEM_OPEN 1
  612. /* Define to 1 if you have the `sem_timedwait' function. */
  613. #define HAVE_SEM_TIMEDWAIT 1
  614. /* Define to 1 if you have the `sem_unlink' function. */
  615. #define HAVE_SEM_UNLINK 1
  616. /* Define to 1 if you have the `sendfile' function. */
  617. #define HAVE_SENDFILE 1
  618. /* Define to 1 if you have the `setegid' function. */
  619. #define HAVE_SETEGID 1
  620. /* Define to 1 if you have the `seteuid' function. */
  621. #define HAVE_SETEUID 1
  622. /* Define to 1 if you have the `setgid' function. */
  623. #define HAVE_SETGID 1
  624. /* Define if you have the 'setgroups' function. */
  625. #define HAVE_SETGROUPS 1
  626. /* Define to 1 if you have the `sethostname' function. */
  627. #define HAVE_SETHOSTNAME 1
  628. /* Define to 1 if you have the `setitimer' function. */
  629. #define HAVE_SETITIMER 1
  630. /* Define to 1 if you have the `setlocale' function. */
  631. #define HAVE_SETLOCALE 1
  632. /* Define to 1 if you have the `setpgid' function. */
  633. #define HAVE_SETPGID 1
  634. /* Define to 1 if you have the `setpgrp' function. */
  635. #define HAVE_SETPGRP 1
  636. /* Define to 1 if you have the `setpriority' function. */
  637. #define HAVE_SETPRIORITY 1
  638. /* Define to 1 if you have the `setregid' function. */
  639. #define HAVE_SETREGID 1
  640. /* Define to 1 if you have the `setresgid' function. */
  641. #define HAVE_SETRESGID 1
  642. /* Define to 1 if you have the `setresuid' function. */
  643. #define HAVE_SETRESUID 1
  644. /* Define to 1 if you have the `setreuid' function. */
  645. #define HAVE_SETREUID 1
  646. /* Define to 1 if you have the `setsid' function. */
  647. #define HAVE_SETSID 1
  648. /* Define to 1 if you have the `setuid' function. */
  649. #define HAVE_SETUID 1
  650. /* Define to 1 if you have the `setvbuf' function. */
  651. #define HAVE_SETVBUF 1
  652. /* Define to 1 if you have the <shadow.h> header file. */
  653. #define HAVE_SHADOW_H 1
  654. /* Define to 1 if you have the `shm_open' function. */
  655. #define HAVE_SHM_OPEN 1
  656. /* Define to 1 if you have the `shm_unlink' function. */
  657. #define HAVE_SHM_UNLINK 1
  658. /* Define to 1 if you have the `sigaction' function. */
  659. #define HAVE_SIGACTION 1
  660. /* Define to 1 if you have the `sigaltstack' function. */
  661. #define HAVE_SIGALTSTACK 1
  662. /* Define to 1 if you have the `sigfillset' function. */
  663. #define HAVE_SIGFILLSET 1
  664. /* Define to 1 if `si_band' is a member of `siginfo_t'. */
  665. #define HAVE_SIGINFO_T_SI_BAND 1
  666. /* Define to 1 if you have the `siginterrupt' function. */
  667. #define HAVE_SIGINTERRUPT 1
  668. /* Define to 1 if you have the <signal.h> header file. */
  669. #define HAVE_SIGNAL_H 1
  670. /* Define to 1 if you have the `sigpending' function. */
  671. #define HAVE_SIGPENDING 1
  672. /* Define to 1 if you have the `sigrelse' function. */
  673. #define HAVE_SIGRELSE 1
  674. /* Define to 1 if you have the `sigtimedwait' function. */
  675. #define HAVE_SIGTIMEDWAIT 1
  676. /* Define to 1 if you have the `sigwait' function. */
  677. #define HAVE_SIGWAIT 1
  678. /* Define to 1 if you have the `sigwaitinfo' function. */
  679. #define HAVE_SIGWAITINFO 1
  680. /* Define to 1 if you have the `snprintf' function. */
  681. #define HAVE_SNPRINTF 1
  682. /* struct sockaddr_alg (linux/if_alg.h) */
  683. #define HAVE_SOCKADDR_ALG 1
  684. /* Define if sockaddr has sa_len member */
  685. /* #undef HAVE_SOCKADDR_SA_LEN */
  686. /* struct sockaddr_storage (sys/socket.h) */
  687. #define HAVE_SOCKADDR_STORAGE 1
  688. /* Define if you have the 'socketpair' function. */
  689. #define HAVE_SOCKETPAIR 1
  690. /* Define to 1 if you have the <spawn.h> header file. */
  691. #define HAVE_SPAWN_H 1
  692. /* Define if your compiler provides ssize_t */
  693. #define HAVE_SSIZE_T 1
  694. /* Define to 1 if you have the `statvfs' function. */
  695. #define HAVE_STATVFS 1
  696. /* Define if you have struct stat.st_mtim.tv_nsec */
  697. #define HAVE_STAT_TV_NSEC 1
  698. /* Define if you have struct stat.st_mtimensec */
  699. /* #undef HAVE_STAT_TV_NSEC2 */
  700. /* Define if your compiler supports variable length function prototypes (e.g.
  701. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
  702. #define HAVE_STDARG_PROTOTYPES 1
  703. /* Define to 1 if you have the <stdint.h> header file. */
  704. #define HAVE_STDINT_H 1
  705. /* Define to 1 if you have the <stdlib.h> header file. */
  706. #define HAVE_STDLIB_H 1
  707. /* Has stdatomic.h with atomic_int and atomic_uintptr_t */
  708. #define HAVE_STD_ATOMIC 1
  709. /* Define to 1 if you have the `strdup' function. */
  710. #define HAVE_STRDUP 1
  711. /* Define to 1 if you have the `strftime' function. */
  712. #define HAVE_STRFTIME 1
  713. /* Define to 1 if you have the <strings.h> header file. */
  714. #define HAVE_STRINGS_H 1
  715. /* Define to 1 if you have the <string.h> header file. */
  716. #define HAVE_STRING_H 1
  717. /* Define to 1 if you have the `strlcpy' function. */
  718. /* #undef HAVE_STRLCPY */
  719. /* Define to 1 if you have the <stropts.h> header file. */
  720. /* #undef HAVE_STROPTS_H */
  721. /* Define to 1 if you have the `strsignal' function. */
  722. #define HAVE_STRSIGNAL 1
  723. /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
  724. #define HAVE_STRUCT_PASSWD_PW_GECOS 1
  725. /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
  726. #define HAVE_STRUCT_PASSWD_PW_PASSWD 1
  727. /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
  728. /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
  729. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  730. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  731. /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  732. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  733. /* Define to 1 if `st_flags' is a member of `struct stat'. */
  734. /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
  735. /* Define to 1 if `st_gen' is a member of `struct stat'. */
  736. /* #undef HAVE_STRUCT_STAT_ST_GEN */
  737. /* Define to 1 if `st_rdev' is a member of `struct stat'. */
  738. #define HAVE_STRUCT_STAT_ST_RDEV 1
  739. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  740. #define HAVE_STRUCT_TM_TM_ZONE 1
  741. /* Define if you have the 'symlink' function. */
  742. #define HAVE_SYMLINK 1
  743. /* Define to 1 if you have the `symlinkat' function. */
  744. #define HAVE_SYMLINKAT 1
  745. /* Define to 1 if you have the `sync' function. */
  746. #define HAVE_SYNC 1
  747. /* Define to 1 if you have the `sysconf' function. */
  748. #define HAVE_SYSCONF 1
  749. /* Define to 1 if you have the <sysexits.h> header file. */
  750. #define HAVE_SYSEXITS_H 1
  751. /* Define to 1 if you have the <sys/audioio.h> header file. */
  752. /* #undef HAVE_SYS_AUDIOIO_H */
  753. /* Define to 1 if you have the <sys/auxv.h> header file. */
  754. #define HAVE_SYS_AUXV_H 1
  755. /* Define to 1 if you have the <sys/bsdtty.h> header file. */
  756. /* #undef HAVE_SYS_BSDTTY_H */
  757. /* Define to 1 if you have the <sys/devpoll.h> header file. */
  758. /* #undef HAVE_SYS_DEVPOLL_H */
  759. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  760. */
  761. /* #undef HAVE_SYS_DIR_H */
  762. /* Define to 1 if you have the <sys/endian.h> header file. */
  763. /* #undef HAVE_SYS_ENDIAN_H */
  764. /* Define to 1 if you have the <sys/epoll.h> header file. */
  765. #define HAVE_SYS_EPOLL_H 1
  766. /* Define to 1 if you have the <sys/event.h> header file. */
  767. /* #undef HAVE_SYS_EVENT_H */
  768. /* Define to 1 if you have the <sys/file.h> header file. */
  769. #define HAVE_SYS_FILE_H 1
  770. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  771. #define HAVE_SYS_IOCTL_H 1
  772. /* Define to 1 if you have the <sys/kern_control.h> header file. */
  773. /* #undef HAVE_SYS_KERN_CONTROL_H */
  774. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  775. /* #undef HAVE_SYS_LOADAVG_H */
  776. /* Define to 1 if you have the <sys/lock.h> header file. */
  777. /* #undef HAVE_SYS_LOCK_H */
  778. /* Define to 1 if you have the <sys/memfd.h> header file. */
  779. /* #undef HAVE_SYS_MEMFD_H */
  780. /* Define to 1 if you have the <sys/mkdev.h> header file. */
  781. /* #undef HAVE_SYS_MKDEV_H */
  782. /* Define to 1 if you have the <sys/mman.h> header file. */
  783. #define HAVE_SYS_MMAN_H 1
  784. /* Define to 1 if you have the <sys/modem.h> header file. */
  785. /* #undef HAVE_SYS_MODEM_H */
  786. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  787. */
  788. /* #undef HAVE_SYS_NDIR_H */
  789. /* Define to 1 if you have the <sys/param.h> header file. */
  790. #define HAVE_SYS_PARAM_H 1
  791. /* Define to 1 if you have the <sys/poll.h> header file. */
  792. #define HAVE_SYS_POLL_H 1
  793. /* Define to 1 if you have the <sys/random.h> header file. */
  794. /* #undef HAVE_SYS_RANDOM_H */
  795. /* Define to 1 if you have the <sys/resource.h> header file. */
  796. #define HAVE_SYS_RESOURCE_H 1
  797. /* Define to 1 if you have the <sys/select.h> header file. */
  798. #define HAVE_SYS_SELECT_H 1
  799. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  800. #define HAVE_SYS_SENDFILE_H 1
  801. /* Define to 1 if you have the <sys/socket.h> header file. */
  802. #define HAVE_SYS_SOCKET_H 1
  803. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  804. #define HAVE_SYS_STATVFS_H 1
  805. /* Define to 1 if you have the <sys/stat.h> header file. */
  806. #define HAVE_SYS_STAT_H 1
  807. /* Define to 1 if you have the <sys/syscall.h> header file. */
  808. #define HAVE_SYS_SYSCALL_H 1
  809. /* Define to 1 if you have the <sys/sysmacros.h> header file. */
  810. #define HAVE_SYS_SYSMACROS_H 1
  811. /* Define to 1 if you have the <sys/sys_domain.h> header file. */
  812. /* #undef HAVE_SYS_SYS_DOMAIN_H */
  813. /* Define to 1 if you have the <sys/termio.h> header file. */
  814. /* #undef HAVE_SYS_TERMIO_H */
  815. /* Define to 1 if you have the <sys/times.h> header file. */
  816. #define HAVE_SYS_TIMES_H 1
  817. /* Define to 1 if you have the <sys/time.h> header file. */
  818. #define HAVE_SYS_TIME_H 1
  819. /* Define to 1 if you have the <sys/types.h> header file. */
  820. #define HAVE_SYS_TYPES_H 1
  821. /* Define to 1 if you have the <sys/uio.h> header file. */
  822. #define HAVE_SYS_UIO_H 1
  823. /* Define to 1 if you have the <sys/un.h> header file. */
  824. #define HAVE_SYS_UN_H 1
  825. /* Define to 1 if you have the <sys/utsname.h> header file. */
  826. #define HAVE_SYS_UTSNAME_H 1
  827. /* Define to 1 if you have the <sys/wait.h> header file. */
  828. #define HAVE_SYS_WAIT_H 1
  829. /* Define to 1 if you have the <sys/xattr.h> header file. */
  830. #define HAVE_SYS_XATTR_H 1
  831. /* Define to 1 if you have the `tcgetpgrp' function. */
  832. #define HAVE_TCGETPGRP 1
  833. /* Define to 1 if you have the `tcsetpgrp' function. */
  834. #define HAVE_TCSETPGRP 1
  835. /* Define to 1 if you have the `tempnam' function. */
  836. #define HAVE_TEMPNAM 1
  837. /* Define to 1 if you have the <termios.h> header file. */
  838. #define HAVE_TERMIOS_H 1
  839. /* Define to 1 if you have the <term.h> header file. */
  840. #define HAVE_TERM_H 1
  841. /* Define to 1 if you have the `tgamma' function. */
  842. #define HAVE_TGAMMA 1
  843. /* Define to 1 if you have the `timegm' function. */
  844. #define HAVE_TIMEGM 1
  845. /* Define to 1 if you have the `times' function. */
  846. #define HAVE_TIMES 1
  847. /* Define to 1 if you have the `tmpfile' function. */
  848. #define HAVE_TMPFILE 1
  849. /* Define to 1 if you have the `tmpnam' function. */
  850. #define HAVE_TMPNAM 1
  851. /* Define to 1 if you have the `tmpnam_r' function. */
  852. #define HAVE_TMPNAM_R 1
  853. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  854. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  855. #define HAVE_TM_ZONE 1
  856. /* Define to 1 if you have the `truncate' function. */
  857. #define HAVE_TRUNCATE 1
  858. /* Define to 1 if you don't have `tm_zone' but do have the external array
  859. `tzname'. */
  860. /* #undef HAVE_TZNAME */
  861. /* Define this if you have tcl and TCL_UTF_MAX==6 */
  862. /* #undef HAVE_UCS4_TCL */
  863. /* Define to 1 if you have the `uname' function. */
  864. #define HAVE_UNAME 1
  865. /* Define to 1 if you have the <unistd.h> header file. */
  866. #define HAVE_UNISTD_H 1
  867. /* Define to 1 if you have the `unlinkat' function. */
  868. #define HAVE_UNLINKAT 1
  869. /* Define if you have a useable wchar_t type defined in wchar.h; useable means
  870. wchar_t must be an unsigned type with at least 16 bits. (see
  871. Include/unicodeobject.h). */
  872. /* #undef HAVE_USABLE_WCHAR_T */
  873. /* Define to 1 if you have the <util.h> header file. */
  874. /* #undef HAVE_UTIL_H */
  875. /* Define to 1 if you have the `utimensat' function. */
  876. #define HAVE_UTIMENSAT 1
  877. /* Define to 1 if you have the `utimes' function. */
  878. #define HAVE_UTIMES 1
  879. /* Define to 1 if you have the <utime.h> header file. */
  880. #define HAVE_UTIME_H 1
  881. /* Define if uuid_create() exists. */
  882. /* #undef HAVE_UUID_CREATE */
  883. /* Define if uuid_enc_be() exists. */
  884. /* #undef HAVE_UUID_ENC_BE */
  885. /* Define if uuid_generate_time_safe() exists. */
  886. #define HAVE_UUID_GENERATE_TIME_SAFE 1
  887. /* Define to 1 if you have the <uuid.h> header file. */
  888. /* #undef HAVE_UUID_H */
  889. /* Define to 1 if you have the <uuid/uuid.h> header file. */
  890. #define HAVE_UUID_UUID_H 1
  891. /* Define to 1 if you have the `wait3' function. */
  892. #define HAVE_WAIT3 1
  893. /* Define to 1 if you have the `wait4' function. */
  894. #define HAVE_WAIT4 1
  895. /* Define to 1 if you have the `waitid' function. */
  896. #define HAVE_WAITID 1
  897. /* Define to 1 if you have the `waitpid' function. */
  898. #define HAVE_WAITPID 1
  899. /* Define if the compiler provides a wchar.h header file. */
  900. #define HAVE_WCHAR_H 1
  901. /* Define to 1 if you have the `wcscoll' function. */
  902. #define HAVE_WCSCOLL 1
  903. /* Define to 1 if you have the `wcsftime' function. */
  904. #define HAVE_WCSFTIME 1
  905. /* Define to 1 if you have the `wcsxfrm' function. */
  906. #define HAVE_WCSXFRM 1
  907. /* Define to 1 if you have the `wmemcmp' function. */
  908. #define HAVE_WMEMCMP 1
  909. /* Define if tzset() actually switches the local timezone in a meaningful way.
  910. */
  911. #define HAVE_WORKING_TZSET 1
  912. /* Define to 1 if you have the `writev' function. */
  913. #define HAVE_WRITEV 1
  914. /* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
  915. #define HAVE_X509_VERIFY_PARAM_SET1_HOST 1
  916. /* Define if the zlib library has inflateCopy */
  917. #define HAVE_ZLIB_COPY 1
  918. /* Define to 1 if you have the `_getpty' function. */
  919. /* #undef HAVE__GETPTY */
  920. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  921. */
  922. /* #undef MAJOR_IN_MKDEV */
  923. /* Define to 1 if `major', `minor', and `makedev' are declared in
  924. <sysmacros.h>. */
  925. /* #undef MAJOR_IN_SYSMACROS */
  926. /* Define if mvwdelch in curses.h is an expression. */
  927. #define MVWDELCH_IS_EXPRESSION 1
  928. /* Define to the address where bug reports for this package should be sent. */
  929. /* #undef PACKAGE_BUGREPORT */
  930. /* Define to the full name of this package. */
  931. /* #undef PACKAGE_NAME */
  932. /* Define to the full name and version of this package. */
  933. /* #undef PACKAGE_STRING */
  934. /* Define to the one symbol short name of this package. */
  935. /* #undef PACKAGE_TARNAME */
  936. /* Define to the home page for this package. */
  937. /* #undef PACKAGE_URL */
  938. /* Define to the version of this package. */
  939. /* #undef PACKAGE_VERSION */
  940. /* Define if POSIX semaphores aren't enabled on your system */
  941. /* #undef POSIX_SEMAPHORES_NOT_ENABLED */
  942. /* Define if pthread_key_t is compatible with int. */
  943. #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1
  944. /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
  945. #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
  946. /* Define as the preferred size in bits of long digits */
  947. /* #undef PYLONG_BITS_IN_DIGIT */
  948. /* enabled builtin hash modules */
  949. #define PY_BUILTIN_HASHLIB_HASHES "md5,sha1,sha256,sha512,sha3,blake2"
  950. /* Define if you want to coerce the C locale to a UTF-8 based locale */
  951. #define PY_COERCE_C_LOCALE 1
  952. /* Define to printf format modifier for Py_ssize_t */
  953. #define PY_FORMAT_SIZE_T "z"
  954. /* Default cipher suites list for ssl module. 1: Python's preferred selection,
  955. 2: leave OpenSSL defaults untouched, 0: custom string */
  956. #define PY_SSL_DEFAULT_CIPHERS 1
  957. /* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
  958. /* #undef PY_SSL_DEFAULT_CIPHER_STRING */
  959. /* Define if you want to build an interpreter with many run-time checks. */
  960. /* #undef Py_DEBUG */
  961. /* Defined if Python is built as a shared library. */
  962. /* #undef Py_ENABLE_SHARED */
  963. /* Define hash algorithm for str, bytes and memoryview. SipHash24: 1, FNV: 2,
  964. externally defined: 0 */
  965. /* #undef Py_HASH_ALGORITHM */
  966. /* Define if you want to enable tracing references for debugging purpose */
  967. /* #undef Py_TRACE_REFS */
  968. /* assume C89 semantics that RETSIGTYPE is always void */
  969. #define RETSIGTYPE void
  970. /* Define if setpgrp() must be called as setpgrp(0, 0). */
  971. /* #undef SETPGRP_HAVE_ARG */
  972. /* Define to 1 if you must link with -lrt for shm_open(). */
  973. #define SHM_NEEDS_LIBRT 1
  974. /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
  975. /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
  976. /* The size of `double', as computed by sizeof. */
  977. #define SIZEOF_DOUBLE 8
  978. /* The size of `float', as computed by sizeof. */
  979. #define SIZEOF_FLOAT 4
  980. /* The size of `fpos_t', as computed by sizeof. */
  981. #define SIZEOF_FPOS_T 16
  982. /* The size of `int', as computed by sizeof. */
  983. #define SIZEOF_INT 4
  984. /* The size of `long', as computed by sizeof. */
  985. #define SIZEOF_LONG 8
  986. /* The size of `long double', as computed by sizeof. */
  987. #define SIZEOF_LONG_DOUBLE 16
  988. /* The size of `long long', as computed by sizeof. */
  989. #define SIZEOF_LONG_LONG 8
  990. /* The size of `off_t', as computed by sizeof. */
  991. #define SIZEOF_OFF_T 8
  992. /* The size of `pid_t', as computed by sizeof. */
  993. #define SIZEOF_PID_T 4
  994. /* The size of `pthread_key_t', as computed by sizeof. */
  995. #define SIZEOF_PTHREAD_KEY_T 4
  996. /* The size of `pthread_t', as computed by sizeof. */
  997. #define SIZEOF_PTHREAD_T 8
  998. /* The size of `short', as computed by sizeof. */
  999. #define SIZEOF_SHORT 2
  1000. /* The size of `size_t', as computed by sizeof. */
  1001. #define SIZEOF_SIZE_T 8
  1002. /* The size of `time_t', as computed by sizeof. */
  1003. #define SIZEOF_TIME_T 8
  1004. /* The size of `uintptr_t', as computed by sizeof. */
  1005. #define SIZEOF_UINTPTR_T 8
  1006. /* The size of `void *', as computed by sizeof. */
  1007. #define SIZEOF_VOID_P 8
  1008. /* The size of `wchar_t', as computed by sizeof. */
  1009. #define SIZEOF_WCHAR_T 4
  1010. /* The size of `_Bool', as computed by sizeof. */
  1011. #define SIZEOF__BOOL 1
  1012. /* Define to 1 if you have the ANSI C header files. */
  1013. #define STDC_HEADERS 1
  1014. /* Define if you can safely include both <sys/select.h> and <sys/time.h>
  1015. (which you can't on SCO ODT 3.0). */
  1016. #define SYS_SELECT_WITH_SYS_TIME 1
  1017. /* Library needed by timemodule.c: librt may be needed for clock_gettime() */
  1018. /* #undef TIMEMODULE_LIB */
  1019. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  1020. #define TIME_WITH_SYS_TIME 1
  1021. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  1022. /* #undef TM_IN_SYS_TIME */
  1023. /* Define if you want to use computed gotos in ceval.c. */
  1024. #define USE_COMPUTED_GOTOS 1
  1025. /* Enable extensions on AIX 3, Interix. */
  1026. #ifndef _ALL_SOURCE
  1027. # define _ALL_SOURCE 1
  1028. #endif
  1029. /* Enable GNU extensions on systems that have them. */
  1030. #ifndef _GNU_SOURCE
  1031. # define _GNU_SOURCE 1
  1032. #endif
  1033. /* Enable threading extensions on Solaris. */
  1034. #ifndef _POSIX_PTHREAD_SEMANTICS
  1035. # define _POSIX_PTHREAD_SEMANTICS 1
  1036. #endif
  1037. /* Enable extensions on HP NonStop. */
  1038. #ifndef _TANDEM_SOURCE
  1039. # define _TANDEM_SOURCE 1
  1040. #endif
  1041. /* Enable general extensions on Solaris. */
  1042. #ifndef __EXTENSIONS__
  1043. # define __EXTENSIONS__ 1
  1044. #endif
  1045. /* Define if WINDOW in curses.h offers a field _flags. */
  1046. #define WINDOW_HAS_FLAGS 1
  1047. /* Define if you want build the _decimal module using a coroutine-local rather
  1048. than a thread-local context */
  1049. #define WITH_DECIMAL_CONTEXTVAR 1
  1050. /* Define if you want documentation strings in extension modules */
  1051. #define WITH_DOC_STRINGS 1
  1052. /* Define if you want to compile in DTrace support */
  1053. /* #undef WITH_DTRACE */
  1054. /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
  1055. linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
  1056. Dyld is necessary to support frameworks. */
  1057. /* #undef WITH_DYLD */
  1058. /* Define to 1 if libintl is needed for locale functions. */
  1059. /* #undef WITH_LIBINTL */
  1060. /* Define if you want to produce an OpenStep/Rhapsody framework (shared
  1061. library plus accessory files). */
  1062. /* #undef WITH_NEXT_FRAMEWORK */
  1063. /* Define if you want to compile in Python-specific mallocs */
  1064. #define WITH_PYMALLOC 1
  1065. /* Define if you want pymalloc to be disabled when running under valgrind */
  1066. /* #undef WITH_VALGRIND */
  1067. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  1068. significant byte first (like Motorola and SPARC, unlike Intel). */
  1069. #if defined AC_APPLE_UNIVERSAL_BUILD
  1070. # if defined __BIG_ENDIAN__
  1071. # define WORDS_BIGENDIAN 1
  1072. # endif
  1073. #else
  1074. # ifndef WORDS_BIGENDIAN
  1075. /* # undef WORDS_BIGENDIAN */
  1076. # endif
  1077. #endif
  1078. /* Define if arithmetic is subject to x87-style double rounding issue */
  1079. /* #undef X87_DOUBLE_ROUNDING */
  1080. /* Define on OpenBSD to activate all library features */
  1081. /* #undef _BSD_SOURCE */
  1082. /* Define on Darwin to activate all library features */
  1083. #define _DARWIN_C_SOURCE 1
  1084. /* This must be set to 64 on some systems to enable large file support. */
  1085. #define _FILE_OFFSET_BITS 64
  1086. /* Define on Linux to activate all library features */
  1087. #define _GNU_SOURCE 1
  1088. /* Define to include mbstate_t for mbrtowc */
  1089. /* #undef _INCLUDE__STDC_A1_SOURCE */
  1090. /* This must be defined on some systems to enable large file support. */
  1091. #define _LARGEFILE_SOURCE 1
  1092. /* This must be defined on AIX systems to enable large file support. */
  1093. /* #undef _LARGE_FILES */
  1094. /* Define to 1 if on MINIX. */
  1095. /* #undef _MINIX */
  1096. /* Define on NetBSD to activate all library features */
  1097. #define _NETBSD_SOURCE 1
  1098. /* Define to 2 if the system does not provide POSIX.1 features except with
  1099. this defined. */
  1100. /* #undef _POSIX_1_SOURCE */
  1101. /* Define to activate features from IEEE Stds 1003.1-2008 */
  1102. #define _POSIX_C_SOURCE 200809L
  1103. /* Define to 1 if you need to in order for `stat' and other things to work. */
  1104. /* #undef _POSIX_SOURCE */
  1105. /* Define if you have POSIX threads, and your system does not define that. */
  1106. /* #undef _POSIX_THREADS */
  1107. /* framework name */
  1108. #define _PYTHONFRAMEWORK ""
  1109. /* Define to force use of thread-safe errno, h_errno, and other functions */
  1110. /* #undef _REENTRANT */
  1111. /* Define to the level of X/Open that your system supports */
  1112. #define _XOPEN_SOURCE 700
  1113. /* Define to activate Unix95-and-earlier features */
  1114. #define _XOPEN_SOURCE_EXTENDED 1
  1115. /* Define on FreeBSD to activate all library features */
  1116. #define __BSD_VISIBLE 1
  1117. /* Define to 'long' if <time.h> doesn't define. */
  1118. /* #undef clock_t */
  1119. /* Define to empty if `const' does not conform to ANSI C. */
  1120. /* #undef const */
  1121. /* Define to `int' if <sys/types.h> doesn't define. */
  1122. /* #undef gid_t */
  1123. /* Define to `int' if <sys/types.h> does not define. */
  1124. /* #undef mode_t */
  1125. /* Define to `long int' if <sys/types.h> does not define. */
  1126. /* #undef off_t */
  1127. /* Define to `int' if <sys/types.h> does not define. */
  1128. /* #undef pid_t */
  1129. /* Define to empty if the keyword does not work. */
  1130. /* #undef signed */
  1131. /* Define to `unsigned int' if <sys/types.h> does not define. */
  1132. /* #undef size_t */
  1133. /* Define to `int' if <sys/socket.h> does not define. */
  1134. /* #undef socklen_t */
  1135. /* Define to `int' if <sys/types.h> doesn't define. */
  1136. /* #undef uid_t */
  1137. /* Define the macros needed if on a UnixWare 7.x system. */
  1138. #if defined(__USLC__) && defined(__SCO_VERSION__)
  1139. #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
  1140. #endif
  1141. #endif /*Py_PYCONFIG_H*/