aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-07-26 13:07:36 +0000
committerFritz Elfert <felfert@to.com>2001-07-26 13:07:36 +0000
commitfb63e94110d271b1ab346fa598d318e458b9bbd7 (patch)
treee0828f649bed27ef54f388e81c01d790da37ab40 /acconfig.h
parent24f74bf9c5c97f8b3ee4f6658e9dac41f93f41a4 (diff)
downloadplptools-fb63e94110d271b1ab346fa598d318e458b9bbd7.tar.gz
plptools-fb63e94110d271b1ab346fa598d318e458b9bbd7.tar.bz2
plptools-fb63e94110d271b1ab346fa598d318e458b9bbd7.zip
Configure check and support for readline 4.2
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b3e338e..9c2812f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -69,6 +69,15 @@
/* Define this to enable debugging code */
#undef DEBUG
+/* Define this, if sys/int_types.h is on your system */
+#undef HAVE_SYS_INT_TYPES_H
+
+/* Define this, if your int-types have an underscore after the first u/s */
+#undef GNU_INTTYPES
+
+/* Define to 401 or 402, depending on readline version 4.1 or 4.2 */
+#define READLINE_VERSION 401
+
@BOTTOM@
/* Some reasonable defaults */