/pyconfig.h.in

http://unladen-swallow.googlecode.com/ · Autoconf · 1106 lines · 385 code · 359 blank · 362 comment · 318 complexity · c41e0e7a84b0bec876ca2278d58f5208 MD5 · raw file

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