X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdirent_.h;h=371aeacdcf51da1da0a6e90860d0b81973e4a7e0;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=cadc267f8ab564ca4ec0d68c277fc8b1927bf165;hpb=854ebf64dc7dae95a43a4e139e075156d2add805;p=gnulib.git diff --git a/lib/dirent_.h b/lib/dirent_.h index cadc267f8..371aeacdc 100644 --- a/lib/dirent_.h +++ b/lib/dirent_.h @@ -1,5 +1,5 @@ /* Wrapper around . - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 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 @@ -18,8 +18,11 @@ #ifndef _GL_DIRENT_H #define _GL_DIRENT_H -#include @ABSOLUTE_DIRENT_H@ - +#if @HAVE_INCLUDE_NEXT@ +# include_next +#else +# include @ABSOLUTE_DIRENT_H@ +#endif /* Declare overridden functions. */ @@ -27,7 +30,7 @@ extern "C" { #endif -#ifdef FCHDIR_REPLACEMENT +#if @REPLACE_FCHDIR@ # define opendir rpl_opendir extern DIR * opendir (const char *); # define closedir rpl_closedir