X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstat_.h;h=8c2e552f1fda7c1ed83c56fe071f05a57f20cfc3;hb=34abd68afd21ed0a91033624de782893ea102562;hp=d2e0796d3624f8cdb18d326b81369f5ed19eaf8f;hpb=70c77c76593cf292a713f7315f73bff175de6505;p=gnulib.git diff --git a/lib/stat_.h b/lib/stat_.h index d2e0796d3..8c2e552f1 100644 --- a/lib/stat_.h +++ b/lib/stat_.h @@ -22,11 +22,11 @@ /* This file is supposed to be used on platforms where is incomplete. It is intended to provide definitions and prototypes needed by an application. Start with what the system provides. */ -#include @FULL_PATH_SYS_STAT_H@ +#include @ABSOLUTE_SYS_STAT_H@ /* mingw does not support symlinks, therefore it does not have lstat. But without links, stat does just fine. */ -#if ! HAVE_FUNC_LSTAT +#if ! HAVE_LSTAT # define lstat stat #endif