summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-14 07:34:36 +0000
committerJim Meyering <jim@meyering.net>2005-05-14 07:34:36 +0000
commite4a2650e94a63ba118a14530270c186798bbe8ea (patch)
tree3ce60d8010fdfbd736f952751f0b3372977127c6 /config.hin
parent3788003d66077a92b839c903ffffa3e330a65b05 (diff)
downloadcoreutils-e4a2650e94a63ba118a14530270c186798bbe8ea.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index e80ce8fb7..17c721940 100644
--- a/config.hin
+++ b/config.hin
@@ -714,6 +714,9 @@
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
+/* Define to 1 if you have the <priv.h> header file. */
+#undef HAVE_PRIV_H
+
/* Define if your system has the /proc/uptime special file. */
#undef HAVE_PROC_UPTIME
@@ -1463,6 +1466,9 @@
<sys/cpustats.h>. */
#undef UMAX4_3
+/* Define to 1 if unlink (dir) cannot possibly succeed. */
+#undef UNLINK_CANNOT_UNLINK_DIR
+
/* 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. */