]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Use standard way of including <config.h>.
authorBruno Haible <bruno@clisp.org>
Sun, 10 Aug 2025 14:35:41 +0000 (16:35 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 10 Aug 2025 14:35:41 +0000 (16:35 +0200)
* lib/string-desc.c: Use normalized boilerplate.
* lib/string-desc-contains.c: Likewise.
* lib/str_startswith.c: Likewise.
* lib/str_endswith.c: Likewise.
* lib/mbs_endswith.c: Likewise.

ChangeLog
lib/mbs_endswith.c
lib/str_endswith.c
lib/str_startswith.c
lib/string-desc-contains.c
lib/string-desc.c

index 5f9022cbf67b49b0b1fb25e25de4d4eb39a66034..5173498a3a64d1335ccf66047c29d2460ecb0cd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2025-08-10  Bruno Haible  <bruno@clisp.org>
+
+       Use standard way of including <config.h>.
+       * lib/string-desc.c: Use normalized boilerplate.
+       * lib/string-desc-contains.c: Likewise.
+       * lib/str_startswith.c: Likewise.
+       * lib/str_endswith.c: Likewise.
+       * lib/mbs_endswith.c: Likewise.
+
 2025-08-10  Bruno Haible  <bruno@clisp.org>
 
        test-framework-sh: Ensure TESTS_ENVIRONMENT gets augmented in gltests/.
index 00d5128d4384ab4cd1b241b5698d5b9d2ea9391a..5a7ff13ad6501c5432a4abd21aef69e1e78078a0 100644 (file)
@@ -16,7 +16,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2025.  */
 
-#include "config.h"
+#include <config.h>
 
 /* Specification.  */
 #include <string.h>
index 3d2a99c59414d200f80680305729b81437729d24..d79d710866e5dab93b4fc52975350478bb4eb227 100644 (file)
@@ -16,7 +16,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2025.  */
 
-#include "config.h"
+#include <config.h>
 
 /* Specification.  */
 #include <string.h>
index 34297709bc29e18261ecfddc9206b73c3d898fb9..a312728b49dfc7bd48db659dfbe77b0374d434d7 100644 (file)
@@ -16,7 +16,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2025.  */
 
-#include "config.h"
+#include <config.h>
 
 /* Specification.  */
 #include <string.h>
index b7943bcddde784c35435b5b104309f18be183814..91170e66ffa5e0131c58e3347a922d3683b1114c 100644 (file)
@@ -16,9 +16,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2023.  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <config.h>
 
 /* Specification.  */
 #include "string-desc.h"
index ba8443fe59866a40ec7209eaf13a13aa35641598..eb91d035cb6bb6d739f29328e8ec70d1c7a817c3 100644 (file)
@@ -16,9 +16,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2023.  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <config.h>
 
 #define GL_STRING_DESC_INLINE _GL_EXTERN_INLINE