$NetBSD: patch-an,v 1.1 2007/06/20 19:51:10 jlam Exp $

--- e2fsck/e2fsck.h.orig	2006-03-18 21:33:55.000000000 -0500
+++ e2fsck/e2fsck.h
@@ -58,6 +58,10 @@
 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
 #endif
 
+#ifndef ETC_DIR
+#define ETC_DIR "/etc"		/* Where to find the config file */
+#endif
+
 /*
  * Exit codes used by fsck-type programs
  */
