Author: bdubbs Date: 2012-11-28 13:20:14 -0700 (Wed, 28 Nov 2012) New Revision: 10053
Modified: trunk/BOOK/udev-lfs/cfg.h Log: Add some definitions to udev-lfs Modified: trunk/BOOK/udev-lfs/cfg.h =================================================================== --- trunk/BOOK/udev-lfs/cfg.h 2012-11-27 22:54:29 UTC (rev 10052) +++ trunk/BOOK/udev-lfs/cfg.h 2012-11-28 20:20:14 UTC (rev 10053) @@ -4,6 +4,12 @@ /* Define to 1 if you have the <inttypes.h> 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 <memory.h> header file. */ #define HAVE_MEMORY_H 1 -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
