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 / kpathsea / c-auto.h.in < prev    next >
Text File  |  1995-01-27  |  8KB  |  306 lines

  1. /* kpathsea/c-auto.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 if you don't have QPSOL. */
  107. #undef QPSOL_MISSING
  108.  
  109. /* Define if math.h declares signgam. */
  110. #undef SIGNGAM_DECLARED
  111.  
  112. /* To quiet autoheader. */
  113. #undef SMART_PUTENV
  114.  
  115. /* Define if using dld for dynamic linking of object files. */
  116. #undef WITH_DLD
  117.  
  118. /* Define if your system stores doubles in the VAX D format. */
  119. #undef VAX_D_FLOAT
  120.  
  121. /* Define if your system stores doubles in the VAX G format. */
  122. #undef VAX_G_FLOAT
  123.  
  124. /* The number of bytes in a int.  */
  125. #undef SIZEOF_INT
  126.  
  127. /* The number of bytes in a long.  */
  128. #undef SIZEOF_LONG
  129.  
  130. /* The number of bytes in a short.  */
  131. #undef SIZEOF_SHORT
  132.  
  133. /* Define if you have the acosh function.  */
  134. #undef HAVE_ACOSH
  135.  
  136. /* Define if you have the asinh function.  */
  137. #undef HAVE_ASINH
  138.  
  139. /* Define if you have the atanh function.  */
  140. #undef HAVE_ATANH
  141.  
  142. /* Define if you have the atexit function.  */
  143. #undef HAVE_ATEXIT
  144.  
  145. /* Define if you have the bcopy function.  */
  146. #undef HAVE_BCOPY
  147.  
  148. /* Define if you have the bzero function.  */
  149. #undef HAVE_BZERO
  150.  
  151. /* Define if you have the erf function.  */
  152. #undef HAVE_ERF
  153.  
  154. /* Define if you have the erfc function.  */
  155. #undef HAVE_ERFC
  156.  
  157. /* Define if you have the finite function.  */
  158. #undef HAVE_FINITE
  159.  
  160. /* Define if you have the getcwd function.  */
  161. #undef HAVE_GETCWD
  162.  
  163. /* Define if you have the gethostname function.  */
  164. #undef HAVE_GETHOSTNAME
  165.  
  166. /* Define if you have the getrusage function.  */
  167. #undef HAVE_GETRUSAGE
  168.  
  169. /* Define if you have the gettimeofday function.  */
  170. #undef HAVE_GETTIMEOFDAY
  171.  
  172. /* Define if you have the infinity function.  */
  173. #undef HAVE_INFINITY
  174.  
  175. /* Define if you have the isinf function.  */
  176. #undef HAVE_ISINF
  177.  
  178. /* Define if you have the isnan function.  */
  179. #undef HAVE_ISNAN
  180.  
  181. /* Define if you have the lgamma function.  */
  182. #undef HAVE_LGAMMA
  183.  
  184. /* Define if you have the memmove function.  */
  185. #undef HAVE_MEMMOVE
  186.  
  187. /* Define if you have the on_exit function.  */
  188. #undef HAVE_ON_EXIT
  189.  
  190. /* Define if you have the putenv function.  */
  191. #undef HAVE_PUTENV
  192.  
  193. /* Define if you have the quiet_nan function.  */
  194. #undef HAVE_QUIET_NAN
  195.  
  196. /* Define if you have the rindex function.  */
  197. #undef HAVE_RINDEX
  198.  
  199. /* Define if you have the setvbuf function.  */
  200. #undef HAVE_SETVBUF
  201.  
  202. /* Define if you have the strcasecmp function.  */
  203. #undef HAVE_STRCASECMP
  204.  
  205. /* Define if you have the strerror function.  */
  206. #undef HAVE_STRERROR
  207.  
  208. /* Define if you have the stricmp function.  */
  209. #undef HAVE_STRICMP
  210.  
  211. /* Define if you have the strncasecmp function.  */
  212. #undef HAVE_STRNCASECMP
  213.  
  214. /* Define if you have the strnicmp function.  */
  215. #undef HAVE_STRNICMP
  216.  
  217. /* Define if you have the tempnam function.  */
  218. #undef HAVE_TEMPNAM
  219.  
  220. /* Define if you have the vfprintf function.  */
  221. #undef HAVE_VFPRINTF
  222.  
  223. /* Define if you have the vsprintf function.  */
  224. #undef HAVE_VSPRINTF
  225.  
  226. /* Define if you have the <assert.h> header file.  */
  227. #undef HAVE_ASSERT_H
  228.  
  229. /* Define if you have the <dirent.h> header file.  */
  230. #undef HAVE_DIRENT_H
  231.  
  232. /* Define if you have the <float.h> header file.  */
  233. #undef HAVE_FLOAT_H
  234.  
  235. /* Define if you have the <floatingpoint.h> header file.  */
  236. #undef HAVE_FLOATINGPOINT_H
  237.  
  238. /* Define if you have the <limits.h> header file.  */
  239. #undef HAVE_LIMITS_H
  240.  
  241. /* Define if you have the <memory.h> header file.  */
  242. #undef HAVE_MEMORY_H
  243.  
  244. /* Define if you have the <ndir.h> header file.  */
  245. #undef HAVE_NDIR_H
  246.  
  247. /* Define if you have the <pwd.h> header file.  */
  248. #undef HAVE_PWD_H
  249.  
  250. /* Define if you have the <sgtty.h> header file.  */
  251. #undef HAVE_SGTTY_H
  252.  
  253. /* Define if you have the <stdlib.h> header file.  */
  254. #undef HAVE_STDLIB_H
  255.  
  256. /* Define if you have the <string.h> header file.  */
  257. #undef HAVE_STRING_H
  258.  
  259. /* Define if you have the <sys/dir.h> header file.  */
  260. #undef HAVE_SYS_DIR_H
  261.  
  262. /* Define if you have the <sys/fcntl.h> header file.  */
  263. #undef HAVE_SYS_FCNTL_H
  264.  
  265. /* Define if you have the <sys/ndir.h> header file.  */
  266. #undef HAVE_SYS_NDIR_H
  267.  
  268. /* Define if you have the <sys/ptem.h> header file.  */
  269. #undef HAVE_SYS_PTEM_H
  270.  
  271. /* Define if you have the <sys/resource.h> header file.  */
  272. #undef HAVE_SYS_RESOURCE_H
  273.  
  274. /* Define if you have the <sys/select.h> header file.  */
  275. #undef HAVE_SYS_SELECT_H
  276.  
  277. /* Define if you have the <sys/time.h> header file.  */
  278. #undef HAVE_SYS_TIME_H
  279.  
  280. /* Define if you have the <sys/ttold.h> header file.  */
  281. #undef HAVE_SYS_TTOLD_H
  282.  
  283. /* Define if you have the <sys/utsname.h> header file.  */
  284. #undef HAVE_SYS_UTSNAME_H
  285.  
  286. /* Define if you have the <termio.h> header file.  */
  287. #undef HAVE_TERMIO_H
  288.  
  289. /* Define if you have the <termios.h> header file.  */
  290. #undef HAVE_TERMIOS_H
  291.  
  292. /* Define if you have the <unistd.h> header file.  */
  293. #undef HAVE_UNISTD_H
  294.  
  295. /* Define if you have the <varargs.h> header file.  */
  296. #undef HAVE_VARARGS_H
  297.  
  298. /* Define if you have the m library (-lm).  */
  299. #undef HAVE_LIBM
  300.  
  301. /* Define if you have the sun library (-lsun).  */
  302. #undef HAVE_LIBSUN
  303.  
  304. /* Define if you have the sunmath library (-lsunmath).  */
  305. #undef HAVE_LIBSUNMATH
  306.