1/* acconf.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Name of the Aegisub gettext catalog */
4#undef AEGISUB_CATALOG
5
6/* Name of the Aegisub executable */
7#undef AEGISUB_COMMAND
8
9/* Enable if iconv expects the in argument to be const */
10#undef AGI_ICONV_CONST
11
12/* Build credit supplied in application title using --with-build-credit= */
13#undef BUILD_CREDIT
14
15/* Define to 1 if translation of program messages to the user's native
16   language is requested. */
17#undef ENABLE_NLS
18
19/* Define to 1 if you have the <boost/spirit/home/phoenix/version.hpp> header
20   file. */
21#undef HAVE_BOOST_SPIRIT_HOME_PHOENIX_VERSION_HPP
22
23/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
24   CoreFoundation framework. */
25#undef HAVE_CFLOCALECOPYCURRENT
26
27/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28   the CoreFoundation framework. */
29#undef HAVE_CFPREFERENCESCOPYAPPVALUE
30
31/* Define if the GNU dcgettext() function is already present or preinstalled.
32   */
33#undef HAVE_DCGETTEXT
34
35/* Define if the GNU gettext() function is already present or preinstalled. */
36#undef HAVE_GETTEXT
37
38/* Define to 1 if you have the <GL/gl.h> header file. */
39#undef HAVE_GL_GL_H
40
41/* Define if you have the iconv() function and it works. */
42#undef HAVE_ICONV
43
44/* Define to 1 if you have the <inttypes.h> header file. */
45#undef HAVE_INTTYPES_H
46
47/* Define to 1 if you have the `dl' library (-ldl). */
48#undef HAVE_LIBDL
49
50/* Define to 1 if you have the `m' library (-lm). */
51#undef HAVE_LIBM
52
53/* Define to 1 if you have the <memory.h> header file. */
54#undef HAVE_MEMORY_H
55
56/* Define to 1 if you have the <OpenGL/gl.h> header file. */
57#undef HAVE_OPENGL_GL_H
58
59/* Define if you have POSIX threads libraries and header files. */
60#undef HAVE_PTHREAD
61
62/* Have PTHREAD_PRIO_INHERIT. */
63#undef HAVE_PTHREAD_PRIO_INHERIT
64
65/* Define to 1 if you have the <soundcard.h> header file. */
66#undef HAVE_SOUNDCARD_H
67
68/* Define to 1 if you have the <stdint.h> header file. */
69#undef HAVE_STDINT_H
70
71/* Define to 1 if you have the <stdlib.h> header file. */
72#undef HAVE_STDLIB_H
73
74/* Define to 1 if you have the <strings.h> header file. */
75#undef HAVE_STRINGS_H
76
77/* Define to 1 if you have the <string.h> header file. */
78#undef HAVE_STRING_H
79
80/* Define to 1 if you have the <sys/soundcard.h> header file. */
81#undef HAVE_SYS_SOUNDCARD_H
82
83/* Define to 1 if you have the <sys/stat.h> header file. */
84#undef HAVE_SYS_STAT_H
85
86/* Define to 1 if you have the <sys/time.h> header file. */
87#undef HAVE_SYS_TIME_H
88
89/* Define to 1 if you have the <sys/types.h> header file. */
90#undef HAVE_SYS_TYPES_H
91
92/* Define to 1 if you have the <unistd.h> header file. */
93#undef HAVE_UNISTD_H
94
95/* Define to 1 if you have the <windows.h> header file. */
96#undef HAVE_WINDOWS_H
97
98/* Default install prefix, or --prefix. */
99#undef INSTALL_PREFIX
100
101/* Define to the address where bug reports for this package should be sent. */
102#undef PACKAGE_BUGREPORT
103
104/* Define to the full name of this package. */
105#undef PACKAGE_NAME
106
107/* Define to the full name and version of this package. */
108#undef PACKAGE_STRING
109
110/* Define to the one symbol short name of this package. */
111#undef PACKAGE_TARNAME
112
113/* Define to the home page for this package. */
114#undef PACKAGE_URL
115
116/* Define to the version of this package. */
117#undef PACKAGE_VERSION
118
119/* Define to necessary symbol if this constant uses a non-standard name on
120   your system. */
121#undef PTHREAD_CREATE_JOINABLE
122
123/* Define to 1 if you have the ANSI C header files. */
124#undef STDC_HEADERS
125
126/* Base path for the update checker */
127#undef UPDATE_CHECKER_BASE_URL
128
129/* Server for the update checker */
130#undef UPDATE_CHECKER_SERVER
131
132/* Enable extensions on AIX 3, Interix.  */
133#ifndef _ALL_SOURCE
134# undef _ALL_SOURCE
135#endif
136/* Enable GNU extensions on systems that have them.  */
137#ifndef _GNU_SOURCE
138# undef _GNU_SOURCE
139#endif
140/* Enable threading extensions on Solaris.  */
141#ifndef _POSIX_PTHREAD_SEMANTICS
142# undef _POSIX_PTHREAD_SEMANTICS
143#endif
144/* Enable extensions on HP NonStop.  */
145#ifndef _TANDEM_SOURCE
146# undef _TANDEM_SOURCE
147#endif
148/* Enable general extensions on Solaris.  */
149#ifndef __EXTENSIONS__
150# undef __EXTENSIONS__
151#endif
152
153
154/* Enable ALSA Support */
155#undef WITH_ALSA
156
157/* Enable exception handling in debug mode. (--enable-debug) This is always
158   enabled when debug mode is off. */
159#undef WITH_EXCEPTIONS
160
161/* Enable FFMS2 support */
162#undef WITH_FFMS2
163
164/* Enable fftw support */
165#undef WITH_FFTW3
166
167/* Enable Hunspell support */
168#undef WITH_HUNSPELL
169
170/* Enable PulseAudio support */
171#undef WITH_LIBPULSE
172
173/* Enable OpenAL support */
174#undef WITH_OPENAL
175
176/* Enable OSS support */
177#undef WITH_OSS
178
179/* Enable PortAudio v19 support */
180#undef WITH_PORTAUDIO
181
182/* Whether to enable the update checker */
183#undef WITH_UPDATE_CHECKER
184
185/* Define to 1 if the X Window System is missing or not being used. */
186#undef X_DISPLAY_MISSING
187
188/* Define to 1 if on MINIX. */
189#undef _MINIX
190
191/* Define to 2 if the system does not provide POSIX.1 features except with
192   this defined. */
193#undef _POSIX_1_SOURCE
194
195/* Define to 1 if you need to in order for `stat' and other things to work. */
196#undef _POSIX_SOURCE
197