]> wimlib.net Git - wimlib/blobdiff - config.h.in
Remove link_dentry()
[wimlib] / config.h.in
index be7c1d6822ee60a4361cc354a80bdd361f68057f..c67c3226180f12511a481da8b2e17f65897c2e62 100644 (file)
@@ -54,6 +54,9 @@
 /* Define to 1 if you have the `ntfs-3g' library (-lntfs-3g). */
 #undef HAVE_LIBNTFS_3G
 
+/* Define to 1 if you have the `lutimes' function. */
+#undef HAVE_LUTIMES
+
 /* Define to 1 if you have the <machine/endian.h> header file. */
 #undef HAVE_MACHINE_ENDIAN_H
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the `utime' function. */
+#undef HAVE_UTIME
+
 /* Define to 1 if you have the `utimensat' function. */
 #undef HAVE_UTIMENSAT
 
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST