$NetBSD$

--- an.c.orig	Sun Sep 29 20:57:36 1996
+++ an.c
@@ -33,13 +33,7 @@
 #define TRUE 1
 #define FALSE 0
 
-#ifndef DEFDICT
-#  ifndef unix
-#    define DEFDICT "words"
-#  else
-#    define DEFDICT "/usr/dict/words"
-#  endif
-#endif
+#define DEFDICT "/usr/share/dict/words"
 
 #define MAXLINE 512           /* Maximum line length when reading DICTIONARY */
 #define MAXWORDS 512          /* Maximum number of words in anagram */
