Collection of DPF-based plugins for packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.9KB

  1. #pragma once
  2. /* Define to 1 if you have the `aligned_alloc' function. */
  3. #cmakedefine01 HAVE_ALIGNED_ALLOC
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #cmakedefine01 HAVE_DLFCN_H
  6. /* Define to 1 if you have the <fts.h> header file. */
  7. #cmakedefine01 HAVE_FTS_H
  8. /* Defined if a valid OpenGL implementation is found. */
  9. #cmakedefine01 HAVE_GL
  10. /* Define to 1 if you have the <GLES/gl.h> header file. */
  11. #cmakedefine01 HAVE_GLES_GL_H
  12. /* Define to 1 if you have the <GL/gl.h> header file. */
  13. #cmakedefine01 HAVE_GL_GL_H
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #cmakedefine01 HAVE_INTTYPES_H
  16. /* Define HAVE_LLVM */
  17. #cmakedefine01 HAVE_LLVM
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #cmakedefine01 HAVE_MEMORY_H
  20. /* Define to 1 if you have the <OpenGL/gl.h> header file. */
  21. #cmakedefine01 HAVE_OPENGL_GL_H
  22. /* Define to 1 if you have the `posix_memalign' function. */
  23. #cmakedefine01 HAVE_POSIX_MEMALIGN
  24. /* Have PTHREAD_PRIO_INHERIT. */
  25. #cmakedefine01 HAVE_PTHREAD_PRIO_INHERIT
  26. /* Define to 1 if you have the <stdint.h> header file. */
  27. #cmakedefine HAVE_STDINT_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #cmakedefine HAVE_STDLIB_H
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #cmakedefine HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #cmakedefine HAVE_STRING_H
  34. /* Define to 1 if you have the <sys/stat.h> header file. */
  35. #cmakedefine HAVE_SYS_STAT_H
  36. /* Define to 1 if you have the <sys/types.h> header file. */
  37. #cmakedefine HAVE_SYS_TYPES_H
  38. /* Define to 1 if you have the <unistd.h> header file. */
  39. #cmakedefine HAVE_UNISTD_H
  40. /* Define to 1 if you have the <windows.h> header file. */
  41. #cmakedefine HAVE_WINDOWS_H
  42. /* Define to 1 if you have the ANSI C header files. */
  43. #cmakedefine STDC_HEADERS
  44. /* Define USE_GLES */
  45. #cmakedefine01 USE_GLES
  46. /* Define USE_THREADS */
  47. #cmakedefine01 USE_THREADS
  48. /* Version number of package */
  49. #define VERSION "@PROJECT_VERSION@"