]> Savannah Git Hosting - gnulib.git/commitdiff
Adjust comments in <config.h> reminders.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Apr 2023 20:17:02 +0000 (22:17 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 13 Apr 2023 20:17:02 +0000 (22:17 +0200)
* lib/*.in.h: In the comments, mention also HAVE_RAW_DECL_*.
* Makefile (sc_check_config_h_reminder): Search also for HAVE_RAW_DECL_.

47 files changed:
ChangeLog
Makefile
lib/arpa_inet.in.h
lib/ctype.in.h
lib/dirent.in.h
lib/fcntl.in.h
lib/fnmatch.in.h
lib/glob.in.h
lib/iconv.in.h
lib/inttypes.in.h
lib/langinfo.in.h
lib/locale.in.h
lib/malloc.in.h
lib/math.in.h
lib/monetary.in.h
lib/netdb.in.h
lib/poll.in.h
lib/pthread.in.h
lib/pty.in.h
lib/sched.in.h
lib/search.in.h
lib/signal.in.h
lib/spawn.in.h
lib/stdio.in.h
lib/stdlib.in.h
lib/string.in.h
lib/strings.in.h
lib/sys_file.in.h
lib/sys_ioctl.in.h
lib/sys_random.in.h
lib/sys_resource.in.h
lib/sys_select.in.h
lib/sys_socket.in.h
lib/sys_stat.in.h
lib/sys_time.in.h
lib/sys_times.in.h
lib/sys_utsname.in.h
lib/sys_wait.in.h
lib/termios.in.h
lib/threads.in.h
lib/time.in.h
lib/uchar.in.h
lib/unistd.in.h
lib/utime.in.h
lib/utmp.in.h
lib/wchar.in.h
lib/wctype.in.h

index eb270cf699bc8862e69dd30d04d17cee3f1a19bb..a00ff5540422372147287d9b48d9ef52aa683a76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Adjust comments in <config.h> reminders.
+       * lib/*.in.h: In the comments, mention also HAVE_RAW_DECL_*.
+       * Makefile (sc_check_config_h_reminder): Search also for HAVE_RAW_DECL_.
+
 2023-04-13  Bruno Haible  <bruno@clisp.org>
 
        utmp: Avoid using HAVE_* macros in *.in.h files.
index d0906b23153e0054854067515cf5308d8b4de41d..9cc7979557a94a605fd46309473603f9ea826606 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,7 @@ sc_check_config_h_reminder:
                   for macro in $(config_h_MACROS); do \
                     if grep -F -w $$macro $$file >/dev/null; then echo -n " $$macro"; fi; \
                   done; \
+                  if grep -F HAVE_RAW_DECL_ $$file >/dev/null; then echo -n " HAVE_RAW_DECL_*"; fi; \
                   echo; \
                   fail=1; \
                 }; \
index 6df3901c07bd66957647c432269696eda1ee58dd..12876b52091c73ba189e0ed8b7634aa54a8290ad 100644 (file)
@@ -49,7 +49,7 @@
 #ifndef _@GUARD_PREFIX@_ARPA_INET_H
 #define _@GUARD_PREFIX@_ARPA_INET_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 8f7b68aa0ff0e88833025f1609e822cbb73a93c3..ec43126da5fd02cbc737e196367bee77422dce00 100644 (file)
@@ -36,7 +36,7 @@
 #ifndef _@GUARD_PREFIX@_CTYPE_H
 #define _@GUARD_PREFIX@_CTYPE_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index e4e65bdeb812bd0edf8681c02c7158929ea6f4c2..40dea1a80e924814d1ae90deb3e3a7b4bf599e4b 100644 (file)
@@ -30,7 +30,7 @@
 #define _@GUARD_PREFIX@_DIRENT_H
 
 /* This file uses _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_MALLOC,
-   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 595e34822361f23dd6c9aad316104bfc38760fb8..d0bb85f30b571f488762d672797eaaed4f43ac75 100644 (file)
@@ -74,7 +74,7 @@
 #ifndef _@GUARD_PREFIX@_FCNTL_H
 #define _@GUARD_PREFIX@_FCNTL_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 2502c61aa23789a671eaf22c68d29678273f4e86..144143b70033949c60d437c13649efe6077ca26b 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _@GUARD_PREFIX@_FNMATCH_H
 #define _@GUARD_PREFIX@_FNMATCH_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 1f0481d52439b7109539841b086679fa533fa9a7..4a311f813cea89619acbdcbf845cc2aff51eacbe 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _@GUARD_PREFIX@_GLOB_H
 #define _@GUARD_PREFIX@_GLOB_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 49390e98ca11153df4384647a1754c043694cbfc..56de44ca93f4d6352e12a3028c321cbb3d59af3f 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef _@GUARD_PREFIX@_ICONV_H
 #define _@GUARD_PREFIX@_ICONV_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index aa8258d33c7ff49f3c48541df8535489f94ce58d..22643876ab3a78396efbe2f91326e1175dbc92b3 100644 (file)
@@ -46,7 +46,7 @@
 #if ! defined INTTYPES_H && ! defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H
 #define INTTYPES_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 057cf156951788b5f09a62cc134a25d5f222e59f..4cf712eb3ec5e2a4c8ae1d869ebe6f6e1dc814a2 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef _@GUARD_PREFIX@_LANGINFO_H
 #define _@GUARD_PREFIX@_LANGINFO_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 917a43b02d3c18cd658f6178178eaff2812771bf..41a93c1dadb92c80ce630a272a3a57c9f11b4da0 100644 (file)
@@ -44,7 +44,7 @@
 #ifndef _@GUARD_PREFIX@_LOCALE_H
 #define _@GUARD_PREFIX@_LOCALE_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 3da05c20570f114d078fb1219c4d30f7c9bdca66..fe0e87c9c96ab33e4edb76a784d5cd650d9048d3 100644 (file)
@@ -46,7 +46,7 @@
 #ifndef _@GUARD_PREFIX@_MALLOC_H
 #define _@GUARD_PREFIX@_MALLOC_H
 
-/* This file uses _GL_ATTRIBUTE_DEALLOC, GNULIB_POSIXCHECK.  */
+/* This file uses _GL_ATTRIBUTE_DEALLOC, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 9d0e6918aa5509dac0080e265f07fe26da534d46..1af4d54d2d83f2fb6ea9be59c41ee0a32c95e709 100644 (file)
@@ -49,7 +49,7 @@
 #define _@GUARD_PREFIX@_MATH_H
 
 /* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, _GL_ATTRIBUTE_CONST,
-   GNULIB_POSIXCHECK.  */
+   GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 45a92802b56d319f9b51890e5c7d1b8a5e6ee410..45648f2e03401d11aac6bcd21dbc7fb0c4cb6334 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _@GUARD_PREFIX@_MONETARY_H
 #define _@GUARD_PREFIX@_MONETARY_H
 
-/* This file uses _GL_ATTRIBUTE_FORMAT, GNULIB_POSIXCHECK.  */
+/* This file uses _GL_ATTRIBUTE_FORMAT, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index ea5ff40c60f209844dadbd0095055c7a67247466..81c65e7395a4c5d29dfefec9474d7bca299fbe5c 100644 (file)
@@ -36,7 +36,7 @@
 #ifndef _@GUARD_PREFIX@_NETDB_H
 #define _@GUARD_PREFIX@_NETDB_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 5ae097fa60ff2cd348310cab851aee89abb00d66..75ca21f4cc033c3ba91b722f62a6a7ce74723580 100644 (file)
@@ -33,7 +33,7 @@
 #ifndef _@GUARD_PREFIX@_POLL_H
 #define _@GUARD_PREFIX@_POLL_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index ff6ad34a32f5a63ee1b0e3046527eebd47b715f5..966f58bf237da0e1523e2e95d483c18b09325765 100644 (file)
@@ -51,7 +51,8 @@
 #ifndef _@GUARD_PREFIX@_PTHREAD_H_
 #define _@GUARD_PREFIX@_PTHREAD_H_
 
-/* This file uses _Noreturn, _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+/* This file uses _Noreturn, _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK,
+   HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index f746234428f16fef8323250248fa4478f5b86348..1292f74ce52442d0e914b1859e6909f3ee5359dd 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _@GUARD_PREFIX@_PTY_H
 #define _@GUARD_PREFIX@_PTY_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index fb314b86a3315d11ee5b76f93f68863aee5bfb07..1f9d0d219ab217efadfc50b5bb414274825acc96 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _@GUARD_PREFIX@_SCHED_H
 #define _@GUARD_PREFIX@_SCHED_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index c0f5f0a8565a5d9a8869b3fb33de7c89a8c60710..2d68cd97410f6db43393b12d9162de42a425fc0a 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef _@GUARD_PREFIX@_SEARCH_H
 #define _@GUARD_PREFIX@_SEARCH_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index a7006a2c493f5fd0c0198ddf525578ee029f533e..418d59c582db965a588446d84d59f51bba54b1df 100644 (file)
@@ -55,7 +55,7 @@
 #ifndef _@GUARD_PREFIX@_SIGNAL_H
 #define _@GUARD_PREFIX@_SIGNAL_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 169dd0bf961319faf676116e325c78af8abb1134..9c4d78cd1c8a2a1f662b609427edaee12ce79b31 100644 (file)
@@ -47,7 +47,7 @@
 #ifndef _@GUARD_PREFIX@_SPAWN_H
 #define _@GUARD_PREFIX@_SPAWN_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 9c63e36b2af7cbe15170b5a93c55def523106641..433e84888cba81728aab3b610f0b7f482554a438 100644 (file)
@@ -58,7 +58,7 @@
 #define _@GUARD_PREFIX@_STDIO_H
 
 /* This file uses _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_FORMAT,
-   GNULIB_POSIXCHECK.  */
+   GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 2b3307d39e092063dc06e7f77503e304a13d4e9f..bccab0e2c39b09ff88252cfa9336604f3241ad56 100644 (file)
@@ -38,7 +38,7 @@
 #define _@GUARD_PREFIX@_STDLIB_H
 
 /* This file uses _Noreturn, _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_MALLOC,
-   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index f7e46e936f4361e9d02d2b962329276dda3331ee..912d0f7a306f2d0f684e844415c0b083e35b767a 100644 (file)
@@ -45,7 +45,7 @@
 #define _@GUARD_PREFIX@_STRING_H
 
 /* This file uses _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_MALLOC,
-   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index bc5c2a1e882b47c41d9a3384f04658ce0baf1d46..929329d003f445b7a276aed9a6d1acf884084f13 100644 (file)
@@ -36,7 +36,7 @@
 #ifndef _@GUARD_PREFIX@_STRINGS_H
 #define _@GUARD_PREFIX@_STRINGS_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index fb402e04c6b980583f2cc14aaedc943eeb1eca18..dbce79997313132cba40212b1d645dfede935a22 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_FILE_H
 #define _@GUARD_PREFIX@_SYS_FILE_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 48e9c68090c9bb32ff3c239df8cc0153ba0309ef..78a790360155bc791890aacef096d397ec0932cb 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_IOCTL_H
 #define _@GUARD_PREFIX@_SYS_IOCTL_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 35fd47b6b5fe04d708f3c078b3f3b740e3f20bc4..b240033bcbf3ac4612d053ad628dd3057d39be27 100644 (file)
@@ -45,7 +45,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_RANDOM_H
 #define _@GUARD_PREFIX@_SYS_RANDOM_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index d7b898824e441e8ee9b05fe3057f69a30c43d243..38e4642f218cdb79be07712723e1b9254b22a87d 100644 (file)
@@ -36,7 +36,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_RESOURCE_H
 #define _@GUARD_PREFIX@_SYS_RESOURCE_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index e8172741812d7b5fabd441ab17e580e70b4d38f7..ce57c7573ae672d3bed31914f87300cbf7e762cb 100644 (file)
@@ -71,7 +71,7 @@
 
 #ifndef _@GUARD_PREFIX@_SYS_SELECT_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index a3c0e834f4f2abf5531be4eef9f1381bf48fef4d..afeedf070c60227f8823a91fc4e0d637832c4285 100644 (file)
@@ -64,7 +64,7 @@
 #define _@GUARD_PREFIX@_SYS_SOCKET_H
 
 /* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, GNULIB_POSIXCHECK,
-   alignof.  */
+   HAVE_RAW_DECL_*, alignof.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index cbf98d9177a20bebcc6887616454572fd08c726a..96bad04e3f08b614c542ad0a30c889378ece2247 100644 (file)
@@ -48,7 +48,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_STAT_H
 #define _@GUARD_PREFIX@_SYS_STAT_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 62cd6bcd35e92f6efaaefcd5005b10279031d032..5eb6173267c40a89f05f5edd87bbed85772f781d 100644 (file)
@@ -41,7 +41,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_TIME_H
 #define _@GUARD_PREFIX@_SYS_TIME_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 6977f70318a95ffc5120109a4d606952fc68aaf6..5afe9e5703aa3862f076698fcde7306a1d594f8d 100644 (file)
@@ -32,7 +32,7 @@
 
 # define _@GUARD_PREFIX@_SYS_TIMES_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 # if !_GL_CONFIG_H_INCLUDED
 #  error "Please include config.h first."
 # endif
index db689116df35bf6ec082e9c9305fc67f1d2a1dbc..40f715adbd86c069bbaec7a04bb0582a8d7e6ab8 100644 (file)
@@ -35,7 +35,7 @@
 
 #define _@GUARD_PREFIX@_SYS_UTSNAME_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 15d8ab28f16dd035d48b30399869ac26e2c31a98..79dc1394c12ecbcc5a3c88959719f3dcb68d02f0 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef _@GUARD_PREFIX@_SYS_WAIT_H
 #define _@GUARD_PREFIX@_SYS_WAIT_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 2b64250d552a3fd2df0cd29829e8d1cce7956218..0036cbac6a66f81b2f190b1cb0ef01b8c4218b60 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 #ifndef _@GUARD_PREFIX@_TERMIOS_H
 #define _@GUARD_PREFIX@_TERMIOS_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index ff01b50cbbf091da999da70b3989bf3233af377e..ac87ade5713808c35e5b9e5e7c54d07ff2cebb60 100644 (file)
@@ -47,7 +47,8 @@
 #ifndef _@GUARD_PREFIX@_THREADS_H
 #define _@GUARD_PREFIX@_THREADS_H
 
-/* This file uses _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, _Thread_local.  */
+/* This file uses _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, _Thread_local,
+   HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 39dc1e43697e7f80a064f9ff8782f21a16e98aba..60e31897e4e8dc792f0712b4611cfdd350c3c8f6 100644 (file)
@@ -45,7 +45,8 @@
 
 # @INCLUDE_NEXT@ @NEXT_TIME_H@
 
-/* This file uses _GL_ATTRIBUTE_DEPRECATED, GNULIB_POSIXCHECK.  */
+/* This file uses _GL_ATTRIBUTE_DEPRECATED, GNULIB_POSIXCHECK,
+   HAVE_RAW_DECL_*.  */
 # if !_GL_CONFIG_H_INCLUDED
 #  error "Please include config.h first."
 # endif
index aaba0b604a8e5032a5974bffd4c4d1f4536013d3..cc4f2adee59b30c47e28d7c4ecb248b8f5f548da 100644 (file)
@@ -44,7 +44,7 @@
 #endif
 
 /* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, _GL_BEGIN_C_LINKAGE,
-   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 93ca7a97f91738c4d4d63a2f408f048827d2cce7..2ae040a76b3e2a68d413ca1bf15fc3ae889d606a 100644 (file)
@@ -69,7 +69,8 @@
 #if !defined _@GUARD_PREFIX@_UNISTD_H && !defined _GL_INCLUDING_WINSOCK2_H
 #define _@GUARD_PREFIX@_UNISTD_H
 
-/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, GNULIB_POSIXCHECK.  */
+/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, GNULIB_POSIXCHECK,
+   HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 384271434a866fba5d5ccff05209805c6793af37..eeb485d495217b3adc5d8d29e444275544739cb7 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _@GUARD_PREFIX@_UTIME_H
 #define _@GUARD_PREFIX@_UTIME_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 6c47ca7b2a950d8086b8123879e41dea97e98842..c0231461922a7edfa531088b37ee72f6a735dc60 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef _@GUARD_PREFIX@_UTMP_H
 #define _@GUARD_PREFIX@_UTMP_H
 
-/* This file uses GNULIB_POSIXCHECK.  */
+/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index b2620ad92ede2f6872389893e72f2cda27f9f57e..80b6652e95db3202b352919b61f7116cab24d4db 100644 (file)
@@ -85,7 +85,7 @@
 #define _@GUARD_PREFIX@_WCHAR_H
 
 /* This file uses _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_MALLOC,
-   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK.  */
+   _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif
index 22fa1df2390248629a0b4fbe8953046bbc577c53..227fdac24bfc0a89f2310db4ac35600d2e499d3f 100644 (file)
@@ -44,7 +44,8 @@
 
 #ifndef _@GUARD_PREFIX@_WCTYPE_H
 
-/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, GNULIB_POSIXCHECK.  */
+/* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, GNULIB_POSIXCHECK,
+   HAVE_RAW_DECL_*.  */
 #if !_GL_CONFIG_H_INCLUDED
  #error "Please include config.h first."
 #endif