summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-17 17:17:43 +0000
committerJim Meyering <jim@meyering.net>2003-02-17 17:17:43 +0000
commit3db088678929c2fab6ac9991a2c8656dee640439 (patch)
tree1406439a9f1f4b8ea6fe2013dae828f0a13a5c36 /config.hin
parentf6b9999548b8b4c5c673f5a14a5d93dcdea60c24 (diff)
downloadcoreutils-3db088678929c2fab6ac9991a2c8656dee640439.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 25c383526..83be28162 100644
--- a/config.hin
+++ b/config.hin
@@ -139,6 +139,10 @@
*/
#undef HAVE_DECL_DIRFD
+/* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
+ don't. */
+#undef HAVE_DECL_EUIDACCESS
+
/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
don't. */
#undef HAVE_DECL_FEOF_UNLOCKED
@@ -531,6 +535,9 @@
/* Define to 1 if you have the <mach/mach.h> header file. */
#undef HAVE_MACH_MACH_H
+/* Define to 1 if you have the `makecontext' function. */
+#undef HAVE_MAKECONTEXT
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
@@ -583,6 +590,13 @@
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
+/* Define to 1 if there is sufficient support (mmap, getcontext, makecontext,
+ setcontext) for running a process with mmap'd memory for its stack. */
+#undef HAVE_MMAP_STACK
+
/* Define to 1 if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H
@@ -653,12 +667,21 @@
/* Define to 1 if you have the `rpmatch' function. */
#undef HAVE_RPMATCH
+/* Define to 1 if you have the `setcontext' function. */
+#undef HAVE_SETCONTEXT
+
/* Define to 1 if you have the `sethostname' function. */
#undef HAVE_SETHOSTNAME
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
+/* Define to 1 if you have the `setregid' function. */
+#undef HAVE_SETREGID
+
+/* Define to 1 if you have the `setreuid' function. */
+#undef HAVE_SETREUID
+
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
@@ -682,6 +705,9 @@
this. */
#undef HAVE_STAT_EMPTY_STRING_BUG
+/* Define to 1 if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_H
+
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
@@ -923,6 +949,9 @@
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define to 1 if you have the <sys/mntent.h> header file. */
#undef HAVE_SYS_MNTENT_H
@@ -960,6 +989,9 @@
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_H
+/* Define to 1 if you have the <sys/sysmp.h> header file. */
+#undef HAVE_SYS_SYSMP_H
+
/* Define to 1 if you have the <sys/systeminfo.h> header file. */
#undef HAVE_SYS_SYSTEMINFO_H
@@ -984,6 +1016,9 @@
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
+/* Define to 1 if you have the `tmpfile' function. */
+#undef HAVE_TMPFILE
+
/* Define if struct tm has the tm_gmtoff member. */
#undef HAVE_TM_GMTOFF
@@ -1391,6 +1426,10 @@
/* Define to rpl_realloc if the replacement function should be used. */
#undef realloc
+/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
+ supported. Do not define if restrict is supported directly. */
+#undef restrict
+
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t