comparison lib/readlink.c @ 7304:1c4ed7637c24

Include <config.h> unconditionally.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Sep 2006 14:18:36 +0000
parents a888c101ff31
children 51d32a83a7df
comparison
equal deleted inserted replaced
7303:8fa5a2dcbf3b 7304:1c4ed7637c24
1 /* Stub for readlink(). 1 /* Stub for readlink().
2 Copyright (C) 2003-2005 Free Software Foundation, Inc. 2 Copyright (C) 2003-2006 Free Software Foundation, Inc.
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option) 6 the Free Software Foundation; either version 2, or (at your option)
7 any later version. 7 any later version.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software Foundation, 15 along with this program; if not, write to the Free Software Foundation,
16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
17 17
18 #ifdef HAVE_CONFIG_H 18 #include <config.h>
19 # include <config.h>
20 #endif
21 19
22 #include <errno.h> 20 #include <errno.h>
23 #include <sys/types.h> 21 #include <sys/types.h>
24 #include <sys/stat.h> 22 #include <sys/stat.h>
25 #include <stddef.h> 23 #include <stddef.h>