config.h no longer needed
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 24 May 2001 23:57:08 +0000 (23:57 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 24 May 2001 23:57:08 +0000 (23:57 +0000)
include/FLAC/config.h [deleted file]

diff --git a/include/FLAC/config.h b/include/FLAC/config.h
deleted file mode 100644 (file)
index e4b5b9b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001  Josh Coalson
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA  02111-1307, USA.
- */
-
-#ifndef FLAC__CONFIG_H
-#define FLAC__CONFIG_H
-
-/* define the correctly-capitalized symbols from the autoconf-crippled ones */
-
-#ifdef FLaC__ALIGN_MALLOC_DATA
-#define FLAC__ALIGN_MALLOC_DATA
-#endif
-
-#ifdef FLaC__NO_ASM
-#define FLAC__NO_ASM
-#endif
-
-#ifdef FLaC__HAS_NASM
-#define FLAC__HAS_NASM
-#endif
-
-#ifdef FLaC__HAS_XMMS
-#define FLAC__HAS_XMMS
-#endif
-
-#ifdef FLaC__CPU_IA32
-#define FLAC__CPU_IA32
-#endif
-
-#ifdef FLaC__CPU_PPC
-#define FLAC__CPU_PPC
-#endif
-
-#ifdef FLaC__CPU_SPARC
-#define FLAC__CPU_SPARC
-#endif
-
-#endif