pyconfig.h 51 KB

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