summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-14 00:32:50 +0000
committerJim Meyering <jim@meyering.net>2004-11-14 00:32:50 +0000
commit21bf149e861971120c44465d55d94994bb6f50e9 (patch)
tree8b10c7b953af2f13d8f470bec82a7f3776e912d6 /config.hin
parentd4ad5906cac2378cbefaa9343c461d4cb35006c4 (diff)
downloadcoreutils-21bf149e861971120c44465d55d94994bb6f50e9.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index f630f0403..6233577ea 100644
--- a/config.hin
+++ b/config.hin
@@ -364,6 +364,10 @@
don't. */
#undef HAVE_DECL__SYS_SIGLIST
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
+ don't. */
+#undef HAVE_DECL___FPENDING
+
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL___SYS_SIGLIST
@@ -1209,6 +1213,9 @@
member named physmem. */
#undef HAVE__SYSTEM_CONFIGURATION
+/* Define to 1 if you have the `__fpending' function. */
+#undef HAVE___FPENDING
+
/* Define to 1 if you have the `__secure_getenv' function. */
#undef HAVE___SECURE_GETENV
@@ -1316,6 +1323,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* 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