Skip to content

Commit

Permalink
Add tarball files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 31, 2015
1 parent 0ea4827 commit 3e5990d
Show file tree
Hide file tree
Showing 4 changed files with 19,194 additions and 0 deletions.
202 changes: 202 additions & 0 deletions acconf.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
/* 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

/* Disable boost.serialization support for boost.multi_index */
#undef BOOST_MULTI_INDEX_DISABLE_SERIALIZATION

/* Disable deprecated parts of boost.system */
#undef BOOST_SYSTEM_NO_DEPRECATED

/* 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 to 1 if you have the <boost/spirit/home/phoenix/version.hpp> header
file. */
#undef HAVE_BOOST_SPIRIT_HOME_PHOENIX_VERSION_HPP

/* 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 `dl' library (-ldl). */
#undef HAVE_LIBDL

/* 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
Loading

0 comments on commit 3e5990d

Please sign in to comment.