Avoid compilation errors with some C++ compilers.
[gnulib.git] / lib / stat_.h
index b3eff8c..8c2e552 100644 (file)
@@ -26,7 +26,7 @@
 
 /* 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