summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
authorMarc G. Fournier1997-02-04 09:08:56 +0000
committerMarc G. Fournier1997-02-04 09:08:56 +0000
commit63c28920abe37a6669f4105b28dbf0038d0791c0 (patch)
tree9e4dcc03f0078b0411005d4941766431f5138b83 /src/include/config.h.in
parenta20440b2103e940cd06c40e1c3f21b4ee82b1e72 (diff)
remove old non-autoconf config.h
clean up some of the readline code in config.h.in
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 11bb1dabf5f..8eb3d67f406 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -72,17 +72,6 @@
* Code below this point should not require changes
*/
-/* this is meant to handle the condition where the system has readline
- * capabilities, but no history. Unfortunately, it isn't as simple as
- * testing for the existance of -lhistory, since newer -lreadline seems to
- * include the -lhistory library, but newer readline.h doesn't
- */
-#if defined(HAVE_LIBREADLINE)
-# if !defined(HAVE_HISTORY_H) || !defined(HAVE_READLINE_HISTORY_H)
-# define NO_HISTORY_H
-# endif
-#endif
-
#if defined(aix)
# define CLASS_CONFLICT
# define DISABLE_XOPEN_NLS