Revert "Sync readline/ to version 7.0 alpha"
[deliverable/binutils-gdb.git] / readline / examples / rlfe / os.h
index 1994fe624097cb76cebb649c69ea0213050d487f..734bc8c4308351a8a1b08bdcdbfb2b27948ef7f8 100644 (file)
@@ -186,7 +186,7 @@ extern int errno;
  *    terminal handling
  */
 
-#ifdef POSIX
+#if defined (POSIX) || defined (__FreeBSD__)
 # include <termios.h>
 # ifdef hpux
 #  include <bsdtty.h>
@@ -527,4 +527,3 @@ typedef struct fd_set { int fds_bits[1]; } fd_set;
  * how many characters your pty's can buffer.
  */
 #define IOSIZE         4096
-
This page took 0.029187 seconds and 4 git commands to generate.