diff options
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/argp-fmtstream.c | 6 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-fs-xinl.c | 6 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-help.c | 6 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-parse.c | 6 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-pvh.c | 4 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-test.c | 6 | ||||
-rw-r--r-- | libshouldbeinlibc/argp-xinl.c | 6 |
7 files changed, 34 insertions, 6 deletions
diff --git a/libshouldbeinlibc/argp-fmtstream.c b/libshouldbeinlibc/argp-fmtstream.c index bdceceea..c7203dea 100644 --- a/libshouldbeinlibc/argp-fmtstream.c +++ b/libshouldbeinlibc/argp-fmtstream.c @@ -1,4 +1,4 @@ -/* Word-wrapping and line-truncating streams. +/* Word-wrapping and line-truncating streams Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -21,6 +21,10 @@ /* This package emulates glibc `line_wrap_stream' semantics for systems that don't have that. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <string.h> #include <errno.h> diff --git a/libshouldbeinlibc/argp-fs-xinl.c b/libshouldbeinlibc/argp-fs-xinl.c index 59426c7d..94d5f589 100644 --- a/libshouldbeinlibc/argp-fs-xinl.c +++ b/libshouldbeinlibc/argp-fs-xinl.c @@ -1,4 +1,4 @@ -/* Real definitions for extern inline functions in argp-fmtstream.h. +/* Real definitions for extern inline functions in argp-fmtstream.h Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define ARGP_FS_EI #undef __OPTIMIZE__ #define __OPTIMIZE__ diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c index 5556d209..b9c98cf9 100644 --- a/libshouldbeinlibc/argp-help.c +++ b/libshouldbeinlibc/argp-help.c @@ -1,4 +1,4 @@ -/* Hierarchial argument parsing help output. +/* Hierarchial argument parsing help output Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <string.h> #include <assert.h> diff --git a/libshouldbeinlibc/argp-parse.c b/libshouldbeinlibc/argp-parse.c index 74b2ac93..a6e4edb3 100644 --- a/libshouldbeinlibc/argp-parse.c +++ b/libshouldbeinlibc/argp-parse.c @@ -1,4 +1,4 @@ -/* Hierarchial argument parsing, layered over getopt. +/* Hierarchial argument parsing, layered over getopt Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <string.h> #include <unistd.h> diff --git a/libshouldbeinlibc/argp-pvh.c b/libshouldbeinlibc/argp-pvh.c index f942038e..ed60aa99 100644 --- a/libshouldbeinlibc/argp-pvh.c +++ b/libshouldbeinlibc/argp-pvh.c @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "argp.h" /* If set by the user program to a non-zero value, then a default option diff --git a/libshouldbeinlibc/argp-test.c b/libshouldbeinlibc/argp-test.c index 9eabec3d..ae72b223 100644 --- a/libshouldbeinlibc/argp-test.c +++ b/libshouldbeinlibc/argp-test.c @@ -1,4 +1,4 @@ -/* Test program for argp argument parser. +/* Test program for argp argument parser Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <argp.h> char *argp_program_version = "argp-test 1.0"; diff --git a/libshouldbeinlibc/argp-xinl.c b/libshouldbeinlibc/argp-xinl.c index 336f2995..35a8f832 100644 --- a/libshouldbeinlibc/argp-xinl.c +++ b/libshouldbeinlibc/argp-xinl.c @@ -1,4 +1,4 @@ -/* Real definitions for extern inline functions in argp.h. +/* Real definitions for extern inline functions in argp.h Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -18,6 +18,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define ARGP_EI #undef __OPTIMIZE__ #define __OPTIMIZE__ |