From b67b1ea4f88802132d765ed61bcc956e4e463c08 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 27 Dec 2005 08:55:35 +0000 Subject: [PATCH] (HAVE_CONCORD): New macro. --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index 2d0e21a..f957f99 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -573,6 +573,9 @@ void *alloca (); if you're working with ASCII files. */ #undef MULE +/* Define this if you want CONCORD support */ +#undef HAVE_CONCORD + /* Define this if you want CHISE support (CHaracter Information Service Environment) */ #undef HAVE_CHISE -- 1.7.10.4