config.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the `accept4' function. */
  4. #define HAVE_ACCEPT4 1
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #define HAVE_DLFCN_H 1
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #define HAVE_INTTYPES_H 1
  9. /* libxml-2.0 is available */
  10. /* #undef HAVE_LIBXML */
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #define HAVE_MEMORY_H 1
  13. /* Define to 1 if you have the `mkostemp' function. */
  14. #define HAVE_MKOSTEMP 1
  15. /* Define to 1 if you have the `posix_fallocate' function. */
  16. #define HAVE_POSIX_FALLOCATE 1
  17. /* Define to 1 if you have the `prctl' function. */
  18. #define HAVE_PRCTL 1
  19. /* Define to 1 if you have the <stdint.h> header file. */
  20. #define HAVE_STDINT_H 1
  21. /* Define to 1 if you have the <stdlib.h> header file. */
  22. #define HAVE_STDLIB_H 1
  23. /* Define to 1 if you have the <strings.h> header file. */
  24. #define HAVE_STRINGS_H 1
  25. /* Define to 1 if you have the <string.h> header file. */
  26. #define HAVE_STRING_H 1
  27. /* Define to 1 if you have the <sys/prctl.h> header file. */
  28. #define HAVE_SYS_PRCTL_H 1
  29. /* Define to 1 if you have the <sys/stat.h> header file. */
  30. #define HAVE_SYS_STAT_H 1
  31. /* Define to 1 if you have the <sys/types.h> header file. */
  32. #define HAVE_SYS_TYPES_H 1
  33. /* Define to 1 if you have the <unistd.h> header file. */
  34. #define HAVE_UNISTD_H 1
  35. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  36. #define LT_OBJDIR ".libs/"
  37. /* Name of package */
  38. #define PACKAGE "wayland"
  39. /* Define to the address where bug reports for this package should be sent. */
  40. #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/wayland/wayland/issues/"
  41. /* Define to the full name of this package. */
  42. #define PACKAGE_NAME "wayland"
  43. /* Define to the full name and version of this package. */
  44. #define PACKAGE_STRING "wayland 1.17.0"
  45. /* Define to the one symbol short name of this package. */
  46. #define PACKAGE_TARNAME "wayland"
  47. /* Define to the home page for this package. */
  48. #define PACKAGE_URL "https://wayland.freedesktop.org/"
  49. /* Define to the version of this package. */
  50. #define PACKAGE_VERSION "1.17.0"
  51. /* Define to 1 if you have the ANSI C header files. */
  52. #define STDC_HEADERS 1
  53. /* Version number of package */
  54. #define VERSION "1.17.0"