mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 07:12:34 +02:00
149 lines
3.8 KiB
C
149 lines
3.8 KiB
C
/* src/configtemplate.h. Generated from configure.in by autoheader. */
|
|
|
|
/* define if Audacity is being installed under a name other than "audacity",
|
|
so it can find the files it needs at runtime */
|
|
#undef AUDACITY_NAME
|
|
|
|
/* Define we are compiling Audacity itself, not an Audacity plug-in */
|
|
#undef BUILDING_AUDACITY
|
|
|
|
/* Define to 1 if you have the <alloca.h> header file. */
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
#undef HAVE_CLOCK_GETTIME
|
|
|
|
/* Define if GTK is available */
|
|
#undef HAVE_GTK
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define if you have C99's lrint function. */
|
|
#undef HAVE_LRINT
|
|
|
|
/* Define if you have C99's lrintf function. */
|
|
#undef HAVE_LRINTF
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if you have the `nanosleep' function. */
|
|
#undef HAVE_NANOSLEEP
|
|
|
|
/* 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/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_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 or 0, depending whether the compiler supports simple visibility
|
|
declarations. */
|
|
#undef HAVE_VISIBILITY
|
|
|
|
/* define as prefix where Audacity is installed */
|
|
#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 version of this package. */
|
|
#undef PACKAGE_VERSION
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if Audio Unit plug-ins are enabled (Mac OS X only) */
|
|
#undef USE_AUDIO_UNITS
|
|
|
|
/* Define if ffmpeg (multi-format import and export) support should be enabled
|
|
*/
|
|
#undef USE_FFMPEG
|
|
|
|
/* Define if LADSPA plug-ins are enabled */
|
|
#undef USE_LADSPA
|
|
|
|
/* Define if the FLAC library is present */
|
|
#undef USE_LIBFLAC
|
|
|
|
/* Define if libid3tag is present */
|
|
#undef USE_LIBID3TAG
|
|
|
|
/* Define if mp3 support is implemented with the libmad library */
|
|
#undef USE_LIBMAD
|
|
|
|
/* Define if libresample support should be enabled */
|
|
#undef USE_LIBRESAMPLE
|
|
|
|
/* Define if libsamplerate support should be enabled */
|
|
#undef USE_LIBSAMPLERATE
|
|
|
|
/* Define if libtwolame (MP2 export) support should be enabled */
|
|
#undef USE_LIBTWOLAME
|
|
|
|
/* Define if the ogg vorbis decoding library is present */
|
|
#undef USE_LIBVORBIS
|
|
|
|
/* Define if midi support should be enabled */
|
|
#undef USE_MIDI
|
|
|
|
/* Define if Nyquist support should be enabled */
|
|
#undef USE_NYQUIST
|
|
|
|
/* Define if PortMixer support should be enabled */
|
|
#undef USE_PORTMIXER
|
|
|
|
/* Define if QuickTime importing is enabled (Mac OS X only) */
|
|
#undef USE_QUICKTIME
|
|
|
|
/* Define if SBSMS support should be enabled */
|
|
#undef USE_SBSMS
|
|
|
|
/* Define if SoundTouch support should be enabled */
|
|
#undef USE_SOUNDTOUCH
|
|
|
|
/* Use system Expat library */
|
|
#undef USE_SYSTEM_EXPAT
|
|
|
|
/* Define if TagLib (metadata export) support should be enabled */
|
|
#undef USE_TAGLIB
|
|
|
|
/* Define if Vamp analysis plugin support should be enabled */
|
|
#undef USE_VAMP
|
|
|
|
/* Placeholder for large file support */
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
/* We're using cygwin */
|
|
#undef __CYGWIN__
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
#undef size_t
|