summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/rldefs.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
committerache <ache@FreeBSD.org>2006-03-27 22:47:12 +0000
commit8aeb9782f4a5d98c23b918bdae2477810088d0d1 (patch)
tree5e38d670d1899750fd24e8f171fd03d714ab0681 /contrib/libreadline/rldefs.h
parent17222c720e12474e93a40d68fd9646bad49690a7 (diff)
downloadFreeBSD-src-8aeb9782f4a5d98c23b918bdae2477810088d0d1.zip
FreeBSD-src-8aeb9782f4a5d98c23b918bdae2477810088d0d1.tar.gz
Virgin import of GNU Readline 5.1
Diffstat (limited to 'contrib/libreadline/rldefs.h')
-rw-r--r--contrib/libreadline/rldefs.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/libreadline/rldefs.h b/contrib/libreadline/rldefs.h
index 0d60040..0f6c874 100644
--- a/contrib/libreadline/rldefs.h
+++ b/contrib/libreadline/rldefs.h
@@ -2,7 +2,7 @@
for readline. This should be included after any files that define
system-specific constants like _POSIX_VERSION or USG. */
-/* Copyright (C) 1987,1989 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2005 Free Software Foundation, Inc.
This file contains the Readline Library (the Library), a set of
routines for providing Emacs style line input to programs that ask
@@ -38,7 +38,11 @@
# if defined (HAVE_TERMIO_H)
# define TERMIO_TTY_DRIVER
# else
-# define NEW_TTY_DRIVER
+# if !defined (__MINGW32__)
+# define NEW_TTY_DRIVER
+# else
+# define NO_TTY_DRIVER
+# endif
# endif
#endif
OpenPOWER on IntegriCloud