Debianization.
[anag] / acconfig.h
index 86765be..7bce8b1 100644 (file)
@@ -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
  *
 /* 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 -------------------------------------------------*/