home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pytho152.zip / emx / include / python1.5 / config.h < prev    next >
C/C++ Source or Header  |  2000-08-10  |  14KB  |  480 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if type char is unsigned and you are not using gcc.  */
  12. #ifndef __CHAR_UNSIGNED__
  13. /* #undef __CHAR_UNSIGNED__ */
  14. #endif
  15.  
  16. #define PYOS_OS2
  17.  
  18. /* Define to empty if the keyword does not work.  */
  19. /* #undef const */
  20.  
  21. /* Define to `int' if <sys/types.h> doesn't define.  */
  22. /* #undef gid_t */
  23.  
  24. /* Define if your struct tm has tm_zone.  */
  25. /* #undef HAVE_TM_ZONE */
  26.  
  27. /* Define if you don't have tm_zone but do have the external array
  28.    tzname.  */
  29. #define HAVE_TZNAME 1
  30.  
  31. /* Define if on MINIX.  */
  32. /* #undef _MINIX */
  33.  
  34. /* Define to `int' if <sys/types.h> doesn't define.  */
  35. /* #undef mode_t */
  36.  
  37. /* Define to `long' if <sys/types.h> doesn't define.  */
  38. /* #undef off_t */
  39.  
  40. /* Define to `int' if <sys/types.h> doesn't define.  */
  41. /* #undef pid_t */
  42.  
  43. /* Define if the system does not provide POSIX.1 features except
  44.    with this defined.  */
  45. /* #undef _POSIX_1_SOURCE */
  46.  
  47. /* Define if you need to in order for stat and other things to work.  */
  48. /* #undef _POSIX_SOURCE */
  49.  
  50. /* Define as the return type of signal handlers (int or void).  */
  51. #define RETSIGTYPE void
  52.  
  53. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  54. /* #undef size_t */
  55.  
  56. /* Define if you have the ANSI C header files.  */
  57. #define STDC_HEADERS 1
  58.  
  59. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  60. #define TIME_WITH_SYS_TIME 1
  61.  
  62. /* Define if your <sys/time.h> declares struct tm.  */
  63. /* #undef TM_IN_SYS_TIME */
  64.  
  65. /* Define to `int' if <sys/types.h> doesn't define.  */
  66. /* #undef uid_t */
  67.  
  68. /* Define if your <unistd.h> contains bad prototypes for exec*()
  69.    (as it does on SGI IRIX 4.x) */
  70. /* #undef BAD_EXEC_PROTOTYPES */
  71.  
  72. /* Define if your compiler botches static forward declarations
  73.    (as it does on SCI ODT 3.0) */
  74. /* #undef BAD_STATIC_FORWARD */
  75.  
  76. /* Define this if you have BeOS threads */
  77. /* #undef BEOS_THREADS */
  78.  
  79. /* Define if you have the Mach cthreads package */
  80. /* #undef C_THREADS */
  81.  
  82. /* Define to `long' if <time.h> doesn't define.  */
  83. /* #undef clock_t */
  84.  
  85. /* Used for BeOS configuration */
  86. /* #undef DL_EXPORT_HEADER */
  87. #ifdef DL_EXPORT_HEADER
  88. #include DL_EXPORT_HEADER
  89. #endif
  90.  
  91. /* Define if getpgrp() must be called as getpgrp(0). */
  92. /* #undef GETPGRP_HAVE_ARG */
  93.  
  94. /* Define if gettimeofday() does not have second (timezone) argument
  95.    This is the case on Motorola V4 (R40V4.2) */
  96. /* #undef GETTIMEOFDAY_NO_TZ */
  97.  
  98. /* Define this if your time.h defines altzone */
  99. /* #undef HAVE_ALTZONE */
  100.  
  101. /* Define this if you have some version of gethostbyname_r() */
  102. /* #undef HAVE_GETHOSTBYNAME_R */
  103.  
  104. /* Define this if you have the 3-arg version of gethostbyname_r() */
  105. /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
  106.  
  107. /* Define this if you have the 5-arg version of gethostbyname_r() */
  108. /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
  109.  
  110. /* Define this if you have the 6-arg version of gethostbyname_r() */
  111. /* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
  112.  
  113. /* Define this if you have the type long long */
  114. #define HAVE_LONG_LONG 1
  115.  
  116. /* Define this if you have a K&R style C preprocessor */
  117. /* #undef HAVE_OLD_CPP */
  118.  
  119. /* Define if your compiler supports function prototypes */
  120. #define HAVE_PROTOTYPES 1
  121.  
  122. /* Define if your compiler supports variable length function prototypes
  123.    (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
  124. #define HAVE_STDARG_PROTOTYPES 1
  125.  
  126. /* Define if malloc(0) returns a NULL pointer */
  127. #define MALLOC_ZERO_RETURNS_NULL 1
  128.  
  129. /* Define if you have POSIX threads */
  130. /* #undef _POSIX_THREADS */
  131.  
  132. /* Define to force use of thread-safe errno, h_errno, and other functions */
  133. /* #undef _REENTRANT */
  134.  
  135. /* Define if setpgrp() must be called as setpgrp(0, 0). */
  136. /* #undef SETPGRP_HAVE_ARG */
  137.  
  138. /* Define to empty if the keyword does not work.  */
  139. /* #undef signed */
  140.  
  141. /* Define if  you can safely include both <sys/select.h> and <sys/time.h>
  142.    (which you can't on SCO ODT 3.0). */
  143. #define SYS_SELECT_WITH_SYS_TIME 1
  144.  
  145. /* Define if a va_list is an array of some kind */
  146. /* #undef VA_LIST_IS_ARRAY */
  147.  
  148. /* Define to empty if the keyword does not work.  */
  149. /* #undef volatile */
  150.  
  151. /* Define if you want SIGFPE handled (see Include/pyfpe.h). */
  152. /* #undef WANT_SIGFPE_HANDLER */
  153.  
  154. /* Define if you want to use SGI (IRIX 4) dynamic linking.
  155.    This requires the "dl" library by Jack Jansen,
  156.    ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
  157.    Don't bother on IRIX 5, it already has dynamic linking using SunOS
  158.    style shared libraries */ 
  159. /* #undef WITH_SGI_DL */
  160.  
  161. /* Define if you want to emulate SGI (IRIX 4) dynamic linking.
  162.    This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
  163.    Sequent Symmetry (Dynix), and Atari ST.
  164.    This requires the "dl-dld" library,
  165.    ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
  166.    as well as the "GNU dld" library,
  167.    ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
  168.    Don't bother on SunOS 4 or 5, they already have dynamic linking using
  169.    shared libraries */ 
  170. /* #undef WITH_DL_DLD */
  171.  
  172. /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS)
  173.    dynamic linker (dyld) instead of the old-style (NextStep) dynamic
  174.    linker (rld). Dyld is necessary to support frameworks. */
  175. /* #undef WITH_DYLD */
  176.  
  177. /* Define if you want to compile in rudimentary thread support */
  178. /* #undef WITH_THREAD */
  179.  
  180. /* Define if you want to produce an OpenStep/Rhapsody framework
  181.    (shared library plus accessory files). */
  182. /* #undef WITH_NEXT_FRAMEWORK */
  183.  
  184. /* The number of bytes in an off_t. */
  185. #define SIZEOF_OFF_T 4
  186.  
  187. /* Defined to enable large file support when an off_t is bigger than a long
  188.    and long long is available and at least as big as an off_t. You may need
  189.    to add some flags for configuration and compilation to enable this mode.
  190.    E.g, for Solaris 2.7:
  191.    CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \
  192.  configure
  193. */
  194. /* #undef HAVE_LARGEFILE_SUPPORT */
  195.  
  196. /* The number of bytes in a int.  */
  197. #define SIZEOF_INT 4
  198.  
  199. /* The number of bytes in a long.  */
  200. #define SIZEOF_LONG 4
  201.  
  202. /* The number of bytes in a long long.  */
  203. #define SIZEOF_LONG_LONG 8
  204.  
  205. /* The number of bytes in a void *.  */
  206. #define SIZEOF_VOID_P 4
  207.  
  208. /* Define if you have the alarm function.  */
  209. #define HAVE_ALARM 1
  210.  
  211. /* Define if you have the chown function.  */
  212. /* #undef HAVE_CHOWN */
  213.  
  214. /* Define if you have the clock function.  */
  215. #define HAVE_CLOCK 1
  216.  
  217. /* Define if you have the dlopen function.  */
  218. /* #undef HAVE_DLOPEN */
  219.  
  220. /* Define if you have the dup2 function.  */
  221. #define HAVE_DUP2 1
  222.  
  223. /* Define if you have the execv function.  */
  224. #define HAVE_EXECV 1
  225.  
  226. /* Define if you have the fdatasync function.  */
  227. /* #undef HAVE_FDATASYNC */
  228.  
  229. /* Define if you have the flock function.  */
  230. #define HAVE_FLOCK 1
  231.  
  232. /* Define if you have the fork function.  */
  233. #define HAVE_FORK 1
  234.  
  235. /* Define if you have the fseek64 function.  */
  236. /* #undef HAVE_FSEEK64 */
  237.  
  238. /* Define if you have the fseeko function.  */
  239. /* #undef HAVE_FSEEKO */
  240.  
  241. /* Define if you have the fstatvfs function.  */
  242. /* #undef HAVE_FSTATVFS */
  243.  
  244. /* Define if you have the fsync function.  */
  245. #define HAVE_FSYNC 1
  246.  
  247. /* Define if you have the ftell64 function.  */
  248. /* #undef HAVE_FTELL64 */
  249.  
  250. /* Define if you have the ftello function.  */
  251. /* #undef HAVE_FTELLO */
  252.  
  253. /* Define if you have the ftime function.  */
  254. #define HAVE_FTIME 1
  255.  
  256. /* Define if you have the ftruncate function.  */
  257. #define HAVE_FTRUNCATE 1
  258.  
  259. /* Define if you have the getcwd function.  */
  260. #define HAVE_GETCWD 1
  261.  
  262. /* Define if you have the getpeername function.  */
  263. #define HAVE_GETPEERNAME 1
  264.  
  265. /* Define if you have the getpgrp function.  */
  266. #define HAVE_GETPGRP 1
  267.  
  268. /* Define if you have the getpid function.  */
  269. #define HAVE_GETPID 1
  270.  
  271. /* Define if you have the getpwent function.  */
  272. #define HAVE_GETPWENT 1
  273.  
  274. /* Define if you have the gettimeofday function.  */
  275. #define HAVE_GETTIMEOFDAY 1
  276.  
  277. /* Define if you have the getwd function.  */
  278. #define HAVE_GETWD 1
  279.  
  280. /* Define if you have the hypot function.  */
  281. #define HAVE_HYPOT 1
  282.  
  283. /* Define if you have the kill function.  */
  284. #define HAVE_KILL 1
  285.  
  286. /* Define if you have the link function.  */
  287. /* #undef HAVE_LINK */
  288.  
  289. /* Define if you have the lstat function.  */
  290. /* #undef HAVE_LSTAT */
  291.  
  292. /* Define if you have the memmove function.  */
  293. #define HAVE_MEMMOVE 1
  294.  
  295. /* Define if you have the mkfifo function.  */
  296. /* #undef HAVE_MKFIFO */
  297.  
  298. /* Define if you have the mktime function.  */
  299. #define HAVE_MKTIME 1
  300.  
  301. /* Define if you have the nice function.  */
  302. /* #undef HAVE_NICE */
  303.  
  304. /* Define if you have the pause function.  */
  305. #define HAVE_PAUSE 1
  306.  
  307. /* Define if you have the plock function.  */
  308. /* #undef HAVE_PLOCK */
  309.  
  310. /* Define if you have the pthread_init function.  */
  311. /* #undef HAVE_PTHREAD_INIT */
  312.  
  313. /* Define if you have the putenv function.  */
  314. #define HAVE_PUTENV 1
  315.  
  316. /* Define if you have the readlink function.  */
  317. /* #undef HAVE_READLINK */
  318.  
  319. /* Define if you have the select function.  */
  320. #define HAVE_SELECT 1
  321.  
  322. /* Define if you have the setgid function.  */
  323. #define HAVE_SETGID 1
  324.  
  325. /* Define if you have the setlocale function.  */
  326. #define HAVE_SETLOCALE 1
  327.  
  328. /* Define if you have the setpgid function.  */
  329. #define HAVE_SETPGID 1
  330.  
  331. /* Define if you have the setpgrp function.  */
  332. /* #undef HAVE_SETPGRP */
  333.  
  334. /* Define if you have the setsid function.  */
  335. /* #undef HAVE_SETSID */
  336.  
  337. /* Define if you have the setuid function.  */
  338. #define HAVE_SETUID 1
  339.  
  340. /* Define if you have the setvbuf function.  */
  341. #define HAVE_SETVBUF 1
  342.  
  343. /* Define if you have the sigaction function.  */
  344. #define HAVE_SIGACTION 1
  345.  
  346. /* Define if you have the siginterrupt function.  */
  347. /* #undef HAVE_SIGINTERRUPT */
  348.  
  349. /* Define if you have the sigrelse function.  */
  350. /* #undef HAVE_SIGRELSE */
  351.  
  352. /* Define if you have the statvfs function.  */
  353. /* #undef HAVE_STATVFS */
  354.  
  355. /* Define if you have the strdup function.  */
  356. #define HAVE_STRDUP 1
  357.  
  358. /* Define if you have the strerror function.  */
  359. #define HAVE_STRERROR 1
  360.  
  361. /* Define if you have the strftime function.  */
  362. #define HAVE_STRFTIME 1
  363.  
  364. /* Define if you have the strptime function.  */
  365. #define HAVE_STRPTIME 1
  366.  
  367. /* Define if you have the symlink function.  */
  368. /* #undef HAVE_SYMLINK */
  369.  
  370. /* Define if you have the tcgetpgrp function.  */
  371. #define HAVE_TCGETPGRP 1
  372.  
  373. /* Define if you have the tcsetpgrp function.  */
  374. #define HAVE_TCSETPGRP 1
  375.  
  376. /* Define if you have the timegm function.  */
  377. /* #undef HAVE_TIMEGM */
  378.  
  379. /* Define if you have the times function.  */
  380. #define HAVE_TIMES 1
  381.  
  382. /* Define if you have the truncate function.  */
  383. #define HAVE_TRUNCATE 1
  384.  
  385. /* Define if you have the uname function.  */
  386. #define HAVE_UNAME 1
  387.  
  388. /* Define if you have the waitpid function.  */
  389. #define HAVE_WAITPID 1
  390.  
  391. /* Define if you have the <dirent.h> header file.  */
  392. #define HAVE_DIRENT_H 1
  393.  
  394. /* Define if you have the <dlfcn.h> header file.  */
  395. /* #undef HAVE_DLFCN_H */
  396.  
  397. /* Define if you have the <fcntl.h> header file.  */
  398. #define HAVE_FCNTL_H 1
  399.  
  400. /* Define if you have the <limits.h> header file.  */
  401. #define HAVE_LIMITS_H 1
  402.  
  403. /* Define if you have the <locale.h> header file.  */
  404. #define HAVE_LOCALE_H 1
  405.  
  406. /* Define if you have the <ncurses.h> header file.  */
  407. /* #undef HAVE_NCURSES_H */
  408.  
  409. /* Define if you have the <ndir.h> header file.  */
  410. /* #undef HAVE_NDIR_H */
  411.  
  412. /* Define if you have the <pthread.h> header file.  */
  413. /* #undef HAVE_PTHREAD_H */
  414.  
  415. /* Define if you have the <signal.h> header file.  */
  416. #define HAVE_SIGNAL_H 1
  417.  
  418. /* Define if you have the <stdarg.h> header file.  */
  419. #define HAVE_STDARG_H 1
  420.  
  421. /* Define if you have the <stddef.h> header file.  */
  422. #define HAVE_STDDEF_H 1
  423.  
  424. /* Define if you have the <stdlib.h> header file.  */
  425. #define HAVE_STDLIB_H 1
  426.  
  427. /* Define if you have the <sys/audioio.h> header file.  */
  428. /* #undef HAVE_SYS_AUDIOIO_H */
  429.  
  430. /* Define if you have the <sys/dir.h> header file.  */
  431. /* #undef HAVE_SYS_DIR_H */
  432.  
  433. /* Define if you have the <sys/file.h> header file.  */
  434. #define HAVE_SYS_FILE_H 1
  435.  
  436. /* Define if you have the <sys/lock.h> header file.  */
  437. /* #undef HAVE_SYS_LOCK_H */
  438.  
  439. /* Define if you have the <sys/ndir.h> header file.  */
  440. /* #undef HAVE_SYS_NDIR_H */
  441.  
  442. /* Define if you have the <sys/param.h> header file.  */
  443. #define HAVE_SYS_PARAM_H 1
  444.  
  445. /* Define if you have the <sys/select.h> header file.  */
  446. #define HAVE_SYS_SELECT_H 1
  447.  
  448. /* Define if you have the <sys/time.h> header file.  */
  449. #define HAVE_SYS_TIME_H 1
  450.  
  451. /* Define if you have the <sys/times.h> header file.  */
  452. #define HAVE_SYS_TIMES_H 1
  453.  
  454. /* Define if you have the <sys/un.h> header file.  */
  455. #define HAVE_SYS_UN_H 1
  456.  
  457. /* Define if you have the <sys/utsname.h> header file.  */
  458. #define HAVE_SYS_UTSNAME_H 1
  459.  
  460. /* Define if you have the <sys/wait.h> header file.  */
  461. #define HAVE_SYS_WAIT_H 1
  462.  
  463. /* Define if you have the <thread.h> header file.  */
  464. /* #undef HAVE_THREAD_H */
  465.  
  466. /* Define if you have the <unistd.h> header file.  */
  467. #define HAVE_UNISTD_H 1
  468.  
  469. /* Define if you have the <utime.h> header file.  */
  470. #define HAVE_UTIME_H 1
  471.  
  472. /* Define if you have the dl library (-ldl).  */
  473. /* #undef HAVE_LIBDL */
  474.  
  475. /* Define if you have the dld library (-ldld).  */
  476. /* #undef HAVE_LIBDLD */
  477.  
  478. /* Define if you have the ieee library (-lieee).  */
  479. /* #undef HAVE_LIBIEEE */
  480.