cfg.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* Custom udev (from systemd) configuration header file for LFS */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #define HAVE_DLFCN_H 1
  4. /* Define to 1 if you have the <inttypes.h> header file. */
  5. #define HAVE_INTTYPES_H 1
  6. /* Define if kmod is available */
  7. #define HAVE_KMOD 1
  8. /* Define if blkid is available */
  9. #define HAVE_BLKID 1
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #define HAVE_MEMORY_H 1
  12. /* Define to 1 if you have the `secure_getenv' function. */
  13. /* For glibc before 2.17, this should be HAVE___SECURE_GETENV */
  14. #define HAVE_SECURE_GETENV 1
  15. /* Define to 1 if you have the <stdint.h> header file. */
  16. #define HAVE_STDINT_H 1
  17. /* Define to 1 if you have the <stdlib.h> header file. */
  18. #define HAVE_STDLIB_H 1
  19. /* Define to 1 if you have the <strings.h> header file. */
  20. #define HAVE_STRINGS_H 1
  21. /* Define to 1 if you have the <string.h> header file. */
  22. #define HAVE_STRING_H 1
  23. /* Define to 1 if you have the <sys/stat.h> header file. */
  24. #define HAVE_SYS_STAT_H 1
  25. /* Define to 1 if you have the <sys/types.h> header file. */
  26. #define HAVE_SYS_TYPES_H 1
  27. /* Define to 1 if you have the declaration of `name_to_handle_at', and to 0 if
  28. * you don't. */
  29. #define HAVE_DECL_NAME_TO_HANDLE_AT 1
  30. /* Define to 1 if you have the <unistd.h> header file. */
  31. #define HAVE_UNISTD_H 1
  32. /* Define if XZ is available */
  33. #define HAVE_XZ 1
  34. /* Name of package */
  35. #define PACKAGE "udev"
  36. /* Define to 1 if you have the ANSI C header files. */
  37. #define STDC_HEADERS 1
  38. /* Enable GNU extensions on systems that have them. */
  39. # define _GNU_SOURCE 1
  40. /* Version number of package */
  41. #define VERSION "LFS-VERSION"
  42. #define HAVE_DECL_PIVOT_ROOT 0
  43. #define HAVE_DECL_GETTID 0
  44. #define HAVE_NAME_TO_HANDLE_AT 1