home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / readline.zip / readline-2.1 / config.h.in < prev    next >
Text File  |  1997-03-11  |  3KB  |  139 lines

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