Advertisement
Guest User

pyconfig nonposix 2.7.3

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