From d1c2f863fa7b5f51d2e0e960d217aae90eaae910 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 7 Oct 2004 15:47:06 +0000 Subject: [PATCH] fixed "symbol already defined" warnings. --- lib/lame/config_static.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/lame/config_static.h b/lib/lame/config_static.h index dbfd812..1b66c87 100644 --- a/lib/lame/config_static.h +++ b/lib/lame/config_static.h @@ -88,12 +88,6 @@ /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Name of package */ -#define PACKAGE "lame" - -/* Version number of package */ -#define VERSION "3.91" - /* Define if compiler has function prototypes */ #define PROTOTYPES 1 -- 1.7.10.4