X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/de6b7015b91d370f83e4189c05393eefceab0678..d9af4a2b674e5ab91df0f9af236283b617bb81c7:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 86765be..7bce8b1 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.2 2003/11/29 23:38:37 mdw Exp $ * * Configuration header for Anag * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.2 2003/11/29 23:38:37 mdw + * Debianization. + * * Revision 1.1 2001/02/04 17:14:42 mdw * Initial checkin * @@ -51,6 +54,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 -------------------------------------------------*/