From 86b1ebcfe57dcb7088ca93a230561f56cca157f8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 9 Jan 2013 18:55:19 +0000 Subject: Update udev-lfs scripts Update to systemd-197 Reformat 'Rebooting the System' recommendations git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- udev-lfs/cfg.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'udev-lfs/cfg.h') diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index e12dabfc8..cec845d6c 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -1,3 +1,5 @@ +/* Custom udev (from systemd) configuration header file for LFS */ + /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 @@ -13,6 +15,10 @@ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 +/* Define to 1 if you have the `secure_getenv' function. */ +/* For glibc before 2.17, this should be HAVE___SECURE_GETENV */ +#define HAVE_SECURE_GETENV 1 + /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 @@ -56,4 +62,3 @@ #define HAVE_DECL_PIVOT_ROOT 0 #define HAVE_DECL_GETTID 0 #define HAVE_NAME_TO_HANDLE_AT 1 -#define HAVE___SECURE_GETENV 1 -- cgit v1.2.3-54-g00ecf