home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / octave-2.0.16.92.tar.tar / octave-2.0.16.92.tar.tar / octave-2.0.16.92 / acconfig.h next >
Text File  |  1998-11-06  |  3KB  |  128 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 version of GNU libc has buggy inline assembly code
  10.    for math functions like exp.  */
  11. #undef __NO_MATH_INLINES
  12.  
  13. /* Define if you want bounds checking on element references for
  14.    internal array and matrix classes. */
  15. #undef BOUNDS_CHECKING
  16.  
  17. /* Define if your compiler supports `<>' stuff for template friends. */
  18. #undef CXX_NEW_FRIEND_TEMPLATE_DECL
  19.  
  20. /* Define if your math.h declares struct exception for matherr() */
  21. #undef EXCEPTION_IN_MATH
  22.  
  23. /* Define if your Fortran compiler appends an underscore to external
  24.    names. */ 
  25. #undef F77_APPEND_UNDERSCORE
  26.  
  27. /* Define if your Fortran compiler converts external names to
  28.    upper case. */
  29. #undef F77_UPPERCASE_NAMES
  30.  
  31. /* Define if your system has a single-arg prototype for gettimeofday. */
  32. #undef GETTIMEOFDAY_NO_TZ 
  33.  
  34. /* Define if your gnuplot supports multiplt plot windows with X11. */
  35. #undef GNUPLOT_HAS_FRAMES
  36.  
  37. /* Define if your gnuplot has mutliplot. */
  38. #undef GNUPLOT_HAS_MULTIPLOT
  39.  
  40. /* Define if your system's struct group has a gr_passwd field. */
  41. #undef HAVE_GR_PASSWD
  42.  
  43. /* Define if you have isinf(). */
  44. #undef HAVE_ISINF
  45.  
  46. /* Define if you have isnan(). */
  47. #undef HAVE_ISNAN
  48.  
  49. /* Define if you have BSD style signals. */
  50. #undef HAVE_BSD_SIGNALS
  51.  
  52. /* Define if you have POSIX style signals. */
  53. #undef HAVE_POSIX_SIGNALS
  54.  
  55. /* Define if your system has program_invocation_name. */
  56. #undef HAVE_PROGRAM_INVOCATION_NAME
  57.  
  58. /* Define if your system has a sys_siglist variable. */
  59. #undef HAVE_SYS_SIGLIST
  60.  
  61. /* Define if you have System V Release 3 style signals. */
  62. #undef HAVE_USG_SIGHOLD
  63.  
  64. /* Define if signal handlers must be reinstalled after they are called. */
  65. #undef MUST_REINSTALL_SIGHANDLERS
  66.  
  67. /* Define (to string::npos) if <string> doesn't. */
  68. #undef NPOS
  69.  
  70. /* Define to compile smaller kernel. */
  71. #undef OCTAVE_LITE
  72.  
  73. /* Define if this is Octave. */
  74. #undef OCTAVE_SOURCE
  75.  
  76. /* Define if your struct rusage only has time information. */
  77. #undef RUSAGE_TIMES_ONLY
  78.  
  79. /* Define if you are using an SCO system. */
  80. #undef SCO
  81.  
  82. /* Define this to be the path separator for your system, as a
  83.    character constant */
  84. #undef SEPCHAR
  85.  
  86. /* Define this to be the path separator for your system, as a
  87.    character string */
  88. #undef SEPCHAR_STR
  89.  
  90. /* Define if math.h declares signgam. */
  91. #undef SIGNGAM_DECLARED
  92.  
  93. /* To quiet autoheader. */
  94. #undef SMART_PUTENV
  95.  
  96. /* Use plplot for plotting. */
  97. #undef USE_PLPLOT
  98.  
  99. /* Use GNU readline for command line editing and history. */
  100. #undef USE_READLINE
  101.  
  102. /* Define if using dlopen/dlsym for dynamic linking of object files. */
  103. #undef WITH_DL
  104.  
  105. /* Define if using dld for dynamic linking of object files. */
  106. #undef WITH_SHL
  107.  
  108. /* Define if using some method of dynamic linking. */
  109. #undef WITH_DYNAMIC_LINKING
  110.  
  111. /* Define to `short' if <sys/types.h> doesn't define. */
  112. #undef dev_t
  113.  
  114. /* Define to `unsigned long' if <sys/types.h> doesn't define. */
  115. #undef ino_t
  116.  
  117. /* Define to `short' if <sys/types.h> doesn't define. */
  118. #undef nlink_t
  119.  
  120. /* Define to `int' if <signal.h> doesn't define. */
  121. #undef sigset_t
  122.  
  123.  
  124. /* Leave that blank line there!!  Autoheader needs it.
  125.    If you're adding to this file, keep in mind:
  126.    The entries are in sort -df order: alphabetical, case insensitive,
  127.    ignoring punctuation (such as underscores).  */
  128.