Module Name: src Committed By: ozaki-r Date: Wed Oct 16 09:08:31 UTC 2024
Modified Files: src/lib/librumpuser: configure rumpuser_config.h.in Log Message: librumpuser: regen (autoreconf -iv) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/librumpuser/configure cvs rdiff -u -r1.4 -r1.5 src/lib/librumpuser/rumpuser_config.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/librumpuser/configure diff -u src/lib/librumpuser/configure:1.6 src/lib/librumpuser/configure:1.7 --- src/lib/librumpuser/configure:1.6 Sat Jul 15 09:22:44 2023 +++ src/lib/librumpuser/configure Wed Oct 16 09:08:31 2024 @@ -3794,7 +3794,8 @@ fi for ac_func in kqueue chflags strsuftoll setprogname getprogname \ getenv_r posix_memalign memalign aligned_alloc \ - arc4random_buf getsubopt fsync_range __quotactl utimensat + arc4random_buf getsubopt fsync_range __quotactl utimensat \ + preadv pwritev do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" Index: src/lib/librumpuser/rumpuser_config.h.in diff -u src/lib/librumpuser/rumpuser_config.h.in:1.4 src/lib/librumpuser/rumpuser_config.h.in:1.5 --- src/lib/librumpuser/rumpuser_config.h.in:1.4 Thu Mar 5 00:25:39 2015 +++ src/lib/librumpuser/rumpuser_config.h.in Wed Oct 16 09:08:31 2024 @@ -57,12 +57,18 @@ /* Define to 1 if you have the `posix_memalign' function. */ #undef HAVE_POSIX_MEMALIGN +/* Define to 1 if you have the `preadv' function. */ +#undef HAVE_PREADV + /* Define to 1 if you have 2-arg pthread_setname_np() */ #undef HAVE_PTHREAD_SETNAME2 /* Define to 1 if you have 3-arg pthread_setname_np() */ #undef HAVE_PTHREAD_SETNAME3 +/* Define to 1 if you have the `pwritev' function. */ +#undef HAVE_PWRITEV + /* Define to 1 if the system has the type `register_t'. */ #undef HAVE_REGISTER_T