summaryrefslogtreecommitdiffstats
path: root/src/base/main/mainUtils.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-04 11:10:25 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-04 11:10:25 -0700
commit36d5ef4e6239b51cebc46229ab977696f0152d83 (patch)
tree08e3fbc164544a4f661a2eb3d6c09254888648fe /src/base/main/mainUtils.c
parent95571be5036ac760e82ee86f4faf2418a5a23a32 (diff)
downloadabc-36d5ef4e6239b51cebc46229ab977696f0152d83.tar.gz
abc-36d5ef4e6239b51cebc46229ab977696f0152d83.tar.bz2
abc-36d5ef4e6239b51cebc46229ab977696f0152d83.zip
Making changes suggested by Mark Jarvin.
Diffstat (limited to 'src/base/main/mainUtils.c')
-rw-r--r--src/base/main/mainUtils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/main/mainUtils.c b/src/base/main/mainUtils.c
index 8d24a123..2b4e682b 100644
--- a/src/base/main/mainUtils.c
+++ b/src/base/main/mainUtils.c
@@ -21,11 +21,6 @@
#include "base/abc/abc.h"
#include "mainInt.h"
-#if !defined(_WIN32) && !defined(AIX)
-// comment out the following line if 'readline' is not available
-#define ABC_USE_READLINE
-#endif
-
#ifdef ABC_USE_READLINE
#include <readline/readline.h>
#include <readline/history.h>