Fix maintainer address.
[anag] / acconfig.h
index 86765be..08135f1 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.3 2004/04/08 01:36:19 mdw Exp $
  *
  * Configuration header for Anag
  *
  * 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
 
 /* 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 -------------------------------------------------*/