diff options
Diffstat (limited to 'udev-lfs/cfg.h')
-rw-r--r-- | udev-lfs/cfg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index 473a2d89f..695c90b53 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -39,6 +39,11 @@ /* Enable GNU extensions on systems that have them. */ # define _GNU_SOURCE 1 + /* Version number of package */ -#define VERSION "188" +#define VERSION "190" +#define HAVE_DECL_PIVOT_ROOT 0 +#define HAVE_DECL_GETTID 0 +#define HAVE_NAME_TO_HANDLE_AT 1 +#define HAVE___SECURE_GETENV 1 |