Include config.h as a system include, as recommended by the autoconf documentation.
This commit is contained in:
parent
99dc2b1abf
commit
b8ce324a66
@ -10,6 +10,8 @@
|
|||||||
the ones used for the definition of functions.
|
the ones used for the definition of functions.
|
||||||
* libmisc/console.c: Define is_listed() as static and add its
|
* libmisc/console.c: Define is_listed() as static and add its
|
||||||
prototype.
|
prototype.
|
||||||
|
* libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a
|
||||||
|
system include, as recommended by the autoconf documentation.
|
||||||
|
|
||||||
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
|
|
||||||
#define XFUNCTION_NAME XPREFIX (FUNCTION_NAME)
|
#define XFUNCTION_NAME XPREFIX (FUNCTION_NAME)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
* Used by pwck.c and grpck.c
|
* Used by pwck.c and grpck.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#ident "$Id$"
|
#ident "$Id$"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user