aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmad
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-18 16:33:10 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-18 16:33:10 +0000
commite0e09d0a945cc77ebd1d14eb9059a21cfa698faf (patch)
treec9ba46f53c975376031bd205cc45ea6ebf224a55 /src/libmad
parentad94c1dcf3198180ba708b0b3598a4d982d90c87 (diff)
downloadmpd-e0e09d0a945cc77ebd1d14eb9059a21cfa698faf.tar.gz
mpd-e0e09d0a945cc77ebd1d14eb9059a21cfa698faf.tar.xz
mpd-e0e09d0a945cc77ebd1d14eb9059a21cfa698faf.zip
we don't need these!
git-svn-id: https://svn.musicpd.org/mpd/trunk@277 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/libmad')
-rw-r--r--src/libmad/config.h.in135
1 files changed, 0 insertions, 135 deletions
diff --git a/src/libmad/config.h.in b/src/libmad/config.h.in
deleted file mode 100644
index a29b58209..000000000
--- a/src/libmad/config.h.in
+++ /dev/null
@@ -1,135 +0,0 @@
-/* config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to enable diagnostic debugging support. */
-#undef DEBUG
-
-/* Define to enable experimental code. */
-#undef EXPERIMENTAL
-
-/* Define to 1 if you have the <assert.h> header file. */
-#undef HAVE_ASSERT_H
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <errno.h> header file. */
-#undef HAVE_ERRNO_H
-
-/* Define to 1 if you have the `fcntl' function. */
-#undef HAVE_FCNTL
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#undef HAVE_FCNTL_H
-
-/* Define to 1 if you have the `fork' function. */
-#undef HAVE_FORK
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <limits.h> header file. */
-#undef HAVE_LIMITS_H
-
-/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
-#undef HAVE_MADD16_ASM
-
-/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
-#undef HAVE_MADD_ASM
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `pipe' function. */
-#undef HAVE_PIPE
-
-/* 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 <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if you have the `waitpid' function. */
-#undef HAVE_WAITPID
-
-/* Define to disable debugging assertions. */
-#undef NDEBUG
-
-/* Define to optimize for accuracy over speed. */
-#undef OPT_ACCURACY
-
-/* Define to optimize for speed over accuracy. */
-#undef OPT_SPEED
-
-/* Define to enable a fast subband synthesis approximation optimization. */
-#undef OPT_SSO
-
-/* Define to influence a strict interpretation of the ISO/IEC standards, even
- if this is in opposition with best accepted practices. */
-#undef OPT_STRICT
-
-/* Name of package */
-#undef PACKAGE
-
-/* 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
-
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of a `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of a `long long', as computed by sizeof. */
-#undef SIZEOF_LONG_LONG
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-/* 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 `int' if <sys/types.h> does not define. */
-#undef pid_t