1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define if socklen_t exists. */
7#undef HAS_SOCKLEN_T
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have the <memory.h> header file. */
16#undef HAVE_MEMORY_H
17
18/* Define to 1 if you have the <stdint.h> header file. */
19#undef HAVE_STDINT_H
20
21/* Define to 1 if you have the <stdlib.h> header file. */
22#undef HAVE_STDLIB_H
23
24/* Define to 1 if you have the <strings.h> header file. */
25#undef HAVE_STRINGS_H
26
27/* Define to 1 if you have the <string.h> header file. */
28#undef HAVE_STRING_H
29
30/* Define to 1 if you have the <sys/stat.h> header file. */
31#undef HAVE_SYS_STAT_H
32
33/* Define to 1 if you have the <sys/types.h> header file. */
34#undef HAVE_SYS_TYPES_H
35
36/* Define to 1 if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Skip building launcher */
40#undef LOVE_BUILD_EXE
41
42/* */
43#undef LOVE_ENABLE_AUDIO
44
45/* */
46#undef LOVE_ENABLE_BOX2D
47
48/* */
49#undef LOVE_ENABLE_DATA
50
51/* */
52#undef LOVE_ENABLE_DDSPARSE
53
54/* */
55#undef LOVE_ENABLE_DR_FLAC
56
57/* */
58#undef LOVE_ENABLE_ENET
59
60/* */
61#undef LOVE_ENABLE_EVENT
62
63/* */
64#undef LOVE_ENABLE_FILESYSTEM
65
66/* */
67#undef LOVE_ENABLE_FONT
68
69/* */
70#undef LOVE_ENABLE_GLAD
71
72/* */
73#undef LOVE_ENABLE_GLSLANG
74
75/* */
76#undef LOVE_ENABLE_GRAPHICS
77
78/* */
79#undef LOVE_ENABLE_IMAGE
80
81/* */
82#undef LOVE_ENABLE_JOYSTICK
83
84/* */
85#undef LOVE_ENABLE_KEYBOARD
86
87/* */
88#undef LOVE_ENABLE_LODEPNG
89
90/* */
91#undef LOVE_ENABLE_LOVE
92
93/* */
94#undef LOVE_ENABLE_LUA53
95
96/* */
97#undef LOVE_ENABLE_LUASOCKET
98
99/* */
100#undef LOVE_ENABLE_LZ4
101
102/* */
103#undef LOVE_ENABLE_MATH
104
105/* */
106#undef LOVE_ENABLE_MOUSE
107
108/* */
109#undef LOVE_ENABLE_NOISE1234
110
111/* */
112#undef LOVE_ENABLE_PHYSFS
113
114/* */
115#undef LOVE_ENABLE_PHYSICS
116
117/* */
118#undef LOVE_ENABLE_SOUND
119
120/* */
121#undef LOVE_ENABLE_STB
122
123/* */
124#undef LOVE_ENABLE_SYSTEM
125
126/* */
127#undef LOVE_ENABLE_THREAD
128
129/* */
130#undef LOVE_ENABLE_TIMER
131
132/* */
133#undef LOVE_ENABLE_TINYEXR
134
135/* */
136#undef LOVE_ENABLE_TOUCH
137
138/* */
139#undef LOVE_ENABLE_UTF8
140
141/* */
142#undef LOVE_ENABLE_VIDEO
143
144/* */
145#undef LOVE_ENABLE_WINDOW
146
147/* */
148#undef LOVE_ENABLE_WUFF
149
150/* */
151#undef LOVE_ENABLE_XXHASH
152
153/* Build without mpg123 */
154#undef LOVE_NOMPG123
155
156/* Enable gme */
157#undef LOVE_SUPPORT_GME
158
159/* Define to the sub-directory where libtool stores uninstalled libraries. */
160#undef LT_OBJDIR
161
162/* Name of package */
163#undef PACKAGE
164
165/* Define to the address where bug reports for this package should be sent. */
166#undef PACKAGE_BUGREPORT
167
168/* Define to the full name of this package. */
169#undef PACKAGE_NAME
170
171/* Define to the full name and version of this package. */
172#undef PACKAGE_STRING
173
174/* Define to the one symbol short name of this package. */
175#undef PACKAGE_TARNAME
176
177/* Define to the home page for this package. */
178#undef PACKAGE_URL
179
180/* Define to the version of this package. */
181#undef PACKAGE_VERSION
182
183/* Define to 1 if you have the ANSI C header files. */
184#undef STDC_HEADERS
185
186/* Version number of package */
187#undef VERSION
188
189/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
190   significant byte first (like Motorola and SPARC, unlike Intel). */
191#if defined AC_APPLE_UNIVERSAL_BUILD
192# if defined __BIG_ENDIAN__
193#  define WORDS_BIGENDIAN 1
194# endif
195#else
196# ifndef WORDS_BIGENDIAN
197#  undef WORDS_BIGENDIAN
198# endif
199#endif
200