X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/6e4032210ea6c167fcf14c70ae6b18661c011310..e928fcf7d9a4e777d18e8624af21c68d8496057d:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 86765be..08135f1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 2001/02/04 17:14:42 mdw Exp $ + * $Id: acconfig.h,v 1.3 2004/04/08 01:36:19 mdw Exp $ * * Configuration header for Anag * @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * Revision 1.1 2001/02/04 17:14:42 mdw - * Initial checkin - * - */ - #ifndef ACCONFIG_H #define ACCONFIG_H @@ -51,6 +43,10 @@ /* Define this to be your default wordlist location. */ #define DICTIONARY "/usr/dict/words" +/* Define this if you have (and want to use) the Perl-Compatible Regular + * Expression (PCRE) library. */ +#define HAVE_PCRE + @BOTTOM@ /*----- That's all, folks -------------------------------------------------*/