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 < prev    next >
C/C++ Source or Header  |  1995-01-27  |  8KB  |  307 lines

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