summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-23 20:14:20 +0000
committerJim Meyering <jim@meyering.net>2005-09-23 20:14:20 +0000
commita40376f4c53ca668aa1625f1d92fe74ff37ff4b5 (patch)
tree4ab0aa7e0133378d618999ad5118965ba0918fbf /config.hin
parent886979b6fc6666459f49c5b81eee457bc6754204 (diff)
downloadcoreutils-a40376f4c53ca668aa1625f1d92fe74ff37ff4b5.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index d944cd61f..531a962ba 100644
--- a/config.hin
+++ b/config.hin
@@ -459,6 +459,9 @@
/* Define to 1 if you have the `futimes' function. */
#undef HAVE_FUTIMES
+/* Define to 1 if you have the `futimesat' function. */
+#undef HAVE_FUTIMESAT
+
/* Define if struct statfs has the f_fstypename member. */
#undef HAVE_F_FSTYPENAME_IN_STATFS
@@ -1070,6 +1073,9 @@
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
/* Define to 1 if you have the <sys/statfs.h> header file. */
#undef HAVE_SYS_STATFS_H
@@ -1642,6 +1648,9 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
+/* Map `socklen_t' to `int' if it is missing. */
+#undef socklen_t
+
/* Define as a signed type of the same size as size_t. */
#undef ssize_t