pyconfig-64.h 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. /* pyconfig.h. Generated from pyconfig.h.in by configure. */
  2. /* pyconfig.h.in. Generated from configure.in by autoheader. */
  3. #ifndef Py_PYCONFIG_H
  4. #define Py_PYCONFIG_H
  5. /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
  6. support for AIX C++ shared extension modules. */
  7. /* #undef AIX_GENUINE_CPLUSPLUS */
  8. /* Define this if you have AtheOS threads. */
  9. /* #undef ATHEOS_THREADS */
  10. /* Define this if you have BeOS threads. */
  11. /* #undef BEOS_THREADS */
  12. /* Define if you have the Mach cthreads package */
  13. /* #undef C_THREADS */
  14. /* Define if --enable-ipv6 is specified */
  15. #define ENABLE_IPV6 1
  16. /* Define if getpgrp() must be called as getpgrp(0). */
  17. /* #undef GETPGRP_HAVE_ARG */
  18. /* Define if gettimeofday() does not have second (timezone) argument This is
  19. the case on Motorola V4 (R40V4.2) */
  20. /* #undef GETTIMEOFDAY_NO_TZ */
  21. /* Define to 1 if you have the `acosh' function. */
  22. #define HAVE_ACOSH 1
  23. /* struct addrinfo (netdb.h) */
  24. #define HAVE_ADDRINFO 1
  25. /* Define to 1 if you have the `alarm' function. */
  26. #define HAVE_ALARM 1
  27. /* Define this if your time.h defines altzone. */
  28. /* #undef HAVE_ALTZONE */
  29. /* Define to 1 if you have the `asinh' function. */
  30. #define HAVE_ASINH 1
  31. /* Define to 1 if you have the <asm/types.h> header file. */
  32. #define HAVE_ASM_TYPES_H 1
  33. /* Define to 1 if you have the `atanh' function. */
  34. #define HAVE_ATANH 1
  35. /* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
  36. /* #undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE */
  37. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  38. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  39. /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
  40. /* #undef HAVE_BLUETOOTH_BLUETOOTH_H */
  41. /* Define to 1 if you have the <bluetooth.h> header file. */
  42. /* #undef HAVE_BLUETOOTH_H */
  43. /* Define if nice() returns success/failure instead of the new priority. */
  44. /* #undef HAVE_BROKEN_NICE */
  45. /* Define if poll() sets errno on invalid file descriptors. */
  46. /* #undef HAVE_BROKEN_POLL */
  47. /* Define if the Posix semaphores do not work on your system */
  48. /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
  49. /* Define if pthread_sigmask() does not work on your system. */
  50. /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */
  51. /* Define this if you have the type _Bool. */
  52. #define HAVE_C99_BOOL 1
  53. /* Define to 1 if you have the `chflags' function. */
  54. /* #undef HAVE_CHFLAGS */
  55. /* Define to 1 if you have the `chown' function. */
  56. #define HAVE_CHOWN 1
  57. /* Define if you have the 'chroot' function. */
  58. #define HAVE_CHROOT 1
  59. /* Define to 1 if you have the `clock' function. */
  60. #define HAVE_CLOCK 1
  61. /* Define to 1 if you have the `confstr' function. */
  62. #define HAVE_CONFSTR 1
  63. /* Define to 1 if you have the <conio.h> header file. */
  64. /* #undef HAVE_CONIO_H */
  65. /* Define to 1 if you have the `copysign' function. */
  66. #define HAVE_COPYSIGN 1
  67. /* Define to 1 if you have the `ctermid' function. */
  68. #define HAVE_CTERMID 1
  69. /* Define if you have the 'ctermid_r' function. */
  70. /* #undef HAVE_CTERMID_R */
  71. /* Define to 1 if you have the <curses.h> header file. */
  72. #define HAVE_CURSES_H 1
  73. /* Define if you have the 'is_term_resized' function. */
  74. #define HAVE_CURSES_IS_TERM_RESIZED 1
  75. /* Define if you have the 'resizeterm' function. */
  76. #define HAVE_CURSES_RESIZETERM 1
  77. /* Define if you have the 'resize_term' function. */
  78. #define HAVE_CURSES_RESIZE_TERM 1
  79. /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
  80. don't. */
  81. #define HAVE_DECL_ISFINITE 1
  82. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  83. */
  84. #define HAVE_DECL_ISINF 1
  85. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  86. */
  87. #define HAVE_DECL_ISNAN 1
  88. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  89. */
  90. /* #undef HAVE_DECL_TZNAME */
  91. /* Define to 1 if you have the device macros. */
  92. #define HAVE_DEVICE_MACROS 1
  93. /* Define if we have /dev/ptc. */
  94. /* #undef HAVE_DEV_PTC */
  95. /* Define if we have /dev/ptmx. */
  96. #define HAVE_DEV_PTMX 1
  97. /* Define to 1 if you have the <direct.h> header file. */
  98. /* #undef HAVE_DIRECT_H */
  99. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  100. */
  101. #define HAVE_DIRENT_H 1
  102. /* Define to 1 if you have the <dlfcn.h> header file. */
  103. #define HAVE_DLFCN_H 1
  104. /* Define to 1 if you have the `dlopen' function. */
  105. #define HAVE_DLOPEN 1
  106. /* Define to 1 if you have the `dup2' function. */
  107. #define HAVE_DUP2 1
  108. /* Defined when any dynamic module loading is enabled. */
  109. #define HAVE_DYNAMIC_LOADING 1
  110. /* Define if you have the 'epoll' functions. */
  111. #define HAVE_EPOLL 1
  112. /* Define to 1 if you have the <errno.h> header file. */
  113. #define HAVE_ERRNO_H 1
  114. /* Define to 1 if you have the `execv' function. */
  115. #define HAVE_EXECV 1
  116. /* Define to 1 if you have the `expm1' function. */
  117. #define HAVE_EXPM1 1
  118. /* Define if you have the 'fchdir' function. */
  119. #define HAVE_FCHDIR 1
  120. /* Define to 1 if you have the `fchmod' function. */
  121. #define HAVE_FCHMOD 1
  122. /* Define to 1 if you have the `fchown' function. */
  123. #define HAVE_FCHOWN 1
  124. /* Define to 1 if you have the <fcntl.h> header file. */
  125. #define HAVE_FCNTL_H 1
  126. /* Define if you have the 'fdatasync' function. */
  127. #define HAVE_FDATASYNC 1
  128. /* Define to 1 if you have the `finite' function. */
  129. #define HAVE_FINITE 1
  130. /* Define if you have the 'flock' function. */
  131. #define HAVE_FLOCK 1
  132. /* Define to 1 if you have the `fork' function. */
  133. #define HAVE_FORK 1
  134. /* Define to 1 if you have the `forkpty' function. */
  135. #define HAVE_FORKPTY 1
  136. /* Define to 1 if you have the `fpathconf' function. */
  137. #define HAVE_FPATHCONF 1
  138. /* Define to 1 if you have the `fseek64' function. */
  139. /* #undef HAVE_FSEEK64 */
  140. /* Define to 1 if you have the `fseeko' function. */
  141. #define HAVE_FSEEKO 1
  142. /* Define to 1 if you have the `fstatvfs' function. */
  143. #define HAVE_FSTATVFS 1
  144. /* Define if you have the 'fsync' function. */
  145. #define HAVE_FSYNC 1
  146. /* Define to 1 if you have the `ftell64' function. */
  147. /* #undef HAVE_FTELL64 */
  148. /* Define to 1 if you have the `ftello' function. */
  149. #define HAVE_FTELLO 1
  150. /* Define to 1 if you have the `ftime' function. */
  151. #define HAVE_FTIME 1
  152. /* Define to 1 if you have the `ftruncate' function. */
  153. #define HAVE_FTRUNCATE 1
  154. /* Define to 1 if you have the `gai_strerror' function. */
  155. #define HAVE_GAI_STRERROR 1
  156. /* Define if you have the getaddrinfo function. */
  157. #define HAVE_GETADDRINFO 1
  158. /* Define to 1 if you have the `getcwd' function. */
  159. #define HAVE_GETCWD 1
  160. /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
  161. #define HAVE_GETC_UNLOCKED 1
  162. /* Define to 1 if you have the `getgroups' function. */
  163. #define HAVE_GETGROUPS 1
  164. /* Define to 1 if you have the `gethostbyname' function. */
  165. /* #undef HAVE_GETHOSTBYNAME */
  166. /* Define this if you have some version of gethostbyname_r() */
  167. #define HAVE_GETHOSTBYNAME_R 1
  168. /* Define this if you have the 3-arg version of gethostbyname_r(). */
  169. /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
  170. /* Define this if you have the 5-arg version of gethostbyname_r(). */
  171. /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
  172. /* Define this if you have the 6-arg version of gethostbyname_r(). */
  173. #define HAVE_GETHOSTBYNAME_R_6_ARG 1
  174. /* Define to 1 if you have the `getitimer' function. */
  175. #define HAVE_GETITIMER 1
  176. /* Define to 1 if you have the `getloadavg' function. */
  177. #define HAVE_GETLOADAVG 1
  178. /* Define to 1 if you have the `getlogin' function. */
  179. #define HAVE_GETLOGIN 1
  180. /* Define to 1 if you have the `getnameinfo' function. */
  181. #define HAVE_GETNAMEINFO 1
  182. /* Define if you have the 'getpagesize' function. */
  183. #define HAVE_GETPAGESIZE 1
  184. /* Define to 1 if you have the `getpeername' function. */
  185. #define HAVE_GETPEERNAME 1
  186. /* Define to 1 if you have the `getpgid' function. */
  187. #define HAVE_GETPGID 1
  188. /* Define to 1 if you have the `getpgrp' function. */
  189. #define HAVE_GETPGRP 1
  190. /* Define to 1 if you have the `getpid' function. */
  191. #define HAVE_GETPID 1
  192. /* Define to 1 if you have the `getpriority' function. */
  193. #define HAVE_GETPRIORITY 1
  194. /* Define to 1 if you have the `getpwent' function. */
  195. #define HAVE_GETPWENT 1
  196. /* Define to 1 if you have the `getsid' function. */
  197. #define HAVE_GETSID 1
  198. /* Define to 1 if you have the `getspent' function. */
  199. #define HAVE_GETSPENT 1
  200. /* Define to 1 if you have the `getspnam' function. */
  201. #define HAVE_GETSPNAM 1
  202. /* Define to 1 if you have the `gettimeofday' function. */
  203. #define HAVE_GETTIMEOFDAY 1
  204. /* Define to 1 if you have the `getwd' function. */
  205. #define HAVE_GETWD 1
  206. /* Define to 1 if you have the <grp.h> header file. */
  207. #define HAVE_GRP_H 1
  208. /* Define if you have the 'hstrerror' function. */
  209. #define HAVE_HSTRERROR 1
  210. /* Define to 1 if you have the `hypot' function. */
  211. #define HAVE_HYPOT 1
  212. /* Define to 1 if you have the <ieeefp.h> header file. */
  213. /* #undef HAVE_IEEEFP_H */
  214. /* Define if you have the 'inet_aton' function. */
  215. #define HAVE_INET_ATON 1
  216. /* Define if you have the 'inet_pton' function. */
  217. #define HAVE_INET_PTON 1
  218. /* Define to 1 if you have the <inttypes.h> header file. */
  219. #define HAVE_INTTYPES_H 1
  220. /* Define to 1 if you have the <io.h> header file. */
  221. /* #undef HAVE_IO_H */
  222. /* Define to 1 if you have the `kill' function. */
  223. #define HAVE_KILL 1
  224. /* Define to 1 if you have the `killpg' function. */
  225. #define HAVE_KILLPG 1
  226. /* Define if you have the 'kqueue' functions. */
  227. /* #undef HAVE_KQUEUE */
  228. /* Define to 1 if you have the <langinfo.h> header file. */
  229. #define HAVE_LANGINFO_H 1
  230. /* Defined to enable large file support when an off_t is bigger than a long
  231. and long long is available and at least as big as an off_t. You may need to
  232. add some flags for configuration and compilation to enable this mode. (For
  233. Solaris and Linux, the necessary defines are already defined.) */
  234. /* #undef HAVE_LARGEFILE_SUPPORT */
  235. /* Define to 1 if you have the `lchflags' function. */
  236. /* #undef HAVE_LCHFLAGS */
  237. /* Define to 1 if you have the `lchmod' function. */
  238. /* #undef HAVE_LCHMOD */
  239. /* Define to 1 if you have the `lchown' function. */
  240. #define HAVE_LCHOWN 1
  241. /* Define to 1 if you have the `dl' library (-ldl). */
  242. #define HAVE_LIBDL 1
  243. /* Define to 1 if you have the `dld' library (-ldld). */
  244. /* #undef HAVE_LIBDLD */
  245. /* Define to 1 if you have the `ieee' library (-lieee). */
  246. /* #undef HAVE_LIBIEEE */
  247. /* Define to 1 if you have the <libintl.h> header file. */
  248. #define HAVE_LIBINTL_H 1
  249. /* Define if you have the readline library (-lreadline). */
  250. #define HAVE_LIBREADLINE 1
  251. /* Define to 1 if you have the `resolv' library (-lresolv). */
  252. /* #undef HAVE_LIBRESOLV */
  253. /* Define to 1 if you have the <libutil.h> header file. */
  254. /* #undef HAVE_LIBUTIL_H */
  255. /* Define if you have the 'link' function. */
  256. #define HAVE_LINK 1
  257. /* Define to 1 if you have the <linux/netlink.h> header file. */
  258. #define HAVE_LINUX_NETLINK_H 1
  259. /* Define to 1 if you have the <linux/tipc.h> header file. */
  260. #define HAVE_LINUX_TIPC_H 1
  261. /* Define to 1 if you have the `log1p' function. */
  262. #define HAVE_LOG1P 1
  263. /* Define this if you have the type long double. */
  264. #define HAVE_LONG_DOUBLE 1
  265. /* Define this if you have the type long long. */
  266. #define HAVE_LONG_LONG 1
  267. /* Define to 1 if you have the `lstat' function. */
  268. #define HAVE_LSTAT 1
  269. /* Define this if you have the makedev macro. */
  270. #define HAVE_MAKEDEV 1
  271. /* Define to 1 if you have the `memmove' function. */
  272. #define HAVE_MEMMOVE 1
  273. /* Define to 1 if you have the <memory.h> header file. */
  274. #define HAVE_MEMORY_H 1
  275. /* Define to 1 if you have the `mkfifo' function. */
  276. #define HAVE_MKFIFO 1
  277. /* Define to 1 if you have the `mknod' function. */
  278. #define HAVE_MKNOD 1
  279. /* Define to 1 if you have the `mktime' function. */
  280. #define HAVE_MKTIME 1
  281. /* Define to 1 if you have the `mremap' function. */
  282. #define HAVE_MREMAP 1
  283. /* Define to 1 if you have the <ncurses.h> header file. */
  284. #define HAVE_NCURSES_H 1
  285. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  286. /* #undef HAVE_NDIR_H */
  287. /* Define to 1 if you have the <netpacket/packet.h> header file. */
  288. #define HAVE_NETPACKET_PACKET_H 1
  289. /* Define to 1 if you have the `nice' function. */
  290. #define HAVE_NICE 1
  291. /* Define to 1 if you have the `openpty' function. */
  292. #define HAVE_OPENPTY 1
  293. /* Define if compiling using MacOS X 10.5 SDK or later. */
  294. /* #undef HAVE_OSX105_SDK */
  295. /* Define to 1 if you have the `pathconf' function. */
  296. #define HAVE_PATHCONF 1
  297. /* Define to 1 if you have the `pause' function. */
  298. #define HAVE_PAUSE 1
  299. /* Define to 1 if you have the `plock' function. */
  300. /* #undef HAVE_PLOCK */
  301. /* Define to 1 if you have the `poll' function. */
  302. #define HAVE_POLL 1
  303. /* Define to 1 if you have the <poll.h> header file. */
  304. #define HAVE_POLL_H 1
  305. /* Define to 1 if you have the <process.h> header file. */
  306. /* #undef HAVE_PROCESS_H */
  307. /* Define if your compiler supports function prototype */
  308. #define HAVE_PROTOTYPES 1
  309. /* Define if you have GNU PTH threads. */
  310. /* #undef HAVE_PTH */
  311. /* Defined for Solaris 2.6 bug in pthread header. */
  312. /* #undef HAVE_PTHREAD_DESTRUCTOR */
  313. /* Define to 1 if you have the <pthread.h> header file. */
  314. #define HAVE_PTHREAD_H 1
  315. /* Define to 1 if you have the `pthread_init' function. */
  316. /* #undef HAVE_PTHREAD_INIT */
  317. /* Define to 1 if you have the `pthread_sigmask' function. */
  318. #define HAVE_PTHREAD_SIGMASK 1
  319. /* Define to 1 if you have the <pty.h> header file. */
  320. #define HAVE_PTY_H 1
  321. /* Define to 1 if you have the `putenv' function. */
  322. #define HAVE_PUTENV 1
  323. /* Define to 1 if you have the `readlink' function. */
  324. #define HAVE_READLINK 1
  325. /* Define to 1 if you have the `realpath' function. */
  326. #define HAVE_REALPATH 1
  327. /* Define if you have readline 2.1 */
  328. #define HAVE_RL_CALLBACK 1
  329. /* Define if you can turn off readline's signal handling. */
  330. #define HAVE_RL_CATCH_SIGNAL 1
  331. /* Define if you have readline 2.2 */
  332. #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
  333. /* Define if you have readline 4.0 */
  334. #define HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK 1
  335. /* Define if you have readline 4.2 */
  336. #define HAVE_RL_COMPLETION_MATCHES 1
  337. /* Define if you have rl_completion_suppress_append */
  338. #define HAVE_RL_COMPLETION_SUPPRESS_APPEND 1
  339. /* Define if you have readline 4.0 */
  340. #define HAVE_RL_PRE_INPUT_HOOK 1
  341. /* Define to 1 if you have the `select' function. */
  342. #define HAVE_SELECT 1
  343. /* Define to 1 if you have the `setegid' function. */
  344. #define HAVE_SETEGID 1
  345. /* Define to 1 if you have the `seteuid' function. */
  346. #define HAVE_SETEUID 1
  347. /* Define to 1 if you have the `setgid' function. */
  348. #define HAVE_SETGID 1
  349. /* Define if you have the 'setgroups' function. */
  350. #define HAVE_SETGROUPS 1
  351. /* Define to 1 if you have the `setitimer' function. */
  352. #define HAVE_SETITIMER 1
  353. /* Define to 1 if you have the `setlocale' function. */
  354. #define HAVE_SETLOCALE 1
  355. /* Define to 1 if you have the `setpgid' function. */
  356. #define HAVE_SETPGID 1
  357. /* Define to 1 if you have the `setpgrp' function. */
  358. #define HAVE_SETPGRP 1
  359. /* Define to 1 if you have the `setregid' function. */
  360. #define HAVE_SETREGID 1
  361. /* Define to 1 if you have the `setreuid' function. */
  362. #define HAVE_SETREUID 1
  363. /* Define to 1 if you have the `setsid' function. */
  364. #define HAVE_SETSID 1
  365. /* Define to 1 if you have the `setuid' function. */
  366. #define HAVE_SETUID 1
  367. /* Define to 1 if you have the `setvbuf' function. */
  368. #define HAVE_SETVBUF 1
  369. /* Define to 1 if you have the <shadow.h> header file. */
  370. #define HAVE_SHADOW_H 1
  371. /* Define to 1 if you have the `sigaction' function. */
  372. #define HAVE_SIGACTION 1
  373. /* Define to 1 if you have the `siginterrupt' function. */
  374. #define HAVE_SIGINTERRUPT 1
  375. /* Define to 1 if you have the <signal.h> header file. */
  376. #define HAVE_SIGNAL_H 1
  377. /* Define to 1 if you have the `sigrelse' function. */
  378. #define HAVE_SIGRELSE 1
  379. /* Define to 1 if you have the `snprintf' function. */
  380. #define HAVE_SNPRINTF 1
  381. /* Define if sockaddr has sa_len member */
  382. /* #undef HAVE_SOCKADDR_SA_LEN */
  383. /* struct sockaddr_storage (sys/socket.h) */
  384. #define HAVE_SOCKADDR_STORAGE 1
  385. /* Define if you have the 'socketpair' function. */
  386. #define HAVE_SOCKETPAIR 1
  387. /* Define if your compiler provides ssize_t */
  388. #define HAVE_SSIZE_T 1
  389. /* Define to 1 if you have the `statvfs' function. */
  390. #define HAVE_STATVFS 1
  391. /* Define if you have struct stat.st_mtim.tv_nsec */
  392. #define HAVE_STAT_TV_NSEC 1
  393. /* Define if you have struct stat.st_mtimensec */
  394. /* #undef HAVE_STAT_TV_NSEC2 */
  395. /* Define if your compiler supports variable length function prototypes (e.g.
  396. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
  397. #define HAVE_STDARG_PROTOTYPES 1
  398. /* Define to 1 if you have the <stdint.h> header file. */
  399. #define HAVE_STDINT_H 1
  400. /* Define to 1 if you have the <stdlib.h> header file. */
  401. #define HAVE_STDLIB_H 1
  402. /* Define to 1 if you have the `strdup' function. */
  403. #define HAVE_STRDUP 1
  404. /* Define to 1 if you have the `strftime' function. */
  405. #define HAVE_STRFTIME 1
  406. /* Define to 1 if you have the <strings.h> header file. */
  407. #define HAVE_STRINGS_H 1
  408. /* Define to 1 if you have the <string.h> header file. */
  409. #define HAVE_STRING_H 1
  410. /* Define to 1 if you have the <stropts.h> header file. */
  411. /* #undef HAVE_STROPTS_H */
  412. /* Define to 1 if `st_birthtime' is member of `struct stat'. */
  413. /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
  414. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  415. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  416. /* Define to 1 if `st_blocks' is member of `struct stat'. */
  417. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  418. /* Define to 1 if `st_flags' is member of `struct stat'. */
  419. /* #undef HAVE_STRUCT_STAT_ST_FLAGS */
  420. /* Define to 1 if `st_gen' is member of `struct stat'. */
  421. /* #undef HAVE_STRUCT_STAT_ST_GEN */
  422. /* Define to 1 if `st_rdev' is member of `struct stat'. */
  423. #define HAVE_STRUCT_STAT_ST_RDEV 1
  424. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  425. #define HAVE_STRUCT_TM_TM_ZONE 1
  426. /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
  427. `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
  428. #define HAVE_ST_BLOCKS 1
  429. /* Define if you have the 'symlink' function. */
  430. #define HAVE_SYMLINK 1
  431. /* Define to 1 if you have the `sysconf' function. */
  432. #define HAVE_SYSCONF 1
  433. /* Define to 1 if you have the <sysexits.h> header file. */
  434. #define HAVE_SYSEXITS_H 1
  435. /* Define to 1 if you have the <sys/audioio.h> header file. */
  436. /* #undef HAVE_SYS_AUDIOIO_H */
  437. /* Define to 1 if you have the <sys/bsdtty.h> header file. */
  438. /* #undef HAVE_SYS_BSDTTY_H */
  439. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  440. */
  441. /* #undef HAVE_SYS_DIR_H */
  442. /* Define to 1 if you have the <sys/epoll.h> header file. */
  443. #define HAVE_SYS_EPOLL_H 1
  444. /* Define to 1 if you have the <sys/event.h> header file. */
  445. /* #undef HAVE_SYS_EVENT_H */
  446. /* Define to 1 if you have the <sys/file.h> header file. */
  447. #define HAVE_SYS_FILE_H 1
  448. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  449. /* #undef HAVE_SYS_LOADAVG_H */
  450. /* Define to 1 if you have the <sys/lock.h> header file. */
  451. /* #undef HAVE_SYS_LOCK_H */
  452. /* Define to 1 if you have the <sys/mkdev.h> header file. */
  453. /* #undef HAVE_SYS_MKDEV_H */
  454. /* Define to 1 if you have the <sys/modem.h> header file. */
  455. /* #undef HAVE_SYS_MODEM_H */
  456. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  457. */
  458. /* #undef HAVE_SYS_NDIR_H */
  459. /* Define to 1 if you have the <sys/param.h> header file. */
  460. #define HAVE_SYS_PARAM_H 1
  461. /* Define to 1 if you have the <sys/poll.h> header file. */
  462. #define HAVE_SYS_POLL_H 1
  463. /* Define to 1 if you have the <sys/resource.h> header file. */
  464. #define HAVE_SYS_RESOURCE_H 1
  465. /* Define to 1 if you have the <sys/select.h> header file. */
  466. #define HAVE_SYS_SELECT_H 1
  467. /* Define to 1 if you have the <sys/socket.h> header file. */
  468. #define HAVE_SYS_SOCKET_H 1
  469. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  470. #define HAVE_SYS_STATVFS_H 1
  471. /* Define to 1 if you have the <sys/stat.h> header file. */
  472. #define HAVE_SYS_STAT_H 1
  473. /* Define to 1 if you have the <sys/termio.h> header file. */
  474. /* #undef HAVE_SYS_TERMIO_H */
  475. /* Define to 1 if you have the <sys/times.h> header file. */
  476. #define HAVE_SYS_TIMES_H 1
  477. /* Define to 1 if you have the <sys/time.h> header file. */
  478. #define HAVE_SYS_TIME_H 1
  479. /* Define to 1 if you have the <sys/types.h> header file. */
  480. #define HAVE_SYS_TYPES_H 1
  481. /* Define to 1 if you have the <sys/un.h> header file. */
  482. #define HAVE_SYS_UN_H 1
  483. /* Define to 1 if you have the <sys/utsname.h> header file. */
  484. #define HAVE_SYS_UTSNAME_H 1
  485. /* Define to 1 if you have the <sys/wait.h> header file. */
  486. #define HAVE_SYS_WAIT_H 1
  487. /* Define to 1 if you have the `tcgetpgrp' function. */
  488. #define HAVE_TCGETPGRP 1
  489. /* Define to 1 if you have the `tcsetpgrp' function. */
  490. #define HAVE_TCSETPGRP 1
  491. /* Define to 1 if you have the `tempnam' function. */
  492. #define HAVE_TEMPNAM 1
  493. /* Define to 1 if you have the <termios.h> header file. */
  494. #define HAVE_TERMIOS_H 1
  495. /* Define to 1 if you have the <term.h> header file. */
  496. #define HAVE_TERM_H 1
  497. /* Define to 1 if you have the <thread.h> header file. */
  498. /* #undef HAVE_THREAD_H */
  499. /* Define to 1 if you have the `timegm' function. */
  500. #define HAVE_TIMEGM 1
  501. /* Define to 1 if you have the `times' function. */
  502. #define HAVE_TIMES 1
  503. /* Define to 1 if you have the `tmpfile' function. */
  504. #define HAVE_TMPFILE 1
  505. /* Define to 1 if you have the `tmpnam' function. */
  506. #define HAVE_TMPNAM 1
  507. /* Define to 1 if you have the `tmpnam_r' function. */
  508. #define HAVE_TMPNAM_R 1
  509. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  510. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  511. #define HAVE_TM_ZONE 1
  512. /* Define to 1 if you have the `truncate' function. */
  513. #define HAVE_TRUNCATE 1
  514. /* Define to 1 if you don't have `tm_zone' but do have the external array
  515. `tzname'. */
  516. /* #undef HAVE_TZNAME */
  517. /* Define this if you have tcl and TCL_UTF_MAX==6 */
  518. /* #undef HAVE_UCS4_TCL */
  519. /* Define to 1 if the system has the type `uintptr_t'. */
  520. #define HAVE_UINTPTR_T 1
  521. /* Define to 1 if you have the `uname' function. */
  522. #define HAVE_UNAME 1
  523. /* Define to 1 if you have the <unistd.h> header file. */
  524. #define HAVE_UNISTD_H 1
  525. /* Define to 1 if you have the `unsetenv' function. */
  526. #define HAVE_UNSETENV 1
  527. /* Define if you have a useable wchar_t type defined in wchar.h; useable means
  528. wchar_t must be an unsigned type with at least 16 bits. (see
  529. Include/unicodeobject.h). */
  530. /* #undef HAVE_USABLE_WCHAR_T */
  531. /* Define to 1 if you have the `utimes' function. */
  532. #define HAVE_UTIMES 1
  533. /* Define to 1 if you have the <utime.h> header file. */
  534. #define HAVE_UTIME_H 1
  535. /* Define to 1 if you have the `wait3' function. */
  536. #define HAVE_WAIT3 1
  537. /* Define to 1 if you have the `wait4' function. */
  538. #define HAVE_WAIT4 1
  539. /* Define to 1 if you have the `waitpid' function. */
  540. #define HAVE_WAITPID 1
  541. /* Define if the compiler provides a wchar.h header file. */
  542. #define HAVE_WCHAR_H 1
  543. /* Define to 1 if you have the `wcscoll' function. */
  544. #define HAVE_WCSCOLL 1
  545. /* Define if tzset() actually switches the local timezone in a meaningful way.
  546. */
  547. #define HAVE_WORKING_TZSET 1
  548. /* Define if the zlib library has inflateCopy */
  549. #define HAVE_ZLIB_COPY 1
  550. /* Define to 1 if you have the `_getpty' function. */
  551. /* #undef HAVE__GETPTY */
  552. /* Define if you are using Mach cthreads directly under /include */
  553. /* #undef HURD_C_THREADS */
  554. /* Define if you are using Mach cthreads under mach / */
  555. /* #undef MACH_C_THREADS */
  556. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  557. */
  558. /* #undef MAJOR_IN_MKDEV */
  559. /* Define to 1 if `major', `minor', and `makedev' are declared in
  560. <sysmacros.h>. */
  561. /* #undef MAJOR_IN_SYSMACROS */
  562. /* Define if mvwdelch in curses.h is an expression. */
  563. #define MVWDELCH_IS_EXPRESSION 1
  564. /* Define to the address where bug reports for this package should be sent. */
  565. /* #undef PACKAGE_BUGREPORT */
  566. /* Define to the full name of this package. */
  567. /* #undef PACKAGE_NAME */
  568. /* Define to the full name and version of this package. */
  569. /* #undef PACKAGE_STRING */
  570. /* Define to the one symbol short name of this package. */
  571. /* #undef PACKAGE_TARNAME */
  572. /* Define to the version of this package. */
  573. /* #undef PACKAGE_VERSION */
  574. /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
  575. #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1
  576. /* Define to printf format modifier for Py_ssize_t */
  577. #define PY_FORMAT_SIZE_T "z"
  578. /* Define as the integral type used for Unicode representation. */
  579. /* #undef PY_UNICODE_TYPE */
  580. /* Define if you want to build an interpreter with many run-time checks. */
  581. /* #undef Py_DEBUG */
  582. /* Defined if Python is built as a shared library. */
  583. #define Py_ENABLE_SHARED 1
  584. /* Define as the size of the unicode type. */
  585. #define Py_UNICODE_SIZE 4
  586. /* Define if you want to have a Unicode type. */
  587. #define Py_USING_UNICODE 1
  588. /* Define as the return type of signal handlers (`int' or `void'). */
  589. #define RETSIGTYPE void
  590. /* Define if setpgrp() must be called as setpgrp(0, 0). */
  591. /* #undef SETPGRP_HAVE_ARG */
  592. /* Define this to be extension of shared libraries (including the dot!). */
  593. #define SHLIB_EXT ".so"
  594. /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
  595. /* #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS */
  596. /* The size of `double', as computed by sizeof. */
  597. #define SIZEOF_DOUBLE 8
  598. /* The size of `float', as computed by sizeof. */
  599. #define SIZEOF_FLOAT 4
  600. /* The size of `fpos_t', as computed by sizeof. */
  601. #define SIZEOF_FPOS_T 16
  602. /* The size of `int', as computed by sizeof. */
  603. #define SIZEOF_INT 4
  604. /* The size of `long', as computed by sizeof. */
  605. #define SIZEOF_LONG 8
  606. /* The size of `long double', as computed by sizeof. */
  607. #define SIZEOF_LONG_DOUBLE 16
  608. /* The size of `long long', as computed by sizeof. */
  609. #define SIZEOF_LONG_LONG 8
  610. /* The number of bytes in an off_t. */
  611. #define SIZEOF_OFF_T 8
  612. /* The size of `pid_t', as computed by sizeof. */
  613. #define SIZEOF_PID_T 4
  614. /* The number of bytes in a pthread_t. */
  615. #define SIZEOF_PTHREAD_T 8
  616. /* The size of `short', as computed by sizeof. */
  617. #define SIZEOF_SHORT 2
  618. /* The size of `size_t', as computed by sizeof. */
  619. #define SIZEOF_SIZE_T 8
  620. /* The number of bytes in a time_t. */
  621. #define SIZEOF_TIME_T 8
  622. /* The size of `uintptr_t', as computed by sizeof. */
  623. #define SIZEOF_UINTPTR_T 8
  624. /* The size of `void *', as computed by sizeof. */
  625. #define SIZEOF_VOID_P 8
  626. /* The size of `wchar_t', as computed by sizeof. */
  627. #define SIZEOF_WCHAR_T 4
  628. /* The size of `_Bool', as computed by sizeof. */
  629. #define SIZEOF__BOOL 1
  630. /* Define to 1 if you have the ANSI C header files. */
  631. #define STDC_HEADERS 1
  632. /* Define if you can safely include both <sys/select.h> and <sys/time.h>
  633. (which you can't on SCO ODT 3.0). */
  634. #define SYS_SELECT_WITH_SYS_TIME 1
  635. /* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */
  636. #define TANH_PRESERVES_ZERO_SIGN 1
  637. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  638. #define TIME_WITH_SYS_TIME 1
  639. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  640. /* #undef TM_IN_SYS_TIME */
  641. /* Define if you want to use MacPython modules on MacOSX in unix-Python. */
  642. /* #undef USE_TOOLBOX_OBJECT_GLUE */
  643. /* Define if a va_list is an array of some kind */
  644. #define VA_LIST_IS_ARRAY 1
  645. /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
  646. /* #undef WANT_SIGFPE_HANDLER */
  647. /* Define if you want wctype.h functions to be used instead of the one
  648. supplied by Python itself. (see Include/unicodectype.h). */
  649. /* #undef WANT_WCTYPE_FUNCTIONS */
  650. /* Define if WINDOW in curses.h offers a field _flags. */
  651. #define WINDOW_HAS_FLAGS 1
  652. /* Define if you want documentation strings in extension modules */
  653. #define WITH_DOC_STRINGS 1
  654. /* Define if you want to compile in Dtrace support */
  655. #define WITH_DTRACE 1
  656. /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
  657. linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
  658. Dyld is necessary to support frameworks. */
  659. /* #undef WITH_DYLD */
  660. /* Define to 1 if libintl is needed for locale functions. */
  661. /* #undef WITH_LIBINTL */
  662. /* Define if you want to produce an OpenStep/Rhapsody framework (shared
  663. library plus accessory files). */
  664. /* #undef WITH_NEXT_FRAMEWORK */
  665. /* Define if you want to compile in Python-specific mallocs */
  666. #define WITH_PYMALLOC 1
  667. /* Define if you want to compile in rudimentary thread support */
  668. #define WITH_THREAD 1
  669. /* Define to profile with the Pentium timestamp counter */
  670. /* #undef WITH_TSC */
  671. /* Define to 1 if your processor stores words with the most significant byte
  672. first (like Motorola and SPARC, unlike Intel and VAX). */
  673. /* #undef WORDS_BIGENDIAN */
  674. /* Define if arithmetic is subject to x87-style double rounding issue */
  675. /* #undef X87_DOUBLE_ROUNDING */
  676. /* Define to 1 if on AIX 3.
  677. System headers sometimes define this.
  678. We just want to avoid a redefinition error message. */
  679. #ifndef _ALL_SOURCE
  680. # define _ALL_SOURCE 1
  681. #endif
  682. /* Define on OpenBSD to activate all library features */
  683. /* #undef _BSD_SOURCE */
  684. /* Define on Irix to enable u_int */
  685. #define _BSD_TYPES 1
  686. /* Define on Darwin to activate all library features */
  687. #define _DARWIN_C_SOURCE 1
  688. /* This must be set to 64 on some systems to enable large file support. */
  689. #define _FILE_OFFSET_BITS 64
  690. /* Define on Linux to activate all library features */
  691. #define _GNU_SOURCE 1
  692. /* This must be defined on some systems to enable large file support. */
  693. #define _LARGEFILE_SOURCE 1
  694. /* Define on NetBSD to activate all library features */
  695. #define _NETBSD_SOURCE 1
  696. /* Define _OSF_SOURCE to get the makedev macro. */
  697. /* #undef _OSF_SOURCE */
  698. /* Define to activate features from IEEE Stds 1003.1-2001 */
  699. #define _POSIX_C_SOURCE 200112L
  700. /* Define if you have POSIX threads, and your system does not define that. */
  701. /* #undef _POSIX_THREADS */
  702. /* Define to force use of thread-safe errno, h_errno, and other functions */
  703. /* #undef _REENTRANT */
  704. /* Define to the level of X/Open that your system supports */
  705. #define _XOPEN_SOURCE 600
  706. /* Define to activate Unix95-and-earlier features */
  707. #define _XOPEN_SOURCE_EXTENDED 1
  708. /* Define on FreeBSD to activate all library features */
  709. #define __BSD_VISIBLE 1
  710. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  711. #ifndef __CHAR_UNSIGNED__
  712. /* # undef __CHAR_UNSIGNED__ */
  713. #endif
  714. /* Defined on Solaris to see additional function prototypes. */
  715. #define __EXTENSIONS__ 1
  716. /* Define to 'long' if <time.h> doesn't define. */
  717. /* #undef clock_t */
  718. /* Define to empty if `const' does not conform to ANSI C. */
  719. /* #undef const */
  720. /* Define to `int' if <sys/types.h> doesn't define. */
  721. /* #undef gid_t */
  722. /* Define to `int' if <sys/types.h> does not define. */
  723. /* #undef mode_t */
  724. /* Define to `long int' if <sys/types.h> does not define. */
  725. /* #undef off_t */
  726. /* Define to `int' if <sys/types.h> does not define. */
  727. /* #undef pid_t */
  728. /* Define to empty if the keyword does not work. */
  729. /* #undef signed */
  730. /* Define to `unsigned int' if <sys/types.h> does not define. */
  731. /* #undef size_t */
  732. /* Define to `int' if <sys/socket.h> does not define. */
  733. /* #undef socklen_t */
  734. /* Define to `int' if <sys/types.h> doesn't define. */
  735. /* #undef uid_t */
  736. /* Define to empty if the keyword does not work. */
  737. /* #undef volatile */
  738. /* Define if you want pymalloc to be disabled when running under valgrind */
  739. #define WITH_VALGRIND 1
  740. /* Define the macros needed if on a UnixWare 7.x system. */
  741. #if defined(__USLC__) && defined(__SCO_VERSION__)
  742. #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
  743. #endif
  744. #endif /*Py_PYCONFIG_H*/