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 4, 2013
1 parent 4d6e929 commit 9e3f945
Show file tree
Hide file tree
Showing 4 changed files with 19,278 additions and 0 deletions.
248 changes: 248 additions & 0 deletions aegisub/acconf.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,248 @@
/* 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

/* Big Endian */
#undef HAVE_BIG_ENDIAN

/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT

/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE

/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT

/* Unknown endian */
#undef HAVE_DYNAMIC_ENDIAN

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

/* Little Endian */
#undef HAVE_LITTLE_ENDIAN

/* 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 stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_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

/* Universal Endian (MAC Universal PPC/Intel Binaries, uses
HAVE_DYNAMIC_ENDIAN) */
#undef HAVE_UNIVERSAL_ENDIAN

/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H

/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL

/* Default install prefix, or --prefix. */
#undef INSTALL_PREFIX

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

/* 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 Automation (auto4), requires lua */
#undef WITH_AUTO4_LUA

/* 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 FontConfig support. */
#undef WITH_FONTCONFIG

/* Enable FreeType 2 support. */
#undef WITH_FREETYPE2

/* Enable Hunspell support */
#undef WITH_HUNSPELL

/* Enable libass support */
#undef WITH_LIBASS

/* 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 WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif

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

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif

/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
Loading

0 comments on commit 9e3f945

Please sign in to comment.