File: config.h.cmake.in

package info (click to toggle)
dpf-plugins 1.7%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 145,392 kB
  • sloc: cpp: 299,894; ansic: 61,512; makefile: 2,222; objc: 1,943; xml: 618; sh: 466; java: 211; python: 184
file content (73 lines) | stat: -rw-r--r-- 1,981 bytes parent folder | download | duplicates (2)
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
#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

/* Version number of package */
#define VERSION "@PROJECT_VERSION@"