From 8f5dd5c6c9c1c39abba27e44abeb2a18cce2fc74 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Wed, 5 Mar 2025 18:21:26 +0100 Subject: [PATCH] meson: config.h: add missing HAVE_QSORT_R --- config.h.meson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.meson b/config.h.meson index ee3292ec8c..ef72e766fc 100644 --- a/config.h.meson +++ b/config.h.meson @@ -299,6 +299,9 @@ /* Define to 1 if you have the header file. */ #mesondefine HAVE_PTHREAD_H +/* Define to 1 if you have the `qsort_r' function. */ +#mesondefine HAVE_QSORT_R + /* Define to 1 if you have the `readv' function. */ #mesondefine HAVE_READV