summaryrefslogtreecommitdiffstats
path: root/lib/libedit/sys.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-02 01:33:28 +0000
committerache <ache@FreeBSD.org>1994-10-02 01:33:28 +0000
commit68177f2606095b3d125426cefcb4dba56a7a700c (patch)
treeeab6a15f7e9cd40928ea07e3ce7ef065405c3146 /lib/libedit/sys.h
parent2d378393a19100eb8ee1b967803d2b1c735bd99a (diff)
downloadFreeBSD-src-68177f2606095b3d125426cefcb4dba56a7a700c.zip
FreeBSD-src-68177f2606095b3d125426cefcb4dba56a7a700c.tar.gz
Rewritten using POSIX regex
Add 57600 and 115200 speeds Correct termcap path
Diffstat (limited to 'lib/libedit/sys.h')
-rw-r--r--lib/libedit/sys.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h
index cc260f5..eccf30d 100644
--- a/lib/libedit/sys.h
+++ b/lib/libedit/sys.h
@@ -76,10 +76,11 @@ typedef char* ioctl_t;
#endif
#include <stdio.h>
-#define REGEXP
+#define REGEXEC
+#undef REGEXP
#ifdef SUNOS
-# undef REGEXP
+# undef REGEXEC
# include <malloc.h>
typedef void (*sig_t)__P((int));
# ifdef __GNUC__
OpenPOWER on IntegriCloud