2 Reentrant sort function with GNU signature
15 if test $HAVE_QSORT_R = 0; then
16 # The function is missing from the system or has an unknown signature.
18 elif test $REPLACE_QSORT_R = 1; then
19 # The function exists, but it has the BSD signature.
22 gl_STDLIB_MODULE_INDICATOR([qsort_r])