summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-17 10:48:30 +0000
committerJim Meyering <jim@meyering.net>2005-12-17 10:48:30 +0000
commitc99e1d2cb6ae7a71ff17023097c1d1c431580180 (patch)
treefe62f6cb3ad04133a30faab4a7232567fe429e0b /config.hin
parentc4a1355047287e4507f30bc37884337adffa3618 (diff)
downloadcoreutils-c99e1d2cb6ae7a71ff17023097c1d1c431580180.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin39
1 files changed, 39 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index 5ec487426..556c2daa9 100644
--- a/config.hin
+++ b/config.hin
@@ -101,6 +101,42 @@
/* Define to 1 if you have the `acl' function. */
#undef HAVE_ACL
+/* Define to 1 if you have the `acl_delete_def_file' function. */
+#undef HAVE_ACL_DELETE_DEF_FILE
+
+/* Define to 1 if you have the `acl_entries' function. */
+#undef HAVE_ACL_ENTRIES
+
+/* Define to 1 if you have the `acl_extended_file' function. */
+#undef HAVE_ACL_EXTENDED_FILE
+
+/* Define to 1 if you have the `acl_free' function. */
+#undef HAVE_ACL_FREE
+
+/* Define to 1 if you have the `acl_from_mode' function. */
+#undef HAVE_ACL_FROM_MODE
+
+/* Define to 1 if you have the `acl_from_text' function. */
+#undef HAVE_ACL_FROM_TEXT
+
+/* Define to 1 if you have the `acl_get_fd' function. */
+#undef HAVE_ACL_GET_FD
+
+/* Define to 1 if you have the `acl_get_file' function. */
+#undef HAVE_ACL_GET_FILE
+
+/* Define to 1 if you have the <acl/libacl.h> header file. */
+#undef HAVE_ACL_LIBACL_H
+
+/* Define to 1 if you have the `acl_set_fd' function. */
+#undef HAVE_ACL_SET_FD
+
+/* Define to 1 if you have the `acl_set_file' function. */
+#undef HAVE_ACL_SET_FILE
+
+/* Define to 1 if you have the `acl_to_text' function. */
+#undef HAVE_ACL_TO_TEXT
+
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
@@ -1498,6 +1534,9 @@
/* Define to 1 if unlink (dir) cannot possibly succeed. */
#undef UNLINK_CANNOT_UNLINK_DIR
+/* Define if you want access control list support. */
+#undef USE_ACL
+
/* Define to 1 if you want getc etc. to use unlocked I/O if available.
Unlocked I/O can improve performance in unithreaded apps, but it is not
safe for multithreaded apps. */