X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdirfd.h;h=05b77774f6a537b60012bc2553a2129ea5149514;hb=3667f8e75409ce7df7bc3f561ddd8d03d5be39f2;hp=ef33166ebd831746f35603679dcab2a14de58f3f;hpb=ba558950e31727f671bf9a897385e6657e5154e2;p=gnulib.git diff --git a/lib/dirfd.h b/lib/dirfd.h index ef33166eb..05b77774f 100644 --- a/lib/dirfd.h +++ b/lib/dirfd.h @@ -1,5 +1,5 @@ /* Declare dirfd, if necessary. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,30 +13,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Written by Jim Meyering. */ -#if HAVE_CONFIG_H -# include -#endif - #include -#if HAVE_DIRENT_H -# include -#else /* not HAVE_DIRENT_H */ -# define dirent direct -# if HAVE_SYS_NDIR_H -# include -# endif /* HAVE_SYS_NDIR_H */ -# if HAVE_SYS_DIR_H -# include -# endif /* HAVE_SYS_DIR_H */ -# if HAVE_NDIR_H -# include -# endif /* HAVE_NDIR_H */ -#endif /* HAVE_DIRENT_H */ +#include #ifndef HAVE_DECL_DIRFD "this configure-time declaration test was not run"