pyconfig.h 43 KB

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