home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-base.tgz / octave-1.1.1p1-base.tar / fsf / octave / config.h.in < prev    next >
Text File  |  1995-02-14  |  8KB  |  314 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 using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have alloca, as a function or macro.  */
  21. #undef HAVE_ALLOCA
  22.  
  23. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  24. #undef HAVE_ALLOCA_H
  25.  
  26. /* Define if you have the strftime function.  */
  27. #undef HAVE_STRFTIME
  28.  
  29. /* Define if on MINIX.  */
  30. #undef _MINIX
  31.  
  32. /* Define if the system does not provide POSIX.1 features except
  33.    with this defined.  */
  34. #undef _POSIX_1_SOURCE
  35.  
  36. /* Define if you need to in order for stat and other things to work.  */
  37. #undef _POSIX_SOURCE
  38.  
  39. /* Define as the return type of signal handlers (int or void).  */
  40. #undef RETSIGTYPE
  41.  
  42. /* Define if the setvbuf function takes the buffering type as its second
  43.    argument and the buffer pointer as the third, as on System V
  44.    before release 3.  */
  45. #undef SETVBUF_REVERSED
  46.  
  47. /* If using the C implementation of alloca, define if you know the
  48.    direction of stack growth for your system; otherwise it will be
  49.    automatically deduced at run-time.
  50.     STACK_DIRECTION > 0 => grows toward higher addresses
  51.     STACK_DIRECTION < 0 => grows toward lower addresses
  52.     STACK_DIRECTION = 0 => direction of growth unknown
  53.  */
  54. #undef STACK_DIRECTION
  55.  
  56. /* Define if you have the ANSI C header files.  */
  57. #undef STDC_HEADERS
  58.  
  59. /* Define if `sys_siglist' is declared by <signal.h>.  */
  60. #undef SYS_SIGLIST_DECLARED
  61.  
  62. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  63. #undef TIME_WITH_SYS_TIME
  64.  
  65. /* Define if your <sys/time.h> declares struct tm.  */
  66. #undef TM_IN_SYS_TIME
  67.  
  68. /* Define if your processor stores words with the most significant
  69.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  70. #undef WORDS_BIGENDIAN
  71.  
  72. /* Define if your math.h declares struct exception for matherr() */
  73. #undef EXCEPTION_IN_MATH
  74.  
  75. /* Define if your Fortran compiler appends an underscore to external
  76.    names. */ 
  77. #undef F77_APPEND_UNDERSCORE
  78.  
  79. /* Define if you don't have FSQP. */
  80. #undef FSQP_MISSING
  81.  
  82. /* Define if you have sgtty.h. */
  83. #undef HAVE_SGTTY_H
  84.  
  85. /* Define if your system has a sys_siglist variable. */
  86. #undef HAVE_SYS_SIGLIST
  87.  
  88. /* Define if your system stores doubles in IEEE format with the most
  89.    significant byte first. */
  90. #undef IEEE_BIG_ENDIAN
  91.  
  92. /* Define if your system stores doubles in IEEE format with the least
  93.    significant byte first. */
  94. #undef IEEE_LITTLE_ENDIAN
  95.  
  96. /* Define if you don't have NPSOL. */
  97. #undef NPSOL_MISSING
  98.  
  99. /* Define to compile smaller kernel.  Only works if some form of
  100.    dynamic linking is also supported and used. */
  101. #undef OCTAVE_LITE
  102.  
  103. /* Define if this is Octave. */
  104. #undef OCTAVE_SOURCE
  105.  
  106. /* Define this to be the path separator for your system, as a
  107.    character constant */
  108. #undef SEPCHAR
  109.  
  110. /* Define this to be the path separator for your system, as a
  111.    character string */
  112. #undef SEPCHAR_STR
  113.  
  114. /* Define if you don't have QPSOL. */
  115. #undef QPSOL_MISSING
  116.  
  117. /* Define if math.h declares signgam. */
  118. #undef SIGNGAM_DECLARED
  119.  
  120. /* To quiet autoheader. */
  121. #undef SMART_PUTENV
  122.  
  123. /* Define if using dld for dynamic linking of object files. */
  124. #undef WITH_DLD
  125.  
  126. /* Define if your system stores doubles in the VAX D format. */
  127. #undef VAX_D_FLOAT
  128.  
  129. /* Define if your system stores doubles in the VAX G format. */
  130. #undef VAX_G_FLOAT
  131.  
  132. /* The number of bytes in a int.  */
  133. #undef SIZEOF_INT
  134.  
  135. /* The number of bytes in a long.  */
  136. #undef SIZEOF_LONG
  137.  
  138. /* The number of bytes in a short.  */
  139. #undef SIZEOF_SHORT
  140.  
  141. /* Define if you have the acosh function.  */
  142. #undef HAVE_ACOSH
  143.  
  144. /* Define if you have the asinh function.  */
  145. #undef HAVE_ASINH
  146.  
  147. /* Define if you have the atanh function.  */
  148. #undef HAVE_ATANH
  149.  
  150. /* Define if you have the atexit function.  */
  151. #undef HAVE_ATEXIT
  152.  
  153. /* Define if you have the bcopy function.  */
  154. #undef HAVE_BCOPY
  155.  
  156. /* Define if you have the bzero function.  */
  157. #undef HAVE_BZERO
  158.  
  159. /* Define if you have the erf function.  */
  160. #undef HAVE_ERF
  161.  
  162. /* Define if you have the erfc function.  */
  163. #undef HAVE_ERFC
  164.  
  165. /* Define if you have the finite function.  */
  166. #undef HAVE_FINITE
  167.  
  168. /* Define if you have the getcwd function.  */
  169. #undef HAVE_GETCWD
  170.  
  171. /* Define if you have the gethostname function.  */
  172. #undef HAVE_GETHOSTNAME
  173.  
  174. /* Define if you have the getrusage function.  */
  175. #undef HAVE_GETRUSAGE
  176.  
  177. /* Define if you have the gettimeofday function.  */
  178. #undef HAVE_GETTIMEOFDAY
  179.  
  180. /* Define if you have the infinity function.  */
  181. #undef HAVE_INFINITY
  182.  
  183. /* Define if you have the isinf function.  */
  184. #undef HAVE_ISINF
  185.  
  186. /* Define if you have the isnan function.  */
  187. #undef HAVE_ISNAN
  188.  
  189. /* Define if you have the lgamma function.  */
  190. #undef HAVE_LGAMMA
  191.  
  192. /* Define if you have the memmove function.  */
  193. #undef HAVE_MEMMOVE
  194.  
  195. /* Define if you have the on_exit function.  */
  196. #undef HAVE_ON_EXIT
  197.  
  198. /* Define if you have the putenv function.  */
  199. #undef HAVE_PUTENV
  200.  
  201. /* Define if you have the quiet_nan function.  */
  202. #undef HAVE_QUIET_NAN
  203.  
  204. /* Define if you have the rindex function.  */
  205. #undef HAVE_RINDEX
  206.  
  207. /* Define if you have the setvbuf function.  */
  208. #undef HAVE_SETVBUF
  209.  
  210. /* Define if you have the strcasecmp function.  */
  211. #undef HAVE_STRCASECMP
  212.  
  213. /* Define if you have the strerror function.  */
  214. #undef HAVE_STRERROR
  215.  
  216. /* Define if you have the stricmp function.  */
  217. #undef HAVE_STRICMP
  218.  
  219. /* Define if you have the strncasecmp function.  */
  220. #undef HAVE_STRNCASECMP
  221.  
  222. /* Define if you have the strnicmp function.  */
  223. #undef HAVE_STRNICMP
  224.  
  225. /* Define if you have the tempnam function.  */
  226. #undef HAVE_TEMPNAM
  227.  
  228. /* Define if you have the vfprintf function.  */
  229. #undef HAVE_VFPRINTF
  230.  
  231. /* Define if you have the vsprintf function.  */
  232. #undef HAVE_VSPRINTF
  233.  
  234. /* Define if you have the <assert.h> header file.  */
  235. #undef HAVE_ASSERT_H
  236.  
  237. /* Define if you have the <dirent.h> header file.  */
  238. #undef HAVE_DIRENT_H
  239.  
  240. /* Define if you have the <float.h> header file.  */
  241. #undef HAVE_FLOAT_H
  242.  
  243. /* Define if you have the <floatingpoint.h> header file.  */
  244. #undef HAVE_FLOATINGPOINT_H
  245.  
  246. /* Define if you have the <limits.h> header file.  */
  247. #undef HAVE_LIMITS_H
  248.  
  249. /* Define if you have the <memory.h> header file.  */
  250. #undef HAVE_MEMORY_H
  251.  
  252. /* Define if you have the <ndir.h> header file.  */
  253. #undef HAVE_NDIR_H
  254.  
  255. /* Define if you have the <pwd.h> header file.  */
  256. #undef HAVE_PWD_H
  257.  
  258. /* Define if you have the <sgtty.h> header file.  */
  259. #undef HAVE_SGTTY_H
  260.  
  261. /* Define if you have the <stdlib.h> header file.  */
  262. #undef HAVE_STDLIB_H
  263.  
  264. /* Define if you have the <string.h> header file.  */
  265. #undef HAVE_STRING_H
  266.  
  267. /* Define if you have the <sys/dir.h> header file.  */
  268. #undef HAVE_SYS_DIR_H
  269.  
  270. /* Define if you have the <sys/fcntl.h> header file.  */
  271. #undef HAVE_SYS_FCNTL_H
  272.  
  273. /* Define if you have the <sys/ndir.h> header file.  */
  274. #undef HAVE_SYS_NDIR_H
  275.  
  276. /* Define if you have the <sys/ptem.h> header file.  */
  277. #undef HAVE_SYS_PTEM_H
  278.  
  279. /* Define if you have the <sys/resource.h> header file.  */
  280. #undef HAVE_SYS_RESOURCE_H
  281.  
  282. /* Define if you have the <sys/select.h> header file.  */
  283. #undef HAVE_SYS_SELECT_H
  284.  
  285. /* Define if you have the <sys/time.h> header file.  */
  286. #undef HAVE_SYS_TIME_H
  287.  
  288. /* Define if you have the <sys/ttold.h> header file.  */
  289. #undef HAVE_SYS_TTOLD_H
  290.  
  291. /* Define if you have the <sys/utsname.h> header file.  */
  292. #undef HAVE_SYS_UTSNAME_H
  293.  
  294. /* Define if you have the <termio.h> header file.  */
  295. #undef HAVE_TERMIO_H
  296.  
  297. /* Define if you have the <termios.h> header file.  */
  298. #undef HAVE_TERMIOS_H
  299.  
  300. /* Define if you have the <unistd.h> header file.  */
  301. #undef HAVE_UNISTD_H
  302.  
  303. /* Define if you have the <varargs.h> header file.  */
  304. #undef HAVE_VARARGS_H
  305.  
  306. /* Define if you have the m library (-lm).  */
  307. #undef HAVE_LIBM
  308.  
  309. /* Define if you have the sun library (-lsun).  */
  310. #undef HAVE_LIBSUN
  311.  
  312. /* Define if you have the sunmath library (-lsunmath).  */
  313. #undef HAVE_LIBSUNMATH
  314.