forked from wangqr/Aegisub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19,941 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,213 @@ | ||
/* acconf.h.in. Generated from configure.ac by autoheader. */ | ||
|
||
/* Name of the Aegisub gettext catalog */ | ||
#undef AEGISUB_CATALOG | ||
|
||
/* Name of the Aegisub executable */ | ||
#undef AEGISUB_COMMAND | ||
|
||
/* Enable if iconv expects the in argument to be const */ | ||
#undef AGI_ICONV_CONST | ||
|
||
/* Build credit supplied in application title using --with-build-credit= */ | ||
#undef BUILD_CREDIT | ||
|
||
/* Define to 1 if translation of program messages to the user's native | ||
language is requested. */ | ||
#undef ENABLE_NLS | ||
|
||
/* define if the Boost library is available */ | ||
#undef HAVE_BOOST | ||
|
||
/* define if the Boost::ASIO library is available */ | ||
#undef HAVE_BOOST_ASIO | ||
|
||
/* define if the Boost::Chrono library is available */ | ||
#undef HAVE_BOOST_CHRONO | ||
|
||
/* define if the Boost::Filesystem library is available */ | ||
#undef HAVE_BOOST_FILESYSTEM | ||
|
||
/* define if the Boost::Locale library is available */ | ||
#undef HAVE_BOOST_LOCALE | ||
|
||
/* define if the Boost::Regex library is available */ | ||
#undef HAVE_BOOST_REGEX | ||
|
||
/* define if the Boost::System library is available */ | ||
#undef HAVE_BOOST_SYSTEM | ||
|
||
/* define if the Boost::Thread library is available */ | ||
#undef HAVE_BOOST_THREAD | ||
|
||
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the | ||
CoreFoundation framework. */ | ||
#undef HAVE_CFLOCALECOPYCURRENT | ||
|
||
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in | ||
the CoreFoundation framework. */ | ||
#undef HAVE_CFPREFERENCESCOPYAPPVALUE | ||
|
||
/* Define if the GNU dcgettext() function is already present or preinstalled. | ||
*/ | ||
#undef HAVE_DCGETTEXT | ||
|
||
/* Define if the GNU gettext() function is already present or preinstalled. */ | ||
#undef HAVE_GETTEXT | ||
|
||
/* Define to 1 if you have the <GL/gl.h> header file. */ | ||
#undef HAVE_GL_GL_H | ||
|
||
/* Define if you have the iconv() function and it works. */ | ||
#undef HAVE_ICONV | ||
|
||
/* Define to 1 if you have the <inttypes.h> header file. */ | ||
#undef HAVE_INTTYPES_H | ||
|
||
/* Define to 1 if you have the `m' library (-lm). */ | ||
#undef HAVE_LIBM | ||
|
||
/* Define to 1 if you have the <memory.h> header file. */ | ||
#undef HAVE_MEMORY_H | ||
|
||
/* Define to 1 if you have the <OpenGL/gl.h> header file. */ | ||
#undef HAVE_OPENGL_GL_H | ||
|
||
/* Define if you have POSIX threads libraries and header files. */ | ||
#undef HAVE_PTHREAD | ||
|
||
/* Have PTHREAD_PRIO_INHERIT. */ | ||
#undef HAVE_PTHREAD_PRIO_INHERIT | ||
|
||
/* Define to 1 if you have the <soundcard.h> header file. */ | ||
#undef HAVE_SOUNDCARD_H | ||
|
||
/* Define to 1 if you have the <stdint.h> header file. */ | ||
#undef HAVE_STDINT_H | ||
|
||
/* Define to 1 if you have the <stdlib.h> header file. */ | ||
#undef HAVE_STDLIB_H | ||
|
||
/* Define to 1 if you have the <strings.h> header file. */ | ||
#undef HAVE_STRINGS_H | ||
|
||
/* Define to 1 if you have the <string.h> header file. */ | ||
#undef HAVE_STRING_H | ||
|
||
/* Define to 1 if you have the <sys/soundcard.h> header file. */ | ||
#undef HAVE_SYS_SOUNDCARD_H | ||
|
||
/* Define to 1 if you have the <sys/stat.h> header file. */ | ||
#undef HAVE_SYS_STAT_H | ||
|
||
/* Define to 1 if you have the <sys/time.h> header file. */ | ||
#undef HAVE_SYS_TIME_H | ||
|
||
/* Define to 1 if you have the <sys/types.h> header file. */ | ||
#undef HAVE_SYS_TYPES_H | ||
|
||
/* Define to 1 if you have the <unistd.h> header file. */ | ||
#undef HAVE_UNISTD_H | ||
|
||
/* Define to 1 if you have the <windows.h> header file. */ | ||
#undef HAVE_WINDOWS_H | ||
|
||
/* Default install prefix, or --prefix. */ | ||
#undef INSTALL_PREFIX | ||
|
||
/* Define to the address where bug reports for this package should be sent. */ | ||
#undef PACKAGE_BUGREPORT | ||
|
||
/* Define to the full name of this package. */ | ||
#undef PACKAGE_NAME | ||
|
||
/* Define to the full name and version of this package. */ | ||
#undef PACKAGE_STRING | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#undef PACKAGE_TARNAME | ||
|
||
/* Define to the home page for this package. */ | ||
#undef PACKAGE_URL | ||
|
||
/* Define to the version of this package. */ | ||
#undef PACKAGE_VERSION | ||
|
||
/* Define to necessary symbol if this constant uses a non-standard name on | ||
your system. */ | ||
#undef PTHREAD_CREATE_JOINABLE | ||
|
||
/* Define to 1 if you have the ANSI C header files. */ | ||
#undef STDC_HEADERS | ||
|
||
/* Base path for the update checker */ | ||
#undef UPDATE_CHECKER_BASE_URL | ||
|
||
/* Server for the update checker */ | ||
#undef UPDATE_CHECKER_SERVER | ||
|
||
/* Enable extensions on AIX 3, Interix. */ | ||
#ifndef _ALL_SOURCE | ||
# undef _ALL_SOURCE | ||
#endif | ||
/* Enable GNU extensions on systems that have them. */ | ||
#ifndef _GNU_SOURCE | ||
# undef _GNU_SOURCE | ||
#endif | ||
/* Enable threading extensions on Solaris. */ | ||
#ifndef _POSIX_PTHREAD_SEMANTICS | ||
# undef _POSIX_PTHREAD_SEMANTICS | ||
#endif | ||
/* Enable extensions on HP NonStop. */ | ||
#ifndef _TANDEM_SOURCE | ||
# undef _TANDEM_SOURCE | ||
#endif | ||
/* Enable general extensions on Solaris. */ | ||
#ifndef __EXTENSIONS__ | ||
# undef __EXTENSIONS__ | ||
#endif | ||
|
||
|
||
/* Enable ALSA Support */ | ||
#undef WITH_ALSA | ||
|
||
/* Enable exception handling in debug mode. (--enable-debug) This is always | ||
enabled when debug mode is off. */ | ||
#undef WITH_EXCEPTIONS | ||
|
||
/* Enable FFMS2 support */ | ||
#undef WITH_FFMS2 | ||
|
||
/* Enable fftw support */ | ||
#undef WITH_FFTW3 | ||
|
||
/* Enable Hunspell support */ | ||
#undef WITH_HUNSPELL | ||
|
||
/* Enable PulseAudio support */ | ||
#undef WITH_LIBPULSE | ||
|
||
/* Enable OpenAL support */ | ||
#undef WITH_OPENAL | ||
|
||
/* Enable OSS support */ | ||
#undef WITH_OSS | ||
|
||
/* Enable PortAudio v19 support */ | ||
#undef WITH_PORTAUDIO | ||
|
||
/* Whether to enable the update checker */ | ||
#undef WITH_UPDATE_CHECKER | ||
|
||
/* Define to 1 if the X Window System is missing or not being used. */ | ||
#undef X_DISPLAY_MISSING | ||
|
||
/* Define to 1 if on MINIX. */ | ||
#undef _MINIX | ||
|
||
/* Define to 2 if the system does not provide POSIX.1 features except with | ||
this defined. */ | ||
#undef _POSIX_1_SOURCE | ||
|
||
/* Define to 1 if you need to in order for `stat' and other things to work. */ | ||
#undef _POSIX_SOURCE |
Oops, something went wrong.