]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - quiz/pathnames.h
Use PREFIX now
[bsdgames-darwin.git] / quiz / pathnames.h
index 821cc29c8fcfbba19736ffeb41091c4941008fc3..01acdc253efd76d091f81a8d5be9659394d5249c 100644 (file)
@@ -31,5 +31,7 @@
  *     @(#)pathnames.h 8.1 (Berkeley) 5/31/93
  */
 
-#define        _PATH_PAGER     "/usr/bin/more"
-#define        _PATH_QUIZIDX   "/usr/share/games/quiz.db/index"
+#include "config.h"
+
+#define        _PATH_PAGER     PREFIX"/bin/more"
+#define        _PATH_QUIZIDX   PREFIX"/share/games/quiz.db/index"