nngn
config.h
Go to the documentation of this file.
1/* src/config.h. Generated from config.h.in by configure. */
2/* src/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
5 don't. */
6#define HAVE_DECL_STRERROR_R 1
7
8/* Define to 1 if you have the <inttypes.h> header file. */
9#define HAVE_INTTYPES_H 1
10
11/* Define to 1 if you have the `setenv' function. */
12#define HAVE_SETENV 1
13
14/* Define to 1 if you have the `signal' function. */
15#define HAVE_SIGNAL 1
16
17/* Define to 1 if you have the `socket' function. */
18#define HAVE_SOCKET 1
19
20/* Define to 1 if you have the <stdint.h> header file. */
21#define HAVE_STDINT_H 1
22
23/* Define to 1 if you have the <stdio.h> header file. */
24#define HAVE_STDIO_H 1
25
26/* Define to 1 if you have the <stdlib.h> header file. */
27#define HAVE_STDLIB_H 1
28
29/* Define if you have `strerror_r'. */
30#define HAVE_STRERROR_R 1
31
32/* Define to 1 if you have the <strings.h> header file. */
33#define HAVE_STRINGS_H 1
34
35/* Define to 1 if you have the <string.h> header file. */
36#define HAVE_STRING_H 1
37
38/* Define to 1 if you have the <sys/stat.h> header file. */
39#define HAVE_SYS_STAT_H 1
40
41/* Define to 1 if you have the <sys/types.h> header file. */
42#define HAVE_SYS_TYPES_H 1
43
44/* Define to 1 if you have the <termios.h> header file. */
45#define HAVE_TERMIOS_H 1
46
47/* Define to 1 if you have the <unistd.h> header file. */
48#define HAVE_UNISTD_H 1
49
50/* Define to enable Lua allocator */
51#define NNGN_LUA_USE_ALLOC 1
52
53/* Define if you have freetype2 */
54#define NNGN_PLATFORM_HAS_FREETYPE2 1
55
56/* Define if you have GLFW */
57#define NNGN_PLATFORM_HAS_GLFW 1
58
59/* Define if you have libpng */
60#define NNGN_PLATFORM_HAS_LIBPNG 1
61
62/* Define if you have openal */
63#define NNGN_PLATFORM_HAS_OPENAL 1
64
65/* Define if you have OpenCL */
66/* #undef NNGN_PLATFORM_HAS_OPENCL */
67
68/* Define if you have OpenGL */
69#define NNGN_PLATFORM_HAS_OPENGL 1
70
71/* Define if you have sockets */
72#define NNGN_PLATFORM_HAS_SOCKETS 1
73
74/* Define if you have VMA */
75#define NNGN_PLATFORM_HAS_VMA 1
76
77/* Define if you have Vulkan */
78#define NNGN_PLATFORM_HAS_VULKAN 1
79
80/* Name of package */
81#define PACKAGE "nngn"
82
83/* Define to the address where bug reports for this package should be sent. */
84#define PACKAGE_BUGREPORT ""
85
86/* Define to the full name of this package. */
87#define PACKAGE_NAME "nngn"
88
89/* Define to the full name and version of this package. */
90#define PACKAGE_STRING "nngn 1"
91
92/* Define to the one symbol short name of this package. */
93#define PACKAGE_TARNAME "nngn"
94
95/* Define to the home page for this package. */
96#define PACKAGE_URL ""
97
98/* Define to the version of this package. */
99#define PACKAGE_VERSION "1"
100
101/* Define to 1 if all of the C90 standard headers exist (not just the ones
102 required in a freestanding environment). This macro is provided for
103 backward compatibility; new code need not use it. */
104#define STDC_HEADERS 1
105
106/* Define to 1 if strerror_r returns char *. */
107/* #undef STRERROR_R_CHAR_P */
108
109/* Version number of package */
110#define VERSION "1"