home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / acconfig.h next >
Text File  |  1996-09-28  |  2KB  |  93 lines

  1. /* acconfig.h
  2.  
  3.    Descriptive text for the C preprocessor macros that are needed by
  4.    Octave.
  5.  
  6.    Leave the following blank line there!!  Autoheader needs it.  */
  7.  
  8.  
  9. /* Define if your math.h declares struct exception for matherr() */
  10. #undef EXCEPTION_IN_MATH
  11.  
  12. /* Define if your Fortran compiler appends an underscore to external
  13.    names. */ 
  14. #undef F77_APPEND_UNDERSCORE
  15.  
  16. /* Define if you don't have FSQP. */
  17. #undef FSQP_MISSING
  18.  
  19. /* Define if you have finite.  */
  20. #undef HAVE_FINITE
  21.  
  22. /* Define if you have isinf.  */
  23. #undef HAVE_ISINF
  24.  
  25. /* Define if you have isnan.  */
  26. #undef HAVE_ISNAN
  27.  
  28. /* Define if you have sgtty.h. */
  29. #undef HAVE_SGTTY_H
  30.  
  31. /* Define if your system has a sys_siglist variable. */
  32. #undef HAVE_SYS_SIGLIST
  33.  
  34. /* Define if you have termios.h. */
  35. #undef HAVE_TERMIOS_H
  36.  
  37. /* Define if you have termio.h. */
  38. #undef HAVE_TERMIO_H
  39.  
  40. /* Define if your system stores doubles in IEEE format with the most
  41.    significant byte first. */
  42. #undef IEEE_BIG_ENDIAN
  43.  
  44. /* Define if your system stores doubles in IEEE format with the least
  45.    significant byte first. */
  46. #undef IEEE_LITTLE_ENDIAN
  47.  
  48. /* Define if you don't have NPSOL. */
  49. #undef NPSOL_MISSING
  50.  
  51. /* Define to compile smaller kernel.  Only works if some form of
  52.    dynamic linking is also supported and used. */
  53. #undef OCTAVE_LITE
  54.  
  55. /* Define if this is Octave. */
  56. #undef OCTAVE_SOURCE
  57.  
  58. /* Define this to be the path separator for your system, as a
  59.    character constant */
  60. #undef SEPCHAR
  61.  
  62. /* Define this to be the path separator for your system, as a
  63.    character string */
  64. #undef SEPCHAR_STR
  65.  
  66. /* Define if you don't have QPSOL. */
  67. #undef QPSOL_MISSING
  68.  
  69. /* Define to make Octave look for info files and function files in the
  70.    directory tree as the sources. */
  71. #undef RUN_IN_PLACE
  72.  
  73. /* Define if math.h declares signgam. */
  74. #undef SIGNGAM_DECLARED
  75.  
  76. /* To quiet autoheader. */
  77. #undef SMART_PUTENV
  78.  
  79. /* Define if using dld for dynamic linking of object files. */
  80. #undef WITH_DLD
  81.  
  82. /* Define if your system stores doubles in the VAX D format. */
  83. #undef VAX_D_FLOAT
  84.  
  85. /* Define if your system stores doubles in the VAX G format. */
  86. #undef VAX_G_FLOAT
  87.  
  88.  
  89. /* Leave that blank line there!!  Autoheader needs it.
  90.    If you're adding to this file, keep in mind:
  91.    The entries are in sort -df order: alphabetical, case insensitive,
  92.    ignoring punctuation (such as underscores).  */
  93.