chiark / gitweb /
@@ -1,8 +1,9 @@
[chiark-utils.git] / settings.make
index 37e41abf624e5eb2da8e7277abafce5a7da264f5..3da848c0be0461df66afaf93e30917ff29399e36 100644 (file)
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+CONFIG_CPPFLAGS=       -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) \
+                       -DREALLY_CHECK_FILE='"/etc/inittab"'
+
 CC=            gcc
 CFLAGS=                $(WARNINGS) $(OPTIMISE) $(DEBUG)
-CPPFLAGS=      -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB)
+CPPFLAGS=      $(CONFIG_CPPFLAGS)
 
 WARNINGS=      -Wall -Wwrite-strings -Wmissing-prototypes \
                -Wstrict-prototypes -Wpointer-arith