2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

* argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
	* argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
	argp/argp-xinl.c: Fix up whitespace.
This commit is contained in:
Roland McGrath 2005-09-27 21:45:41 +00:00
parent cae6ebb2c9
commit 77ff369f27
5 changed files with 4 additions and 8 deletions

View File

@ -19,7 +19,7 @@
02111-1307 USA. */ 02111-1307 USA. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> # include <config.h>
#endif #endif
#include <sysexits.h> #include <sysexits.h>

View File

@ -22,7 +22,7 @@
don't have that. */ don't have that. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> # include <config.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>

View File

@ -26,10 +26,6 @@
#ifndef _ARGP_FMTSTREAM_H #ifndef _ARGP_FMTSTREAM_H
#define _ARGP_FMTSTREAM_H #define _ARGP_FMTSTREAM_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>

View File

@ -19,7 +19,7 @@
02111-1307 USA. */ 02111-1307 USA. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> # include <config.h>
#endif #endif
#define ARGP_FS_EI #define ARGP_FS_EI

View File

@ -19,7 +19,7 @@
02111-1307 USA. */ 02111-1307 USA. */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> # include <config.h>
#endif #endif
#if defined _LIBC || defined HAVE_FEATURES_H #if defined _LIBC || defined HAVE_FEATURES_H