home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pytexdoc / ext / source / !Python / h / config < prev    next >
Encoding:
Text File  |  1996-11-06  |  7.8 KB  |  304 lines

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