pyconfig.h 47 KB

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