From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 29E733858C20; Thu, 10 Mar 2022 19:23:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29E733858C20 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] catgets: Remove catgets/config.h X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 407cae28dc21a776161359042c8c1c942214df6c X-Git-Newrev: 0909fb4f9c21f700a8db50219a669077df979b66 Message-Id: <20220310192303.29E733858C20@sourceware.org> Date: Thu, 10 Mar 2022 19:23:03 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2022 19:23:03 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0909fb4f9c21f700a8db50219a669077df979b66 commit 0909fb4f9c21f700a8db50219a669077df979b66 Author: Adhemerval Zanella Date: Thu Mar 10 10:52:14 2022 -0300 catgets: Remove catgets/config.h Diff: --- catgets/config.h | 14 -------------- catgets/gencat.c | 3 ++- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/catgets/config.h b/catgets/config.h deleted file mode 100644 index ce7887b351..0000000000 --- a/catgets/config.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _CG_CONFIG_H -#define _CG_CONFIG_H - -/* Use the internal textdomain used for libc messages. */ -#define PACKAGE _libc_intl_domainname -#ifndef VERSION -/* Get libc version number. */ -#include "../version.h" -#endif - - -#include_next - -#endif diff --git a/catgets/gencat.c b/catgets/gencat.c index dec4d936a7..8c284a975d 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -14,8 +14,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ +#define PACKAGE _libc_intl_domainname #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif #include