bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] include_next: do not check for standard headers like stddef.


From: Bruno Haible
Subject: Re: [PATCH] include_next: do not check for standard headers like stddef.h
Date: Wed, 19 Jan 2011 10:50:10 +0100
User-agent: KMail/1.9.9

Hi Paul,

> * m4/float_h.m4 (gl_FLOAT_H): For float.h, use gl_NEXT_HEADERS
> rather than gl_CHECK_NEXT_HEADERS.
> * m4/stdarg.m4 (gl_STDARG_H): Likewise, for stdarg.h.
> * m4/stddef_h.m4 (gl_STDDEF_H): Likewise, for stddef.h.

There are some more header files whose existence gnulib has been assuming for
years. You could apply the same change for them:

  <ctype.h>
  <errno.h>
  <fcntl.h>  - need to adjust lib/flock.c
  <locale.h> - need to adjust m4/regex.m4, lib/regex_internal.h
  <signal.h>
  <stdio.h>
  <stdlib.h>
  <string.h> - need to adjust tests/test-argp.c
  <time.h>

Bruno



reply via email to

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