maint.mk: gnulib doesn't guarantee NSIG
authorEric Blake <eblake@redhat.com>
Tue, 11 May 2010 14:52:39 +0000 (08:52 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 11 May 2010 15:17:18 +0000 (09:17 -0600)
commit28e58203a7ab14264f8fa450884a89e9ae48025c
tree1e08d91a732ead44c9f0f16f403dee379d7e94cb
parent34ccc0097f0161afab82df3025b342d98ad63f01
maint.mk: gnulib doesn't guarantee NSIG

Gnulib conditionally defines NSIG to 32 for some platforms.  But since
NSIG is not mandated by standards, and there are platforms with 64
signals, we should not promise that NSIG is guaranteed.

* top/maint.mk (gl_extract_significant_defines_): Exclude NSIG.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk