home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / readline / config.h < prev    next >
Text File  |  2000-01-15  |  3KB  |  118 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* Created by hand, Klaus Gebhardt, 1996 */
  3.  
  4. /* Define if using alloca.c.  */
  5. #undef C_ALLOCA
  6.  
  7. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  8.    This function is required for alloca.c support on those systems.  */
  9. #undef CRAY_STACKSEG_END
  10.  
  11. /* Define if you have alloca, as a function or macro.  */
  12. #define HAVE_ALLOCA 1
  13.  
  14. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  15. #define HAVE_ALLOCA_H 1
  16.  
  17. /* Define if you don't have vprintf but do have _doprnt.  */
  18. #undef HAVE_DOPRNT
  19.  
  20. /* Define if you have the vprintf function.  */
  21. #define HAVE_VPRINTF 1
  22.  
  23. /* Define as the return type of signal handlers (int or void).  */
  24. #define RETSIGTYPE void
  25.  
  26. /* If using the C implementation of alloca, define if you know the
  27.    direction of stack growth for your system; otherwise it will be
  28.    automatically deduced at run-time.
  29.     STACK_DIRECTION > 0 => grows toward higher addresses
  30.     STACK_DIRECTION < 0 => grows toward lower addresses
  31.     STACK_DIRECTION = 0 => direction of growth unknown
  32.  */
  33. #undef STACK_DIRECTION
  34.  
  35. /* Define if you have the ANSI C header files.  */
  36. #define STDC_HEADERS 1
  37.  
  38. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  39. #define TIME_WITH_SYS_TIME 1
  40.  
  41. /* Define if you do not have <strings.h>, index, bzero, etc..  */
  42. #undef USG
  43.  
  44. /* Define if you have the getwd function.  */
  45. #define HAVE_GETWD 1
  46.  
  47. /* Define if you have the select function.  */
  48. #define HAVE_SELECT 1
  49.  
  50. /* Define if you have the stricmp function.  */
  51. #define HAVE_STRICMP
  52.  
  53. /* Define if you have the strcasecmp function.  */
  54. #undef HAVE_STRCASECMP
  55.  
  56. /* Define if you have the strerror function.  */
  57. #define HAVE_STRERROR 1
  58.  
  59. /* Define if you have the strnicmp function.  */
  60. #define HAVE_STRNICMP
  61.  
  62. /* Define if you have the strncasecmp function.  */
  63. #undef HAVE_STRNCASECMP
  64.  
  65. /* Define if you have the <dirent.h> header file.  */
  66. #define HAVE_DIRENT_H 1
  67.  
  68. /* Define if you have the <fcntl.h> header file.  */
  69. #define HAVE_FCNTL_H 1
  70.  
  71. /* Define if you have the <ndir.h> header file.  */
  72. #undef HAVE_NDIR_H
  73.  
  74. /* Define if you have the <sgtty.h> header file.  */
  75. #define HAVE_SGTTY_H
  76.  
  77. /* Define if you have the <stdlib.h> header file.  */
  78. #define HAVE_STDLIB_H 1
  79.  
  80. /* Define if you have the <string.h> header file.  */
  81. #define HAVE_STRING_H 1
  82.  
  83. /* Define if you have the <sys/dir.h> header file.  */
  84. #define HAVE_SYS_DIR_H
  85.  
  86. /* Define if you have the <sys/file.h> header file.  */
  87. #define HAVE_SYS_FILE_H 1
  88.  
  89. /* Define if you have the <sys/ioctl.h> header file.  */
  90. #define HAVE_SYS_IOCTL_H 1
  91.  
  92. /* Define if you have the <sys/ndir.h> header file.  */
  93. #undef HAVE_SYS_NDIR_H
  94.  
  95. /* Define if you have the <sys/pte.h> header file.  */
  96. #undef HAVE_SYS_PTE_H
  97.  
  98. /* Define if you have the <sys/ptem.h> header file.  */
  99. #undef HAVE_SYS_PTEM_H
  100.  
  101. /* Define if you have the <sys/select.h> header file.  */
  102. #define HAVE_SYS_SELECT_H
  103.  
  104. /* Define if you have the <sys/stream.h> header file.  */
  105. #undef HAVE_SYS_STREAM_H
  106.  
  107. /* Define if you have the <sys/time.h> header file.  */
  108. #define HAVE_SYS_TIME_H 1
  109.  
  110. /* Define if you have the <termio.h> header file.  */
  111. #define HAVE_TERMIO_H 1
  112.  
  113. /* Define if you have the <unistd.h> header file.  */
  114. #define HAVE_UNISTD_H 1
  115.  
  116. /* Define if you have the <varargs.h> header file.  */
  117. #define HAVE_VARARGS_H 1
  118.