home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / AP / TERMNET / READLINE.0 / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-20  |  2.0 KB  |  72 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. #ifndef _RL_CONFIG_H
  5. #define _RL_CONFIG_H
  6.  
  7. /* Define if using alloca.c.  */
  8. /* #undef C_ALLOCA */
  9.  
  10. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  11.    This function is required for alloca.c support on those systems.  */
  12. /* #undef CRAY_STACKSEG_END */
  13.  
  14. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  15. #define HAVE_ALLOCA_H 1
  16.  
  17. /* If using the C implementation of alloca, define if you know the
  18.    direction of stack growth for your system; otherwise it will be
  19.    automatically deduced at run-time.
  20.     STACK_DIRECTION > 0 => grows toward higher addresses
  21.     STACK_DIRECTION < 0 => grows toward lower addresses
  22.     STACK_DIRECTION = 0 => direction of growth unknown
  23.  */
  24. /* #undef STACK_DIRECTION */
  25.  
  26. /* Define if you do not have strings.h, index, bzero, etc..  */
  27. /* #undef USG */
  28.  
  29. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  30. #define GWINSZ_IN_SYS_IOCTL 1
  31.  
  32. /* #undef HAVE_GETPW_DECLS */
  33. /* #undef NO_SYS_FILE */
  34.  
  35. /* Define if you have strcasecmp.  */
  36. #define HAVE_STRCASECMP 1
  37.  
  38. /* Define if you have the <alloca.h> header file.  */
  39. #define HAVE_ALLOCA_H 1
  40.  
  41. /* Define if you have the <dirent.h> header file.  */
  42. #define HAVE_DIRENT_H 1
  43.  
  44. /* Define if you have the <stdlib.h> header file.  */
  45. #define HAVE_STDLIB_H 1
  46.  
  47. /* Define if you have the <string.h> header file.  */
  48. #define HAVE_STRING_H 1
  49.  
  50. /* Define if you have the <sys/pte.h> header file.  */
  51. /* #undef HAVE_SYS_PTE_H */
  52.  
  53. /* Define if you have the <sys/ptem.h> header file.  */
  54. /* #undef HAVE_SYS_PTEM_H */
  55.  
  56. /* Define if you have the <sys/stream.h> header file.  */
  57. /* #undef HAVE_SYS_STREAM_H */
  58.  
  59. /* Define if you have the <termcap.h> header file.  */
  60. #define HAVE_TERMCAP_H 1
  61.  
  62. /* Define if you have the <termio.h> header file.  */
  63. #define HAVE_TERMIO_H 1
  64.  
  65. /* Define if you have the <unistd.h> header file.  */
  66. #define HAVE_UNISTD_H 1
  67.  
  68. /* Define if you have the <varargs.h> header file.  */
  69. #define HAVE_VARARGS_H 1
  70.  
  71. #endif
  72.