diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-09-21 13:25:17 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-09-21 13:25:17 +0000 |
commit | fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c (patch) | |
tree | 58ab7b9a2d3aed7b6288283d9d408823420bbf8b /gl/strdup.c | |
parent | 2c54ada4e0cabb8bcbdd373e14f7cdfc47164c68 (diff) | |
download | gnutls-fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c.tar.gz |
Update.
Diffstat (limited to 'gl/strdup.c')
-rw-r--r-- | gl/strdup.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gl/strdup.c b/gl/strdup.c index 84df5b8043..ac680e856e 100644 --- a/gl/strdup.c +++ b/gl/strdup.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004 Free Software - Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free + Software Foundation, Inc. This file is part of the GNU C Library. @@ -17,11 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif - #ifndef _LIBC +# include <config.h> /* Get specification. */ # include "strdup.h" #endif |