diff options
Diffstat (limited to 'udev-lfs/cfg.h')
-rw-r--r-- | udev-lfs/cfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index 824a9ed78..be6ae9564 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -25,6 +25,10 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the declaration of `name_to_handle_at', and to 0 if + * you don't. */ +#define HAVE_DECL_NAME_TO_HANDLE_AT 1 + /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 |