summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-25 07:48:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-25 07:48:17 +0000
commitbe7b1ba252d53e0e8a7c39cb3b67720ad19a9e07 (patch)
treeefa487df417246cc46552a37900f3037b8c09331 /config.hin
parent5538bf89210ec0809e6001f76f99bcee3ae7a652 (diff)
downloadcoreutils-be7b1ba252d53e0e8a7c39cb3b67720ad19a9e07.tar.xz
Regenerate.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index 7892ab0f8..0d038843a 100644
--- a/config.hin
+++ b/config.hin
@@ -160,6 +160,10 @@
*/
#undef HAVE_DECL_DIRFD
+/* Define to 1 if you have the declaration of `eaccess', and to 0 if you
+ don't. */
+#undef HAVE_DECL_EACCESS
+
/* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
don't. */
#undef HAVE_DECL_EUIDACCESS
@@ -276,6 +280,10 @@
don't. */
#undef HAVE_DECL_REALLOC
+/* Define to 1 if you have the declaration of `setregid', and to 0 if you
+ don't. */
+#undef HAVE_DECL_SETREGID
+
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
*/
#undef HAVE_DECL_STPCPY
@@ -1270,6 +1278,13 @@
/* the number of pending output bytes on stream `fp' */
#undef PENDING_OUTPUT_N_BYTES
+/* Define this if you prefer euidaccess to return the correct result even if
+ this would make it nonreentrant. Define this only if your entire
+ application is safe even if the uid or gid might temporarily change. If
+ your application uses signal handlers or threads it is probably not safe.
+ */
+#undef PREFER_NONREENTRANT_EUIDACCESS
+
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
#undef PRI_MACROS_BROKEN