home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / config_h.in < prev    next >
Text File  |  1994-05-03  |  7KB  |  278 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if type char is unsigned and you are not using gcc.  */
  11. #undef __CHAR_UNSIGNED__
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define if you have dirent.h.  */
  17. #undef DIRENT
  18.  
  19. /* Define to the type of elements in the array set by `getgroups'.
  20.    Usually this is either `int' or `gid_t'.  */
  21. #undef GETGROUPS_T
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #undef gid_t
  25.  
  26. /* Define if your struct tm has tm_zone.  */
  27. #undef HAVE_TM_ZONE
  28.  
  29. /* Define if you don't have tm_zone but do have the external array
  30.    tzname.  */
  31. #undef HAVE_TZNAME
  32.  
  33. /* Define if on MINIX.  */
  34. #undef _MINIX
  35.  
  36. /* Define to `int' if <sys/types.h> doesn't define.  */
  37. #undef mode_t
  38.  
  39. /* Define if you don't have dirent.h, but have ndir.h.  */
  40. #undef NDIR
  41.  
  42. /* Define to `long' if <sys/types.h> doesn't define.  */
  43. #undef off_t
  44.  
  45. /* Define to `int' if <sys/types.h> doesn't define.  */
  46. #undef pid_t
  47.  
  48. /* Define if the system does not provide POSIX.1 features except
  49.    with this defined.  */
  50. #undef _POSIX_1_SOURCE
  51.  
  52. /* Define if you need to in order for stat and other things to work.  */
  53. #undef _POSIX_SOURCE
  54.  
  55. /* Define as the return type of signal handlers (int or void).  */
  56. #undef RETSIGTYPE
  57.  
  58. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  59. #undef size_t
  60.  
  61. /* Define if you have the ANSI C header files.  */
  62. #undef STDC_HEADERS
  63.  
  64. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  65. #undef SYSDIR
  66.  
  67. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  68. #undef SYSNDIR
  69.  
  70. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  71. #undef TIME_WITH_SYS_TIME
  72.  
  73. /* Define if your <sys/time.h> declares struct tm.  */
  74. #undef TM_IN_SYS_TIME
  75.  
  76. /* Define to `int' if <sys/types.h> doesn't define.  */
  77. #undef uid_t
  78.  
  79. /* Define if the closedir function returns void instead of int.  */
  80. #undef VOID_CLOSEDIR
  81.  
  82. /* Define if your <unistd.h> contains bad prototypes for exec*()
  83.    (as it does on SGI IRIX 4.x) */
  84. #undef BAD_EXEC_PROTOTYPES
  85.  
  86. /* Define if your compiler botches static forward declarations
  87.    (as it does on SCI ODT 3.0) */
  88. #undef BAD_STATIC_FORWARD
  89.  
  90. /* Define if getpgrp() must be called as getpgrp(0)
  91.    and (consequently) setpgrp() as setpgrp(0, 0). */
  92. #undef GETPGRP_HAVE_ARGS
  93.  
  94. /* Define this if your time.h defines altzone */
  95. #undef HAVE_ALTZONE
  96.  
  97. /* Define if your compiler supports function prototypes */
  98. #undef HAVE_PROTOTYPES
  99.  
  100. /* Define if your compiler supports variable length function prototypes
  101.    (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
  102. #undef HAVE_STDARG_PROTOTYPES
  103.  
  104. /* Define to empty if the keyword does not work.  */
  105. #undef signed
  106.  
  107. /* Define if  you can safely include both <sys/select.h> and <sys/time.h>
  108.    (which you can't on SCO ODT 3.0). */
  109. #undef SYS_SELECT_WITH_SYS_TIME
  110.  
  111. /* Define if you want to use SGI (IRIX 4) dynamic linking.
  112.    This requires the "dl" library by Jack Jansen,
  113.    ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
  114.    Don't bother on IRIX 5, it already has dynamic linking using SunOS
  115.    style shared libraries */ 
  116. #undef WITH_SGI_DL
  117.  
  118. /* Define if you want to emulate SGI (IRIX 4) dynamic linking.
  119.    This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
  120.    Sequent Symmetry (Dynix), and Atari ST.
  121.    This requires the "dl-dld" library,
  122.    ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
  123.    as well as the "GNU dld" library,
  124.    ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
  125.    Don't bother on SunOS 4 or 5, they already have dynamic linking using
  126.    shared libraries */ 
  127. #undef WITH_DL_DLD
  128.  
  129. /* Define if you want to compile in rudimentary thread support */
  130. #undef WITH_THREAD
  131.  
  132. /* Define if you want to use the GNU readline library */
  133. #undef WITH_READLINE
  134.  
  135. /* Define if you have clock.  */
  136. #undef HAVE_CLOCK
  137.  
  138. /* Define if you have dlopen.  */
  139. #undef HAVE_DLOPEN
  140.  
  141. /* Define if you have ftime.  */
  142. #undef HAVE_FTIME
  143.  
  144. /* Define if you have getpeername.  */
  145. #undef HAVE_GETPEERNAME
  146.  
  147. /* Define if you have getpgrp.  */
  148. #undef HAVE_GETPGRP
  149.  
  150. /* Define if you have getpid.  */
  151. #undef HAVE_GETPID
  152.  
  153. /* Define if you have gettimeofday.  */
  154. #undef HAVE_GETTIMEOFDAY
  155.  
  156. /* Define if you have getwd.  */
  157. #undef HAVE_GETWD
  158.  
  159. /* Define if you have lstat.  */
  160. #undef HAVE_LSTAT
  161.  
  162. /* Define if you have nice.  */
  163. #undef HAVE_NICE
  164.  
  165. /* Define if you have readlink.  */
  166. #undef HAVE_READLINK
  167.  
  168. /* Define if you have select.  */
  169. #undef HAVE_SELECT
  170.  
  171. /* Define if you have setpgid.  */
  172. #undef HAVE_SETPGID
  173.  
  174. /* Define if you have setpgrp.  */
  175. #undef HAVE_SETPGRP
  176.  
  177. /* Define if you have setsid.  */
  178. #undef HAVE_SETSID
  179.  
  180. /* Define if you have setvbuf.  */
  181. #undef HAVE_SETVBUF
  182.  
  183. /* Define if you have siginterrupt.  */
  184. #undef HAVE_SIGINTERRUPT
  185.  
  186. /* Define if you have symlink.  */
  187. #undef HAVE_SYMLINK
  188.  
  189. /* Define if you have tcgetpgrp.  */
  190. #undef HAVE_TCGETPGRP
  191.  
  192. /* Define if you have tcsetpgrp.  */
  193. #undef HAVE_TCSETPGRP
  194.  
  195. /* Define if you have times.  */
  196. #undef HAVE_TIMES
  197.  
  198. /* Define if you have uname.  */
  199. #undef HAVE_UNAME
  200.  
  201. /* Define if you have waitpid.  */
  202. #undef HAVE_WAITPID
  203.  
  204. /* Define if you have the <dlfcn.h> header file.  */
  205. #undef HAVE_DLFCN_H
  206.  
  207. /* Define if you have the <fcntl.h> header file.  */
  208. #undef HAVE_FCNTL_H
  209.  
  210. /* Define if you have the <signal.h> header file.  */
  211. #undef HAVE_SIGNAL_H
  212.  
  213. /* Define if you have the <stdarg.h> header file.  */
  214. #undef HAVE_STDARG_H
  215.  
  216. /* Define if you have the <stdlib.h> header file.  */
  217. #undef HAVE_STDLIB_H
  218.  
  219. /* Define if you have the <sys/audioio.h> header file.  */
  220. #undef HAVE_SYS_AUDIOIO_H
  221.  
  222. /* Define if you have the <sys/param.h> header file.  */
  223. #undef HAVE_SYS_PARAM_H
  224.  
  225. /* Define if you have the <sys/select.h> header file.  */
  226. #undef HAVE_SYS_SELECT_H
  227.  
  228. /* Define if you have the <sys/time.h> header file.  */
  229. #undef HAVE_SYS_TIME_H
  230.  
  231. /* Define if you have the <sys/times.h> header file.  */
  232. #undef HAVE_SYS_TIMES_H
  233.  
  234. /* Define if you have the <sys/un.h> header file.  */
  235. #undef HAVE_SYS_UN_H
  236.  
  237. /* Define if you have the <sys/utsname.h> header file.  */
  238. #undef HAVE_SYS_UTSNAME_H
  239.  
  240. /* Define if you have the <thread.h> header file.  */
  241. #undef HAVE_THREAD_H
  242.  
  243. /* Define if you have the <unistd.h> header file.  */
  244. #undef HAVE_UNISTD_H
  245.  
  246. /* Define if you have the <utime.h> header file.  */
  247. #undef HAVE_UTIME_H
  248.  
  249. /* Define if you have the dl library (-ldl).  */
  250. #undef HAVE_LIBDL
  251.  
  252. /* Define if you have the inet library (-linet).  */
  253. #undef HAVE_LIBINET
  254.  
  255. /* Define if you have the mpc library (-lmpc).  */
  256. #undef HAVE_LIBMPC
  257.  
  258. /* Define if you have the nsl library (-lnsl).  */
  259. #undef HAVE_LIBNSL
  260.  
  261. /* Define if you have the seq library (-lseq).  */
  262. #undef HAVE_LIBSEQ
  263.  
  264. /* Define if you have the socket library (-lsocket).  */
  265. #undef HAVE_LIBSOCKET
  266.  
  267. /* Define if you have the sun library (-lsun).  */
  268. #undef HAVE_LIBSUN
  269.  
  270. /* Define if you have the termcap library (-ltermcap).  */
  271. #undef HAVE_LIBTERMCAP
  272.  
  273. /* Define if you have the termlib library (-ltermlib).  */
  274. #undef HAVE_LIBTERMLIB
  275.  
  276. /* Define if you have the thread library (-lthread).  */
  277. #undef HAVE_LIBTHREAD
  278.