bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: check-module tweak


From: Jim Meyering
Subject: FYI: check-module tweak
Date: Sat, 18 Nov 2006 12:17:31 +0100

There are still plenty of violations, but this removes a few false-positives.

        * check-module (%exempt_header): Add exception for some
        conditionally-included headers.

Index: check-module
===================================================================
RCS file: /sources/gnulib/gnulib/check-module,v
retrieving revision 1.6
diff -u -r1.6 check-module
--- check-module        21 Aug 2006 08:21:33 -0000      1.6
+++ check-module        18 Nov 2006 11:16:50 -0000
@@ -204,6 +204,19 @@
    # The use of obstack.h in the hash module is conditional, off by default.
    'lib/hash.c:obstack.h' => 1,

+   # C files in the gc module have conditional includes.
+   'lib/gc-gnulib.c:des.h' => 1,
+   'lib/gc-gnulib.c:arcfour.h' => 1,
+   'lib/gc-gnulib.c:arctwo.h' => 1,
+   'lib/gc-gnulib.c:md2.h' => 1,
+   'lib/gc-gnulib.c:md4.h' => 1,
+   'lib/gc-gnulib.c:md5.h' => 1,
+   'lib/gc-gnulib.c:rijndael.h' => 1,
+   'lib/gc-gnulib.c:sha1.h' => 1,
+   'lib/gc-gnulib.c:rijndael-api-fst.h' => 1,
+   'lib/gc-gnulib.c:hmac.h' => 1,
+   'lib/gc-libgcrypt.c:md2.h' => 1,
+
    # The fts-lgpl module doesn't actually use fts-cycle.c and unistd-safer.h.
    'lib/fts.c:fts-cycle.c' => 1,
    'lib/fts.c:unistd-safer.h' => 1,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]