The value is computed by a try-compile for libtar. This teaches the sources to actually use the result.
@@ -18,7 +18,9 @@
#if defined(_WIN32) && !defined(__CYGWIN__)
# include <libtar/compat.h>
#else
-# include <sys/param.h>
+# ifdef HAVE_SYS_PARAM_H
+# include <sys/param.h>
+# endif
#endif
#include <libtar/compat.h>
#include <sys/types.h>
@@ -17,7 +17,9 @@
#ifndef WIN32
@@ -28,7 +28,9 @@
# include <direct.h>
# include <utime.h>
#ifdef STDC_HEADERS
@@ -19,7 +19,9 @@
#include <io.h>
-#include <sys/param.h>
@@ -23,7 +23,9 @@
#include <direct.h>
/* hashing function for pathnames */
@@ -17,7 +17,7 @@
#if defined(HAVE_SYS_PARAM_H)
#if defined(HAVE_DIRENT_H)
#include <dirent.h>