From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id D7DBF388451B; Thu, 12 May 2022 19:29:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7DBF388451B 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: 8ac4a0715e41752a2da5c3a295af3de43a69a803 X-Git-Newrev: efcf72ef1796ebbdf28f278a850ad7d269382192 Message-Id: <20220512192927.D7DBF388451B@sourceware.org> Date: Thu, 12 May 2022 19:29:27 +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, 12 May 2022 19:29:27 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=efcf72ef1796ebbdf28f278a850ad7d269382192 commit efcf72ef1796ebbdf28f278a850ad7d269382192 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