From b8a2e64601fdfd144b3702ef06b483ec0cb9606a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 29 Sep 2009 18:58:04 +0000 Subject: [PATCH] Added a couple of COMMANDLINE_LIBRARY synonyms for READLINE --- src/libCom/osi/os/default/epicsReadline.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/libCom/osi/os/default/epicsReadline.c b/src/libCom/osi/os/default/epicsReadline.c index 51061313e..4f6b5d391 100644 --- a/src/libCom/osi/os/default/epicsReadline.c +++ b/src/libCom/osi/os/default/epicsReadline.c @@ -1,10 +1,11 @@ /*************************************************************************\ * Copyright (c) 2002 The University of Saskatchewan -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found +* Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne +* National Laboratory. +* EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* iocsh.cpp */ +/* $Id$ */ /* Author: Eric Norum Date: 12DEC2001 */ #include @@ -18,6 +19,8 @@ #define EPICS_COMMANDLINE_LIBRARY_EPICS 0 #define EPICS_COMMANDLINE_LIBRARY_LIBTECLA 1 #define EPICS_COMMANDLINE_LIBRARY_READLINE 2 +#define EPICS_COMMANDLINE_LIBRARY_READLINE_CURSES 2 +#define EPICS_COMMANDLINE_LIBRARY_READLINE_NCURSES 2 #ifndef EPICS_COMMANDLINE_LIBRARY #define EPICS_COMMANDLINE_LIBRARY EPICS_COMMANDLINE_LIBRARY_EPICS