public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-15 18:40 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:40 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4b288f9eb7f3fbbf7d9f83f281c2d5abd827e0b7
commit 4b288f9eb7f3fbbf7d9f83f281c2d5abd827e0b7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2024-04-17 20:06 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2024-04-17 20:06 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f68d36c788b423db7d15d67fe3c97951fb9a7fb6
commit f68d36c788b423db7d15d67fe3c97951fb9a7fb6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 7110970bd5..52bdade900 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2024-04-02 15:52 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2024-04-02 15:52 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4394e759d18b93c22038c0bb686162d4bd2ff4af
commit 4394e759d18b93c22038c0bb686162d4bd2ff4af
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 7110970bd5..52bdade900 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2024-02-09 17:30 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:30 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2e01606b18ee1c943647a309e1b403846dc5a425
commit 2e01606b18ee1c943647a309e1b403846dc5a425
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 7110970bd5..52bdade900 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2024-02-07 14:05 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:05 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=688de9ea21eac0e014fdb07ea23866081c56d6c8
commit 688de9ea21eac0e014fdb07ea23866081c56d6c8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 7110970bd5..52bdade900 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2024-01-29 17:56 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2024-01-29 17:56 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f0491c088c437ce98ab264bb17041dd9c1da25fb
commit f0491c088c437ce98ab264bb17041dd9c1da25fb
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 7110970bd5..52bdade900 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2023-12-21 18:52 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 18:52 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4f5c749a9508a65afa886182c1e0b857b4e6e5f2
commit 4f5c749a9508a65afa886182c1e0b857b4e6e5f2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 63bdbf86a6..bfb40e6f2a 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2023-09-28 17:50 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:50 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6f0386066e1c2ffd6a8e8beb21c95bf5d49bf02c
commit 6f0386066e1c2ffd6a8e8beb21c95bf5d49bf02c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 63bdbf86a6..bfb40e6f2a 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2023-08-30 12:35 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2023-08-30 12:35 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=356c096da087b4eec8130c069586cd72fd01e81e
commit 356c096da087b4eec8130c069586cd72fd01e81e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 63bdbf86a6..bfb40e6f2a 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2023-02-09 19:47 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2023-02-09 19:47 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8c4120d9bf65dc9e2f4788ec44326f345c399d01
commit 8c4120d9bf65dc9e2f4788ec44326f345c399d01
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#endif
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 61ac797349..339486a5d0 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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-10-28 17:40 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-10-28 17:40 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=aa1f383b69c4262ce992a85f88fbbd1beb4b9759
commit aa1f383b69c4262ce992a85f88fbbd1beb4b9759
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-10-04 12:58 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 12:58 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=19488e68d200a46a0aaa0d405f25b94a45e03f47
commit 19488e68d200a46a0aaa0d405f25b94a45e03f47
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 10:52:14 2022 -0300
catgets: Remove catgets/config.h
It simplifies the code a bit and avoid the clang warning:
./config.h:12:2: error: #include_next in file found relative to primary
source file or found by absolute path; will search from start of include
path [-Werror,-Winclude-next-absolute-path]
#include_next <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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-06-09 21:15 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:15 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0b8678cb4f5c22a28aa1a7b8c54c29f922819981
commit 0b8678cb4f5c22a28aa1a7b8c54c29f922819981
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-06-09 13:12 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:12 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0b8678cb4f5c22a28aa1a7b8c54c29f922819981
commit 0b8678cb4f5c22a28aa1a7b8c54c29f922819981
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-06-03 14:01 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:01 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f8fafddaae2c8d7ba40b7099ee8bfa4e85c60438
commit f8fafddaae2c8d7ba40b7099ee8bfa4e85c60438
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-05-13 14:15 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:15 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6f44f9ef702488711cc65a9a420fb8c08151ace9
commit 6f44f9ef702488711cc65a9a420fb8c08151ace9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-05-12 19:29 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:29 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=efcf72ef1796ebbdf28f278a850ad7d269382192
commit efcf72ef1796ebbdf28f278a850ad7d269382192
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-05-10 18:19 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:19 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3a412fb116c2a60de3501895debb62f3589bee25
commit 3a412fb116c2a60de3501895debb62f3589bee25
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-04-29 13:59 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 13:59 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f35bdda72bc2c6f9371cd6cdd65fa808ced08656
commit f35bdda72bc2c6f9371cd6cdd65fa808ced08656
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-04-04 12:50 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:50 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eac9a4abdc6e1d71d1d7ead0ae4c12690f89268c
commit eac9a4abdc6e1d71d1d7ead0ae4c12690f89268c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-31 19:02 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:02 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=35804460b24c9457b7b6a82d5e8cbae948a754ac
commit 35804460b24c9457b7b6a82d5e8cbae948a754ac
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-29 20:25 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:25 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=78056644c6542ae44b2e0eee1ddf8c16678fcaef
commit 78056644c6542ae44b2e0eee1ddf8c16678fcaef
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-16 18:02 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:02 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4b288f9eb7f3fbbf7d9f83f281c2d5abd827e0b7
commit 4b288f9eb7f3fbbf7d9f83f281c2d5abd827e0b7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-11 17:24 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:24 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6e737e1b37489b043e7b38f42612882262343d8b
commit 6e737e1b37489b043e7b38f42612882262343d8b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
* [glibc/azanella/clang] catgets: Remove catgets/config.h
@ 2022-03-10 19:23 Adhemerval Zanella
0 siblings, 0 replies; 25+ messages in thread
From: Adhemerval Zanella @ 2022-03-10 19:23 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0909fb4f9c21f700a8db50219a669077df979b66
commit 0909fb4f9c21f700a8db50219a669077df979b66
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <config.h>
-
-#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 <https://www.gnu.org/licenses/>. */
+#define PACKAGE _libc_intl_domainname
#ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
#endif
#include <argp.h>
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-04-17 20:06 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 18:40 [glibc/azanella/clang] catgets: Remove catgets/config.h Adhemerval Zanella
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 20:06 Adhemerval Zanella
2024-04-02 15:52 Adhemerval Zanella
2024-02-09 17:30 Adhemerval Zanella
2024-02-07 14:05 Adhemerval Zanella
2024-01-29 17:56 Adhemerval Zanella
2023-12-21 18:52 Adhemerval Zanella
2023-09-28 17:50 Adhemerval Zanella
2023-08-30 12:35 Adhemerval Zanella
2023-02-09 19:47 Adhemerval Zanella
2022-10-28 17:40 Adhemerval Zanella
2022-10-04 12:58 Adhemerval Zanella
2022-06-09 21:15 Adhemerval Zanella
2022-06-09 13:12 Adhemerval Zanella
2022-06-03 14:01 Adhemerval Zanella
2022-05-13 14:15 Adhemerval Zanella
2022-05-12 19:29 Adhemerval Zanella
2022-05-10 18:19 Adhemerval Zanella
2022-04-29 13:59 Adhemerval Zanella
2022-04-04 12:50 Adhemerval Zanella
2022-03-31 19:02 Adhemerval Zanella
2022-03-29 20:25 Adhemerval Zanella
2022-03-16 18:02 Adhemerval Zanella
2022-03-11 17:24 Adhemerval Zanella
2022-03-10 19:23 Adhemerval Zanella
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).