summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:34 +0000
commit1272be04be0cb803eec87f602edb2e3e6f111aea (patch)
treebce17f6478cdd9f3c4ec3d751135dc42786d6a56 /config.h.in
parentReleasing progress-linux version 2.39.3-11~progress7.99u1. (diff)
downloadutil-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.tar.xz
util-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.zip
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 8e18f60..236f590 100644
--- a/config.h.in
+++ b/config.h.in
@@ -34,6 +34,9 @@
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
+/* Define to 1 if you have the `cachestat' function. */
+#undef HAVE_CACHESTAT
+
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
@@ -83,6 +86,10 @@
you don't. */
#undef HAVE_DECL_PR_REP_CAPACITY
+/* Define to 1 if you have the declaration of `sd_session_get_username', and
+ to 0 if you don't. */
+#undef HAVE_DECL_SD_SESSION_GET_USERNAME
+
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
@@ -220,6 +227,15 @@
/* Define to 1 if you have the `jrand48' function. */
#undef HAVE_JRAND48
+/* Define to 1 if you have the `landlock_add_rule' function. */
+#undef HAVE_LANDLOCK_ADD_RULE
+
+/* Define to 1 if you have the `landlock_create_ruleset' function. */
+#undef HAVE_LANDLOCK_CREATE_RULESET
+
+/* Define to 1 if you have the `landlock_restrict_self' function. */
+#undef HAVE_LANDLOCK_RESTRICT_SELF
+
/* Define if langinfo.h defines ALTMON_x constants */
#undef HAVE_LANGINFO_ALTMON
@@ -331,6 +347,9 @@
/* Define to 1 if you have the <linux/kcmp.h> header file. */
#undef HAVE_LINUX_KCMP_H
+/* Define to 1 if you have the <linux/landlock.h> header file. */
+#undef HAVE_LINUX_LANDLOCK_H
+
/* Define to 1 if you have the <linux/major.h> header file. */
#undef HAVE_LINUX_MAJOR_H
@@ -478,9 +497,15 @@
/* Define to 1 if you have the `qsort_r' function. */
#undef HAVE_QSORT_R
+/* Define to 1 if you have the `reallocarray' function. */
+#undef HAVE_REALLOCARRAY
+
/* Define to 1 if you have the `reboot' function. */
#undef HAVE_REBOOT
+/* Define to 1 if you have the `renameat2' function. */
+#undef HAVE_RENAMEAT2
+
/* Define if curses library has the resizeterm(). */
#undef HAVE_RESIZETERM
@@ -514,6 +539,9 @@
/* Define to 1 if you have the <security/pam_misc.h> header file. */
#undef HAVE_SECURITY_PAM_MISC_H
+/* Define to 1 if you have the <security/pam_modules.h> header file. */
+#undef HAVE_SECURITY_PAM_MODULES_H
+
/* Define to 1 if you have the `sendfile' function. */
#undef HAVE_SENDFILE
@@ -810,6 +838,9 @@
/* libfdisk version string */
#undef LIBFDISK_VERSION
+/* liblastlog2 version string */
+#undef LIBLASTLOG2_VERSION
+
/* libmount version string */
#undef LIBMOUNT_VERSION
@@ -908,6 +939,9 @@
/* Fallback syscall number for prlimit64 */
#undef SYS_prlimit64
+/* Fallback syscall number for renameat2 */
+#undef SYS_renameat2
+
/* Fallback syscall number for sched_getaffinity */
#undef SYS_sched_getaffinity
@@ -1065,6 +1099,12 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
+/* Number of bits in time_t, on hosts where this is settable. */
+#undef _TIME_BITS
+
+/* Define to 1 on platforms where this makes time_t a 64-bit type. */
+#undef __MINGW_USE_VC2005_COMPAT
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const