$NetBSD: patch-an,v 1.4 2017/02/03 14:08:11 mef Exp $

/* Where to find the config file */

--- e2fsck/e2fsck.h.orig	2016-06-08 21:39:43.000000000 +0000
+++ e2fsck/e2fsck.h
@@ -69,6 +69,10 @@
 
 #include "support/quotaio.h"
 
+#ifndef ETC_DIR
+#define ETC_DIR "/etc"		/* Where to find the config file */
+#endif
+
 /*
  * Exit codes used by fsck-type programs
  */
