Browse Source

meson: config.h: add missing HAVE_QSORT_R

pull/177/head
Marvin Scholz 1 year ago
committed by Steve Lhomme
parent
commit
8f5dd5c6c9
  1. 3
      config.h.meson

3
config.h.meson

@ -299,6 +299,9 @@
/* Define to 1 if you have the <pthread.h> 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

Loading…
Cancel
Save