home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / readline.zip / readline-2.1 / config.h < prev    next >
Text File  |  1997-09-12  |  4KB  |  140 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define as the return type of signal handlers (int or void).  */
  5. #define RETSIGTYPE void
  6.  
  7. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  8. /* #undef STAT_MACROS_BROKEN */
  9.  
  10. #define VOID_SIGHANDLER 1
  11.  
  12. /* Define if you have the lstat function. */
  13. #define HAVE_LSTAT 1
  14.  
  15. /* Define if you have the putenv function.  */
  16. #define HAVE_PUTENV 1
  17.  
  18. /* Define if you have the select function.  */
  19. #define HAVE_SELECT 1
  20.  
  21. /* Define if you have the setenv function.  */
  22. /* #undef HAVE_SETENV */
  23.  
  24. /* Define if you have the strcasecmp function.  */
  25. #define HAVE_STRCASECMP 1
  26.  
  27. /* Define if you have the setlocale function. */
  28. #define HAVE_SETLOCALE 1
  29.  
  30. /* Define if you have the tcgetattr function.  */
  31. #define HAVE_TCGETATTR 1
  32.  
  33. /* Define if you have the strcoll function.  */
  34. #define HAVE_STRCOLL 1
  35.  
  36. /* #undef STRCOLL_BROKEN */
  37.  
  38. /* Define if you have the <dirent.h> header file.  */
  39. #define HAVE_DIRENT_H 1
  40.  
  41. /* Define if you have the <ndir.h> header file.  */
  42. /* #undef HAVE_NDIR_H */
  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/dir.h> header file.  */
  51. /* #undef HAVE_SYS_DIR_H */
  52.  
  53. /* Define if you have the <sys/file.h> header file.  */
  54. #define HAVE_SYS_FILE_H 1
  55.  
  56. /* Define if you have the <sys/ndir.h> header file.  */
  57. /* #undef HAVE_SYS_NDIR_H */
  58.  
  59. /* Define if you have the <sys/pte.h> header file.  */
  60. /* #undef HAVE_SYS_PTE_H */
  61.  
  62. /* Define if you have the <sys/ptem.h> header file.  */
  63. /* #define HAVE_SYS_PTEM_H 1 */
  64.  
  65. /* Define if you have the <sys/select.h> header file.  */
  66. #define HAVE_SYS_SELECT_H 1
  67.  
  68. /* Define if you have the <sys/stream.h> header file.  */
  69. /* #define HAVE_SYS_STREAM_H 1 */
  70.  
  71. /* Define if you have the <termcap.h> header file.  */
  72. /* #undef HAVE_TERMCAP_H */
  73.  
  74. /* Define if you have the <termio.h> header file.  */
  75. #define HAVE_TERMIO_H 1
  76.  
  77. /* Define if you have the <termios.h> header file.  */
  78. #define HAVE_TERMIOS_H 1
  79.  
  80. /* Define if you have the <unistd.h> header file.  */
  81. #define HAVE_UNISTD_H 1
  82.  
  83. /* Define if you have the <varargs.h> header file.  */
  84. #define HAVE_VARARGS_H 1
  85.  
  86. /* Define if you have the <stdarg.h> header file.  */
  87. #define HAVE_STDARG_H 1
  88.  
  89. #define HAVE_LOCALE_H 1
  90.  
  91. /* Definitions pulled in from aclocal.m4. */
  92. #define VOID_SIGHANDLER 1
  93.  
  94. /* #undef GWINSZ_IN_SYS_IOCTL */
  95.  
  96. /* #undef TIOCSTAT_IN_SYS_IOCTL */
  97.  
  98. /* #undef FIONREAD_IN_SYS_IOCTL */
  99.  
  100. /* #undef SPEED_T_IN_SYS_TYPES */
  101.  
  102. /* #undef HAVE_GETPW_DECLS */
  103.  
  104. #define STRUCT_DIRENT_HAS_D_INO 1
  105.  
  106. /* #undef STRUCT_DIRENT_HAS_D_FILENO */
  107.  
  108. /* #undef HAVE_BSD_SIGNALS */
  109.  
  110. #define HAVE_POSIX_SIGNALS 1
  111.  
  112. /* #undef HAVE_USG_SIGHOLD */
  113.  
  114. /* #undef MUST_REINSTALL_SIGHANDLERS */
  115.  
  116. #define HAVE_POSIX_SIGSETJMP 1
  117.  
  118. /* config.h.bot */
  119. /* modify settings or make new ones based on what autoconf tells us. */
  120.  
  121. /* Ultrix botches type-ahead when switching from canonical to
  122.    non-canonical mode, at least through version 4.3 */
  123. #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
  124. #  define TERMIOS_MISSING
  125. #endif
  126.  
  127. #if defined (STRCOLL_BROKEN)
  128. #  define HAVE_STRCOLL 1
  129. #endif
  130.  
  131. #if defined (__STDC__) && defined (HAVE_STDARG_H)
  132. #  define PREFER_STDARG
  133. #  define USE_VARARGS
  134. #else
  135. #  if defined (HAVE_VARARGS_H)
  136. #    define PREFER_VARARGS
  137. #    define USE_VARARGS
  138. #  endif
  139. #endif
  140.