forked from projectM-visualizer/projectm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.cmake.in
76 lines (51 loc) · 2 KB
/
config.h.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#pragma once
/* Define to 1 if you have the `aligned_alloc' function. */
#cmakedefine01 HAVE_ALIGNED_ALLOC
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine01 HAVE_DLFCN_H
/* Define to 1 if you have the <fts.h> header file. */
#cmakedefine01 HAVE_FTS_H
/* Defined if a valid OpenGL implementation is found. */
#cmakedefine01 HAVE_GL
/* Define to 1 if you have the <GLES/gl.h> header file. */
#cmakedefine01 HAVE_GLES_GL_H
/* Define to 1 if you have the <GL/gl.h> header file. */
#cmakedefine01 HAVE_GL_GL_H
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine01 HAVE_INTTYPES_H
/* Define HAVE_LLVM */
#cmakedefine01 HAVE_LLVM
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine01 HAVE_MEMORY_H
/* Define to 1 if you have the <OpenGL/gl.h> header file. */
#cmakedefine01 HAVE_OPENGL_GL_H
/* Define to 1 if you have the `posix_memalign' function. */
#cmakedefine01 HAVE_POSIX_MEMALIGN
/* Have PTHREAD_PRIO_INHERIT. */
#cmakedefine01 HAVE_PTHREAD_PRIO_INHERIT
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H
/* Define to 1 if you have the <windows.h> header file. */
#cmakedefine HAVE_WINDOWS_H
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS
/* Define USE_GLES */
#cmakedefine01 USE_GLES
/* Define USE_THREADS */
#cmakedefine01 USE_THREADS
/* Define ENABLE_NATIVE_PRESETS */
#cmakedefine ENABLE_NATIVE_PRESETS
/* Version number of package */
#define VERSION "@PROJECT_VERSION@"