From 8999d9085236f9af809c263beb6f5a71982dab78 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 28 Nov 2012 20:20:14 +0000 Subject: [PATCH] Add some definitions to udev-lfs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- udev-lfs/cfg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index be6ae9564..e12dabfc8 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -4,6 +4,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 +/* Define if kmod is available */ +#define HAVE_KMOD 1 + +/* Define if blkid is available */ +#define HAVE_BLKID 1 + /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1